/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* $h1-font-size: 2    * $base-font-size;
$h2-font-size: 1.5  * $base-font-size;
$h3-font-size: 1.17 * $base-font-size;
$h4-font-size: 1    * $base-font-size;
$h5-font-size: 0.83 * $base-font-size;
$h6-font-size: 0.67 * $base-font-size; */
/* line 43, ../sass/base/mixins/_mixins.scss */
.block--menu--menu-search-tab-menu .block__h1, #hlf-global-search-form .form-submit[class] > span, div[class*="region-sidebar"] .views-search-form .btn > span,
div[class*="region-sidebar"] .views-search-form label, div[class*="region-sidebar"] .views-search-form .form-submit[class] > span, div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-submit[class] > span, .a11y button > span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  *clip: rect(1px 1px 1px 1px);
}

/* line 47, ../sass/base/mixins/_mixins.scss */
#hlf-global-search-form .form-item-search .form-text, input.form-text,
textarea, .btn, div[class*="region-sidebar"] .views-search-form .form-text, div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-item-search .form-text, .node.-landing-block .block__summary,
.bean--image-block .block__summary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../sass/base/mixins/_mixins.scss */
.block--facetapi[class][class] .block__h1 {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 60, ../sass/base/mixins/_mixins.scss */
.projects-menubar button, .a11y button, .region-header .menu__item.-dropdown > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: 0;
}

/*@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=bbd01afb-dd69-4f00-87bf-d8b190f3d279");*/
/*$fonts-path: "http://hlf.d7-pboere.office.sift.com/sites/all/themes/zen_hlf/fonts";*/
@font-face {
  font-family: "AvantGardeGothic_WF";
  src: url("../fonts/fonts.com/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix");
  src: url("../fonts/fonts.com/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix") format("eot"), url("../fonts/fonts.com/c68f0543-0caf-4988-b234-355520476b8c.woff") format("woff"), url("../fonts/fonts.com/2d4f1d98-ddb3-4acc-ae78-c8b1863f780e.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "AvantGardeGothic_WF";
  src: url("../fonts/fonts.com/d042c69d-2a74-4689-9915-3c34306a3b76.eot?#iefix");
  src: url("../fonts/fonts.com/d042c69d-2a74-4689-9915-3c34306a3b76.eot?#iefix") format("eot"), url("../fonts/fonts.com/0312a390-01c7-423e-ad0c-b5b4f25229af.woff") format("woff"), url("../fonts/fonts.com/16e3b729-9cc0-490e-9de3-d678f36aba08.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "AvantGardeGothic_WF";
  src: url("../fonts/fonts.com/85564178-fd88-4387-9226-0e632723ca24.eot?#iefix");
  src: url("../fonts/fonts.com/85564178-fd88-4387-9226-0e632723ca24.eot?#iefix") format("eot"), url("../fonts/fonts.com/e9a79553-7093-47c7-8d9c-70dc3619e94b.woff") format("woff"), url("../fonts/fonts.com/7265b8d0-a67c-4a8b-84aa-273d1759270a.ttf") format("truetype");
  font-weight: 700;
}
/* line 52, ../sass/base/mixins/_typography.scss */
strong, b {
  font-weight: 700;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/base/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/base/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/base/font-awesome/_larger.scss */
.fa-2x {
  font-size: 1.65em;
  /* Yes, I know */
}

/* line 11, ../sass/base/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/base/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/base/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/base/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../sass/base/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../sass/base/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/base/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../sass/base/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../sass/base/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, ../sass/base/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../sass/base/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../sass/base/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/base/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/base/font-awesome/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  /* line 12, ../sass/base/font-awesome/_spinning.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 13, ../sass/base/font-awesome/_spinning.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  /* line 16, ../sass/base/font-awesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 17, ../sass/base/font-awesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  /* line 20, ../sass/base/font-awesome/_spinning.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 21, ../sass/base/font-awesome/_spinning.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  /* line 24, ../sass/base/font-awesome/_spinning.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 25, ../sass/base/font-awesome/_spinning.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 28, ../sass/base/font-awesome/_spinning.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 29, ../sass/base/font-awesome/_spinning.scss */
  100% {
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/base/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/base/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/base/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/base/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/base/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../sass/base/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/base/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/base/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/base/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/base/font-awesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/base/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../sass/base/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../sass/base/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../sass/base/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../sass/base/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../sass/base/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../sass/base/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../sass/base/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../sass/base/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../sass/base/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../sass/base/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../sass/base/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../sass/base/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 17, ../sass/base/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 18, ../sass/base/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 19, ../sass/base/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 20, ../sass/base/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 21, ../sass/base/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 22, ../sass/base/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 24, ../sass/base/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 25, ../sass/base/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 26, ../sass/base/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 27, ../sass/base/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 28, ../sass/base/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 29, ../sass/base/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 30, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 31, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 32, ../sass/base/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 33, ../sass/base/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 34, ../sass/base/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 36, ../sass/base/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 37, ../sass/base/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 38, ../sass/base/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 39, ../sass/base/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 40, ../sass/base/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 41, ../sass/base/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 42, ../sass/base/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 43, ../sass/base/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 44, ../sass/base/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 45, ../sass/base/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 46, ../sass/base/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 47, ../sass/base/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 48, ../sass/base/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 49, ../sass/base/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 50, ../sass/base/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 51, ../sass/base/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 52, ../sass/base/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 53, ../sass/base/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 54, ../sass/base/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 55, ../sass/base/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 56, ../sass/base/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 57, ../sass/base/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 58, ../sass/base/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 59, ../sass/base/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 60, ../sass/base/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 61, ../sass/base/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 62, ../sass/base/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 64, ../sass/base/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 65, ../sass/base/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 66, ../sass/base/font-awesome/_icons.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 67, ../sass/base/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 68, ../sass/base/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 69, ../sass/base/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 70, ../sass/base/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 71, ../sass/base/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 73, ../sass/base/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 74, ../sass/base/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 75, ../sass/base/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 76, ../sass/base/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 77, ../sass/base/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 78, ../sass/base/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 79, ../sass/base/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 80, ../sass/base/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 81, ../sass/base/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 82, ../sass/base/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 83, ../sass/base/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 84, ../sass/base/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 85, ../sass/base/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 86, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 87, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 88, ../sass/base/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 89, ../sass/base/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 90, ../sass/base/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 91, ../sass/base/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 92, ../sass/base/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 93, ../sass/base/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 94, ../sass/base/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 95, ../sass/base/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 96, ../sass/base/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 97, ../sass/base/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 98, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 99, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 100, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 101, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 102, ../sass/base/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 104, ../sass/base/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 105, ../sass/base/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 106, ../sass/base/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 107, ../sass/base/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 108, ../sass/base/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 109, ../sass/base/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 110, ../sass/base/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 111, ../sass/base/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 112, ../sass/base/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 113, ../sass/base/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 114, ../sass/base/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 115, ../sass/base/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 117, ../sass/base/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 118, ../sass/base/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 119, ../sass/base/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 120, ../sass/base/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 121, ../sass/base/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 122, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 123, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 124, ../sass/base/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 125, ../sass/base/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 126, ../sass/base/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 127, ../sass/base/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 128, ../sass/base/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 129, ../sass/base/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 130, ../sass/base/font-awesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 131, ../sass/base/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 132, ../sass/base/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 133, ../sass/base/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 134, ../sass/base/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 135, ../sass/base/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 137, ../sass/base/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 138, ../sass/base/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 139, ../sass/base/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 140, ../sass/base/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 141, ../sass/base/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 142, ../sass/base/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 143, ../sass/base/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 144, ../sass/base/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 145, ../sass/base/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 146, ../sass/base/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 147, ../sass/base/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 148, ../sass/base/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 149, ../sass/base/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 150, ../sass/base/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 151, ../sass/base/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 152, ../sass/base/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 153, ../sass/base/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 154, ../sass/base/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 155, ../sass/base/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 156, ../sass/base/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 157, ../sass/base/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 158, ../sass/base/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 159, ../sass/base/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 160, ../sass/base/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 161, ../sass/base/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 162, ../sass/base/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 163, ../sass/base/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 164, ../sass/base/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 165, ../sass/base/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 166, ../sass/base/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 167, ../sass/base/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 168, ../sass/base/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 169, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 170, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 171, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 172, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 173, ../sass/base/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 174, ../sass/base/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 175, ../sass/base/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 176, ../sass/base/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 177, ../sass/base/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 178, ../sass/base/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 179, ../sass/base/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 181, ../sass/base/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 183, ../sass/base/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 184, ../sass/base/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 185, ../sass/base/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 187, ../sass/base/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 189, ../sass/base/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 190, ../sass/base/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 192, ../sass/base/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 193, ../sass/base/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 194, ../sass/base/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 195, ../sass/base/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 196, ../sass/base/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 197, ../sass/base/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 198, ../sass/base/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 199, ../sass/base/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 200, ../sass/base/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 201, ../sass/base/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 202, ../sass/base/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 203, ../sass/base/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 204, ../sass/base/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 205, ../sass/base/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 206, ../sass/base/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 207, ../sass/base/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 208, ../sass/base/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 209, ../sass/base/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 210, ../sass/base/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 211, ../sass/base/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 213, ../sass/base/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

/* line 215, ../sass/base/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

/* line 217, ../sass/base/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 218, ../sass/base/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 219, ../sass/base/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 221, ../sass/base/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 223, ../sass/base/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 225, ../sass/base/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 226, ../sass/base/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 227, ../sass/base/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 229, ../sass/base/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 230, ../sass/base/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 231, ../sass/base/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 233, ../sass/base/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 234, ../sass/base/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 235, ../sass/base/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 236, ../sass/base/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 237, ../sass/base/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 238, ../sass/base/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 239, ../sass/base/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 240, ../sass/base/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 241, ../sass/base/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 242, ../sass/base/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 243, ../sass/base/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 244, ../sass/base/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 245, ../sass/base/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 246, ../sass/base/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 247, ../sass/base/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 248, ../sass/base/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 249, ../sass/base/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 250, ../sass/base/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 251, ../sass/base/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 252, ../sass/base/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 253, ../sass/base/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 254, ../sass/base/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 255, ../sass/base/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 256, ../sass/base/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 257, ../sass/base/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 258, ../sass/base/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 259, ../sass/base/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 260, ../sass/base/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 261, ../sass/base/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 262, ../sass/base/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 263, ../sass/base/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 265, ../sass/base/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 266, ../sass/base/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 267, ../sass/base/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 268, ../sass/base/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 269, ../sass/base/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 270, ../sass/base/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 272, ../sass/base/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 273, ../sass/base/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 274, ../sass/base/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 275, ../sass/base/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 276, ../sass/base/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 277, ../sass/base/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 278, ../sass/base/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 279, ../sass/base/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 280, ../sass/base/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 281, ../sass/base/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 282, ../sass/base/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 283, ../sass/base/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 284, ../sass/base/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 285, ../sass/base/font-awesome/_icons.scss */
.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 286, ../sass/base/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 289, ../sass/base/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 290, ../sass/base/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 291, ../sass/base/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 292, ../sass/base/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 294, ../sass/base/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 295, ../sass/base/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 296, ../sass/base/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 297, ../sass/base/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 298, ../sass/base/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 299, ../sass/base/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 300, ../sass/base/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 301, ../sass/base/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 302, ../sass/base/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 303, ../sass/base/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 304, ../sass/base/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 305, ../sass/base/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 306, ../sass/base/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 307, ../sass/base/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 308, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 309, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 310, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 311, ../sass/base/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 312, ../sass/base/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 313, ../sass/base/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 314, ../sass/base/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 315, ../sass/base/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 316, ../sass/base/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 317, ../sass/base/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 318, ../sass/base/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 319, ../sass/base/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 320, ../sass/base/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 321, ../sass/base/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 322, ../sass/base/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 323, ../sass/base/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 324, ../sass/base/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 325, ../sass/base/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 326, ../sass/base/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 327, ../sass/base/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 328, ../sass/base/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 329, ../sass/base/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 330, ../sass/base/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 331, ../sass/base/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 333, ../sass/base/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 335, ../sass/base/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 337, ../sass/base/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 339, ../sass/base/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 340, ../sass/base/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 342, ../sass/base/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 344, ../sass/base/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 348, ../sass/base/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 351, ../sass/base/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 353, ../sass/base/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 355, ../sass/base/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 356, ../sass/base/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 357, ../sass/base/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 358, ../sass/base/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 359, ../sass/base/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 360, ../sass/base/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 361, ../sass/base/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 362, ../sass/base/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 363, ../sass/base/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 364, ../sass/base/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 365, ../sass/base/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 366, ../sass/base/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 367, ../sass/base/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 368, ../sass/base/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 369, ../sass/base/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 370, ../sass/base/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 371, ../sass/base/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 372, ../sass/base/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 373, ../sass/base/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 374, ../sass/base/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 375, ../sass/base/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 376, ../sass/base/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 377, ../sass/base/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 378, ../sass/base/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 379, ../sass/base/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 380, ../sass/base/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 381, ../sass/base/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 382, ../sass/base/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 383, ../sass/base/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 384, ../sass/base/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 385, ../sass/base/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 386, ../sass/base/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 387, ../sass/base/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 388, ../sass/base/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 389, ../sass/base/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 390, ../sass/base/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 391, ../sass/base/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 392, ../sass/base/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 393, ../sass/base/font-awesome/_icons.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 394, ../sass/base/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 395, ../sass/base/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 396, ../sass/base/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 397, ../sass/base/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 398, ../sass/base/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 399, ../sass/base/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 400, ../sass/base/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 401, ../sass/base/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 402, ../sass/base/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 403, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 404, ../sass/base/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 405, ../sass/base/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 407, ../sass/base/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 408, ../sass/base/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 409, ../sass/base/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 410, ../sass/base/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 412, ../sass/base/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 29, ../sass/base/font-awesome/__font-awesome.scss */
.media-list.-videos a:after, .group-profile-info .group-full-name:before,
.group-profile-info .field--organisation:before,
.group-profile-info .field--location:before,
.group-profile-info .field--user-twitter-handle:before, .bean-hero .hero-cta:before,
.messages:before,
.back-to-top > a:after,
#hlf-global-search-form .form-submit[class]:after,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon,
fieldset .fieldset-legend .fieldset-legend-prefix,
.view-news-and-features .node.-summary-block.node--project .feature__aside:after,
div[class*="region-sidebar"] .views-search-form .form-submit[class]:after,
.block--facetapi[class][class] .block__h1[aria-expanded]:after,
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-submit[class]:after,
#hlf-global-sort-form .btn:before,
div[id*="_group_where_next"] h3:before,
div[id*="_group_where_next"] h2:before,
div.field--twitter-link:before,
.group-profile-info .field--user-twitter-handle:before,
.bean-call-to-action a:before,
.region-sidebar-second .bean-call-to-action.block-full-block a:before,
.region-header .menu__item.-dropdown > button:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../sass/base/_baseset.scss */
html {
  overflow-y: scroll;
}

/* line 5, ../sass/base/_baseset.scss */
body {
  font-family: "AvantGardeGothic_WF", sans-serif;
  font-size: 0.875em;
  line-height: 1.2;
  color: #333333;
  margin: 0;
}

/* line 13, ../sass/base/_baseset.scss */
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/base/_baseset.scss */
p {
  line-height: 1.7;
}

/* line 23, ../sass/base/_baseset.scss */
a {
  color: #0167b1;
  text-decoration: none;
}
/* line 26, ../sass/base/_baseset.scss */
a:hover, a:focus {
  text-decoration: underline;
}
/* line 30, ../sass/base/_baseset.scss */
a:not([href]):hover, a:not([href]):focus {
  text-decoration: none;
}
/* line 34, ../sass/base/_baseset.scss */
a img {
  border: 0 none;
  vertical-align: top;
}

/* line 40, ../sass/base/_baseset.scss */
button, a {
  cursor: pointer;
  font-family: "AvantGardeGothic_WF", sans-serif;
  font-weight: 400;
}

/* line 46, ../sass/base/_baseset.scss */
h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 50, ../sass/base/_baseset.scss */
h1 {
  font-weight: 200;
  font-size: 2.28571em;
  line-height: 1.1;
  margin: 0 0 .55em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  /* line 50, ../sass/base/_baseset.scss */
  h1 {
    font-size: 3.42857em;
    word-break: normal;
  }
}

/* line 62, ../sass/base/_baseset.scss */
h2 {
  font-size: 1.85714em;
}

/* line 66, ../sass/base/_baseset.scss */
h3 {
  font-size: 1.57143em;
}

/* line 70, ../sass/base/_baseset.scss */
h4 {
  font-size: 1.28571em;
}

/* line 74, ../sass/base/_baseset.scss */
h5 {
  font-size: 1.14286em;
}

/* line 78, ../sass/base/_baseset.scss */
h6 {
  font-size: 1em;
}

/* line 82, ../sass/base/_baseset.scss */
p {
  line-height: 1.7;
}

/* line 86, ../sass/base/_baseset.scss */
main {
  line-height: 1.5;
}

/* line 95, ../sass/base/_baseset.scss */
.ui-widget {
  font: inherit;
  background-color: #fff;
}

/* line 100, ../sass/base/_baseset.scss */
.nowrap {
  white-space: nowrap;
}

/* line 104, ../sass/base/_baseset.scss */
hr {
  display: block;
  border-top: 1px solid #999999;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 112, ../sass/base/_baseset.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 117, ../sass/base/_baseset.scss */
.-media_col_8 .adaptive-image {
  max-width: 320px;
}
/* line 120, ../sass/base/_baseset.scss */
.-media_col_9 .adaptive-image {
  max-width: 360px;
}
/* line 123, ../sass/base/_baseset.scss */
.-media_col_10 .adaptive-image {
  max-width: 400px;
}
/* line 126, ../sass/base/_baseset.scss */
.-media_col_11 .adaptive-image {
  max-width: 440px;
}
/* line 129, ../sass/base/_baseset.scss */
.-media_col_12 .adaptive-image {
  max-width: 480px;
}
/* line 132, ../sass/base/_baseset.scss */
.-media_col_13 .adaptive-image {
  max-width: 520px;
}

/* line 137, ../sass/base/_baseset.scss */
figure {
  margin: 0;
}

/* line 141, ../sass/base/_baseset.scss */
.field-collection-container img {
  vertical-align: top;
}
/* line 144, ../sass/base/_baseset.scss */
.field-collection-container p.field--media-credit {
  font-size: 0.85714em;
  margin: 5px 0;
}
/* line 150, ../sass/base/_baseset.scss */
.field-collection-container figcaption span.caption-text,
.field-collection-container figcaption div,
.field-collection-container .caption-wrapper span.caption-text,
.field-collection-container .caption-wrapper div {
  display: block;
  margin-bottom: 2px;
  margin-top: 6px;
}
/* line 156, ../sass/base/_baseset.scss */
.field-collection-container figcaption span.caption-text,
.field-collection-container .caption-wrapper span.caption-text {
  font-size: 1.14286em;
}
/* line 159, ../sass/base/_baseset.scss */
.field-collection-container figcaption div,
.field-collection-container .caption-wrapper div {
  font-size: 0.92857em;
}

/*  Namespaced styles for optimal display of flowing content; aribitary sequences
    of headings, lists, paragraphs, blockquotes etc.
    ___________________________________________________________________ */
/* line 5, ../sass/base/_flow.scss */
.flow {
  line-height: 1.7;
  /* Manage child margins */
  /*  Headings.
      ___________________________________________________________________ */
  /*  Lists.
      ___________________________________________________________________ */
  /*  Shared.
      ___________________________________________________________________ */
  /*  Blockquote.
      ___________________________________________________________________ */
}
/* line 11, ../sass/base/_flow.scss */
.flow.-no-margins-top > :first-child,
.flow.-no-margins-top > :first-child > :first-child {
  margin-top: 0;
}
/* line 17, ../sass/base/_flow.scss */
.flow.-no-margins-bottom > :last-child,
.flow.-no-margins-bottom > :last-child > :last-child {
  margin-bottom: 0;
}
/* line 23, ../sass/base/_flow.scss */
.flow.-no-margins > :first-child,
.flow.-no-margins > :first-child > :first-child {
  margin-top: 0;
}
/* line 27, ../sass/base/_flow.scss */
.flow.-no-margins > :last-child,
.flow.-no-margins > :last-child > :last-child {
  margin-bottom: 0;
}
/* line 33, ../sass/base/_flow.scss */
.flow img {
  max-width: 100%;
  height: auto;
}
/* line 38, ../sass/base/_flow.scss */
.flow p {
  margin: 1.2em 0;
}
/* line 41, ../sass/base/_flow.scss */
.flow a {
  text-decoration: underline;
}
/* line 44, ../sass/base/_flow.scss */
.flow a:hover,
.flow a:focus {
  text-decoration: none;
}
/* line 53, ../sass/base/_flow.scss */
.flow ul, .flow ol, .flow dl, .flow table {
  margin: 1.2em 0 1.8em;
}
/* line 59, ../sass/base/_flow.scss */
.flow h2 {
  font-size: 1.85714em;
  margin: 1em 0 .6em;
  line-height: 1.4;
}
/* line 64, ../sass/base/_flow.scss */
.flow h3 {
  font-size: 1.57143em;
  margin: 1em 0 .6em;
  line-height: 1.4;
}
/* line 73, ../sass/base/_flow.scss */
.flow ol ul,
.flow ul ol,
.flow ol ol,
.flow ul ul {
  font-size: inherit;
}
/* line 79, ../sass/base/_flow.scss */
.flow ol, .flow ul {
  margin-left: 0;
}
/* line 82, ../sass/base/_flow.scss */
.flow ul, .flow ul li {
  list-style: none;
  *list-style: outside disc;
}
/* line 86, ../sass/base/_flow.scss */
.flow ol, .flow ol li {
  list-style: none;
  *list-style: outside decimal;
}
/* line 90, ../sass/base/_flow.scss */
.flow ol li,
.flow ul li {
  position: relative;
  padding-left: 35px;
  margin: 0 0 .36em;
  line-height: 1.66;
}
/* line 97, ../sass/base/_flow.scss */
.flow ol {
  counter-reset: li;
}
/* line 100, ../sass/base/_flow.scss */
.flow ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 107, ../sass/base/_flow.scss */
.flow ul > li:before {
  content: "\2022";
  position: absolute;
  left: 12px;
  top: .28em;
  line-height: 1;
}
/* line 117, ../sass/base/_flow.scss */
.flow h2, .flow h3, .flow h4, .flow h5, .flow h6,
.flow .quote-msg {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .flow h2, .section-about-us .flow h3, .section-about-us .flow h4, .section-about-us .flow h5, .section-about-us .flow h6, .section-about-us
.flow .quote-msg {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .flow h2, .section-projects .flow h2, .section-our-projects .flow h3, .section-projects .flow h3, .section-our-projects .flow h4, .section-projects .flow h4, .section-our-projects .flow h5, .section-projects .flow h5, .section-our-projects .flow h6, .section-projects .flow h6, .section-our-projects
.flow .quote-msg, .section-projects
.flow .quote-msg {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .flow h2, .section-looking-funding .flow h3, .section-looking-funding .flow h4, .section-looking-funding .flow h5, .section-looking-funding .flow h6, .section-looking-funding
.flow .quote-msg {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .flow h2, .section-apply .flow h3, .section-apply .flow h4, .section-apply .flow h5, .section-apply .flow h6, .section-apply
.flow .quote-msg {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .flow h2, .section-running-your-project .flow h3, .section-running-your-project .flow h4, .section-running-your-project .flow h5, .section-running-your-project .flow h6, .section-running-your-project
.flow .quote-msg {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .flow h2, .section-groups .flow h2, .section-forum .flow h2, .page-forum .flow h2, .section-our-community .flow h2, .section-community .flow h2, .section-discussion-forums .flow h3, .section-groups .flow h3, .section-forum .flow h3, .page-forum .flow h3, .section-our-community .flow h3, .section-community .flow h3, .section-discussion-forums .flow h4, .section-groups .flow h4, .section-forum .flow h4, .page-forum .flow h4, .section-our-community .flow h4, .section-community .flow h4, .section-discussion-forums .flow h5, .section-groups .flow h5, .section-forum .flow h5, .page-forum .flow h5, .section-our-community .flow h5, .section-community .flow h5, .section-discussion-forums .flow h6, .section-groups .flow h6, .section-forum .flow h6, .page-forum .flow h6, .section-our-community .flow h6, .section-community .flow h6, .section-discussion-forums
.flow .quote-msg, .section-groups
.flow .quote-msg, .section-forum
.flow .quote-msg, .page-forum
.flow .quote-msg, .section-our-community
.flow .quote-msg, .section-community
.flow .quote-msg {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .flow h2, .section-users .flow h3, .section-users .flow h4, .section-users .flow h5, .section-users .flow h6, .section-users
.flow .quote-msg {
  color: #762375;
}
/* line 125, ../sass/base/_flow.scss */
.flow .quote-msg {
  margin: 1.5em 0 1.5em;
  border: 1px solid #b6b6b6;
  border-width: 1px 0;
  padding: .7em 0;
  font-size: 1.78571em;
  line-height: 1.5;
}
/* line 132, ../sass/base/_flow.scss */
.flow .quote-msg p {
  margin: 0;
  padding: 0;
}
/* line 136, ../sass/base/_flow.scss */
.flow .quote-msg cite {
  display: block;
  font-size: 0.56em;
  font-style: normal;
  margin: 1em 0 0;
  color: #333333;
}
@media screen and (min-width: 768px) {
  /* line 145, ../sass/base/_flow.scss */
  .flow .quote-msg {
    float: right;
    max-width: 50%;
    margin-left: 30px;
    margin-top: .2em;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?59928431");
  src: url("../fonts/fontello/fontello.eot?59928431#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?59928431") format("woff2"), url("../fonts/fontello/fontello.woff?59928431") format("woff"), url("../fonts/fontello/fontello.ttf?59928431") format("truetype"), url("../fonts/fontello/fontello.svg?59928431#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?59928431#fontello') format('svg');
  }
}
*/
/* line 24, ../sass/base/_fontello.scss */
.social-links [class^="icon-"]:before,
.social-links [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 61, ../sass/base/_fontello.scss */
.icon-mail:before {
  content: '\e800';
}

/* line 62, ../sass/base/_fontello.scss */
.icon-twitter:before {
  content: '\f099';
}

/* line 63, ../sass/base/_fontello.scss */
.icon-facebook:before {
  content: '\f09a';
}

/* line 64, ../sass/base/_fontello.scss */
.icon-gplus:before {
  content: '\f0d5';
}

/* line 65, ../sass/base/_fontello.scss */
.icon-linkedin:before {
  content: '\f0e1';
}

/* line 66, ../sass/base/_fontello.scss */
.icon-youtube:before {
  content: '\f167';
}

/* line 67, ../sass/base/_fontello.scss */
.icon-instagram:before {
  content: '\f16d';
}

/* line 68, ../sass/base/_fontello.scss */
.icon-flickr:before {
  content: '\f16e';
}

/* line 69, ../sass/base/_fontello.scss */
.icon-stumbleupon:before {
  content: '\f1a4';
}

/* line 70, ../sass/base/_fontello.scss */
.icon-delicious:before {
  content: '\f1a5';
}

/* line 71, ../sass/base/_fontello.scss */
.icon-digg:before {
  content: '\f1a6';
}

/* line 72, ../sass/base/_fontello.scss */
.icon-pinterest:before {
  content: '\f231';
}

/* line 73, ../sass/base/_fontello.scss */
.icon-vimeo:before {
  content: '\f27d';
}

/* line 76, ../sass/base/_fontello.scss */
.social-links .icon-instagram {
  background-color: #db4a64;
}

/* line 3, ../sass/layout/_content_project.scss */
.node-project .group-main-content,
.node-project .group-info-panel {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  /* line 11, ../sass/layout/_content_project.scss */
  .node-project.view-mode-case_study_view .group-main-content, .node-project.view-mode-snapshot .group-main-content {
    float: left;
    width: 56.52174%;
    margin-left: 0%;
    margin-right: -56.52174%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-bottom: 80px;
  }
  /* line 15, ../sass/layout/_content_project.scss */
  .node-project.view-mode-case_study_view .group-aside-top, .node-project.view-mode-snapshot .group-aside-top {
    float: right;
    width: 39.13043%;
    margin-right: 0%;
    margin-left: -39.13043%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 18, ../sass/layout/_content_project.scss */
  .node-project.view-mode-case_study_view .group-aside, .node-project.view-mode-snapshot .group-aside {
    clear: right;
    float: right;
    width: 39.13043%;
    margin-right: 0%;
    margin-left: -39.13043%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  /* line 26, ../sass/layout/_content_project.scss */
  .node-project.view-mode-case_study_view .group-main-content, .node-project.view-mode-snapshot .group-main-content {
    float: left;
    width: 56.52174%;
    margin-left: 0%;
    margin-right: -56.52174%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-bottom: 80px;
  }
  /* line 30, ../sass/layout/_content_project.scss */
  .node-project.view-mode-case_study_view .group-aside-top, .node-project.view-mode-snapshot .group-aside-top {
    float: right;
    width: 39.13043%;
    margin-right: 0%;
    margin-left: -39.13043%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 33, ../sass/layout/_content_project.scss */
  .node-project.view-mode-case_study_view .group-aside, .node-project.view-mode-snapshot .group-aside {
    clear: right;
    float: right;
    width: 39.13043%;
    margin-right: 0%;
    margin-left: -39.13043%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-bottom: 80px;
  }
}
/* line 39, ../sass/layout/_content_project.scss */
.node-project.view-mode-case_study_view .group-main-content,
.node-project.view-mode-case_study_view .group-aside, .node-project.view-mode-snapshot .group-main-content,
.node-project.view-mode-snapshot .group-aside {
  margin-bottom: 50px;
  overflow: hidden;
}
/* line 44, ../sass/layout/_content_project.scss */
.node-project.view-mode-case_study_view .group-footer, .node-project.view-mode-snapshot .group-footer {
  margin: 0 auto;
  max-width: 100%;
  clear: both;
}
/* line 57, ../sass/layout/_content_project.scss */
.node-project .node-teaser .group-main-content {
  float: left;
  width: 78.26087%;
  margin-left: 17.3913%;
  margin-right: -95.65217%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-bottom: 0px;
}
/* line 62, ../sass/layout/_content_project.scss */
.node-project .node-teaser .group-aside {
  float: left;
  width: 13.04348%;
  margin-left: 0%;
  margin-right: -13.04348%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-bottom: 0px;
}

/* line 70, ../sass/layout/_content_project.scss */
.view-mode-gems .group-info-panel {
  margin-bottom: 0;
}
/* line 73, ../sass/layout/_content_project.scss */
.view-mode-gems .group-info-panel .field {
  border-bottom: #999999 1px solid;
}
/* line 76, ../sass/layout/_content_project.scss */
.view-mode-gems .group-info-panel .field:first-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  /* line 81, ../sass/layout/_content_project.scss */
  .view-mode-gems .group-info-panel .field.field {
    clear: both;
    float: left;
    width: 104.34783%;
    margin-left: 0%;
    margin-right: -104.34783%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 40px;
  }
}

@media screen and (min-width: 960px) {
  /* line 7, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block {
    position: relative;
    width: 100%;
    /*            @include zen-nested-container();*/
  }
  /* line 15, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block:nth-child(odd) .group-aside {
    float: left;
    width: 34.78261%;
    margin-left: 0%;
    margin-right: -34.78261%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 21, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block:nth-child(odd) .group-main-content {
    float: left;
    width: 39.13043%;
    margin-left: 30.43478%;
    margin-right: -69.56522%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    position: absolute;
    top: 40px;
  }
  /* line 34, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block:nth-child(even) .group-aside {
    float: left;
    width: 30.43478%;
    margin-left: 39.13043%;
    margin-right: -69.56522%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 40, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block:nth-child(even) .group-main-content {
    float: left;
    width: 39.13043%;
    margin-left: 4.34783%;
    margin-right: -43.47826%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    position: absolute;
    top: 40px;
  }
  /* line 50, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block.summary-block-variant {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 57, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block.summary-block-variant:nth-child(odd) .group-aside {
    float: left;
    width: 17.3913%;
    margin-left: 13.04348%;
    margin-right: -30.43478%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 65, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block.summary-block-variant:nth-child(odd) .group-main-content {
    float: left;
    width: 13.04348%;
    margin-left: 0%;
    margin-right: -13.04348%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    position: absolute;
    top: 40px;
  }
  /* line 80, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block.summary-block-variant:nth-child(even) .group-aside {
    float: left;
    width: 17.3913%;
    margin-left: 0%;
    margin-right: -17.3913%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 88, ../sass/layout/_content_shared.scss */
  .one-sidebar.sidebar-second article.view-mode-summary_block.summary-block-variant:nth-child(even) .group-main-content {
    float: left;
    width: 13.04348%;
    margin-left: 17.3913%;
    margin-right: -30.43478%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    position: absolute;
    top: 40px;
  }
}
/* line 1, ../sass/layout/_global.scss */
.outer-width-wrapper {
  background: #e7e7e7;
  margin: 0 auto;
  max-width: 100%;
}

/* line 7, ../sass/layout/_global.scss */
.outer-width, .node-project.view-mode-case_study_view .group-footer .group-accordion, .node-project.view-mode-snapshot .group-footer .group-accordion, .node--landing-page .group-aside > *,
.node--listing-page .group-aside > *, .node--landing-page.-full .group-aside,
.node--listing-page.-full .group-aside {
  max-width: 920px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
/* line 45, ../../../../../../vendor/bundle/ruby/2.2.0/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.outer-width:before, .node-project.view-mode-case_study_view .group-footer .group-accordion:before, .node-project.view-mode-snapshot .group-footer .group-accordion:before, .node--landing-page .group-aside > :before,
.node--listing-page .group-aside > :before, .node--landing-page.-full .group-aside:before,
.node--listing-page.-full .group-aside:before, .outer-width:after, .node-project.view-mode-case_study_view .group-footer .group-accordion:after, .node-project.view-mode-snapshot .group-footer .group-accordion:after, .node--landing-page .group-aside > :after,
.node--listing-page .group-aside > :after, .node--landing-page.-full .group-aside:after,
.node--listing-page.-full .group-aside:after {
  content: "";
  display: table;
}
/* line 50, ../../../../../../vendor/bundle/ruby/2.2.0/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.outer-width:after, .node-project.view-mode-case_study_view .group-footer .group-accordion:after, .node-project.view-mode-snapshot .group-footer .group-accordion:after, .node--landing-page .group-aside > :after,
.node--listing-page .group-aside > :after, .node--landing-page.-full .group-aside:after,
.node--listing-page.-full .group-aside:after {
  clear: both;
}

/* line 17, ../sass/layout/_global.scss */
.node--landing-page .group-aside-wrapper,
.node--listing-page .group-aside-wrapper {
  background: #e7e7e7;
  margin: 5px auto 35px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 17, ../sass/layout/_global.scss */
  .node--landing-page .group-aside-wrapper,
  .node--listing-page .group-aside-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 26, ../sass/layout/_global.scss */
.node--landing-page .group-aside > *,
.node--listing-page .group-aside > * {
  padding-left: 0;
  padding-right: 0;
}

/*  Regions.
    ___________________________________________________________________ */
/* line 35, ../sass/layout/_global.scss */
.region-hero,
.region-lower-content {
  background: #e7e7e7;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 100%;
}

/* line 43, ../sass/layout/_global.scss */
.region-hero {
  margin-bottom: 2.8em;
}

/*  .level2-regions
    ___________________________________________________________________ */
/* line 49, ../sass/layout/_global.scss */
.level2-regions[class] {
  max-width: 100%;
  margin: 40px auto 0;
  padding: 35px 0;
  background: #e7e7e7;
}
/* line 54, ../sass/layout/_global.scss */
.level2-regions[class] .views-exposed-widgets .form-text {
  background: white;
  border-color: white;
}
/* line 58, ../sass/layout/_global.scss */
.level2-regions[class] .block--facetapi[class][class] {
  background: white;
}
/* line 61, ../sass/layout/_global.scss */
.level2-regions[class] .listing__h1 a {
  background: white;
}

/*  .messages
    ___________________________________________________________________ */
/* line 68, ../sass/layout/_global.scss */
.messages {
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 1.14286em;
  line-height: 1.4;
  position: relative;
  padding: 16px;
  padding-left: 55px;
  margin: 20px 0;
}
/* line 77, ../sass/layout/_global.scss */
.messages .krumo-root {
  color: #333;
}
/* line 80, ../sass/layout/_global.scss */
.messages .messages__item + .messages__item {
  margin-top: 15px;
}
/* line 83, ../sass/layout/_global.scss */
.messages :first-of-type {
  margin-top: 0;
}
/* line 86, ../sass/layout/_global.scss */
.messages :last-of-type {
  margin-bottom: 0;
}
/* line 89, ../sass/layout/_global.scss */
.messages:before {
  position: absolute;
  width: 35px;
  font-size: 23px;
  text-align: center;
  left: 10px;
  top: 16px;
}

/* line 100, ../sass/layout/_global.scss */
.messages.status {
  background: #E2FCE1;
  color: green;
}
/* line 103, ../sass/layout/_global.scss */
.messages.status:before {
  content: "\f058";
}

/* line 108, ../sass/layout/_global.scss */
.messages.warning {
  background: #FFFFCA;
  color: #c94e0a;
}
/* line 111, ../sass/layout/_global.scss */
.messages.warning:before {
  content: "\f071";
}

/* line 116, ../sass/layout/_global.scss */
.messages.error {
  background: #FCE6E6;
  color: #A81414;
}
/* line 119, ../sass/layout/_global.scss */
.messages.error:before {
  content: "\f057";
}

/* line 124, ../sass/layout/_global.scss */
.messages.flag {
  background: #e7e7e7;
}
/* line 126, ../sass/layout/_global.scss */
.messages.flag:before {
  content: "\f024";
}

/*
    ___________________________________________________________________ */
/* line 133, ../sass/layout/_global.scss */
.field--body.-full,
.profile__summary {
  font-size: 1.07143em;
}

/*
    ___________________________________________________________________ */
/* line 140, ../sass/layout/_global.scss */
.region-content .block-views + .block-views .block__h1 {
  margin-top: 2em;
}

/*
    ___________________________________________________________________ */
@media screen and (min-width: 768px) {
  /* line 149, ../sass/layout/_global.scss */
  .one-sidebar .region-main .region-content {
    float: left;
    width: 69.56522%;
    margin-left: 0%;
    margin-right: -69.56522%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 152, ../sass/layout/_global.scss */
  .one-sidebar .region-main .region-sidebar-first,
  .one-sidebar .region-main .region-sidebar-second {
    float: right;
    width: 26.08696%;
    margin-right: 73.91304%;
    margin-left: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 0;
  }
  /* line 157, ../sass/layout/_global.scss */
  .one-sidebar .region-main .region-sidebar-second {
    clear: right;
  }

  /* line 164, ../sass/layout/_global.scss */
  .level2-sidebar-second .level2-regions .region-content {
    float: left;
    width: 69.56522%;
    margin-left: 0%;
    margin-right: -69.56522%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 167, ../sass/layout/_global.scss */
  .level2-sidebar-second .level2-regions .region-sidebar-first,
  .level2-sidebar-second .level2-regions .region-sidebar-second {
    float: right;
    width: 26.08696%;
    margin-right: 73.91304%;
    margin-left: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 0;
  }
  /* line 172, ../sass/layout/_global.scss */
  .level2-sidebar-second .level2-regions .region-sidebar-second {
    clear: right;
  }
}
/*  Search.
    ___________________________________________________________________ */
/* line 186, ../sass/layout/_global.scss */
.block--menu--menu-search-tab-menu .menu {
  border-bottom: 1px solid #222c78;
  margin-bottom: 2em;
}
/* line 190, ../sass/layout/_global.scss */
.block--menu--menu-search-tab-menu .menu__item {
  margin-right: .2em;
  margin-bottom: -1px;
}
/* line 194, ../sass/layout/_global.scss */
.block--menu--menu-search-tab-menu .menu__item,
.block--menu--menu-search-tab-menu .menu__link {
  display: inline-block;
  vertical-align: bottom;
}
/* line 199, ../sass/layout/_global.scss */
.block--menu--menu-search-tab-menu .menu__link {
  position: relative;
  z-index: 10;
  padding: 0.7em 1.4em;
  border: 1px solid #222c78;
}
/* line 204, ../sass/layout/_global.scss */
.block--menu--menu-search-tab-menu .menu__link.active {
  background: #222c78;
  color: white;
}

/*  Views.
    ___________________________________________________________________ */
/* line 213, ../sass/layout/_global.scss */
.view-header {
  border-bottom: 1px solid #999999;
  padding-top: .625em;
  padding-bottom: 1.6em;
  margin: 0 0 3em 0;
}
/* line 218, ../sass/layout/_global.scss */
.view-header h2 {
  margin: 0 0 1em;
}
/* line 221, ../sass/layout/_global.scss */
.view-header p {
  font-size: 1.14286em;
  margin: 0;
}
/* line 224, ../sass/layout/_global.scss */
.view-header p.result-summary {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 213, ../sass/layout/_global.scss */
  .view-header {
    border-top: 1px solid #999999;
    padding: 1.6em 0;
  }
}

/* line 235, ../sass/layout/_global.scss */
.view-empty {
  font-size: 1.14286em;
}

/* line 239, ../sass/layout/_global.scss */
.views-exposed-widget {
  margin-bottom: 1.2em;
}
/* line 241, ../sass/layout/_global.scss */
.views-exposed-widget label {
  display: inline-block;
  margin-right: .3em;
}

/*  .back-to-top
    ___________________________________________________________________ */
/* line 249, ../sass/layout/_global.scss */
.back-to-top {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.07143em;
}
/* line 254, ../sass/layout/_global.scss */
.back-to-top > a:after {
  content: "\a0\a0" "\f0d8";
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  /* line 249, ../sass/layout/_global.scss */
  .back-to-top {
    text-align: right;
  }
}

/*  .node.-teaser
___________________________________________________________________ */
/* line 266, ../sass/layout/_global.scss */
.node.-teaser,
.user-profile.-teaser {
  margin-bottom: 2em;
  overflow: hidden;
}
/* line 270, ../sass/layout/_global.scss */
:last-child > .node.-teaser:not(.node-forum), :last-child >
.user-profile.-teaser:not(.node-forum) {
  margin-bottom: 0;
}

/* .listing
___________________________________________________________________ */
@media screen and (min-width: 480px) {
  /* line 278, ../sass/layout/_global.scss */
  .listing__aside {
    float: left;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  /* line 278, ../sass/layout/_global.scss */
  .listing__aside {
    max-width: 120px;
  }
  /* line 282, ../sass/layout/_global.scss */
  .listing__aside img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 480px) and (min-width: 768px) {
  /* line 288, ../sass/layout/_global.scss */
  .listing__body {
    min-height: 120px;
  }
}

/* line 296, ../sass/layout/_global.scss */
.listing__aside {
  position: relative;
  margin-right: 20px;
}
/* line 299, ../sass/layout/_global.scss */
.listing__aside img {
  vertical-align: middle;
}

/* line 305, ../sass/layout/_global.scss */
.listing__body a,
.listing__body .title-prefix {
  font-size: 1.57143em;
  margin: 0 0 0.7em 0;
  padding-top: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 480px) {
  /* line 305, ../sass/layout/_global.scss */
  .listing__body a,
  .listing__body .title-prefix {
    padding-top: .35em;
  }
}
@media screen and (max-width: 767px) {
  /* line 305, ../sass/layout/_global.scss */
  .listing__body a,
  .listing__body .title-prefix {
    background-color: transparent;
  }
}
/* line 320, ../sass/layout/_global.scss */
.listing__body .title-prefix {
  color: #0167b1;
}
/* line 324, ../sass/layout/_global.scss */
.listing__body .field {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  /* line 324, ../sass/layout/_global.scss */
  .listing__body .field {
    margin-left: 140px;
  }
}
/* line 331, ../sass/layout/_global.scss */
.node-sticky .listing__body .field {
  margin-left: 20px;
}
@media screen and (min-width: 480px) {
  /* line 331, ../sass/layout/_global.scss */
  .node-sticky .listing__body .field {
    margin-left: 140px;
  }
}
/* line 339, ../sass/layout/_global.scss */
.listing__body .field.field--teaser-block-display, .listing__body .field.field--full-name, .listing__body .field.field--title-field {
  margin-top: 0;
  margin-left: 0;
}
/* line 345, ../sass/layout/_global.scss */
.listing__body .field.field--title-field {
  background: white;
  padding: .35em 20px;
}

/* line 353, ../sass/layout/_global.scss */
.HLF_node-blog-teaser .listing__body .group-date-byline {
  margin-top: 10px;
}
/* line 356, ../sass/layout/_global.scss */
.HLF_node-blog-teaser .listing__body .field--byline {
  margin-top: 5px;
}
/* line 359, ../sass/layout/_global.scss */
.HLF_node-blog-teaser .listing__body .field--byline p {
  margin: 0;
}
/* line 364, ../sass/layout/_global.scss */
.HLF_node-blog-teaser .listing__body .field--indexable-date {
  display: inline;
  line-height: 1em;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 0px 0px;
  border-right: 1px solid #999;
}

/* line 378, ../sass/layout/_global.scss */
.group-footer h2,
.level2-regions h2 {
  padding: .35em 20px;
}

/* line 384, ../sass/layout/_global.scss */
.ui-accordion .node.-teaser {
  padding: 20px 20px 0;
  overflow: hidden;
  /* Fixes a jQuery accordion */
}
/* line 389, ../sass/layout/_global.scss */
.ui-accordion h2 a {
  background: none;
  padding-bottom: 0;
  padding-top: 0;
}

/*  .node--news.-teaser / .node--feature-article.-teaser
    ___________________________________________________________________ */
/* line 398, ../sass/layout/_global.scss */
.node--news.-teaser .listing__aside:after,
.node--story.-teaser .listing__aside:after,
.node--feature-article.-teaser .listing__aside:after,
.node--blog.-teaser .listing__aside:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: white center no-repeat;
}

/* line 413, ../sass/layout/_global.scss */
.node--news.-teaser .listing__aside:after,
.node--story.-teaser .listing__aside:after {
  background-image: url(../images/png/star-small.png);
  background-image: url(../images/svg/star-small.svg), none;
}

/* line 420, ../sass/layout/_global.scss */
.node--blog.-teaser .listing__aside:after {
  background-image: url(../images/png/pencil-small.png), none;
  background-size: 18px 14px;
}

/* line 427, ../sass/layout/_global.scss */
.node--feature-article.-teaser .listing__aside:after {
  background-image: url(../images/png/feature-small.png);
  background-image: url(../images/svg/feature-small.svg), none;
}

/*  .group-file-attachments
    ___________________________________________________________________ */
/* line 435, ../sass/layout/_global.scss */
.group-file-attachments {
  clear: both;
  margin: 2.5em 0;
}
/* line 439, ../sass/layout/_global.scss */
.group-file-attachments > h3,
.group-file-attachments > h2 {
  background: #e7e7e7;
  font-size: 1.14286em;
  padding: .5em 20px;
  margin: 0 0 3px;
}
/* line 447, ../sass/layout/_global.scss */
.group-file-attachments > .field {
  padding: .7em 20px;
  border-bottom: 1px solid #b6b6b6;
}
/* line 451, ../sass/layout/_global.scss */
.group-file-attachments .file-icon {
  vertical-align: baseline;
  margin-right: 7px;
}

/*  Article-ish pages.
    ___________________________________________________________________ */
/* line 466, ../sass/layout/_global.scss */
.node--basic-page.-full .field--collection-main-image,
.node--feature-article.-full .field--collection-main-image,
.node--press-release.-full .field--collection-main-image,
.node--news.-full .field--collection-main-image,
.node--story.-full .field--collection-main-image,
.node--blog.-full .field--collection-main-image,
.node--programme.-full .field--collection-main-image {
  margin: 0 0 1em;
}
/* line 469, ../sass/layout/_global.scss */
.node--basic-page.-full .field--collection-main-image .adaptive-image,
.node--feature-article.-full .field--collection-main-image .adaptive-image,
.node--press-release.-full .field--collection-main-image .adaptive-image,
.node--news.-full .field--collection-main-image .adaptive-image,
.node--story.-full .field--collection-main-image .adaptive-image,
.node--blog.-full .field--collection-main-image .adaptive-image,
.node--programme.-full .field--collection-main-image .adaptive-image {
  height: auto;
}
/* line 475, ../sass/layout/_global.scss */
.node--basic-page.-full .group-main-content .field--article-date,
.node--basic-page.-full .group-main-content .field--indexable-date,
.node--feature-article.-full .group-main-content .field--article-date,
.node--feature-article.-full .group-main-content .field--indexable-date,
.node--press-release.-full .group-main-content .field--article-date,
.node--press-release.-full .group-main-content .field--indexable-date,
.node--news.-full .group-main-content .field--article-date,
.node--news.-full .group-main-content .field--indexable-date,
.node--story.-full .group-main-content .field--article-date,
.node--story.-full .group-main-content .field--indexable-date,
.node--blog.-full .group-main-content .field--article-date,
.node--blog.-full .group-main-content .field--indexable-date,
.node--programme.-full .group-main-content .field--article-date,
.node--programme.-full .group-main-content .field--indexable-date {
  overflow: hidden;
  padding: 0 0 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #999999;
  font-size: 1.28571em;
}
/* line 483, ../sass/layout/_global.scss */
.node--basic-page.-full .group-main-content .field--article-date:before,
.node--basic-page.-full .group-main-content .field--indexable-date:before,
.node--feature-article.-full .group-main-content .field--article-date:before,
.node--feature-article.-full .group-main-content .field--indexable-date:before,
.node--press-release.-full .group-main-content .field--article-date:before,
.node--press-release.-full .group-main-content .field--indexable-date:before,
.node--news.-full .group-main-content .field--article-date:before,
.node--news.-full .group-main-content .field--indexable-date:before,
.node--story.-full .group-main-content .field--article-date:before,
.node--story.-full .group-main-content .field--indexable-date:before,
.node--blog.-full .group-main-content .field--article-date:before,
.node--blog.-full .group-main-content .field--indexable-date:before,
.node--programme.-full .group-main-content .field--article-date:before,
.node--programme.-full .group-main-content .field--indexable-date:before {
  width: 30px;
  height: 25px;
}
@media screen and (min-width: 480px) {
  /* line 491, ../sass/layout/_global.scss */
  .node--basic-page.-full .field--collection-main-image,
  .node--feature-article.-full .field--collection-main-image,
  .node--press-release.-full .field--collection-main-image,
  .node--news.-full .field--collection-main-image,
  .node--story.-full .field--collection-main-image,
  .node--blog.-full .field--collection-main-image,
  .node--programme.-full .field--collection-main-image {
    float: right;
    margin-left: 20px;
    width: 56.25%;
  }
}
@media screen and (min-width: 960px) {
  /* line 498, ../sass/layout/_global.scss */
  .node--basic-page.-full .field--collection-main-image,
  .node--feature-article.-full .field--collection-main-image,
  .node--press-release.-full .field--collection-main-image,
  .node--news.-full .field--collection-main-image,
  .node--story.-full .field--collection-main-image,
  .node--blog.-full .field--collection-main-image,
  .node--programme.-full .field--collection-main-image {
    float: right;
    margin-left: 20px;
  }
}

/* line 509, ../sass/layout/_global.scss */
.node--news.-full .group-main-content .field--article-date:before, .node--story.-full .group-main-content .field--article-date:before, .node--feature-article.-full .group-main-content .field--article-date:before, .node--blog.-full .group-main-content .field--article-date:before, .node--news.-full
.group-main-content .field--indexable-date:before, .node--story.-full
.group-main-content .field--indexable-date:before, .node--feature-article.-full
.group-main-content .field--indexable-date:before, .node--blog.-full
.group-main-content .field--indexable-date:before {
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 517, ../sass/layout/_global.scss */
.node--news.-full .group-main-content .field--article-date:before, .node--story.-full .group-main-content .field--article-date:before, .node--news.-full
.group-main-content .field--indexable-date:before, .node--story.-full
.group-main-content .field--indexable-date:before {
  background-image: url(../images/png/star.png);
  background-image: url(../images/svg/star.svg), none;
}
/* line 522, ../sass/layout/_global.scss */
.node--feature-article.-full .group-main-content .field--article-date:before, .node--feature-article.-full
.group-main-content .field--indexable-date:before {
  background-image: url(../images/png/feature.png);
  background-image: url(../images/svg/feature.svg), none;
}
/* line 526, ../sass/layout/_global.scss */
.node--blog.-full .group-main-content .field--article-date:before, .node--blog.-full
.group-main-content .field--indexable-date:before {
  background-image: url(../images/png/pencil.png), none;
  background-size: 23px 19px;
  background-position: 0px 6px;
}

/* Blog reuses the feature byline, but needs different styling */
/* line 538, ../sass/layout/_global.scss */
.node--blog.-full .group-main-content .field--byline {
  font-size: 1.28571em;
}
/* line 541, ../sass/layout/_global.scss */
.node--blog.-full .group-main-content .field--byline p {
  margin-bottom: 0em;
  color: black;
}

/*  .boxlink
    ___________________________________________________________________ */
/* line 551, ../sass/layout/_global.scss */
.boxlink-hover {
  cursor: pointer;
}
/* line 553, ../sass/layout/_global.scss */
.boxlink-hover .field--title-field a,
.boxlink-hover .block__h1 a,
.boxlink-hover .listing__h1 a,
.boxlink-hover .feature__h1 a {
  text-decoration: underline;
}

/*
    ___________________________________________________________________ */
/* line 563, ../sass/layout/_global.scss */
.views-exposed-form {
  margin: 0 0 2em;
}
/* line 565, ../sass/layout/_global.scss */
.region-sidebar-second .views-exposed-form {
  margin-bottom: 15px;
}
/* line 568, ../sass/layout/_global.scss */
.views-exposed-form .views-widget-sort-by,
.views-exposed-form .views-widget-sort-order {
  float: left;
  margin-right: 2em;
}
/* line 573, ../sass/layout/_global.scss */
.views-exposed-form .views-submit-button {
  margin-top: -8px;
  float: left;
}

/*  .pager
    ___________________________________________________________________
.pager {
    border-top: 1px solid $color-midgrey;
    padding: 2em 0;
    margin: 2em 0;
    font-size: px2em(15px);
    text-align: center;
    > li {
        display: inline;
    }
    a {
        padding: .4em .45em;
    }
    .pager-current {
        background: $color-darkgrey;
        color: white;
        padding: .25em .55em;
        margin: 0 .2em;
    }
}*/
/* line 602, ../sass/layout/_global.scss */
.pager-container {
  border-top: 1px solid #999999;
  padding: 2em 0;
  margin: 4em 0 0 0;
  font-size: 1em;
  text-align: center;
}
/* line 609, ../sass/layout/_global.scss */
.pager-container ul,
.pager-container li,
.pager-container div {
  display: inline;
}
/* line 614, ../sass/layout/_global.scss */
.pager-container a {
  padding: .4em .45em;
}
/* line 617, ../sass/layout/_global.scss */
.view .pager-container {
  margin-bottom: 0;
}
/* line 620, ../sass/layout/_global.scss */
.pager-container .pager-previous {
  border-right: 1px solid #999999;
  margin-right: 0.8em;
  padding-right: 0.8em;
}
/* line 625, ../sass/layout/_global.scss */
.pager-container .pager-current {
  background: #63656a;
  color: white;
  padding: .25em .55em;
  margin: 0 .2em;
}
/* line 631, ../sass/layout/_global.scss */
.pager-container .pager-next {
  border-left: 1px solid #999999;
  margin-left: 0.8em;
  padding-left: 0.8em;
}
/* line 636, ../sass/layout/_global.scss */
.pager-container .pager-last {
  padding-right: .8em;
}
/* line 639, ../sass/layout/_global.scss */
.level2-regions .pager-container {
  padding: 2em 0;
  margin: 4em 0 0 0;
}
@media screen and (min-width: 768px) {
  /* line 639, ../sass/layout/_global.scss */
  .level2-regions .pager-container {
    padding: 2em 0 0 0;
  }
}

/* line 648, ../sass/layout/_global.scss */
.hero__body {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .hero__body {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .hero__body, .section-projects .hero__body {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .hero__body {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .hero__body {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .hero__body {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .hero__body, .section-groups .hero__body, .section-forum .hero__body, .page-forum .hero__body, .section-our-community .hero__body, .section-community .hero__body {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .hero__body {
  color: #762375;
}
/* line 650, ../sass/layout/_global.scss */
.hero__body p {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .hero__body p {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .hero__body p, .section-projects .hero__body p {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .hero__body p {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .hero__body p {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .hero__body p {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .hero__body p, .section-groups .hero__body p, .section-forum .hero__body p, .page-forum .hero__body p, .section-our-community .hero__body p, .section-community .hero__body p {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .hero__body p {
  color: #762375;
}

/* line 655, ../sass/layout/_global.scss */
.form-text {
  font-family: "AvantGardeGothic_WF", sans-serif;
}

/* line 660, ../sass/layout/_global.scss */
.HLF_field-field_body p,
.HLF_field-field_body .flow p {
  margin-top: 0;
}
/* line 664, ../sass/layout/_global.scss */
.HLF_field-field_body h3,
.HLF_field-field_body h4,
.HLF_field-field_body h5,
.HLF_field-field_body h6 {
  margin-bottom: 0.665em;
}

/* line 674, ../sass/layout/_global.scss */
abbr.lexicon-indicator,
acronym.lexicon-indicator,
sup.lexicon-indicator,
span.lexicon-indicator,
a.lexicon-indicator,
a.lexicon-icon,
dfn.lexicon-indicator,
img.lexicon-indicator {
  cursor: help;
}

/* line 685, ../sass/layout/_global.scss */
span.lexicon-term {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 691, ../sass/layout/_global.scss */
a.lexicon-term {
  text-decoration: none;
  border-bottom: 1px dotted #333333;
  color: #333333;
  cursor: help;
}

/* line 698, ../sass/layout/_global.scss */
a.lexicon-term:hover {
  border-bottom: 1px solid #333333;
}

/*  Need this so that the accessibilty tab displays when clicked
    ___________________________________________________________________ */
/* line 3, ../sass/layout/_header.scss */
#header .outer-width.clearfix, #header .node-project.view-mode-case_study_view .group-footer .clearfix.group-accordion, .node-project.view-mode-case_study_view .group-footer #header .clearfix.group-accordion, #header .node-project.view-mode-snapshot .group-footer .clearfix.group-accordion, .node-project.view-mode-snapshot .group-footer #header .clearfix.group-accordion, #header .node--landing-page .group-aside > .clearfix, .node--landing-page #header .group-aside > .clearfix,
#header .node--listing-page .group-aside > .clearfix,
.node--listing-page #header .group-aside > .clearfix, #header .node--landing-page.-full .clearfix.group-aside, .node--landing-page.-full #header .clearfix.group-aside,
#header .node--listing-page.-full .clearfix.group-aside,
.node--listing-page.-full #header .clearfix.group-aside {
  overflow: visible;
}

/* line 8, ../sass/layout/_header.scss */
#header .outer-width.clearfix, #header .node-project.view-mode-case_study_view .group-footer .clearfix.group-accordion, .node-project.view-mode-case_study_view .group-footer #header .clearfix.group-accordion, #header .node-project.view-mode-snapshot .group-footer .clearfix.group-accordion, .node-project.view-mode-snapshot .group-footer #header .clearfix.group-accordion, #header .node--landing-page .group-aside > .clearfix, .node--landing-page #header .group-aside > .clearfix,
#header .node--listing-page .group-aside > .clearfix,
.node--listing-page #header .group-aside > .clearfix, #header .node--landing-page.-full .clearfix.group-aside, .node--landing-page.-full #header .clearfix.group-aside,
#header .node--listing-page.-full .clearfix.group-aside,
.node--listing-page.-full #header .clearfix.group-aside {
  overflow: visible;
}

/* line 15, ../sass/layout/_header.scss */
.header__inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  /* line 15, ../sass/layout/_header.scss */
  .header__inner {
    margin-bottom: 0px;
  }
}

/*  Layout
    ___________________________________________________________________ */
/* line 27, ../sass/layout/_header.scss */
.header__logo {
  float: left;
  width: 140px;
  margin-top: 13px;
  margin-bottom: 13px;
  position: relative;
  z-index: 11;
}

/* line 38, ../sass/layout/_header.scss */
.header__tabs .header__tabs__inner .HLF_block-main-menu {
  display: table-header-group;
}
/* line 41, ../sass/layout/_header.scss */
.header__tabs .header__tabs__inner .HLF_block-user-menu {
  display: table-row-group;
}
/* line 45, ../sass/layout/_header.scss */
.header__tabs .header__table {
  display: table;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 55, ../sass/layout/_header.scss */
  [data-a11y-fontsize="normal"] .header__tabs .header__tabs__inner .HLF_block-main-menu {
    margin-top: 2em;
    margin-bottom: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  /* line 66, ../sass/layout/_header.scss */
  .header__logo {
    float: left;
    width: 170px;
  }

  /* line 71, ../sass/layout/_header.scss */
  .header__tabs {
    float: left;
    width: 100%;
    margin-left: -170px;
  }
  /* line 76, ../sass/layout/_header.scss */
  .header__tabs .header__table {
    display: block;
  }
  /* line 79, ../sass/layout/_header.scss */
  .header__tabs .header__tabs__inner {
    margin-left: 170px;
    position: relative;
    display: block;
  }
  /* line 83, ../sass/layout/_header.scss */
  .header__tabs .header__tabs__inner .HLF_block-main-menu {
    display: block;
    float: right;
    text-align: right;
    margin-top: 0;
  }
  /* line 89, ../sass/layout/_header.scss */
  .header__tabs .header__tabs__inner .HLF_block-user-menu {
    display: block;
    float: right;
    text-align: right;
    margin: 1px 0;
  }
  /* line 96, ../sass/layout/_header.scss */
  .header__tabs #hlf-global-search-form {
    width: 159px;
    float: right;
    margin-left: .6em;
    text-align: right;
  }
  /* line 101, ../sass/layout/_header.scss */
  .header__tabs #hlf-global-search-form .form-text {
    font-size: inherit;
    background: #e7e7e7;
  }
  /* line 106, ../sass/layout/_header.scss */
  .header__tabs #header__lottery-logo {
    float: right;
  }
}
/*  Logo
    ___________________________________________________________________ */
/* line 116, ../sass/layout/_header.scss */
.header__logo .header__logo__link {
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 9999px;
  background: url(../images/png/logo_hlf.png) left -94px no-repeat;
  background: url(../images/svg/logo_hlf_en.svg) left 10px no-repeat;
  display: block;
  width: 165px;
  height: 94px;
}
/* line 131, ../sass/layout/_header.scss */
.i18n-cy .header__logo .header__logo__link {
  background: url(../images/png/logo_hlf.png) left 0px no-repeat;
  background: url(../images/svg/logo_hlf_cy.svg) center no-repeat;
}

/*  Search form
    ___________________________________________________________________ */
/* line 141, ../sass/layout/_header.scss */
#hlf-global-search-form {
  position: relative;
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  /* line 141, ../sass/layout/_header.scss */
  #hlf-global-search-form {
    font-size: 100%;
  }
}
/* line 149, ../sass/layout/_header.scss */
#hlf-global-search-form label {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
/* line 157, ../sass/layout/_header.scss */
#hlf-global-search-form .form-submit[class] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.92857em;
  line-height: 1.2;
  padding: 0;
  border: 0;
  background: #63656a;
  color: white;
  text-align: center;
}
/* line 168, ../sass/layout/_header.scss */
#hlf-global-search-form .form-submit[class]:hover, #hlf-global-search-form .form-submit[class]:focus {
  background: #222c78;
}
/* line 172, ../sass/layout/_header.scss */
#hlf-global-search-form .form-submit[class]:after {
  content: "\f002";
  font-size: 1.57143em;
  padding: 0.5em;
}
/* line 226, ../sass/base/mixins/_mixins.scss */
#hlf-global-search-form ::-webkit-input-placeholder {
  color: #0167b1;
}
/* line 229, ../sass/base/mixins/_mixins.scss */
#hlf-global-search-form :-moz-placeholder {
  color: #0167b1;
}
/* line 232, ../sass/base/mixins/_mixins.scss */
#hlf-global-search-form ::-moz-placeholder {
  color: #0167b1;
}
/* line 235, ../sass/base/mixins/_mixins.scss */
#hlf-global-search-form :-ms-input-placeholder {
  color: #0167b1;
}
/* line 190, ../sass/layout/_header.scss */
#hlf-global-search-form .form-item-search .form-text {
  font-weight: 400;
  font-size: 0.92857em;
  line-height: 1.2;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: .9em 2.9em .9em .9em;
  margin: 0;
  background: white;
}
@media screen and (min-width: 768px) {
  /* line 190, ../sass/layout/_header.scss */
  #hlf-global-search-form .form-item-search .form-text {
    background: #e7e7e7;
  }
}
/* line 204, ../sass/layout/_header.scss */
#hlf-global-search-form .form-item-search .form-text:focus {
  border-color: #e7e7e7;
  background: white;
  outline: none;
}
@media screen and (min-width: 768px) {
  /* line 204, ../sass/layout/_header.scss */
  #hlf-global-search-form .form-item-search .form-text:focus {
    background: #e7e7e7;
  }
}

/*  Second outer-width layout.
    ___________________________________________________________________ */
@media screen and (min-width: 768px) {
  /* line 226, ../sass/layout/_header.scss */
  .breadcrumb {
    float: left;
    width: 78.26087%;
    margin-left: 0%;
    margin-right: -78.26087%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 229, ../sass/layout/_header.scss */
  .HLF_block-addthis-addthis_block {
    float: left;
    width: 17.3913%;
    margin-left: 82.6087%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/*  Addthis.
    ___________________________________________________________________ */
/* line 238, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block {
  padding: 20px 20px 10px;
  overflow: hidden;
}
/* line 242, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block .addthis_toolbox {
  /* Allow space for tabbed highlighting */
  padding: 3px;
}
/* line 246, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block .addthis_toolbox a:focus {
  outline: 3px solid #0099FF;
  z-index: 999;
}
/* line 251, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block .addthis_toolbox span,
.HLF_block-addthis-addthis_block .addthis_toolbox a.at300b {
  display: block;
  float: left;
  height: auto;
  width: auto;
  padding: 0;
  position: relative;
}
/* line 259, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block .addthis_toolbox span.addthis_button_print,
.HLF_block-addthis-addthis_block .addthis_toolbox a.at300b.addthis_button_print {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 251, ../sass/layout/_header.scss */
  .HLF_block-addthis-addthis_block .addthis_toolbox span,
  .HLF_block-addthis-addthis_block .addthis_toolbox a.at300b {
    width: 25%;
  }
  /* line 264, ../sass/layout/_header.scss */
  .HLF_block-addthis-addthis_block .addthis_toolbox span.addthis_button_print,
  .HLF_block-addthis-addthis_block .addthis_toolbox a.at300b.addthis_button_print {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 251, ../sass/layout/_header.scss */
  .HLF_block-addthis-addthis_block .addthis_toolbox span,
  .HLF_block-addthis-addthis_block .addthis_toolbox a.at300b {
    width: 40px;
  }
}
/* line 273, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block .addthis_toolbox span span,
.HLF_block-addthis-addthis_block .addthis_toolbox a.at300b span {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 279, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block .addthis_toolbox a:hover,
.HLF_block-addthis-addthis_block .addthis_toolbox a:focus {
  text-decoration: none;
}
/* line 283, ../sass/layout/_header.scss */
.HLF_block-addthis-addthis_block .addthis_toolbox span {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 238, ../sass/layout/_header.scss */
  .HLF_block-addthis-addthis_block {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 6, ../sass/layout/_landing_page.scss */
  .one-sidebar.sidebar-second .node--landing-page .region-content,
  .one-sidebar.sidebar-second .node--listing-page .region-content {
    float: left;
    width: 69.56522%;
    margin-left: 0%;
    margin-right: -69.56522%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    border-right: 1px solid #999999;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12, ../sass/layout/_landing_page.scss */
  .one-sidebar.sidebar-second .node--landing-page .region-content .node.-landing-block[class],
  .one-sidebar.sidebar-second .node--listing-page .region-content .node.-landing-block[class] {
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 43.75%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    float: left;
    margin-right: 6.25%;
  }
  /* line 18, ../sass/layout/_landing_page.scss */
  .one-sidebar.sidebar-second .node--landing-page .region-content .node.-landing-block[class]:nth-child(2n),
  .one-sidebar.sidebar-second .node--listing-page .region-content .node.-landing-block[class]:nth-child(2n) {
    margin-right: 0;
  }
  /* line 27, ../sass/layout/_landing_page.scss */
  .one-sidebar.sidebar-second .node--listing-page .region-content {
    float: left;
    width: 69.56522%;
    margin-left: 0%;
    margin-right: -69.56522%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 4.34783%;
    margin-right: -1px;
    border-right: 1px solid #999999;
  }
  /* line 35, ../sass/layout/_landing_page.scss */
  .one-sidebar.sidebar-second .node--landing-page .group-accordion {
    margin-right: 6.25%;
  }
}
/* line 3, ../sass/layout/_theme_regular.scss */
html .tabs-primary,
.region-header,
.region-content,
.region-sidebar_first,
.region-sidebar_second,
.region-footer {
  position: relative;
}

/* line 12, ../sass/layout/_theme_regular.scss */
.region-header {
  float: none;
}

/* line 16, ../sass/layout/_theme_regular.scss */
#content {
  padding-top: 25px;
}

/* line 20, ../sass/layout/_theme_regular.scss */
.region-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 24, ../sass/layout/_theme_regular.scss */
.region-footer .lottery_funded {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
/* line 29, ../sass/layout/_theme_regular.scss */
.region-footer .lottery_funded a {
  display: block;
  width: 220px;
  height: 40px;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/png/lottery_funded.png");
  background-image: url("../images/svg/lottery_funded.svg"), none;
}
@media screen and (min-width: 768px) {
  /* line 24, ../sass/layout/_theme_regular.scss */
  .region-footer .lottery_funded {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 44, ../sass/layout/_theme_regular.scss */
  .region-footer .lottery_funded a {
    float: right;
  }
}
/* line 49, ../sass/layout/_theme_regular.scss */
.region-footer .menu__item {
  border-bottom: 1px solid #999999;
}
/* line 52, ../sass/layout/_theme_regular.scss */
.region-footer .menu__item:first-child {
  border-top: 1px solid #999999;
}
/* line 55, ../sass/layout/_theme_regular.scss */
.region-footer .menu__item:first-child > a {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  /* line 49, ../sass/layout/_theme_regular.scss */
  .region-footer .menu__item {
    border-bottom: none;
  }
  /* line 62, ../sass/layout/_theme_regular.scss */
  .region-footer .menu__item:first-child {
    border-top: none;
  }
}

/* line 68, ../sass/layout/_theme_regular.scss */
.i18n-cy .region-footer .lottery_funded a {
  background-image: url("../images/png/lottery_funded_cy.png");
  background-image: url("../images/svg/lottery_funded_cy.svg"), none;
}

/* line 74, ../sass/layout/_theme_regular.scss */
#header__lottery-logo {
  float: left;
  display: inline;
  position: absolute;
  top: 10px;
  left: 170px;
}
/* line 81, ../sass/layout/_theme_regular.scss */
#header__lottery-logo a {
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 130px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/png/lottery_logo.png");
}
/* line 90, ../sass/layout/_theme_regular.scss */
[data-a11y-contrast^="high"] #header__lottery-logo a {
  background-image: url("../images/png/lottery_logo_white.png");
}

/* line 96, ../sass/layout/_theme_regular.scss */
.i18n-cy #header__lottery-logo {
  display: none;
}

@media (max-width: 890px) {
  /* line 101, ../sass/layout/_theme_regular.scss */
  #header__lottery-logo {
    display: none;
  }
}
/* line 1, ../sass/components/_books.scss */
#block-book-navigation {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-bottom: 2em;
  padding: 0 0 0px 0;
}
/* line 7, ../sass/components/_books.scss */
#block-book-navigation a {
  display: block;
  color: #333333;
  text-decoration: none;
  line-height: 1.3;
}
/* line 13, ../sass/components/_books.scss */
#block-book-navigation a:hover {
  text-decoration: underline;
}
/* line 16, ../sass/components/_books.scss */
#block-book-navigation a.active {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-book-navigation a.active {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-book-navigation a.active, .section-projects #block-book-navigation a.active {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-book-navigation a.active {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply #block-book-navigation a.active {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-book-navigation a.active {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-book-navigation a.active, .section-groups #block-book-navigation a.active, .section-forum #block-book-navigation a.active, .page-forum #block-book-navigation a.active, .section-our-community #block-book-navigation a.active, .section-community #block-book-navigation a.active {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users #block-book-navigation a.active {
  color: #762375;
}
/* line 20, ../sass/components/_books.scss */
#block-book-navigation h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.14286em;
  border-bottom: 1px solid #e7e7e7;
}
/* line 26, ../sass/components/_books.scss */
#block-book-navigation h2 a {
  padding: 10px 10px 10px 15px;
  border-left: 5px solid black;
}
/* line 159, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-book-navigation h2 a {
  border-left: 5px solid #3b8277;
}
/* line 162, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-book-navigation h2 a, .section-projects #block-book-navigation h2 a {
  border-left: 5px solid #d5006c;
}
/* line 166, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-book-navigation h2 a {
  border-left: 5px solid #c94e0a;
}
/* line 169, ../sass/base/mixins/_mixins.scss */
.section-apply #block-book-navigation h2 a {
  border-left: 5px solid #83974a;
}
/* line 172, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-book-navigation h2 a {
  border-left: 5px solid #c63939;
}
/* line 175, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-book-navigation h2 a, .section-groups #block-book-navigation h2 a, .section-forum #block-book-navigation h2 a, .page-forum #block-book-navigation h2 a, .section-our-community #block-book-navigation h2 a, .section-community #block-book-navigation h2 a {
  border-left: 5px solid #762375;
}
/* line 30, ../sass/components/_books.scss */
#block-book-navigation h2 a.active {
  padding-left: 15px;
  border-left: 5px solid black;
}
/* line 159, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-book-navigation h2 a.active {
  border-left: 5px solid #3b8277;
}
/* line 162, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-book-navigation h2 a.active, .section-projects #block-book-navigation h2 a.active {
  border-left: 5px solid #d5006c;
}
/* line 166, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-book-navigation h2 a.active {
  border-left: 5px solid #c94e0a;
}
/* line 169, ../sass/base/mixins/_mixins.scss */
.section-apply #block-book-navigation h2 a.active {
  border-left: 5px solid #83974a;
}
/* line 172, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-book-navigation h2 a.active {
  border-left: 5px solid #c63939;
}
/* line 175, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-book-navigation h2 a.active, .section-groups #block-book-navigation h2 a.active, .section-forum #block-book-navigation h2 a.active, .page-forum #block-book-navigation h2 a.active, .section-our-community #block-book-navigation h2 a.active, .section-community #block-book-navigation h2 a.active {
  border-left: 5px solid #762375;
}
/* line 36, ../sass/components/_books.scss */
#block-book-navigation ul {
  font-size: 1.07143em;
}
/* line 39, ../sass/components/_books.scss */
#block-book-navigation ul li {
  background-color: white;
}
/* line 43, ../sass/components/_books.scss */
#block-book-navigation ul li:first-child a {
  padding: 10px 10px 10px 35px;
}
/* line 47, ../sass/components/_books.scss */
#block-book-navigation ul li a {
  padding: 0px 10px 10px 35px;
}
/* line 50, ../sass/components/_books.scss */
#block-book-navigation ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding: 0;
  margin-left: -15px;
  width: 15px;
}
/* line 57, ../sass/components/_books.scss */
#block-book-navigation ul li a.active {
  padding-left: 35px;
  border-left: 0 solid black;
  color: black;
}
/* line 159, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-book-navigation ul li a.active {
  border-left: 0 solid #3b8277;
}
/* line 162, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-book-navigation ul li a.active, .section-projects #block-book-navigation ul li a.active {
  border-left: 0 solid #d5006c;
}
/* line 166, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-book-navigation ul li a.active {
  border-left: 0 solid #c94e0a;
}
/* line 169, ../sass/base/mixins/_mixins.scss */
.section-apply #block-book-navigation ul li a.active {
  border-left: 0 solid #83974a;
}
/* line 172, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-book-navigation ul li a.active {
  border-left: 0 solid #c63939;
}
/* line 175, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-book-navigation ul li a.active, .section-groups #block-book-navigation ul li a.active, .section-forum #block-book-navigation ul li a.active, .page-forum #block-book-navigation ul li a.active, .section-our-community #block-book-navigation ul li a.active, .section-community #block-book-navigation ul li a.active {
  border-left: 0 solid #762375;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-book-navigation ul li a.active {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-book-navigation ul li a.active, .section-projects #block-book-navigation ul li a.active {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-book-navigation ul li a.active {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply #block-book-navigation ul li a.active {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-book-navigation ul li a.active {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-book-navigation ul li a.active, .section-groups #block-book-navigation ul li a.active, .section-forum #block-book-navigation ul li a.active, .page-forum #block-book-navigation ul li a.active, .section-our-community #block-book-navigation ul li a.active, .section-community #block-book-navigation ul li a.active {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users #block-book-navigation ul li a.active {
  color: #762375;
}
/* line 62, ../sass/components/_books.scss */
#block-book-navigation ul li a.active:before {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-book-navigation ul li a.active:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-book-navigation ul li a.active:before, .section-projects #block-book-navigation ul li a.active:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-book-navigation ul li a.active:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply #block-book-navigation ul li a.active:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-book-navigation ul li a.active:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-book-navigation ul li a.active:before, .section-groups #block-book-navigation ul li a.active:before, .section-forum #block-book-navigation ul li a.active:before, .page-forum #block-book-navigation ul li a.active:before, .section-our-community #block-book-navigation ul li a.active:before, .section-community #block-book-navigation ul li a.active:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users #block-book-navigation ul li a.active:before {
  color: #762375;
}

/* line 73, ../sass/components/_books.scss */
.book-navigation .page-links {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
/* line 78, ../sass/components/_books.scss */
.book-navigation .page-previous,
.book-navigation .page-next {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  line-height: 1.3;
  width: 50%;
  padding: 0 15px;
  position: relative;
}
/* line 87, ../sass/components/_books.scss */
.book-navigation .page-previous:before,
.book-navigation .page-next:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  height: 14px;
  width: 14px;
}
/* line 96, ../sass/components/_books.scss */
.book-navigation .page-previous:before {
  content: "\f104";
  left: 0;
}
/* line 102, ../sass/components/_books.scss */
.book-navigation .page-next:before {
  content: "\f105";
  right: 0;
}

/* line 2, ../sass/components/_comments.scss */
#comments > .indented {
  margin-left: 60px;
}
/* line 6, ../sass/components/_comments.scss */
#comments blockquote {
  min-height: 60px;
  margin: 20px 10px 20px 10px;
  padding: 5px 15px;
  background-color: #f1f1f1;
  background-image: url(../images/png/hlf-quote-bg.png);
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 70px;
  overflow-wrap: break-word;
}
/* line 17, ../sass/components/_comments.scss */
#comments blockquote blockquote {
  background-color: #e1e1e1;
}
/* line 20, ../sass/components/_comments.scss */
#comments blockquote blockquote blockquote {
  background-color: #d1d1d1;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 8, ../sass/components/_drupal_elements.scss */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  *clip: rect(1px 1px 1px 1px);
}

/* Turns off the element-invisible effect. */
/* line 14, ../sass/components/_drupal_elements.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 30, ../sass/components/_drupal_elements.scss */
#skip-link {
  margin: 0;
}
/* line 33, ../sass/components/_drupal_elements.scss */
#skip-link a {
  font-size: 0;
  line-height: 0;
}
/* line 37, ../sass/components/_drupal_elements.scss */
#skip-link a:focus {
  display: block;
  width: auto;
  padding: 2px 0 3px 0;
  text-align: center;
  font-size: 1em;
  line-height: 1.2;
  background-color: #666;
  color: #fff;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 55, ../sass/components/_drupal_elements.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border: none;
  margin: 0 0 2.8em 0;
  padding: 0;
  white-space: nowrap;
  clear: both;
}

/* line 68, ../sass/components/_drupal_elements.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0;
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 76, ../sass/components/_drupal_elements.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border-right: 0;
  border-bottom: 0;
  display: block;
  text-decoration: none;
  background-color: #e7e7e7;
}

/* Primary tabs. */
/* line 89, ../sass/components/_drupal_elements.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  /* IE 9 and earlier don't understand gradients. */
}

/* line 97, ../sass/components/_drupal_elements.scss */
.is-active.tabs-primary__tab {
  border: 1px solid #999999;
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 105, ../sass/components/_drupal_elements.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  color: #0167b1;
  background-color: #e7e7e7;
  text-align: center;
  font-weight: 400;
  padding: 0 1.5em;
  line-height: 3em;
}
@media screen and (min-width: 768px) {
  /* line 105, ../sass/components/_drupal_elements.scss */
  a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
    padding: 0 1.5em;
  }
}

/* line 118, ../sass/components/_drupal_elements.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus, a.tabs-primary__tab-link.is-active:hover, a.tabs-primary__tab-link.is-active:focus {
  background-color: #e7e7e7;
  text-decoration: underline;
}

/* line 123, ../sass/components/_drupal_elements.scss */
a.tabs-primary__tab-link:active {
  background-color: #e7e7e7;
  color: #313131;
}

/* line 139, ../sass/components/_drupal_elements.scss */
a.tabs-primary__tab-link.is-active {
  background-color: white;
}
/* line 142, ../sass/components/_drupal_elements.scss */
a.tabs-primary__tab-link.is-active:hover, a.tabs-primary__tab-link.is-active:focus {
  background-color: white;
  text-decoration: none;
}
/* line 148, ../sass/components/_drupal_elements.scss */
a.tabs-primary__tab-link.is-active:active {
  background-color: white;
}

/* Secondary tabs. */
/* line 154, ../sass/components/_drupal_elements.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.71429em;
}

/* line 161, ../sass/components/_drupal_elements.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.85714em 3px;
}

/* line 168, ../sass/components/_drupal_elements.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  color: #666;
  padding: 0 .5em;
}

/* line 174, ../sass/components/_drupal_elements.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 180, ../sass/components/_drupal_elements.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/* Vertical tabs. */
/* line 203, ../sass/components/_drupal_elements.scss */
div.vertical-tabs {
  margin: 0;
  border: 0;
}

/* line 209, ../sass/components/_drupal_elements.scss */
.vertical-tabs {
  padding-left: 0;
  padding-right: 0;
}
/* line 212, ../sass/components/_drupal_elements.scss */
.vertical-tabs ul.vertical-tabs-list {
  margin: 0;
  border: none;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 212, ../sass/components/_drupal_elements.scss */
  .vertical-tabs ul.vertical-tabs-list {
    display: block;
    float: left;
    width: 30.43478%;
    margin-left: 0%;
    margin-right: -30.43478%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 221, ../sass/components/_drupal_elements.scss */
.vertical-tabs ul.vertical-tabs-list li {
  background: #e7e7e7;
  border: 0;
  margin-bottom: 2px;
}
/* line 225, ../sass/components/_drupal_elements.scss */
.vertical-tabs ul.vertical-tabs-list li.selected {
  border: 1px solid #b6b6b6;
  border-right: 0;
}
/* line 228, ../sass/components/_drupal_elements.scss */
.vertical-tabs ul.vertical-tabs-list li.selected strong {
  color: #313131;
}
/* line 232, ../sass/components/_drupal_elements.scss */
.vertical-tabs ul.vertical-tabs-list li a {
  padding: 0 1.5em;
  line-height: 3em;
}
@media screen and (min-width: 768px) {
  /* line 238, ../sass/components/_drupal_elements.scss */
  .vertical-tabs .vertical-tabs-panes {
    float: left;
    width: 65.21739%;
    margin-left: 30.43478%;
    margin-right: -95.65217%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    border: 1px solid #b6b6b6;
    border-left: 0;
    padding: 2em;
  }
}
/* line 246, ../sass/components/_drupal_elements.scss */
.vertical-tabs fieldset.vertical-tabs-pane {
  margin-bottom: 2.8em !important;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 768px) {
  /* line 246, ../sass/components/_drupal_elements.scss */
  .vertical-tabs fieldset.vertical-tabs-pane {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 246, ../sass/components/_drupal_elements.scss */
  .vertical-tabs fieldset.vertical-tabs-pane {
    display: block !important;
  }
}
/* line 258, ../sass/components/_drupal_elements.scss */
.vertical-tabs strong {
  font-weight: 400;
}

/* line 263, ../sass/components/_drupal_elements.scss */
ul.pager {
  text-align: center;
}
/* line 265, ../sass/components/_drupal_elements.scss */
ul.pager li {
  padding: 0 5px;
}

/* line 272, ../sass/components/_drupal_elements.scss */
.hlf-loading .throbber {
  position: relative;
  top: -2px;
}
/* line 276, ../sass/components/_drupal_elements.scss */
.hlf-loading:after {
  content: 'Loading...';
}

/*.HLF_button {
    @extend %border-box-sizing;
    height: 40px;
    width: auto;
    padding: 0 10px;
    background-color: $color-darkgrey;
    color: $color-lightest;
    border: 0;
    display: inline-block;
    }

.HLF_button:hover,
.HLF_button:focus {
    background-color: $color-lightgrey;
    color: $color-darkest;
    }
*/
/* line 21, ../sass/components/_form_elements.scss */
input.form-text,
textarea {
  font-size: 1.14286em;
  color: #325eaa;
  border: 1px solid #bbb;
  background-color: #e7e7e7;
  padding: 10px;
}

/* line 31, ../sass/components/_form_elements.scss */
input.form-text {
  width: 100%;
}

/* line 36, ../sass/components/_form_elements.scss */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: .05em;
}

/* line 41, ../sass/components/_form_elements.scss */
label {
  display: block;
  font-size: 1.07143em;
  margin: 0;
}

/* line 226, ../sass/base/mixins/_mixins.scss */
::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

/* line 229, ../sass/base/mixins/_mixins.scss */
:-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 232, ../sass/base/mixins/_mixins.scss */
::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 235, ../sass/base/mixins/_mixins.scss */
:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

/*  .form-item
    ___________________________________________________________________ */
/* line 59, ../sass/components/_form_elements.scss */
.region-content .form-item {
  margin-bottom: 1.0em;
}
/* line 61, ../sass/components/_form_elements.scss */
.region-content .form-item .form-required {
  color: red;
}
/* line 64, ../sass/components/_form_elements.scss */
.ie9-or-better .region-content .form-item .form-required {
  font-size: 22px;
  line-height: 0;
  vertical-align: -.3em;
  margin-left: 3px;
}
/* line 70, ../sass/components/_form_elements.scss */
.region-content .form-item input {
  margin-top: 0.4em;
}
/* line 73, ../sass/components/_form_elements.scss */
.region-content .form-item input.form-text,
.region-content .form-item textarea {
  padding: .7em;
}
/* line 76, ../sass/components/_form_elements.scss */
.region-content .form-item input.form-text:focus,
.region-content .form-item textarea:focus {
  border-color: #222c78;
}
/* line 80, ../sass/components/_form_elements.scss */
.region-content .form-item .description {
  margin: .7em 0 1.5em;
  color: #63656a;
  line-height: 1.7;
}
/* line 86, ../sass/components/_form_elements.scss */
.region-content .form-item.form-type-checkbox label {
  display: inline;
  margin-left: .3em;
}
/* line 91, ../sass/components/_form_elements.scss */
.region-content .form-item + .region-content .form-item {
  margin-top: 1.5em;
}
/* line 94, ../sass/components/_form_elements.scss */
.region-content .form-item:last-child > :last-child, .region-content .form-item:last-child > :last-child > :last-child {
  margin-bottom: 0;
}

/*  .form-actions
    ___________________________________________________________________ */
/* line 102, ../sass/components/_form_elements.scss */
.form-actions {
  margin: 1.5em 0 2.5em;
}

/* .btn
    ___________________________________________________________________ */
/* line 108, ../sass/components/_form_elements.scss */
.btn {
  white-space: nowrap;
  background: #222c78;
  color: white;
  padding: .6em 1.2em;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #222c78;
  font-weight: normal;
  font-size: 1.14286em;
  cursor: pointer;
  font-family: "AvantGardeGothic_WF", sans-serif;
  margin: 0;
}

/* line 125, ../sass/components/_form_elements.scss */
.btn:hover,
.btn:focus {
  background: #222c78;
  text-decoration: underline;
}

/* line 175, ../sass/components/_form_elements.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none;
}

/* line 186, ../sass/components/_form_elements.scss */
.ui-accordion {
  clear: both;
}
/* line 188, ../sass/components/_form_elements.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  background: #e7e7e7;
  border: none;
  height: auto;
  border-radius: 0;
  padding: 10px 50px 10px 20px;
  width: auto;
  font-weight: normal;
  font-size: 1.14286em;
  margin: 0 0 10px;
}
/* line 199, ../sass/components/_form_elements.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  color: #0167b1;
  display: block;
  height: auto;
  width: 50px;
  text-indent: 0;
  text-align: center;
  line-height: 1;
  background-image: none;
  position: absolute;
  right: 0;
  margin: 0;
  top: 50%;
  left: auto;
  margin-top: -11px;
  font-size: 22px;
}
/* line 216, ../sass/components/_form_elements.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-s:before {
  content: "\f0d8";
}
/* line 219, ../sass/components/_form_elements.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e:before {
  content: "\f0d7";
}
/* line 222, ../sass/components/_form_elements.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-s:after {
  content: "Expanded - click to collapse";
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
/* line 226, ../sass/components/_form_elements.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e:after {
  content: "Collapsed - click to expand";
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* line 234, ../sass/components/_form_elements.scss */
.ui-accordion,
fieldset {
  margin: 10px 0;
}

/* line 239, ../sass/components/_form_elements.scss */
fieldset {
  border: 1px solid #e7e7e7;
}
/* line 241, ../sass/components/_form_elements.scss */
fieldset legend {
  background-color: #e7e7e7;
  display: block;
  width: 100%;
  margin: 20px 0 10px -12px;
  padding: 0 23px 0 0;
}
/* line 248, ../sass/components/_form_elements.scss */
fieldset .fieldset-legend {
  display: block;
  border: none;
  height: auto;
  border-radius: 0;
  padding: 10px 20px;
  width: auto;
  font-weight: normal;
  font-size: 1.14286em;
  margin: 0;
}
/* line 258, ../sass/components/_form_elements.scss */
fieldset .fieldset-legend a {
  line-height: 2.5;
  color: #333333;
  text-decoration: none;
  width: 100%;
  display: block;
}
/* line 265, ../sass/components/_form_elements.scss */
fieldset .fieldset-legend .fieldset-legend-prefix {
  color: #0167b1;
  display: block;
  height: auto;
  width: 50px;
  text-indent: 0;
  text-align: center;
  line-height: 1;
  background-image: none;
  position: absolute;
  right: 0;
  margin: 0;
  top: 50%;
  left: auto;
  margin-top: -11px;
  font-size: 22px;
}
/* line 284, ../sass/components/_form_elements.scss */
fieldset .fieldset-wrapper,
fieldset .ui-widget-content {
  border: 0;
  padding: 10px 10px 0;
  background-image: none;
  overflow: visible;
}
/* line 290, ../sass/components/_form_elements.scss */
fieldset .fieldset-wrapper h3.field-label,
fieldset .ui-widget-content h3.field-label {
  padding-left: 0;
}

/* line 296, ../sass/components/_form_elements.scss */
fieldset.collapsible {
  position: relative;
  padding: 0;
  padding-top: 3.2em;
  border: 1px solid #b6b6b6;
}
/* line 301, ../sass/components/_form_elements.scss */
fieldset.collapsible .fieldset-legend-prefix {
  height: 22px !important;
  overflow: hidden;
}
/* line 305, ../sass/components/_form_elements.scss */
fieldset.collapsible .fieldset-wrapper {
  padding: 20px;
}
/* line 308, ../sass/components/_form_elements.scss */
fieldset.collapsible > legend > .fieldset-legend {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #b6b6b6;
  background: #e7e7e7;
  background: linear-gradient(#eeeeee, #d0d2d0);
}
/* line 322, ../sass/components/_form_elements.scss */
fieldset.collapsible > legend > .fieldset-legend > .fieldset-title {
  line-height: inherit;
  padding: .75em 20px;
  width: auto;
}
/* line 329, ../sass/components/_form_elements.scss */
fieldset.collapsible[id="subscribe"] td, fieldset.collapsible[id="subscribe"] th {
  padding-bottom: .5em;
}
/* line 332, ../sass/components/_form_elements.scss */
fieldset.collapsible[id="subscribe"] [id="edit-footer"] {
  margin: 1.2em 0;
}

/* line 339, ../sass/components/_form_elements.scss */
fieldset .fieldset-legend-prefix {
  clip: auto;
  height: 1.65em !important;
}
/* line 343, ../sass/components/_form_elements.scss */
fieldset .fieldset-legend-prefix:before {
  content: "\f0d7";
  text-indent: 0;
  display: block;
}
/* line 348, ../sass/components/_form_elements.scss */
fieldset.collapsed .fieldset-legend-prefix:before {
  content: "\f0d8";
}

/* line 357, ../sass/components/_form_elements.scss */
.addthis_toolbox span {
  height: 0 !important;
  width: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
/* line 364, ../sass/components/_form_elements.scss */
.addthis_toolbox a {
  text-align: center;
}
/* line 367, ../sass/components/_form_elements.scss */
.addthis_toolbox a:before {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0.4em 0;
}
/* line 374, ../sass/components/_form_elements.scss */
.addthis_toolbox a:hover {
  background-color: #e7e7e7;
}
/* line 379, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_print {
  background-color: #e7e7e7;
  color: #63656a;
}
/* line 382, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_print:hover {
  background-color: #b4b4b4;
}
/* line 386, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_facebook {
  background-color: #222c78;
  color: white;
}
/* line 389, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_facebook:hover {
  background-color: #394ac7;
}
/* line 393, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_twitter {
  background-color: #46cbd1;
  color: white;
}
/* line 396, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_twitter:hover {
  background-color: #98e2e5;
}
/* line 400, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_more {
  background-color: #cd4c4b;
  color: white;
}
/* line 403, ../sass/components/_form_elements.scss */
.addthis_toolbox .addthis_button_more:hover {
  background-color: #e39b9b;
}
/* line 407, ../sass/components/_form_elements.scss */
.addthis_toolbox .hlf_button_rss {
  background-color: #c94e0a;
  color: white;
}
/* line 410, ../sass/components/_form_elements.scss */
.addthis_toolbox .hlf_button_rss:hover {
  background-color: #f68343;
}

/* User registration page
    ___________________________________________________________________ */
/* line 419, ../sass/components/_form_elements.scss */
.password-strength,
div.password-confirm {
  margin-top: 0;
}

/* line 3, ../sass/components/_maintenance_page.scss */
.maintenance-page .region-header .breadcrumb {
  height: 0;
  border-width: 1px 0 0 0;
}
@media screen and (min-width: 768px) {
  /* line 8, ../sass/components/_maintenance_page.scss */
  .maintenance-page .region-header .breadcrumb {
    width: 100%;
    height: 40px;
    border-width: 1px 0;
  }
}
/* line 15, ../sass/components/_maintenance_page.scss */
.maintenance-page h1 {
  word-break: normal;
}

/* line 3, ../sass/components/_menus.scss */
.region-header .menu__item,
.region-footer .menu__item {
  display: inline-block;
}
/* line 6, ../sass/components/_menus.scss */
.region-header .menu__link,
.region-footer .menu__link {
  display: inline-block;
  color: #333333;
  padding: .7em .6em;
}
/* line 11, ../sass/components/_menus.scss */
.region-header .breadcrumb,
.region-footer .breadcrumb {
  margin-top: 3px;
  border: 1px solid #999999;
  border-width: 1px 0;
}
/* line 16, ../sass/components/_menus.scss */
.region-header .breadcrumb__wrapper,
.region-footer .breadcrumb__wrapper {
  padding: .7em 0;
  line-height: 1.4;
}
/* line 20, ../sass/components/_menus.scss */
.region-header .breadcrumb__item,
.region-footer .breadcrumb__item {
  color: #333333;
  display: inline-block;
  padding-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  /* line 20, ../sass/components/_menus.scss */
  .region-header .breadcrumb__item,
  .region-footer .breadcrumb__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 31, ../sass/components/_menus.scss */
.region-header .breadcrumb__item:last-child,
.region-footer .breadcrumb__item:last-child {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .region-header .breadcrumb__item:last-child, .section-about-us
.region-footer .breadcrumb__item:last-child {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .region-header .breadcrumb__item:last-child, .section-projects .region-header .breadcrumb__item:last-child, .section-our-projects
.region-footer .breadcrumb__item:last-child, .section-projects
.region-footer .breadcrumb__item:last-child {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .region-header .breadcrumb__item:last-child, .section-looking-funding
.region-footer .breadcrumb__item:last-child {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .region-header .breadcrumb__item:last-child, .section-apply
.region-footer .breadcrumb__item:last-child {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .region-header .breadcrumb__item:last-child, .section-running-your-project
.region-footer .breadcrumb__item:last-child {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .region-header .breadcrumb__item:last-child, .section-groups .region-header .breadcrumb__item:last-child, .section-forum .region-header .breadcrumb__item:last-child, .page-forum .region-header .breadcrumb__item:last-child, .section-our-community .region-header .breadcrumb__item:last-child, .section-community .region-header .breadcrumb__item:last-child, .section-discussion-forums
.region-footer .breadcrumb__item:last-child, .section-groups
.region-footer .breadcrumb__item:last-child, .section-forum
.region-footer .breadcrumb__item:last-child, .page-forum
.region-footer .breadcrumb__item:last-child, .section-our-community
.region-footer .breadcrumb__item:last-child, .section-community
.region-footer .breadcrumb__item:last-child {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .region-header .breadcrumb__item:last-child, .section-users
.region-footer .breadcrumb__item:last-child {
  color: #762375;
}
/* line 34, ../sass/components/_menus.scss */
.region-header .breadcrumb__item a,
.region-footer .breadcrumb__item a {
  font-weight: 400;
  color: #333333;
  padding: 0 5px 0 0px;
}
/* line 41, ../sass/components/_menus.scss */
.region-header .HLF_menu-user-menu .menu__link,
.region-footer .HLF_menu-user-menu .menu__link {
  padding: 1em .6em;
}
/* line 46, ../sass/components/_menus.scss */
.has-sub-nav .region-header .breadcrumb, .has-sub-nav
.region-footer .breadcrumb {
  margin-top: 50px;
  border: 1px solid #999999;
  border-width: 0 0 1px 0;
}
@media screen and (min-width: 768px) {
  /* line 46, ../sass/components/_menus.scss */
  .has-sub-nav .region-header .breadcrumb, .has-sub-nav
  .region-footer .breadcrumb {
    border-width: 1px 0;
    margin-top: 0;
  }
}

/* line 59, ../sass/components/_menus.scss */
.menu__link.menu_block-4:hover {
  color: white;
  text-decoration: none !important;
}
/* line 129, ../sass/base/mixins/_mixins.scss */
.menu-amdanom-ni .menu__link.menu_block-4:hover, .menu-about-us .menu__link.menu_block-4:hover {
  background-color: #3b8277;
}
/* line 133, ../sass/base/mixins/_mixins.scss */
.menu-prosiectau .menu__link.menu_block-4:hover, .menu-our-projects .menu__link.menu_block-4:hover, .menu-projects .menu__link.menu_block-4:hover {
  background-color: #d5006c;
}
/* line 138, ../sass/base/mixins/_mixins.scss */
.menu-chwilio-am-gyllid .menu__link.menu_block-4:hover, .menu-looking-funding .menu__link.menu_block-4:hover {
  background-color: #c94e0a;
}
/* line 142, ../sass/base/mixins/_mixins.scss */
.menu-ymgeisio .menu__link.menu_block-4:hover, .menu-apply .menu__link.menu_block-4:hover {
  background-color: #83974a;
}
/* line 146, ../sass/base/mixins/_mixins.scss */
.menu-cynnal-eich-prosiect .menu__link.menu_block-4:hover, .menu-running-your-project .menu__link.menu_block-4:hover {
  background-color: #c63939;
}
/* line 150, ../sass/base/mixins/_mixins.scss */
.menu-cymuned .menu__link.menu_block-4:hover, .menu-forum .menu__link.menu_block-4:hover, .menu-our-community .menu__link.menu_block-4:hover {
  background-color: #762375;
}
/* line 64, ../sass/components/_menus.scss */
.menu__link.menu_block-4.active-trail {
  color: white;
}
/* line 129, ../sass/base/mixins/_mixins.scss */
.menu-amdanom-ni .menu__link.menu_block-4.active-trail, .menu-about-us .menu__link.menu_block-4.active-trail {
  background-color: #3b8277;
}
/* line 133, ../sass/base/mixins/_mixins.scss */
.menu-prosiectau .menu__link.menu_block-4.active-trail, .menu-our-projects .menu__link.menu_block-4.active-trail, .menu-projects .menu__link.menu_block-4.active-trail {
  background-color: #d5006c;
}
/* line 138, ../sass/base/mixins/_mixins.scss */
.menu-chwilio-am-gyllid .menu__link.menu_block-4.active-trail, .menu-looking-funding .menu__link.menu_block-4.active-trail {
  background-color: #c94e0a;
}
/* line 142, ../sass/base/mixins/_mixins.scss */
.menu-ymgeisio .menu__link.menu_block-4.active-trail, .menu-apply .menu__link.menu_block-4.active-trail {
  background-color: #83974a;
}
/* line 146, ../sass/base/mixins/_mixins.scss */
.menu-cynnal-eich-prosiect .menu__link.menu_block-4.active-trail, .menu-running-your-project .menu__link.menu_block-4.active-trail {
  background-color: #c63939;
}
/* line 150, ../sass/base/mixins/_mixins.scss */
.menu-cymuned .menu__link.menu_block-4.active-trail, .menu-forum .menu__link.menu_block-4.active-trail, .menu-our-community .menu__link.menu_block-4.active-trail {
  background-color: #762375;
}

/* line 74, ../sass/components/_menus.scss */
.HLF_menu-main-menu {
  font-size: 1.07143em;
  padding-bottom: 1em;
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  /* line 74, ../sass/components/_menus.scss */
  .HLF_menu-main-menu {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}

/*  .header-tabs
    ___________________________________________________________________ */
/* line 88, ../sass/components/_menus.scss */
.header__tab {
  display: none;
}

/*
    ___________________________________________________________________ */
/* line 96, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block {
  background: #e7e7e7;
}
/* line 99, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block h3 {
  background-color: #63656a;
  color: white;
  padding: 0 20px;
  margin: 0;
}
/* line 107, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul {
  padding-bottom: 1px;
}
/* line 110, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul > li {
  border-top: 1px solid #e7e7e7;
}
/* line 113, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul a {
  color: #333333;
  line-height: 1.3;
  padding: 10px 10px 10px 20px;
  display: block;
  text-decoration: none;
}
/* line 120, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li {
  background-color: #e7e7e7;
}
/* line 123, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li a,
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4 {
  color: #333333;
  background-color: #e7e7e7;
}
/* line 128, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li a:hover,
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4:hover {
  background-color: white;
}
/* line 131, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li a.active, .region-sidebar-second .block-menu-block ul li a.active-trail,
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active,
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail {
  color: #333333;
  padding-left: 15px;
  display: block;
  text-decoration: none;
  border-left: 5px solid black;
  background-color: white;
}
/* line 159, ../sass/base/mixins/_mixins.scss */
.section-about-us .region-sidebar-second .block-menu-block ul li a.active, .section-about-us .region-sidebar-second .block-menu-block ul li a.active-trail, .section-about-us
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-about-us
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail {
  border-left: 5px solid #3b8277;
}
/* line 162, ../sass/base/mixins/_mixins.scss */
.section-our-projects .region-sidebar-second .block-menu-block ul li a.active, .section-projects .region-sidebar-second .block-menu-block ul li a.active, .section-our-projects .region-sidebar-second .block-menu-block ul li a.active-trail, .section-projects .region-sidebar-second .block-menu-block ul li a.active-trail, .section-our-projects
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-projects
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-our-projects
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail, .section-projects
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail {
  border-left: 5px solid #d5006c;
}
/* line 166, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .region-sidebar-second .block-menu-block ul li a.active, .section-looking-funding .region-sidebar-second .block-menu-block ul li a.active-trail, .section-looking-funding
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-looking-funding
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail {
  border-left: 5px solid #c94e0a;
}
/* line 169, ../sass/base/mixins/_mixins.scss */
.section-apply .region-sidebar-second .block-menu-block ul li a.active, .section-apply .region-sidebar-second .block-menu-block ul li a.active-trail, .section-apply
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-apply
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail {
  border-left: 5px solid #83974a;
}
/* line 172, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .region-sidebar-second .block-menu-block ul li a.active, .section-running-your-project .region-sidebar-second .block-menu-block ul li a.active-trail, .section-running-your-project
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-running-your-project
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail {
  border-left: 5px solid #c63939;
}
/* line 175, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .region-sidebar-second .block-menu-block ul li a.active, .section-groups .region-sidebar-second .block-menu-block ul li a.active, .section-forum .region-sidebar-second .block-menu-block ul li a.active, .page-forum .region-sidebar-second .block-menu-block ul li a.active, .section-our-community .region-sidebar-second .block-menu-block ul li a.active, .section-community .region-sidebar-second .block-menu-block ul li a.active, .section-discussion-forums .region-sidebar-second .block-menu-block ul li a.active-trail, .section-groups .region-sidebar-second .block-menu-block ul li a.active-trail, .section-forum .region-sidebar-second .block-menu-block ul li a.active-trail, .page-forum .region-sidebar-second .block-menu-block ul li a.active-trail, .section-our-community .region-sidebar-second .block-menu-block ul li a.active-trail, .section-community .region-sidebar-second .block-menu-block ul li a.active-trail, .section-discussion-forums
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-groups
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-forum
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .page-forum
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-our-community
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-community
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active, .section-discussion-forums
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail, .section-groups
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail, .section-forum
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail, .page-forum
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail, .section-our-community
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail, .section-community
.region-sidebar-second .block-menu-block ul li .menu__link.menu_block-4.active-trail {
  border-left: 5px solid #762375;
}
/* line 141, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 147, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li ul li a {
  display: block;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
  background-color: white;
  line-height: 1.3;
}
/* line 153, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li ul li a:hover {
  text-decoration: underline;
}
/* line 156, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding: 0;
  margin-left: -15px;
  width: 15px;
}
/* line 163, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li ul li a.active, .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  padding-left: 35px;
  border-left: 0 solid black;
  color: black;
}
/* line 159, ../sass/base/mixins/_mixins.scss */
.section-about-us .region-sidebar-second .block-menu-block ul li ul li a.active, .section-about-us .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  border-left: 0 solid #3b8277;
}
/* line 162, ../sass/base/mixins/_mixins.scss */
.section-our-projects .region-sidebar-second .block-menu-block ul li ul li a.active, .section-projects .region-sidebar-second .block-menu-block ul li ul li a.active, .section-our-projects .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-projects .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  border-left: 0 solid #d5006c;
}
/* line 166, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .region-sidebar-second .block-menu-block ul li ul li a.active, .section-looking-funding .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  border-left: 0 solid #c94e0a;
}
/* line 169, ../sass/base/mixins/_mixins.scss */
.section-apply .region-sidebar-second .block-menu-block ul li ul li a.active, .section-apply .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  border-left: 0 solid #83974a;
}
/* line 172, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .region-sidebar-second .block-menu-block ul li ul li a.active, .section-running-your-project .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  border-left: 0 solid #c63939;
}
/* line 175, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .region-sidebar-second .block-menu-block ul li ul li a.active, .section-groups .region-sidebar-second .block-menu-block ul li ul li a.active, .section-forum .region-sidebar-second .block-menu-block ul li ul li a.active, .page-forum .region-sidebar-second .block-menu-block ul li ul li a.active, .section-our-community .region-sidebar-second .block-menu-block ul li ul li a.active, .section-community .region-sidebar-second .block-menu-block ul li ul li a.active, .section-discussion-forums .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-groups .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-forum .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .page-forum .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-our-community .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-community .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  border-left: 0 solid #762375;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .region-sidebar-second .block-menu-block ul li ul li a.active, .section-about-us .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .region-sidebar-second .block-menu-block ul li ul li a.active, .section-projects .region-sidebar-second .block-menu-block ul li ul li a.active, .section-our-projects .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-projects .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .region-sidebar-second .block-menu-block ul li ul li a.active, .section-looking-funding .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .region-sidebar-second .block-menu-block ul li ul li a.active, .section-apply .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .region-sidebar-second .block-menu-block ul li ul li a.active, .section-running-your-project .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .region-sidebar-second .block-menu-block ul li ul li a.active, .section-groups .region-sidebar-second .block-menu-block ul li ul li a.active, .section-forum .region-sidebar-second .block-menu-block ul li ul li a.active, .page-forum .region-sidebar-second .block-menu-block ul li ul li a.active, .section-our-community .region-sidebar-second .block-menu-block ul li ul li a.active, .section-community .region-sidebar-second .block-menu-block ul li ul li a.active, .section-discussion-forums .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-groups .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-forum .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .page-forum .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-our-community .region-sidebar-second .block-menu-block ul li ul li a.active-trail, .section-community .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .region-sidebar-second .block-menu-block ul li ul li a.active, .section-users .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: #762375;
}
/* line 168, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li ul li a.active:before, .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-about-us .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-projects .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-our-projects .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before, .section-projects .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-looking-funding .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-apply .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-running-your-project .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-groups .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-forum .region-sidebar-second .block-menu-block ul li ul li a.active:before, .page-forum .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-our-community .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-community .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-discussion-forums .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before, .section-groups .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before, .section-forum .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before, .page-forum .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before, .section-our-community .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before, .section-community .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .region-sidebar-second .block-menu-block ul li ul li a.active:before, .section-users .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: #762375;
}
/* line 175, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li ul li > ul li a, .region-sidebar-second .block-menu-block ul li ul li > ul li a.active, .region-sidebar-second .block-menu-block ul li ul li > ul li a.active-trail {
  padding-left: 50px;
}
/* line 184, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li.HLF_menu-item-1558 ul li {
  display: none;
}
/* line 187, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block ul li.HLF_menu-item-1558 ul li.active-trail, .region-sidebar-second .block-menu-block ul li.HLF_menu-item-1558 ul li.active {
  display: block;
}
/* line 197, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block.mobile-sub-nav {
  position: relative;
  margin: 0;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 5;
}
/* line 205, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block.mobile-sub-nav .block__h1 {
  margin: 0;
  padding: 15px 20px;
  line-height: 1.3;
  background-color: #63656a;
  color: white;
  cursor: pointer;
}
/* line 212, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block.mobile-sub-nav .block__h1:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  text-align: center;
  font-size: 1.57143em;
  margin-top: -3px;
}
/* line 224, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block.mobile-sub-nav .block__h1.expanded:before {
  content: "\f0d8";
}
/* line 229, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block.mobile-sub-nav .HLF_menu-main-menu {
  font-size: 1em;
}
/* line 232, ../sass/components/_menus.scss */
.region-sidebar-second .block-menu-block.mobile-sub-nav a {
  border-top: 1px solid white;
}

/* line 241, ../sass/components/_menus.scss */
.HLF_block-menu-menu-footer-menu .menu__link {
  color: #0167b1;
}

/* line 247, ../sass/components/_menus.scss */
.HLF_menu-user-menu .menu__link {
  font-size: 0.92857em;
  color: #0167b1;
  line-height: 1;
}

/* line 254, ../sass/components/_menus.scss */
.copyright {
  font-size: 0.85714em;
}

@media screen and (max-width: 767px) {
  /* line 4, ../sass/components/_menus_slim.scss */
  .region-header[class][class] .menu,
  .region-footer[class][class] .menu {
    font-size: 1.14286em;
  }
  /* line 7, ../sass/components/_menus_slim.scss */
  .region-header[class][class] .menu__item,
  .region-header[class][class] .menu__link,
  .region-footer[class][class] .menu__item,
  .region-footer[class][class] .menu__link {
    display: block;
  }
  /* line 11, ../sass/components/_menus_slim.scss */
  .region-header[class][class] .menu__link,
  .region-footer[class][class] .menu__link {
    padding: .55em 20px;
    color: inherit;
    font-size: inherit;
  }
  /* line 15, ../sass/components/_menus_slim.scss */
  .region-header[class][class] .menu__link.active-trail,
  .region-footer[class][class] .menu__link.active-trail {
    color: white;
  }
  /* line 18, ../sass/components/_menus_slim.scss */
  .region-header[class][class] .menu__link:hover, .region-header[class][class] .menu__link:focus, .region-header[class][class] .menu__link:active,
  .region-footer[class][class] .menu__link:hover,
  .region-footer[class][class] .menu__link:focus,
  .region-footer[class][class] .menu__link:active {
    color: white;
    text-decoration: none !important;
  }
  /* line 129, ../sass/base/mixins/_mixins.scss */
  .menu-amdanom-ni .region-header[class][class] .menu__link:hover, .menu-about-us .region-header[class][class] .menu__link:hover, .menu-amdanom-ni .region-header[class][class] .menu__link:focus, .menu-about-us .region-header[class][class] .menu__link:focus, .menu-amdanom-ni .region-header[class][class] .menu__link:active, .menu-about-us .region-header[class][class] .menu__link:active, .menu-amdanom-ni
  .region-footer[class][class] .menu__link:hover, .menu-about-us
  .region-footer[class][class] .menu__link:hover, .menu-amdanom-ni
  .region-footer[class][class] .menu__link:focus, .menu-about-us
  .region-footer[class][class] .menu__link:focus, .menu-amdanom-ni
  .region-footer[class][class] .menu__link:active, .menu-about-us
  .region-footer[class][class] .menu__link:active {
    background-color: #3b8277;
  }
  /* line 133, ../sass/base/mixins/_mixins.scss */
  .menu-prosiectau .region-header[class][class] .menu__link:hover, .menu-our-projects .region-header[class][class] .menu__link:hover, .menu-projects .region-header[class][class] .menu__link:hover, .menu-prosiectau .region-header[class][class] .menu__link:focus, .menu-our-projects .region-header[class][class] .menu__link:focus, .menu-projects .region-header[class][class] .menu__link:focus, .menu-prosiectau .region-header[class][class] .menu__link:active, .menu-our-projects .region-header[class][class] .menu__link:active, .menu-projects .region-header[class][class] .menu__link:active, .menu-prosiectau
  .region-footer[class][class] .menu__link:hover, .menu-our-projects
  .region-footer[class][class] .menu__link:hover, .menu-projects
  .region-footer[class][class] .menu__link:hover, .menu-prosiectau
  .region-footer[class][class] .menu__link:focus, .menu-our-projects
  .region-footer[class][class] .menu__link:focus, .menu-projects
  .region-footer[class][class] .menu__link:focus, .menu-prosiectau
  .region-footer[class][class] .menu__link:active, .menu-our-projects
  .region-footer[class][class] .menu__link:active, .menu-projects
  .region-footer[class][class] .menu__link:active {
    background-color: #d5006c;
  }
  /* line 138, ../sass/base/mixins/_mixins.scss */
  .menu-chwilio-am-gyllid .region-header[class][class] .menu__link:hover, .menu-looking-funding .region-header[class][class] .menu__link:hover, .menu-chwilio-am-gyllid .region-header[class][class] .menu__link:focus, .menu-looking-funding .region-header[class][class] .menu__link:focus, .menu-chwilio-am-gyllid .region-header[class][class] .menu__link:active, .menu-looking-funding .region-header[class][class] .menu__link:active, .menu-chwilio-am-gyllid
  .region-footer[class][class] .menu__link:hover, .menu-looking-funding
  .region-footer[class][class] .menu__link:hover, .menu-chwilio-am-gyllid
  .region-footer[class][class] .menu__link:focus, .menu-looking-funding
  .region-footer[class][class] .menu__link:focus, .menu-chwilio-am-gyllid
  .region-footer[class][class] .menu__link:active, .menu-looking-funding
  .region-footer[class][class] .menu__link:active {
    background-color: #c94e0a;
  }
  /* line 142, ../sass/base/mixins/_mixins.scss */
  .menu-ymgeisio .region-header[class][class] .menu__link:hover, .menu-apply .region-header[class][class] .menu__link:hover, .menu-ymgeisio .region-header[class][class] .menu__link:focus, .menu-apply .region-header[class][class] .menu__link:focus, .menu-ymgeisio .region-header[class][class] .menu__link:active, .menu-apply .region-header[class][class] .menu__link:active, .menu-ymgeisio
  .region-footer[class][class] .menu__link:hover, .menu-apply
  .region-footer[class][class] .menu__link:hover, .menu-ymgeisio
  .region-footer[class][class] .menu__link:focus, .menu-apply
  .region-footer[class][class] .menu__link:focus, .menu-ymgeisio
  .region-footer[class][class] .menu__link:active, .menu-apply
  .region-footer[class][class] .menu__link:active {
    background-color: #83974a;
  }
  /* line 146, ../sass/base/mixins/_mixins.scss */
  .menu-cynnal-eich-prosiect .region-header[class][class] .menu__link:hover, .menu-running-your-project .region-header[class][class] .menu__link:hover, .menu-cynnal-eich-prosiect .region-header[class][class] .menu__link:focus, .menu-running-your-project .region-header[class][class] .menu__link:focus, .menu-cynnal-eich-prosiect .region-header[class][class] .menu__link:active, .menu-running-your-project .region-header[class][class] .menu__link:active, .menu-cynnal-eich-prosiect
  .region-footer[class][class] .menu__link:hover, .menu-running-your-project
  .region-footer[class][class] .menu__link:hover, .menu-cynnal-eich-prosiect
  .region-footer[class][class] .menu__link:focus, .menu-running-your-project
  .region-footer[class][class] .menu__link:focus, .menu-cynnal-eich-prosiect
  .region-footer[class][class] .menu__link:active, .menu-running-your-project
  .region-footer[class][class] .menu__link:active {
    background-color: #c63939;
  }
  /* line 150, ../sass/base/mixins/_mixins.scss */
  .menu-cymuned .region-header[class][class] .menu__link:hover, .menu-forum .region-header[class][class] .menu__link:hover, .menu-our-community .region-header[class][class] .menu__link:hover, .menu-cymuned .region-header[class][class] .menu__link:focus, .menu-forum .region-header[class][class] .menu__link:focus, .menu-our-community .region-header[class][class] .menu__link:focus, .menu-cymuned .region-header[class][class] .menu__link:active, .menu-forum .region-header[class][class] .menu__link:active, .menu-our-community .region-header[class][class] .menu__link:active, .menu-cymuned
  .region-footer[class][class] .menu__link:hover, .menu-forum
  .region-footer[class][class] .menu__link:hover, .menu-our-community
  .region-footer[class][class] .menu__link:hover, .menu-cymuned
  .region-footer[class][class] .menu__link:focus, .menu-forum
  .region-footer[class][class] .menu__link:focus, .menu-our-community
  .region-footer[class][class] .menu__link:focus, .menu-cymuned
  .region-footer[class][class] .menu__link:active, .menu-forum
  .region-footer[class][class] .menu__link:active, .menu-our-community
  .region-footer[class][class] .menu__link:active {
    background-color: #762375;
  }
  /* line 26, ../sass/components/_menus_slim.scss */
  .region-header[class][class] .breadcrumb,
  .region-footer[class][class] .breadcrumb {
    margin-bottom: 15px;
  }
  /* line 29, ../sass/components/_menus_slim.scss */
  .region-header[class][class] .block--menu-block + .block--menu-block,
  .region-footer[class][class] .block--menu-block + .block--menu-block {
    margin-top: 1em;
    border-top: 1px solid #63656a;
    padding-top: 1em;
  }

  /* line 36, ../sass/components/_menus_slim.scss */
  .js .region-header .header__inner {
    text-align: right;
  }
  /* line 39, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tabs {
    top: 55px;
    position: relative;
    padding-right: 0;
    z-index: 100;
  }
  /* line 47, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tabpanel {
    background: #e7e7e7;
    padding: 10px 0 15px;
    position: absolute;
    display: none;
    text-align: left;
    top: 100%;
    left: 0;
    right: 0;
  }
  /* line 57, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tabpanel.expanded {
    display: block;
    margin: 0 -20px;
    border-bottom: 3px solid #63656a;
  }
  /* line 62, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tabpanel[data-tabname="search"] {
    padding: 15px;
  }
  /* line 64, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tabpanel[data-tabname="search"] .form-text {
    background: white;
  }
  /* line 68, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tab {
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background: 0;
    border: 0;
    cursor: pointer;
  }
  /* line 77, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tab:focus {
    outline: none;
  }
  /* line 80, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tab:hover:after {
    background: #e7e7e7;
  }
  /* line 83, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tab > span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    *clip: rect(1px 1px 1px 1px);
  }
  /* line 86, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tab:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    font-size: 30px;
    display: inline-block;
    text-align: center;
    width: 66px;
    line-height: 60px;
    padding-bottom: 5px;
    color: #63656a;
  }
  /* line 97, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tab.-search:after {
    content: "\f002";
  }
  /* line 100, ../sass/components/_menus_slim.scss */
  .js .region-header .header__tab[aria-expanded="true"]:after {
    content: "\f00d";
    background: #e7e7e7;
  }
  /* line 105, ../sass/components/_menus_slim.scss */
  .js .region-header .HLF_block-user-menu {
    padding: 0 20px;
  }
  /* line 107, ../sass/components/_menus_slim.scss */
  .js .region-header .HLF_block-user-menu .menu {
    font-size: 0.92857em;
  }
  /* line 109, ../sass/components/_menus_slim.scss */
  .js .region-header .HLF_block-user-menu .menu .menu__link {
    float: left;
  }
}
/* END @include respond-to */
/*  .projects-menubar
    ___________________________________________________________________ */
/* line 3, ../sass/components/_projects_landing.scss */
.projects-menubar {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
}
/* line 8, ../sass/components/_projects_landing.scss */
.projects-menubar button {
  background: whitesmoke;
  box-shadow: 0 4px 0 #e7e7e7;
  padding: .5em 1.2em .4em;
  margin: 0 1em 1.1em 0;
  font-size: 1em;
  line-height: 1.71429em;
}
/* line 15, ../sass/components/_projects_landing.scss */
.projects-menubar button:hover, .projects-menubar button:focus {
  background: #63656a;
  color: white;
}
/* line 20, ../sass/components/_projects_landing.scss */
.projects-menubar button[aria-selected="true"] {
  background: #222c78;
  color: white;
}

/*  .node.-summary-block
    ___________________________________________________________________ */
/* line 30, ../sass/components/_projects_landing.scss */
.node.-summary-block {
  position: relative;
  margin-bottom: 2.8em;
}
/* line 34, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__aside {
  position: relative;
  z-index: 1;
}
/* line 38, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__aside .field--collection-main-image {
  width: 100%;
  float: none;
}
/* line 42, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__aside img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* line 48, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__body {
  position: relative;
  z-index: 2;
  /*
  .HLF_field-field_intro_text {
      color: $color-darkest;
  }
  */
}
/* line 52, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__body h2 {
  margin: 0;
  color: white;
  background: #222c78;
  font-size: 1.78571em;
  line-height: 1.3;
}
/* line 59, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__body h2 a {
  display: block;
  color: inherit;
  padding: .5em 20px;
}
/* line 64, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__body h2 a:hover, .node.-summary-block .feature__body h2 a:focus {
  text-decoration: underline;
}
/* line 70, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__body .feature__summary {
  position: relative;
  padding: 15px 20px;
  background-color: white;
}
/* line 75, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__body .feature__summary > * {
  line-height: 1.5;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
/* line 82, ../sass/components/_projects_landing.scss */
.node.-summary-block .feature__body .feature__summary .links {
  margin-top: 1em;
}
/* line 92, ../sass/components/_projects_landing.scss */
.node.-summary-block .field--collection-main-image {
  float: none;
  margin: 0;
}

/* line 99, ../sass/components/_projects_landing.scss */
.node.node-project.-summary-block .feature__body h2 a {
  color: white;
}

        /*
        @media screen and (min-width: 600px) {
            .feature__aside {
                position: relative;
                width: cols(8, 16);

                .HLF_field-field_collection_main_image {
                  position: absolute;
                }
            }
            .feature__body {
                position: relative;
                float: right;
                width: cols(9, 16);
                margin-top: 40px;
                right: 0;
            }
        }
        */
/*  Project landing page overrides.
    ___________________________________________________________________ */
/* line 126, ../sass/components/_projects_landing.scss */
.view-search-our-projects {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  /* line 133, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="1"] {
    clear: left;
    float: left;
  }
  /* line 137, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="4"] {
    clear: right;
    float: right;
  }
  /* line 141, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="1"], .view-search-our-projects .node.-summary-block[data-position="4"] {
    width: 65.21739%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 147, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="1"] .feature__aside, .view-search-our-projects .node.-summary-block[data-position="4"] .feature__aside {
    float: left;
    width: 46.66667%;
    margin-left: 0%;
    margin-right: -46.66667%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 150, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="1"] .feature__body, .view-search-our-projects .node.-summary-block[data-position="4"] .feature__body {
    float: left;
    width: 60%;
    margin-left: 40%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 40px;
  }
  /* line 155, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"], .view-search-our-projects .node.-summary-block[data-position="3"] {
    float: right;
    margin-left: 4.34783%;
  }
  /* line 160, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="5"], .view-search-our-projects .node.-summary-block[data-position="6"] {
    float: left;
    margin-right: 4.34783%;
  }
  /* line 165, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"], .view-search-our-projects .node.-summary-block[data-position="3"], .view-search-our-projects .node.-summary-block[data-position="5"], .view-search-our-projects .node.-summary-block[data-position="6"] {
    width: 30.43478%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 173, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"] .feature__body, .view-search-our-projects .node.-summary-block[data-position="3"] .feature__body, .view-search-our-projects .node.-summary-block[data-position="5"] .feature__body, .view-search-our-projects .node.-summary-block[data-position="6"] .feature__body {
    margin-top: 20px;
  }
  /* line 176, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"] .feature__body h2, .view-search-our-projects .node.-summary-block[data-position="3"] .feature__body h2, .view-search-our-projects .node.-summary-block[data-position="5"] .feature__body h2, .view-search-our-projects .node.-summary-block[data-position="6"] .feature__body h2 {
    background: #0167b1;
    font-size: 1.14286em;
    line-height: 1.4;
  }
  /* line 181, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"] .feature__body h2 a, .view-search-our-projects .node.-summary-block[data-position="3"] .feature__body h2 a, .view-search-our-projects .node.-summary-block[data-position="5"] .feature__body h2 a, .view-search-our-projects .node.-summary-block[data-position="6"] .feature__body h2 a {
    padding: 11px 15px;
  }
  /* line 185, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"] .feature__body .feature__summary, .view-search-our-projects .node.-summary-block[data-position="3"] .feature__body .feature__summary, .view-search-our-projects .node.-summary-block[data-position="5"] .feature__body .feature__summary, .view-search-our-projects .node.-summary-block[data-position="6"] .feature__body .feature__summary {
    display: none;
  }
  /* line 192, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"] .feature__aside, .view-search-our-projects .node.-summary-block[data-position="6"] .feature__aside {
    float: left;
    width: 42.85714%;
    margin-left: 0%;
    margin-right: -42.85714%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 195, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="2"] .feature__body, .view-search-our-projects .node.-summary-block[data-position="6"] .feature__body {
    float: left;
    width: 57.14286%;
    margin-left: 42.85714%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 201, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="3"] .feature__aside, .view-search-our-projects .node.-summary-block[data-position="5"] .feature__aside {
    float: left;
    width: 42.85714%;
    margin-left: 57.14286%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 204, ../sass/components/_projects_landing.scss */
  .view-search-our-projects .node.-summary-block[data-position="3"] .feature__body, .view-search-our-projects .node.-summary-block[data-position="5"] .feature__body {
    float: left;
    width: 57.14286%;
    margin-left: 0%;
    margin-right: -57.14286%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}

/*  News landing page overrides.
    ___________________________________________________________________ */
/* line 217, ../sass/components/_projects_landing.scss */
.view-news-and-features .node.-summary-block {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  /* line 217, ../sass/components/_projects_landing.scss */
  .view-news-and-features .node.-summary-block {
    margin-bottom: 0;
  }
  /* line 224, ../sass/components/_projects_landing.scss */
  .view-news-and-features .node.-summary-block .feature__body {
    float: left;
    width: 56.25%;
    margin-left: 43.75%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 40px;
  }
}
/* line 231, ../sass/components/_projects_landing.scss */
.view-news-and-features .node.-summary-block .feature__aside:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: white center no-repeat;
  width: 40px;
  height: 40px;
}
/* line 241, ../sass/components/_projects_landing.scss */
.view-news-and-features .node.-summary-block.node--feature-article .feature__aside:after {
  background-image: url(../images/svg/feature.svg);
  background-image: url(../images/svg/feature.svg), none;
}
/* line 245, ../sass/components/_projects_landing.scss */
.view-news-and-features .node.-summary-block.node--news .feature__aside:after, .view-news-and-features .node.-summary-block.node--story .feature__aside:after {
  background-image: url(../images/svg/star.svg);
  background-image: url(../images/svg/star.svg), none;
}
/* line 250, ../sass/components/_projects_landing.scss */
.view-news-and-features .node.-summary-block.node--blog .feature__aside:after {
  background-image: url(../images/png/pencil.png);
  background-image: url(../images/png/pencil.png), none;
  background-size: 23px 19px;
}
/* line 255, ../sass/components/_projects_landing.scss */
.view-news-and-features .node.-summary-block.node--project .feature__aside:after {
  content: "\f0d8";
  color: #d5006c;
}
/* line 261, ../sass/components/_projects_landing.scss */
.view-news-and-features .views-row-odd {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  /* line 269, ../sass/components/_projects_landing.scss */
  .view-news-and-features .views-row-odd .node.-summary-block .feature__aside {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 272, ../sass/components/_projects_landing.scss */
  .view-news-and-features .views-row-odd .node.-summary-block .feature__body {
    float: left;
    width: 56.25%;
    margin-left: 43.75%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-bottom: 40px;
  }
}
/* line 279, ../sass/components/_projects_landing.scss */
.view-news-and-features .views-row-even {
  position: relative;
  z-index: 4;
}
/* line 285, ../sass/components/_projects_landing.scss */
.view-news-and-features .views-row-even .node.-summary-block .feature__h1 {
  background: #0167b1;
}
@media screen and (min-width: 768px) {
  /* line 283, ../sass/components/_projects_landing.scss */
  .view-news-and-features .views-row-even .node.-summary-block {
    margin-top: -40px;
  }
  /* line 291, ../sass/components/_projects_landing.scss */
  .view-news-and-features .views-row-even .node.-summary-block .feature__aside {
    float: left;
    width: 43.75%;
    margin-left: 56.25%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 294, ../sass/components/_projects_landing.scss */
  .view-news-and-features .views-row-even .node.-summary-block .feature__body {
    float: left;
    width: 56.25%;
    margin-left: 6.25%;
    margin-right: -62.5%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 80px;
  }
}

/*  View search our projects
    ___________________________________________________________________ */
/* line 307, ../sass/components/_projects_landing.scss */
.view-search-our-projects .view-header {
  padding: 0;
  margin-bottom: 2em;
  border: none;
}
/* line 312, ../sass/components/_projects_landing.scss */
.view-search-our-projects .view-header h2 {
  color: black;
  font-size: 2.42857em;
  margin-bottom: 0em;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .view-search-our-projects .view-header h2 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .view-search-our-projects .view-header h2, .section-projects .view-search-our-projects .view-header h2 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .view-search-our-projects .view-header h2 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .view-search-our-projects .view-header h2 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .view-search-our-projects .view-header h2 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .view-search-our-projects .view-header h2, .section-groups .view-search-our-projects .view-header h2, .section-forum .view-search-our-projects .view-header h2, .page-forum .view-search-our-projects .view-header h2, .section-our-community .view-search-our-projects .view-header h2, .section-community .view-search-our-projects .view-header h2 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .view-search-our-projects .view-header h2 {
  color: #762375;
}
/* line 318, ../sass/components/_projects_landing.scss */
.view-search-our-projects .view-main {
  margin: 0;
}
/* line 321, ../sass/components/_projects_landing.scss */
.view-search-our-projects .view-main .row {
  overflow: hidden;
  *zoom: 1;
}

/*  When in an accordion (Programmes)
    ___________________________________________________________________ */
/* line 331, ../sass/components/_projects_landing.scss */
.ui-accordion-content {
  /*
   * Short term solution as the js is setting the active one height and
   * ignoring the js of height auto for accordion-content.
   */
}
/* line 332, ../sass/components/_projects_landing.scss */
.ui-accordion-content .field--programme--projects {
  position: relative;
  z-index: 3;
  overflow: hidden;
  *zoom: 1;
}
/* line 337, ../sass/components/_projects_landing.scss */
.ui-accordion-content .node.-summary-block {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  /*  @todo
   *  Adds icons to top corners over images
   *
  .feature__aside {
      &:after {
          position: absolute;
          top: 0;
          left: 0;
          background: white center no-repeat;
          width: 40px;
          height: 40px;
      }
  }
  &.node--project .feature__aside:after {
      @extend %font-awesome;
      content: $fa-var-caret-up;
      color: $color-pink;
  }*/
}
/* line 342, ../sass/components/_projects_landing.scss */
.ui-accordion-content .node.-summary-block .caption-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 346, ../sass/components/_projects_landing.scss */
  .ui-accordion-content .node.-summary-block .feature__body {
    float: left;
    width: 60%;
    margin-left: 40%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 40px;
  }
  /* line 350, ../sass/components/_projects_landing.scss */
  .ui-accordion-content .node.-summary-block .feature__aside {
    float: left;
    width: 46.66667%;
    margin-left: 0%;
    margin-right: -46.66667%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 373, ../sass/components/_projects_landing.scss */
.ui-accordion-content .field--programme--projects:nth-child(even) {
  position: relative;
  z-index: 4;
}
/* line 377, ../sass/components/_projects_landing.scss */
.ui-accordion-content .field--programme--projects:nth-child(even) .node.-summary-block {
  margin-bottom: 0;
}
/* line 380, ../sass/components/_projects_landing.scss */
.ui-accordion-content .field--programme--projects:nth-child(even) .node.-summary-block .feature__body h2 {
  background: #0167b1;
}
@media screen and (min-width: 768px) {
  /* line 384, ../sass/components/_projects_landing.scss */
  .ui-accordion-content .field--programme--projects:nth-child(even) .node.-summary-block .feature__body {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 60px;
  }
  /* line 388, ../sass/components/_projects_landing.scss */
  .ui-accordion-content .field--programme--projects:nth-child(even) .node.-summary-block .feature__aside {
    float: left;
    width: 46.66667%;
    margin-left: 53.33333%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 395, ../sass/components/_projects_landing.scss */
.ui-accordion-content .field--programme--projects:nth-child(odd) .node.-summary-block {
  margin-bottom: 0;
}
/* line 403, ../sass/components/_projects_landing.scss */
.ui-accordion-content.ui-accordion-content-active {
  height: auto !important;
}

/* line 409, ../sass/components/_projects_landing.scss */
.view-main .caption-wrapper {
  display: none;
}

/* line 411, ../sass/components/_projects_landing.scss */
.caption-wrapper {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

/*  .views-search-form
    ___________________________________________________________________ */
/* line 10, ../sass/components/_search.scss */
div[class*="region-sidebar"] .views-search-form .form-submit[class] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.92857em;
  line-height: 1.2;
  padding: 0;
  border: 0;
  background: #63656a;
  color: white;
  text-align: center;
}
/* line 22, ../sass/components/_search.scss */
div[class*="region-sidebar"] .views-search-form .form-submit[class]:hover, div[class*="region-sidebar"] .views-search-form .form-submit[class]:focus {
  background: #222c78;
}
/* line 26, ../sass/components/_search.scss */
div[class*="region-sidebar"] .views-search-form .form-submit[class]:after {
  content: "\f002";
  font-size: 1.57143em;
  padding: 0.5em;
}
/* line 36, ../sass/components/_search.scss */
div[class*="region-sidebar"] .views-search-form .form-text {
  font-weight: 400;
  font-size: 1.14286em;
  line-height: 1.2;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: .6em 2.9em .6em .9em;
  margin: 0;
  background: white;
}
@media screen and (min-width: 768px) {
  /* line 36, ../sass/components/_search.scss */
  div[class*="region-sidebar"] .views-search-form .form-text {
    background: #e7e7e7;
  }
}
/* line 52, ../sass/components/_search.scss */
div[class*="region-sidebar"] .views-search-form .form-text:focus {
  border-color: #e7e7e7;
  background: whitesmoke;
  outline: none;
}
@media screen and (min-width: 768px) {
  /* line 52, ../sass/components/_search.scss */
  div[class*="region-sidebar"] .views-search-form .form-text:focus {
    background: whitesmoke;
  }
}
/* line 226, ../sass/base/mixins/_mixins.scss */
div[class*="region-sidebar"] .views-search-form ::-webkit-input-placeholder {
  color: #0167b1;
}
/* line 229, ../sass/base/mixins/_mixins.scss */
div[class*="region-sidebar"] .views-search-form :-moz-placeholder {
  color: #0167b1;
}
/* line 232, ../sass/base/mixins/_mixins.scss */
div[class*="region-sidebar"] .views-search-form ::-moz-placeholder {
  color: #0167b1;
}
/* line 235, ../sass/base/mixins/_mixins.scss */
div[class*="region-sidebar"] .views-search-form :-ms-input-placeholder {
  color: #0167b1;
}
/* line 65, ../sass/components/_search.scss */
div[class*="region-sidebar"] .views-search-form .views-exposed-widget {
  margin-bottom: 0;
}

/*  .block--facetapi
    ___________________________________________________________________ */
/* line 72, ../sass/components/_search.scss */
.block--facetapi[class][class] {
  margin-bottom: 0;
  background: #e7e7e7;
}
/* line 76, ../sass/components/_search.scss */
.block--facetapi[class][class] + .block--facetapi[class][class] {
  margin-top: 0;
}
/* line 78, ../sass/components/_search.scss */
.block--facetapi[class][class] + .block--facetapi[class][class] .block__h1 {
  border-top: 1px solid #b6b6b6;
}
/* line 82, ../sass/components/_search.scss */
.block--facetapi[class][class] .block__h1 {
  color: inherit;
  background: transparent;
}
/* line 87, ../sass/components/_search.scss */
.block--facetapi[class][class] .block__h1[aria-expanded] {
  position: relative;
  padding-right: 50px;
}
/* line 91, ../sass/components/_search.scss */
.block--facetapi[class][class] .block__h1[aria-expanded]:focus {
  z-index: 1;
}
/* line 94, ../sass/components/_search.scss */
.block--facetapi[class][class] .block__h1[aria-expanded]:after {
  position: absolute;
  right: 0;
  width: 45px;
  text-align: center;
  line-height: 20px;
  content: "\f0d7";
  color: #0167b1;
  font-size: 20px;
}
/* line 106, ../sass/components/_search.scss */
.block--facetapi[class][class] .block__h1[aria-expanded="true"]:after {
  content: "\f0d8";
}
/* line 111, ../sass/components/_search.scss */
.block--facetapi[class][class] .item-list {
  margin-top: -8px;
}
/* line 115, ../sass/components/_search.scss */
.block--facetapi[class][class] .item-list[role="group"] {
  display: none;
}
/* line 118, ../sass/components/_search.scss */
.block--facetapi[class][class] .item-list[role="group"].expanded {
  display: block;
}
/* line 122, ../sass/components/_search.scss */
.block--facetapi[class][class] .facetapi-checkbox {
  float: left;
  margin-right: .5em;
  margin-top: .05em;
}
/* line 127, ../sass/components/_search.scss */
.block--facetapi[class][class] .facetapi-checkbox + a {
  display: block;
  overflow: hidden;
}
/* line 132, ../sass/components/_search.scss */
.block--facetapi[class][class] .item-list {
  padding: 11px 15px;
}
/* line 134, ../sass/components/_search.scss */
.block--facetapi[class][class] .item-list li {
  margin-bottom: .5em;
}
/* line 136, ../sass/components/_search.scss */
.block--facetapi[class][class] .item-list li a {
  color: inherit;
}
/* line 142, ../sass/components/_search.scss */
.block--facetapi[class][class] .facetapi-inactive,
.block--facetapi[class][class] .facetapi-active {
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 22px;
  display: inline-block;
}
/* line 150, ../sass/components/_search.scss */
.block--facetapi[class][class] .facetapi-inactive {
  background-image: url("../images/png/blank-check-box.png");
}
/* line 154, ../sass/components/_search.scss */
.block--facetapi[class][class] .facetapi-active {
  background-image: url("../images/png/check-box.png");
}

/* line 164, ../sass/components/_search.scss */
.section-about-us .block--facetapi .HLF_block-448 .facetapi-checkbox + a#facetapi-link--16, .section-about-us .block--facetapi .HLF_block-448 .facetapi-checkbox + a#facetapi-link--17 {
  padding-left: 30px;
  position: relative;
}
/* line 169, ../sass/components/_search.scss */
.section-about-us .block--facetapi .HLF_block-448 .facetapi-checkbox + a#facetapi-link--16:before, .section-about-us .block--facetapi .HLF_block-448 .facetapi-checkbox + a#facetapi-link--17:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  width: 28px;
  height: 28px;
  background: center no-repeat;
}
/* line 179, ../sass/components/_search.scss */
.section-about-us .block--facetapi .HLF_block-448 .facetapi-checkbox + a#facetapi-link--16:before {
  background-image: url(../images/png/feature-small.png);
  background-image: url(../images/svg/feature-small.svg), none;
}
/* line 183, ../sass/components/_search.scss */
.section-about-us .block--facetapi .HLF_block-448 .facetapi-checkbox + a#facetapi-link--17:before {
  background-image: url(../images/png/star-small.png);
  background-image: url(../images/svg/star-small.svg), none;
}

@media screen and (max-width: 767px) {
  /* line 198, ../sass/components/_search.scss */
  .block--hlf-global--hlf-global-facets-grouped[class][class] .block__h1,
  .block--hlf-global--hlf-global-facets-grouped[class][class] .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 208, ../sass/components/_search.scss */
div[class*="region-sidebar"] .clear_filter {
  color: white;
  text-decoration: underline;
  float: right;
  font-size: 0.85714em;
}
/* line 215, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users {
  background-color: #e7e7e7;
  padding: 19px 0 19px 19px;
  background: #e7e7e7;
}
/* line 220, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-type-textfield {
  float: left;
}
/* line 223, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-type-textfield input {
  background-color: white;
  border: none;
  width: 162px;
  line-height: 40px;
}
/* line 232, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users input,
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users button {
  vertical-align: bottom;
}
/* line 236, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-submit[class] {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: #63656a;
  color: white;
  text-align: center;
}
/* line 246, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-submit[class]:hover, div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-submit[class]:focus {
  background: #d5006c;
}
/* line 250, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-submit[class]:after {
  content: "\f002";
  font-size: 22px;
}
/* line 259, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users div.views-widget-sort-by, div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users div.views-widget-sort-order {
  display: none;
}
/* line 262, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users div.views-exposed-form {
  margin-bottom: 0;
}
/* line 265, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-item-search {
  width: 80%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
/* line 270, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-item-search .form-text {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 0 1em;
  line-height: 38px;
}
/* line 276, ../sass/components/_search.scss */
div[class*="region-sidebar"] #views-exposed-form-search-community-users-en-search-api-users .form-item-search .form-text:focus {
  border-color: whitesmoke;
  background: whitesmoke;
  outline: none;
}

/* line 288, ../sass/components/_search.scss */
body.i18n-cy div[class*="region-sidebar"] .clear_filter {
  display: block;
  float: none;
}

/* line 298, ../sass/components/_search.scss */
#views-exposed-form-search-main-content-en-search-api-press-releases div.views-widget-sort-by, #views-exposed-form-search-main-content-en-search-api-press-releases div.views-widget-sort-order,
#views-exposed-form-search-main-content-en-search-api-news div.views-widget-sort-by,
#views-exposed-form-search-main-content-en-search-api-news div.views-widget-sort-order,
#views-exposed-form-search-main-content-en-search-api-project div.views-widget-sort-by,
#views-exposed-form-search-main-content-en-search-api-project div.views-widget-sort-order {
  display: none;
}

/* line 304, ../sass/components/_search.scss */
#hlf-global-sort-form {
  overflow: hidden;
}
/* line 308, ../sass/components/_search.scss */
#hlf-global-sort-form label, #hlf-global-sort-form select {
  display: inline-block;
}
/* line 311, ../sass/components/_search.scss */
#hlf-global-sort-form select {
  font-size: 1.07143em;
}
/* line 314, ../sass/components/_search.scss */
#hlf-global-sort-form .form-item {
  float: left;
  margin: .7em 0 .7em 0;
}
/* line 318, ../sass/components/_search.scss */
#hlf-global-sort-form .form-item.form-item-sort-by {
  margin-right: 1em;
}
@media screen and (min-width: 480px) {
  /* line 314, ../sass/components/_search.scss */
  #hlf-global-sort-form .form-item {
    margin-right: 2em;
  }
  /* line 324, ../sass/components/_search.scss */
  #hlf-global-sort-form .form-item.form-item-sort-by {
    margin-right: 2em;
  }
}
/* line 329, ../sass/components/_search.scss */
#hlf-global-sort-form .btn {
  /*
  background: $color-darkgrey;
  color: white;
  border: none;
  padding: 0 .7em;
  line-height: 20px;
  */
  font-size: 1.07143em;
  padding: .7em 1em .7em 2.75em;
  background: #0167b1;
  border-color: #0167b1;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 480px) {
  /* line 329, ../sass/components/_search.scss */
  #hlf-global-sort-form .btn {
    width: auto;
  }
}
/* line 353, ../sass/components/_search.scss */
#hlf-global-sort-form .btn:before {
  content: "\f021";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: .4em .5em;
  font-size: 1.42857em;
}

/* line 369, ../sass/components/_search.scss */
.view-display-id-search_api_community .view-header,
.view-display-id-search_api_global .view-header {
  border: none;
  padding: 0;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  /* line 369, ../sass/components/_search.scss */
  .view-display-id-search_api_community .view-header,
  .view-display-id-search_api_global .view-header {
    margin: 0;
  }
}

/* line 380, ../sass/components/_search.scss */
.views-widget-filter-search_api_views_fulltext label {
  margin-right: 1em;
}
/* line 383, ../sass/components/_search.scss */
.views-widget-filter-search_api_views_fulltext .views-widget {
  display: inline-block;
}

/* line 390, ../sass/components/_search.scss */
.view-display-id-search_api_users .listing__aside img {
  width: 120px;
  height: auto;
}
/* line 395, ../sass/components/_search.scss */
.view-display-id-search_api_users .view-header {
  border: none;
  padding: 0;
  margin: 0 0 0em 0;
}
/* line 404, ../sass/components/_search.scss */
.view-display-id-search_api_users .profile {
  margin-bottom: 2em;
  overflow: hidden;
}
/* line 408, ../sass/components/_search.scss */
.view-display-id-search_api_users .field--biography {
  line-height: 1.7;
}

/* line 1, ../sass/components/_video.scss */
.media-youtube-video {
  position: relative;
}
/* line 4, ../sass/components/_video.scss */
.media-youtube-video a {
  display: block;
  text-decoration: none;
  border: 0 none;
}
/* line 9, ../sass/components/_video.scss */
.media-youtube-video a:before {
  width: 100%;
  top: 45%;
  font-size: 30px;
}
/* line 15, ../sass/components/_video.scss */
.media-youtube-video a > img {
  border: 0 none;
  width: 100%;
  height: auto;
}
/* line 22, ../sass/components/_video.scss */
.view-mode-media-col-7 .media-youtube-video {
  max-width: 280px;
}
/* line 25, ../sass/components/_video.scss */
.view-mode-media-col-7 .media-youtube-video a::before {
  font-size: 60px;
  max-width: 280px;
}
/* line 34, ../sass/components/_video.scss */
.view-mode-media-col-9 .media-youtube-video {
  max-width: 360px;
}
/* line 37, ../sass/components/_video.scss */
.view-mode-media-col-9 .media-youtube-video a::before {
  font-size: 68px;
  max-width: 360px;
}
/* line 46, ../sass/components/_video.scss */
.view-mode-media-col-10 .media-youtube-video {
  max-width: 400px;
}
/* line 49, ../sass/components/_video.scss */
.view-mode-media-col-10 .media-youtube-video a::before {
  font-size: 72px;
  max-width: 400px;
}
/* line 58, ../sass/components/_video.scss */
.view-mode-media-col-14 .media-youtube-video {
  max-width: 560px;
}
/* line 61, ../sass/components/_video.scss */
.view-mode-media-col-14 .media-youtube-video a::before {
  font-size: 88px;
  max-width: 560px;
}
/* line 70, ../sass/components/_video.scss */
.media-youtube-video a::before {
  color: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  line-height: 1;
  box-shadow: 0 0 10px -3px rgba(50, 50, 50, 0.5);
  position: absolute;
  display: inline;
  text-align: center;
}

/* line 85, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media figcaption,
.group-gallery-wrapper .HLF_field-field_media .caption-wrapper {
  display: none;
}
/* line 93, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-7 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-7 .HLF_field-field_media_file a::before {
  max-width: 55px;
  font-size: 30px;
}
/* line 107, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-9 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-9 .HLF_field-field_media_file a::before {
  max-width: 75px;
  font-size: 33px;
}
/* line 120, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-9 .view-mode-media-col-10 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-9 .view-mode-media-col-10 .HLF_field-field_media_file a::before {
  max-width: 90px;
  font-size: 37px;
}
/* line 134, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-9 .view-mode-media-col-14 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media .view-mode-media-col-9 .view-mode-media-col-14 .HLF_field-field_media_file a::before {
  max-width: 125px;
  font-size: 40px;
}
/* line 148, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media:first-child figcaption,
.group-gallery-wrapper .HLF_field-field_media:first-child .caption-wrapper {
  display: block;
}
/* line 155, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-7 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-7 .HLF_field-field_media_file a::before {
  max-width: 280px;
}
/* line 164, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-9 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-9 .HLF_field-field_media_file a::before {
  max-width: 360px;
}
/* line 173, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-10 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-10 .HLF_field-field_media_file a::before {
  max-width: 400px;
}
/* line 182, ../sass/components/_video.scss */
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-14 .media-youtube-video a::before,
.group-gallery-wrapper .HLF_field-field_media:first-child .view-mode-media-col-14 .HLF_field-field_media_file a::before {
  max-width: 560px;
}

/* line 4, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .field--collection-main-image .adaptive-image {
  height: auto;
  width: 100%;
}
/* line 8, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper {
  float: left;
}
/* line 11, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .field-collection-view {
  float: left;
}
/* line 15, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .field-collection-view .media-youtube-video,
.view-mode-case_study_view .group-gallery-wrapper .field-collection-view .HLF_field-field_media_file {
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 24, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .field-collection-view.view-mode-media-col-9 .media-youtube-video img,
.view-mode-case_study_view .group-gallery-wrapper .field-collection-view.view-mode-media-col-9 .HLF_field-field_media_file img {
  width: 75px;
  height: 75px;
}
/* line 30, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .field-collection-view img {
  width: 100%;
  height: 100%;
}
/* line 36, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media .caption-wrapper, .view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media figcaption {
  display: none;
}
/* line 41, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:first-child .caption-wrapper, .view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:first-child figcaption {
  display: block;
}
/* line 46, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view .media-youtube-video,
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view .HLF_field-field_media_file {
  float: none;
  margin-right: 0;
}
/* line 56, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-9 .media-youtube-video img,
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-9 .HLF_field-field_media_file img {
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  height: 100%;
}
/* line 65, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view img {
  width: auto;
  height: auto;
}
/* line 76, ../sass/components/view_modes/_case_study_view.scss */
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:last-child .field-collection-view .media-youtube-video,
.view-mode-case_study_view .group-gallery-wrapper .HLF_field-field_media:last-child .field-collection-view .HLF_field-field_media_file {
  margin-right: 0;
}

/* line 1, ../sass/components/view_modes/_full.scss */
.view-mode-full {
  /*.HLF_field-field_collection_main_image {
    @include respond-to('regular') {
      float: right;
      margin-left: 20px;
      margin-top: .4em;
    }
  }*/
}
/* line 3, ../sass/components/view_modes/_full.scss */
.view-mode-full .field--collection-main-image .adaptive-image {
  height: auto;
  width: 100%;
}
/* line 15, ../sass/components/view_modes/_full.scss */
.view-mode-full .view .HLF_field-field_collection_main_image {
  float: none;
  margin-left: 0;
  margin-top: 0;
}
/* line 21, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-main-content {
  overflow: hidden;
}
/* line 24, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper {
  float: right;
}
/* line 28, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-container > div:nth-child(2) {
  clear: left;
}
/* line 31, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-view {
  float: left;
}
/* line 34, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-view .media-youtube-video,
.view-mode-full .group-gallery-wrapper .field-collection-view .HLF_field-field_media_file {
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 40, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-7 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-7 .HLF_field-field_media_file {
  width: 55px;
}
/* line 46, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-9 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-9 .HLF_field-field_media_file {
  width: 75px;
}
/* line 52, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-10 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-10 .HLF_field-field_media_file {
  width: 90px;
}
/* line 58, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-14 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .field-collection-view.view-mode-media-col-14 .HLF_field-field_media_file {
  width: 125px;
}
/* line 63, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .field-collection-view img {
  width: 100%;
  height: 100%;
}
/* line 70, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view .HLF_field-field_media_file {
  float: none;
  margin-right: 0;
}
/* line 76, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-7 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-7 .HLF_field-field_media_file {
  width: 280px;
}
/* line 82, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-9 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-9 .HLF_field-field_media_file {
  width: 360px;
}
/* line 88, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-10 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-10 .HLF_field-field_media_file {
  width: 400px;
}
/* line 94, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-14 .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view.view-mode-media-col-14 .HLF_field-field_media_file {
  width: 560px;
}
/* line 99, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:first-child .field-collection-view img {
  width: auto;
  height: auto;
}
/* line 112, ../sass/components/view_modes/_full.scss */
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(5) .field-collection-view .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(5) .field-collection-view .HLF_field-field_media_file,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(10) .field-collection-view .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(10) .field-collection-view .HLF_field-field_media_file,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(15) .field-collection-view .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(15) .field-collection-view .HLF_field-field_media_file,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(20) .field-collection-view .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:nth-child(20) .field-collection-view .HLF_field-field_media_file,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:last-child .field-collection-view .media-youtube-video,
.view-mode-full .group-gallery-wrapper .HLF_field-field_media:last-child .field-collection-view .HLF_field-field_media_file {
  margin-right: 0;
}
/* line 120, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol, .view-mode-full .field-group-accordion ul {
  font-size: 115%;
}
/* line 123, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol ul,
.view-mode-full .field-group-accordion ul ol,
.view-mode-full .field-group-accordion ol ol,
.view-mode-full .field-group-accordion ul ul {
  font-size: inherit;
}
/* line 129, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol, .view-mode-full .field-group-accordion ul {
  margin-left: 10px;
}
/* line 134, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ul, .view-mode-full .field-group-accordion ul li {
  list-style: none;
  *list-style: outside disc;
}
/* line 138, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol, .view-mode-full .field-group-accordion ol li {
  list-style: none;
  *list-style: outside decimal;
}
/* line 142, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol li,
.view-mode-full .field-group-accordion ul li {
  position: relative;
  padding-left: 40px;
  margin: .2em 0 .7em;
}
/* line 148, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol {
  counter-reset: li;
}
/* line 151, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  right: 100%;
  margin-right: -8px;
  top: 0;
}
/* line 159, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ul > li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: .18em;
  font-size: 130%;
  line-height: 1;
}
/* line 167, ../sass/components/view_modes/_full.scss */
.view-mode-full .field-group-accordion ol > li:before,
.view-mode-full .field-group-accordion ul > li:before,
.view-mode-full .field-group-accordion h2, .view-mode-full .field-group-accordion h3, .view-mode-full .field-group-accordion h4, .view-mode-full .field-group-accordion h5, .view-mode-full .field-group-accordion h6,
.view-mode-full .field-group-accordion .quote-msg {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .view-mode-full .field-group-accordion ol > li:before, .section-about-us
.view-mode-full .field-group-accordion ul > li:before, .section-about-us
.view-mode-full .field-group-accordion h2, .section-about-us .view-mode-full .field-group-accordion h3, .section-about-us .view-mode-full .field-group-accordion h4, .section-about-us .view-mode-full .field-group-accordion h5, .section-about-us .view-mode-full .field-group-accordion h6, .section-about-us
.view-mode-full .field-group-accordion .quote-msg {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .view-mode-full .field-group-accordion ol > li:before, .section-projects .view-mode-full .field-group-accordion ol > li:before, .section-our-projects
.view-mode-full .field-group-accordion ul > li:before, .section-projects
.view-mode-full .field-group-accordion ul > li:before, .section-our-projects
.view-mode-full .field-group-accordion h2, .section-projects
.view-mode-full .field-group-accordion h2, .section-our-projects .view-mode-full .field-group-accordion h3, .section-projects .view-mode-full .field-group-accordion h3, .section-our-projects .view-mode-full .field-group-accordion h4, .section-projects .view-mode-full .field-group-accordion h4, .section-our-projects .view-mode-full .field-group-accordion h5, .section-projects .view-mode-full .field-group-accordion h5, .section-our-projects .view-mode-full .field-group-accordion h6, .section-projects .view-mode-full .field-group-accordion h6, .section-our-projects
.view-mode-full .field-group-accordion .quote-msg, .section-projects
.view-mode-full .field-group-accordion .quote-msg {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .view-mode-full .field-group-accordion ol > li:before, .section-looking-funding
.view-mode-full .field-group-accordion ul > li:before, .section-looking-funding
.view-mode-full .field-group-accordion h2, .section-looking-funding .view-mode-full .field-group-accordion h3, .section-looking-funding .view-mode-full .field-group-accordion h4, .section-looking-funding .view-mode-full .field-group-accordion h5, .section-looking-funding .view-mode-full .field-group-accordion h6, .section-looking-funding
.view-mode-full .field-group-accordion .quote-msg {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .view-mode-full .field-group-accordion ol > li:before, .section-apply
.view-mode-full .field-group-accordion ul > li:before, .section-apply
.view-mode-full .field-group-accordion h2, .section-apply .view-mode-full .field-group-accordion h3, .section-apply .view-mode-full .field-group-accordion h4, .section-apply .view-mode-full .field-group-accordion h5, .section-apply .view-mode-full .field-group-accordion h6, .section-apply
.view-mode-full .field-group-accordion .quote-msg {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .view-mode-full .field-group-accordion ol > li:before, .section-running-your-project
.view-mode-full .field-group-accordion ul > li:before, .section-running-your-project
.view-mode-full .field-group-accordion h2, .section-running-your-project .view-mode-full .field-group-accordion h3, .section-running-your-project .view-mode-full .field-group-accordion h4, .section-running-your-project .view-mode-full .field-group-accordion h5, .section-running-your-project .view-mode-full .field-group-accordion h6, .section-running-your-project
.view-mode-full .field-group-accordion .quote-msg {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .view-mode-full .field-group-accordion ol > li:before, .section-groups .view-mode-full .field-group-accordion ol > li:before, .section-forum .view-mode-full .field-group-accordion ol > li:before, .page-forum .view-mode-full .field-group-accordion ol > li:before, .section-our-community .view-mode-full .field-group-accordion ol > li:before, .section-community .view-mode-full .field-group-accordion ol > li:before, .section-discussion-forums
.view-mode-full .field-group-accordion ul > li:before, .section-groups
.view-mode-full .field-group-accordion ul > li:before, .section-forum
.view-mode-full .field-group-accordion ul > li:before, .page-forum
.view-mode-full .field-group-accordion ul > li:before, .section-our-community
.view-mode-full .field-group-accordion ul > li:before, .section-community
.view-mode-full .field-group-accordion ul > li:before, .section-discussion-forums
.view-mode-full .field-group-accordion h2, .section-groups
.view-mode-full .field-group-accordion h2, .section-forum
.view-mode-full .field-group-accordion h2, .page-forum
.view-mode-full .field-group-accordion h2, .section-our-community
.view-mode-full .field-group-accordion h2, .section-community
.view-mode-full .field-group-accordion h2, .section-discussion-forums .view-mode-full .field-group-accordion h3, .section-groups .view-mode-full .field-group-accordion h3, .section-forum .view-mode-full .field-group-accordion h3, .page-forum .view-mode-full .field-group-accordion h3, .section-our-community .view-mode-full .field-group-accordion h3, .section-community .view-mode-full .field-group-accordion h3, .section-discussion-forums .view-mode-full .field-group-accordion h4, .section-groups .view-mode-full .field-group-accordion h4, .section-forum .view-mode-full .field-group-accordion h4, .page-forum .view-mode-full .field-group-accordion h4, .section-our-community .view-mode-full .field-group-accordion h4, .section-community .view-mode-full .field-group-accordion h4, .section-discussion-forums .view-mode-full .field-group-accordion h5, .section-groups .view-mode-full .field-group-accordion h5, .section-forum .view-mode-full .field-group-accordion h5, .page-forum .view-mode-full .field-group-accordion h5, .section-our-community .view-mode-full .field-group-accordion h5, .section-community .view-mode-full .field-group-accordion h5, .section-discussion-forums .view-mode-full .field-group-accordion h6, .section-groups .view-mode-full .field-group-accordion h6, .section-forum .view-mode-full .field-group-accordion h6, .page-forum .view-mode-full .field-group-accordion h6, .section-our-community .view-mode-full .field-group-accordion h6, .section-community .view-mode-full .field-group-accordion h6, .section-discussion-forums
.view-mode-full .field-group-accordion .quote-msg, .section-groups
.view-mode-full .field-group-accordion .quote-msg, .section-forum
.view-mode-full .field-group-accordion .quote-msg, .page-forum
.view-mode-full .field-group-accordion .quote-msg, .section-our-community
.view-mode-full .field-group-accordion .quote-msg, .section-community
.view-mode-full .field-group-accordion .quote-msg {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .view-mode-full .field-group-accordion ol > li:before, .section-users
.view-mode-full .field-group-accordion ul > li:before, .section-users
.view-mode-full .field-group-accordion h2, .section-users .view-mode-full .field-group-accordion h3, .section-users .view-mode-full .field-group-accordion h4, .section-users .view-mode-full .field-group-accordion h5, .section-users .view-mode-full .field-group-accordion h6, .section-users
.view-mode-full .field-group-accordion .quote-msg {
  color: #762375;
}

/* Responsive sizing for gallery:
.view-mode-full .group-gallery-wrapper,
.view-mode-full .group-gallery-wrapper img {
  width: 100% !important;

}

.view-mode-full .group-gallery-wrapper .HLF_field-field_media .field-collection-view.view-mode-media-col-7 .HLF_field-field_media_file {
  width: 100% !important;
  height: 100% !important;
}



.view-mode-full .group-gallery-wrapper .HLF_field-field_media .field-collection-view {
  width: 100% !important;
}
 */
/* line 2, ../sass/components/view_modes/_teaser.scss */
.node-teaser ul.links.inline {
  clear: both;
}

/* line 12, ../sass/components/view_modes/_teaser.scss */
.page-about-us-news-features .node-teaser.node-sticky {
  background-color: white;
  border: 1px solid #3b8277;
}
/* line 17, ../sass/components/view_modes/_teaser.scss */
.page-about-us-news-features .node-teaser.node-sticky .listing__body .field {
  margin-right: 20px;
}
/* line 20, ../sass/components/view_modes/_teaser.scss */
.page-about-us-news-features .node-teaser.node-sticky .listing__body .field:last-child {
  padding-bottom: 10px;
}

/* line 8, ../sass/components/fields/_fields.scss */
.media-figure .media-youtube-video {
  margin-bottom: 0.5em;
}
/* line 11, ../sass/components/fields/_fields.scss */
.media-figure .field-label-inline {
  display: inline;
}
/* line 14, ../sass/components/fields/_fields.scss */
.media-figure figcaption {
  margin-top: 0.5em;
}

/* line 19, ../sass/components/fields/_fields.scss */
.HLF_field-field_article_date {
  padding: 0 0 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b6b6b6;
  overflow: hidden;
}
/* line 25, ../sass/components/fields/_fields.scss */
.view .HLF_field-field_article_date, .group-related-content .HLF_field-field_article_date {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* line 33, ../sass/components/fields/_fields.scss */
div[id*="_group_where_next"] {
  color: black;
  margin-top: 3em;
  border-top: 1px solid #999999;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us div[id*="_group_where_next"] {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects div[id*="_group_where_next"], .section-projects div[id*="_group_where_next"] {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding div[id*="_group_where_next"] {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply div[id*="_group_where_next"] {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project div[id*="_group_where_next"] {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums div[id*="_group_where_next"], .section-groups div[id*="_group_where_next"], .section-forum div[id*="_group_where_next"], .page-forum div[id*="_group_where_next"], .section-our-community div[id*="_group_where_next"], .section-community div[id*="_group_where_next"] {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users div[id*="_group_where_next"] {
  color: #762375;
}
/* line 38, ../sass/components/fields/_fields.scss */
div[id*="_group_where_next"] h3, div[id*="_group_where_next"] h2 {
  margin-top: 1.75em;
  margin-bottom: 0.75em;
  padding-left: 30px;
  position: relative;
  font-size: 1.28571em;
}
/* line 45, ../sass/components/fields/_fields.scss */
div[id*="_group_where_next"] h3:before, div[id*="_group_where_next"] h2:before {
  content: "\f05a";
  position: absolute;
  top: 0;
  left: 0;
}
/* line 53, ../sass/components/fields/_fields.scss */
div[id*="_group_where_next"] .content {
  padding-left: 30px;
}
/* line 56, ../sass/components/fields/_fields.scss */
div[id*="_group_where_next"] .content .field--links {
  margin-bottom: 1em;
}
/* line 59, ../sass/components/fields/_fields.scss */
div[id*="_group_where_next"] .content .field--links a {
  text-decoration: underline;
}

/* line 66, ../sass/components/fields/_fields.scss */
div.field--twitter-link {
  padding-left: 40px;
  position: relative;
  line-height: 40px;
}
/* line 70, ../sass/components/fields/_fields.scss */
div.field--twitter-link:before {
  color: #63656a;
  content: "\f099";
  font-size: 30px;
  line-height: 40px;
  /* need this again because font-awesome overrides it I think */
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 3, ../sass/components/content_types/_content_basic_page.scss */
.HLF_node-basic_page-full .group-gallery-wrapper {
  width: 280px;
}

/* line 4, ../sass/components/content_types/_content_blog.scss */
.HLF_node-blog-full .group-gallery-wrapper {
  width: 280px;
}

/* line 4, ../sass/components/content_types/_content_feature_article.scss */
.HLF_node-feature_article-summary_block .group-aside:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  font-size: 1em;
  text-align: center;
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: white;
  font-size: 2em;
  display: block;
  line-height: 40px;
  text-align: center;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .HLF_node-feature_article-summary_block .group-aside:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .HLF_node-feature_article-summary_block .group-aside:before, .section-projects .HLF_node-feature_article-summary_block .group-aside:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .HLF_node-feature_article-summary_block .group-aside:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .HLF_node-feature_article-summary_block .group-aside:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .HLF_node-feature_article-summary_block .group-aside:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .HLF_node-feature_article-summary_block .group-aside:before, .section-groups .HLF_node-feature_article-summary_block .group-aside:before, .section-forum .HLF_node-feature_article-summary_block .group-aside:before, .page-forum .HLF_node-feature_article-summary_block .group-aside:before, .section-our-community .HLF_node-feature_article-summary_block .group-aside:before, .section-community .HLF_node-feature_article-summary_block .group-aside:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .HLF_node-feature_article-summary_block .group-aside:before {
  color: #762375;
}
/* line 21, ../sass/components/content_types/_content_feature_article.scss */
.HLF_node-feature_article-summary_block:nth-child(even) .group-aside:before {
  left: auto;
  right: 0;
}

/* line 29, ../sass/components/content_types/_content_feature_article.scss */
.node_feature_article_full_group_file_attachments {
  clear: both;
}

/* line 2, ../sass/components/content_types/_content_forum.scss */
.node-forum .group-tags {
  margin: 10px 0 0;
}
/* line 5, ../sass/components/content_types/_content_forum.scss */
.node-forum .group-tags div {
  display: inline-block;
  background-color: #e7e7e7;
  margin: 0 15px 5px 0;
}

/* line 13, ../sass/components/content_types/_content_forum.scss */
div.related-content-accordion .HLF_node-forum-teaser {
  margin-top: 2em;
}
/* line 16, ../sass/components/content_types/_content_forum.scss */
div.related-content-accordion .HLF_node-forum-teaser .quotebox__body {
  padding-bottom: 15px;
}

/* line 26, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference,
.node-disqus_forum-form .form-field-type-taxonomy-term-reference {
  margin-bottom: 1.5em;
}
/* line 29, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference > .form-item > label,
.node-disqus_forum-form .form-field-type-taxonomy-term-reference > .form-item > label {
  background: #e7e7e7;
  padding: .8em 1em;
  font-size: 110%;
  margin-bottom: 5px;
}
/* line 35, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference .description,
.node-disqus_forum-form .form-field-type-taxonomy-term-reference .description {
  background: #e7e7e7;
  color: #000000;
  padding: 1em 1em 0 1em;
  margin: 0;
  overflow: hidden;
}
/* line 42, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes,
.node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes {
  background: #e7e7e7;
  padding: 1em;
  overflow: hidden;
}
/* line 49, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:last-child,
.node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 480px) {
  /* line 47, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item,
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  /* line 58, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(odd),
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(odd) {
    padding-right: .5em;
    clear: left;
  }
  /* line 62, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(even),
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(even) {
    padding-left: .5em;
  }
  /* line 65, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-last-child(-n+2),
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  /* line 47, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item,
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding-left: .5em;
    padding-right: .5em;
  }
  /* line 77, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(odd),
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(odd) {
    clear: none;
  }
  /* line 80, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(3n),
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(3n) {
    padding-right: 0;
  }
  /* line 83, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(3n+1),
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-child(3n+1) {
    clear: left;
    padding-left: 0px;
  }
  /* line 87, ../sass/components/content_types/_content_forum.scss */
  .node-forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-last-child(-n+3),
  .node-disqus_forum-form .form-field-type-taxonomy-term-reference .form-checkboxes .form-item:nth-last-child(-n+3) {
    margin-bottom: 0px;
  }
}
/* line 94, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference input[type=checkbox],
.node-disqus_forum-form .form-field-type-taxonomy-term-reference input[type=checkbox] {
  display: none;
}
/* line 97, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference input[type=checkbox] + label,
.node-disqus_forum-form .form-field-type-taxonomy-term-reference input[type=checkbox] + label {
  background-image: url("../images/png/blank-check-box.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 22px;
  display: inline-block;
  font-size: inherit;
  margin: 0;
}
/* line 109, ../sass/components/content_types/_content_forum.scss */
.node-forum-form .form-field-type-taxonomy-term-reference input[type=checkbox]:checked + label,
.node-disqus_forum-form .form-field-type-taxonomy-term-reference input[type=checkbox]:checked + label {
  background-image: url("../images/png/check-box.png");
}

/* line 1, ../sass/components/content_types/_content_landing_page.scss */
.view-hlf-navigation-list {
  overflow: hidden;
}

/* line 9, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .region-content h2,
.node--listing-page.-full .region-content h2 {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .node--landing-page.-full .region-content h2, .section-about-us
.node--listing-page.-full .region-content h2 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .node--landing-page.-full .region-content h2, .section-projects .node--landing-page.-full .region-content h2, .section-our-projects
.node--listing-page.-full .region-content h2, .section-projects
.node--listing-page.-full .region-content h2 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .node--landing-page.-full .region-content h2, .section-looking-funding
.node--listing-page.-full .region-content h2 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .node--landing-page.-full .region-content h2, .section-apply
.node--listing-page.-full .region-content h2 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .node--landing-page.-full .region-content h2, .section-running-your-project
.node--listing-page.-full .region-content h2 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .node--landing-page.-full .region-content h2, .section-groups .node--landing-page.-full .region-content h2, .section-forum .node--landing-page.-full .region-content h2, .page-forum .node--landing-page.-full .region-content h2, .section-our-community .node--landing-page.-full .region-content h2, .section-community .node--landing-page.-full .region-content h2, .section-discussion-forums
.node--listing-page.-full .region-content h2, .section-groups
.node--listing-page.-full .region-content h2, .section-forum
.node--listing-page.-full .region-content h2, .page-forum
.node--listing-page.-full .region-content h2, .section-our-community
.node--listing-page.-full .region-content h2, .section-community
.node--listing-page.-full .region-content h2 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .node--landing-page.-full .region-content h2, .section-users
.node--listing-page.-full .region-content h2 {
  color: #762375;
}
/* line 15, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .region-content .node.-landing-block .block__h1,
.node--landing-page.-full .region-content .bean--image-block .block__h1,
.node--listing-page.-full .region-content .node.-landing-block .block__h1,
.node--listing-page.-full .region-content .bean--image-block .block__h1 {
  color: #fff;
  font-size: 1.28571em;
}
/* line 22, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside,
.node--listing-page.-full .group-aside {
  padding-top: 20px;
  padding-bottom: 20px;
  /*  Our grant programmes filter.
  ___________________________________________________________________ */
}
/* line 27, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .field--textarea,
.node--listing-page.-full .group-aside .field--textarea {
  color: black;
  font-size: 1.71429em;
  line-height: 1.4;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .node--landing-page.-full .group-aside .field--textarea, .section-about-us
.node--listing-page.-full .group-aside .field--textarea {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .node--landing-page.-full .group-aside .field--textarea, .section-projects .node--landing-page.-full .group-aside .field--textarea, .section-our-projects
.node--listing-page.-full .group-aside .field--textarea, .section-projects
.node--listing-page.-full .group-aside .field--textarea {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .node--landing-page.-full .group-aside .field--textarea, .section-looking-funding
.node--listing-page.-full .group-aside .field--textarea {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .node--landing-page.-full .group-aside .field--textarea, .section-apply
.node--listing-page.-full .group-aside .field--textarea {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .node--landing-page.-full .group-aside .field--textarea, .section-running-your-project
.node--listing-page.-full .group-aside .field--textarea {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .node--landing-page.-full .group-aside .field--textarea, .section-groups .node--landing-page.-full .group-aside .field--textarea, .section-forum .node--landing-page.-full .group-aside .field--textarea, .page-forum .node--landing-page.-full .group-aside .field--textarea, .section-our-community .node--landing-page.-full .group-aside .field--textarea, .section-community .node--landing-page.-full .group-aside .field--textarea, .section-discussion-forums
.node--listing-page.-full .group-aside .field--textarea, .section-groups
.node--listing-page.-full .group-aside .field--textarea, .section-forum
.node--listing-page.-full .group-aside .field--textarea, .page-forum
.node--listing-page.-full .group-aside .field--textarea, .section-our-community
.node--listing-page.-full .group-aside .field--textarea, .section-community
.node--listing-page.-full .group-aside .field--textarea {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .node--landing-page.-full .group-aside .field--textarea, .section-users
.node--listing-page.-full .group-aside .field--textarea {
  color: #762375;
}
/* line 33, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .field--body > ul,
.node--landing-page.-full .group-aside .field--body > p,
.node--listing-page.-full .group-aside .field--body > ul,
.node--listing-page.-full .group-aside .field--body > p {
  font-size: 1.07143em;
}
/* line 38, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .field--body,
.node--landing-page.-full .group-aside .field--textarea,
.node--listing-page.-full .group-aside .field--body,
.node--listing-page.-full .group-aside .field--textarea {
  padding: 0;
}
/* line 41, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .field--body > :first-child,
.node--landing-page.-full .group-aside .field--body > :first-child > :first-child,
.node--landing-page.-full .group-aside .field--textarea > :first-child,
.node--landing-page.-full .group-aside .field--textarea > :first-child > :first-child,
.node--listing-page.-full .group-aside .field--body > :first-child,
.node--listing-page.-full .group-aside .field--body > :first-child > :first-child,
.node--listing-page.-full .group-aside .field--textarea > :first-child,
.node--listing-page.-full .group-aside .field--textarea > :first-child > :first-child {
  margin-top: 0;
}
/* line 45, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .field--body > :last-child,
.node--landing-page.-full .group-aside .field--body > :last-child > :last-child,
.node--landing-page.-full .group-aside .field--textarea > :last-child,
.node--landing-page.-full .group-aside .field--textarea > :last-child > :last-child,
.node--listing-page.-full .group-aside .field--body > :last-child,
.node--listing-page.-full .group-aside .field--body > :last-child > :last-child,
.node--listing-page.-full .group-aside .field--textarea > :last-child,
.node--listing-page.-full .group-aside .field--textarea > :last-child > :last-child {
  margin-bottom: 0;
}
/* line 49, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .field--body.flow ul,
.node--landing-page.-full .group-aside .field--textarea.flow ul,
.node--listing-page.-full .group-aside .field--body.flow ul,
.node--listing-page.-full .group-aside .field--textarea.flow ul {
  margin-left: 0;
}
/* line 54, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .col-left,
.node--listing-page.-full .group-aside .col-left {
  margin-bottom: 20px;
}
/* line 58, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .col-right .field:nth-child(2),
.node--listing-page.-full .group-aside .col-right .field:nth-child(2) {
  margin-top: 30px;
}
/* line 62, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .block-views,
.node--listing-page.-full .group-aside .block-views {
  clear: both;
}
/* line 65, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .block-views .views-exposed-form,
.node--listing-page.-full .group-aside .block-views .views-exposed-form {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  /* line 22, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside,
  .node--listing-page.-full .group-aside {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 75, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .col-left,
  .node--listing-page.-full .group-aside .col-left {
    float: left;
    width: 47.82609%;
    margin-left: 0%;
    margin-right: -47.82609%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-bottom: 0;
  }
  /* line 79, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .col-right,
  .node--listing-page.-full .group-aside .col-right {
    float: left;
    width: 47.82609%;
    margin-left: 52.17391%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 89, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside fieldset,
.node--listing-page.-full .group-aside fieldset {
  border: 0 none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
/* line 94, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside fieldset legend,
.node--listing-page.-full .group-aside fieldset legend {
  background-color: transparent;
  width: auto;
  margin: 0 0 1.25em 0;
  padding: 0;
  font-size: 1.14286em;
}
@media screen and (min-width: 480px) {
  /* line 94, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside fieldset legend,
  .node--listing-page.-full .group-aside fieldset legend {
    margin: 0 0 1em 0;
  }
}
/* line 107, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-widget,
.node--listing-page.-full .group-aside .views-exposed-widget {
  clear: both;
  overflow: hidden;
}
/* line 111, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-widget .form-item,
.node--listing-page.-full .group-aside .views-exposed-widget .form-item {
  box-sizing: border-box;
}
/* line 114, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-widget .form-radios,
.node--listing-page.-full .group-aside .views-exposed-widget .form-radios {
  vertical-align: top;
  clear: both;
  overflow: hidden;
}
/* line 119, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-widget .form-radios .form-item,
.node--listing-page.-full .group-aside .views-exposed-widget .form-radios .form-item {
  margin-bottom: .75em;
  padding-left: 35px;
  padding-top: .25em;
  padding-bottom: .25em;
}
@media screen and (min-width: 480px) {
  /* line 119, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .views-exposed-widget .form-radios .form-item,
  .node--listing-page.-full .group-aside .views-exposed-widget .form-radios .form-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 130, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-widget .form-radios input,
.node--listing-page.-full .group-aside .views-exposed-widget .form-radios input {
  vertical-align: top;
  margin-left: -30px;
  margin-top: 1px;
}
/* line 135, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-widget .form-radios label,
.node--listing-page.-full .group-aside .views-exposed-widget .form-radios label {
  font-size: 1em;
  margin: 0 0 0 0px;
}
/* line 140, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-widget .description,
.node--listing-page.-full .group-aside .views-exposed-widget .description {
  clear: both;
  overflow: hidden;
  margin-top: .5em;
  margin-bottom: .75em;
  padding-top: .25em;
  padding-bottom: .25em;
}
@media screen and (min-width: 480px) {
  /* line 140, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .views-exposed-widget .description,
  .node--listing-page.-full .group-aside .views-exposed-widget .description {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 158, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-actions button,
.node--listing-page.-full .group-aside .views-exposed-actions button {
  width: 10em;
}
/* line 161, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-actions.view-exposed-footer,
.node--listing-page.-full .group-aside .views-exposed-actions.view-exposed-footer {
  margin-top: 1em;
}
/* line 164, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-actions .views-submit-button,
.node--listing-page.-full .group-aside .views-exposed-actions .views-submit-button {
  margin: 0 0 1.5em 0;
}
/* line 167, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-actions .views-reset-button,
.node--landing-page.-full .group-aside .views-exposed-actions .views-scroll-button,
.node--listing-page.-full .group-aside .views-exposed-actions .views-reset-button,
.node--listing-page.-full .group-aside .views-exposed-actions .views-scroll-button {
  margin: 0 0 0.5em 0;
}
/* line 171, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-actions a,
.node--listing-page.-full .group-aside .views-exposed-actions a {
  font-size: 1.14286em;
  padding: .6em 0;
  border: 1px solid transparent;
  display: block;
}
/* line 179, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .views-exposed-actions .btn#edit-reset,
.node--listing-page.-full .group-aside .views-exposed-actions .btn#edit-reset {
  margin-left: 0;
  background: #0167b1;
  border-color: #0167b1;
}
@media screen and (min-width: 480px) {
  /* line 157, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .views-exposed-actions,
  .node--listing-page.-full .group-aside .views-exposed-actions {
    text-align: right;
  }
  /* line 188, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .views-exposed-actions .views-reset-button,
  .node--landing-page.-full .group-aside .views-exposed-actions .views-scroll-button,
  .node--listing-page.-full .group-aside .views-exposed-actions .views-reset-button,
  .node--listing-page.-full .group-aside .views-exposed-actions .views-scroll-button {
    margin: 0 0 0 0.5em;
    display: inline;
  }
  /* line 193, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .views-exposed-actions .views-reset-button button,
  .node--landing-page.-full .group-aside .views-exposed-actions .views-scroll-button button,
  .node--listing-page.-full .group-aside .views-exposed-actions .views-reset-button button,
  .node--listing-page.-full .group-aside .views-exposed-actions .views-scroll-button button {
    float: right;
  }
  /* line 197, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .views-exposed-actions a,
  .node--listing-page.-full .group-aside .views-exposed-actions a {
    padding: .6em 1.2em;
    display: inline-block;
  }
}
/* line 204, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes,
.node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes {
  display: none;
}
@media screen and (min-width: 480px) {
  /* line 209, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-2-wrapper .form-item,
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-2-wrapper .form-item {
    display: inline-block;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  /* line 209, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-2-wrapper .form-item,
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-2-wrapper .form-item {
    display: inline-block;
    float: left;
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  /* line 209, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-2-wrapper .form-item,
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-2-wrapper .form-item {
    display: table-cell;
    float: none;
    width: 1%;
  }
}
@media screen and (min-width: 768px) {
  /* line 229, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-1-wrapper .form-item,
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-1-wrapper .form-item {
    display: inline-block;
    width: 50%;
  }
  /* line 234, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-1-wrapper .form-item:nth-child(-n+4),
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-1-wrapper .form-item:nth-child(-n+4) {
    float: left;
    clear: left;
  }
  /* line 241, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-1-wrapper .form-item:nth-child(8n),
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-1-wrapper .form-item:nth-child(8n) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 250, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-wrapper .form-radios .form-item,
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-wrapper .form-radios .form-item {
    display: inline-block;
    width: 50%;
  }
  /* line 255, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-wrapper .form-radios .form-item:nth-child(-n+4),
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-wrapper .form-radios .form-item:nth-child(-n+4) {
    float: left;
    clear: left;
  }
}
/* line 266, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-3-wrapper,
.node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-3-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  /* line 269, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-3-wrapper .form-item,
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-3-wrapper .form-item {
    display: inline-block;
    width: 50%;
  }
  /* line 274, ../sass/components/content_types/_content_landing_page.scss */
  .node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-3-wrapper .form-item:nth-child(-n+3),
  .node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes #edit-tid-3-wrapper .form-item:nth-child(-n+3) {
    float: left;
    clear: left;
  }
}
/* line 284, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes .ajax-progress,
.node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes .ajax-progress {
  display: inline-block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
/* line 296, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes .ajax-progress .throbber,
.node--listing-page.-full .group-aside .HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes .ajax-progress .throbber {
  background-image: url("../images/ajax-loading.gif");
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
/* line 313, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .region-before-content .bean-call-to-action a.-caret-down:before,
.node--listing-page.-full .region-before-content .bean-call-to-action a.-caret-down:before {
  font-size: 1.9rem;
}
/* line 316, ../sass/components/content_types/_content_landing_page.scss */
.node--landing-page.-full .region-before-content .bean-call-to-action a.-caret-down .bean__h1,
.node--listing-page.-full .region-before-content .bean-call-to-action a.-caret-down .bean__h1 {
  font-size: 1.71429em;
}

/* line 326, ../sass/components/content_types/_content_landing_page.scss */
.view-programme-listing .view-header {
  border-top: 0 none;
  padding-top: 0;
}

/* Removed as the top buttons created multiple ID's and was asked to be deleted

.HLF_form-views-exposed-form-programme-listing-page-our-grant-programmes {
  .views-exposed-widgets {
    position: relative;
    //padding-top: 120px;

    @include respond-to(notphone) {
      //padding-top: 60px;
    }
  }
  .view-exposed-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}*/
/* line 4, ../sass/components/content_types/_content_news.scss */
article.HLF_node-news-summary_block .group-aside:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  font-size: 1em;
  text-align: center;
  content: "\f02d";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: white;
  font-size: 2em;
  display: block;
  line-height: 40px;
  text-align: center;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us article.HLF_node-news-summary_block .group-aside:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects article.HLF_node-news-summary_block .group-aside:before, .section-projects article.HLF_node-news-summary_block .group-aside:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding article.HLF_node-news-summary_block .group-aside:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply article.HLF_node-news-summary_block .group-aside:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project article.HLF_node-news-summary_block .group-aside:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums article.HLF_node-news-summary_block .group-aside:before, .section-groups article.HLF_node-news-summary_block .group-aside:before, .section-forum article.HLF_node-news-summary_block .group-aside:before, .page-forum article.HLF_node-news-summary_block .group-aside:before, .section-our-community article.HLF_node-news-summary_block .group-aside:before, .section-community article.HLF_node-news-summary_block .group-aside:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users article.HLF_node-news-summary_block .group-aside:before {
  color: #762375;
}
/* line 23, ../sass/components/content_types/_content_news.scss */
article.HLF_node-news-summary_block:nth-child(even) .group-aside:before {
  left: auto;
  right: 0;
}

/* line 34, ../sass/components/content_types/_content_news.scss */
.HLF_node-news-full .group-gallery-wrapper {
  width: 280px;
}
/* line 37, ../sass/components/content_types/_content_news.scss */
.HLF_node-news-full .group-gallery-wrapper .action-links-field-collection-add,
.HLF_node-news-full .group-gallery-wrapper .field-collection-view-links {
  display: none;
}

/* line 2, ../sass/components/content_types/_content_people.scss */
.node--people.-full .field--people--role {
  font-size: 1.71429em;
  color: black;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5em;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .node--people.-full .field--people--role {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .node--people.-full .field--people--role, .section-projects .node--people.-full .field--people--role {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .node--people.-full .field--people--role {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .node--people.-full .field--people--role {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .node--people.-full .field--people--role {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .node--people.-full .field--people--role, .section-groups .node--people.-full .field--people--role, .section-forum .node--people.-full .field--people--role, .page-forum .node--people.-full .field--people--role, .section-our-community .node--people.-full .field--people--role, .section-community .node--people.-full .field--people--role {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .node--people.-full .field--people--role {
  color: #762375;
}
/* line 9, ../sass/components/content_types/_content_people.scss */
.node--people.-full .field--collection-sub-image {
  margin: 0 0 1em;
}
/* line 12, ../sass/components/content_types/_content_people.scss */
.node--people.-full .field--collection-sub-image .adaptive-image {
  height: auto;
}
@media screen and (min-width: 768px) {
  /* line 17, ../sass/components/content_types/_content_people.scss */
  .node--people.-full .field--collection-sub-image {
    float: right;
    margin-left: 20px;
  }
}

/* line 26, ../sass/components/content_types/_content_people.scss */
.node-type-people .region-sidebar-second .block-menu-block ul a.active {
  display: none;
}

/* line 1, ../sass/components/content_types/_content_press_release.scss */
.HLF_node-press_release-full .group-gallery-wrapper {
  width: 280px;
}

/* line 5, ../sass/components/content_types/_content_press_release.scss */
.HLF_field-field_contact {
  margin-bottom: 20px;
}
/* line 6, ../sass/components/content_types/_content_press_release.scss */
.HLF_field-field_contact p {
  line-height: 1.7;
}

/* line 1, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full {
    /*
    .HLF_field-field_projects {
      .node-project {
        float: none !important;
        width: auto !important;
      }
    }

    .HLF_field-field_projects:nth-child(even) {
      .node-project {

        .feature__body {
          left: 0;
        }

        .feature__aside {
          float: right;
        }

      }
    }
    */
}
/* line 2, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full .field--grant-ranges-db {
  overflow: hidden;
  padding: 0 0 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #999999;
  font-size: 1.28571em;
}
/* line 9, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full ul.field--key-facts {
  font-size: 1.71429em;
}
/* line 11, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full ul.field--key-facts li {
  position: relative;
  padding-left: 40px;
  margin: .2em 0 .7em;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .HLF_node-programme-full ul.field--key-facts li {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .HLF_node-programme-full ul.field--key-facts li, .section-projects .HLF_node-programme-full ul.field--key-facts li {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .HLF_node-programme-full ul.field--key-facts li {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .HLF_node-programme-full ul.field--key-facts li {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .HLF_node-programme-full ul.field--key-facts li {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .HLF_node-programme-full ul.field--key-facts li, .section-groups .HLF_node-programme-full ul.field--key-facts li, .section-forum .HLF_node-programme-full ul.field--key-facts li, .page-forum .HLF_node-programme-full ul.field--key-facts li, .section-our-community .HLF_node-programme-full ul.field--key-facts li, .section-community .HLF_node-programme-full ul.field--key-facts li {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .HLF_node-programme-full ul.field--key-facts li {
  color: #762375;
}
/* line 16, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full ul.field--key-facts li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #313131;
}
/* line 25, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full .group-accordion {
  margin: 0;
}
/* line 27, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full .group-accordion .ui-accordion-header {
  margin: 0 0 10px 0;
}
/* line 53, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full .group-application-process {
  background-color: #e7e7e7;
  padding: 20px;
  margin: 3em 0;
}
/* line 57, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full .group-application-process h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
  margin-top: 0;
}
/* line 62, ../sass/components/content_types/_content_programme.scss */
.HLF_node-programme-full .group-application-process img {
  max-width: 100%;
  height: auto;
}

/* line 2, ../sass/components/content_types/_content_project.scss */
.node-project h2 {
  font-size: 2.28571em;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0;
  color: black;
  line-height: 1.1;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .node-project h2 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .node-project h2, .section-projects .node-project h2 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .node-project h2 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .node-project h2 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .node-project h2 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .node-project h2, .section-groups .node-project h2, .section-forum .node-project h2, .page-forum .node-project h2, .section-our-community .node-project h2, .section-community .node-project h2 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .node-project h2 {
  color: #762375;
}
/* line 10, ../sass/components/content_types/_content_project.scss */
.node-project div[id*="_group_where_next"] h3,
.node-project div[id*="_group_where_next"] h2 {
  font-size: 1.28571em;
}
/* line 16, ../sass/components/content_types/_content_project.scss */
.node-project .flow ul {
  margin-left: 0;
}
/* line 20, ../sass/components/content_types/_content_project.scss */
.node-project p {
  margin: 1em 0;
}
/* line 23, ../sass/components/content_types/_content_project.scss */
.node-project p.HLF_field-field_case_study_project_factoid {
  font-size: 2.28571em;
  color: black;
  line-height: 1.2;
  background-color: #e7e7e7;
  padding: 15px 20px;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .node-project p.HLF_field-field_case_study_project_factoid {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .node-project p.HLF_field-field_case_study_project_factoid, .section-projects .node-project p.HLF_field-field_case_study_project_factoid {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .node-project p.HLF_field-field_case_study_project_factoid {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .node-project p.HLF_field-field_case_study_project_factoid {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .node-project p.HLF_field-field_case_study_project_factoid {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .node-project p.HLF_field-field_case_study_project_factoid, .section-groups .node-project p.HLF_field-field_case_study_project_factoid, .section-forum .node-project p.HLF_field-field_case_study_project_factoid, .page-forum .node-project p.HLF_field-field_case_study_project_factoid, .section-our-community .node-project p.HLF_field-field_case_study_project_factoid, .section-community .node-project p.HLF_field-field_case_study_project_factoid {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .node-project p.HLF_field-field_case_study_project_factoid {
  color: #762375;
}
/* line 31, ../sass/components/content_types/_content_project.scss */
.node-project img {
  height: auto;
}
/* line 35, ../sass/components/content_types/_content_project.scss */
.node-project .ui-accordion .node.-teaser {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  /* line 39, ../sass/components/content_types/_content_project.scss */
  .node-project .ui-accordion .listing__aside {
    margin-bottom: 10px;
  }
}
/* line 45, ../sass/components/content_types/_content_project.scss */
.node-project .ui-accordion .listing__body .field {
  margin-top: 10px;
}
/* line 48, ../sass/components/content_types/_content_project.scss */
.node-project .ui-accordion .listing__body .field.field--teaser-block-display, .node-project .ui-accordion .listing__body .field.field--title-field {
  margin-top: 0;
  margin-left: 0;
}
/* line 57, ../sass/components/content_types/_content_project.scss */
.node-project .field-group-accordion-wrapper {
  width: auto;
}
/* line 60, ../sass/components/content_types/_content_project.scss */
.node-project .field-group-accordion-wrapper .ui-accordion-header {
  line-height: 1.3;
}
/* line 63, ../sass/components/content_types/_content_project.scss */
.node-project .field-group-accordion-wrapper .ui-accordion-header a {
  font-weight: 400;
}
/* line 68, ../sass/components/content_types/_content_project.scss */
.node-project .field-group-accordion-wrapper .ui-accordion-content {
  background: none;
  border-radius: 0;
  /* Mixin for border radius here */
  clear: both;
}
/* line 73, ../sass/components/content_types/_content_project.scss */
.node-project .field-group-accordion-wrapper article.view-mode-teaser {
  margin: 0 0 30px;
}

/* line 79, ../sass/components/content_types/_content_project.scss */
.group-quote {
  color: black;
  border-style: solid;
  border-width: 1px 0;
  margin: 40px 0;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .group-quote {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .group-quote, .section-projects .group-quote {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .group-quote {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .group-quote {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .group-quote {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .group-quote, .section-groups .group-quote, .section-forum .group-quote, .page-forum .group-quote, .section-our-community .group-quote, .section-community .group-quote {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .group-quote {
  color: #762375;
}
/* line 86, ../sass/components/content_types/_content_project.scss */
.group-quote .HLF_field-field_case_study_project_quote {
  font-size: 2.28571em;
  color: black;
  line-height: 1.2;
  margin: 20px 0;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .group-quote .HLF_field-field_case_study_project_quote {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .group-quote .HLF_field-field_case_study_project_quote, .section-projects .group-quote .HLF_field-field_case_study_project_quote {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .group-quote .HLF_field-field_case_study_project_quote {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .group-quote .HLF_field-field_case_study_project_quote {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .group-quote .HLF_field-field_case_study_project_quote {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .group-quote .HLF_field-field_case_study_project_quote, .section-groups .group-quote .HLF_field-field_case_study_project_quote, .section-forum .group-quote .HLF_field-field_case_study_project_quote, .page-forum .group-quote .HLF_field-field_case_study_project_quote, .section-our-community .group-quote .HLF_field-field_case_study_project_quote, .section-community .group-quote .HLF_field-field_case_study_project_quote {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .group-quote .HLF_field-field_case_study_project_quote {
  color: #762375;
}
/* line 93, ../sass/components/content_types/_content_project.scss */
.group-quote .HLF_field-field_case_study_project_quoteby {
  color: #333333;
  margin: 20px 0;
}

/* line 100, ../sass/components/content_types/_content_project.scss */
.group-info-panel {
  margin-bottom: 40px;
}
/* line 104, ../sass/components/content_types/_content_project.scss */
.group-info-panel .field {
  font-size: 1.28571em;
  min-height: 1.28571em;
  color: #333333;
  padding: 8px 10px 8px 50px;
  border-bottom: #999999 1px solid;
  position: relative;
}
/* line 113, ../sass/components/content_types/_content_project.scss */
.group-info-panel .field:before {
  width: 40px;
  text-align: center;
  color: black;
  position: absolute;
  left: 0;
  top: 12px;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .group-info-panel .field:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .group-info-panel .field:before, .section-projects .group-info-panel .field:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .group-info-panel .field:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .group-info-panel .field:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .group-info-panel .field:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .group-info-panel .field:before, .section-groups .group-info-panel .field:before, .section-forum .group-info-panel .field:before, .page-forum .group-info-panel .field:before, .section-our-community .group-info-panel .field:before, .section-community .group-info-panel .field:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .group-info-panel .field:before {
  color: #762375;
}
/* line 122, ../sass/components/content_types/_content_project.scss */
.group-info-panel .HLF_field-field_project_programme {
  background-color: #e7e7e7;
  border: none;
  padding: 10px 15px;
}
/* line 128, ../sass/components/content_types/_content_project.scss */
.group-info-panel .HLF_field-field_gems_applicant:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c0";
}
/* line 133, ../sass/components/content_types/_content_project.scss */
.group-info-panel .HLF_field-field_project_financials:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
}
/* line 138, ../sass/components/content_types/_content_project.scss */
.group-info-panel .HLF_field-field_gems_date_awarded:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ce";
}
/* line 143, ../sass/components/content_types/_content_project.scss */
.group-info-panel .HLF_field-field_gems_location:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
}

/* line 151, ../sass/components/content_types/_content_project.scss */
.group-main-content .HLF_field-field_byline,
.group-main-content .HLF_field-field_intro_text,
.group-aside .HLF_field-field_byline,
.group-aside .HLF_field-field_intro_text {
  font-size: 1.71429em;
  color: black;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5em;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .group-main-content .HLF_field-field_byline, .section-about-us
.group-main-content .HLF_field-field_intro_text, .section-about-us
.group-aside .HLF_field-field_byline, .section-about-us
.group-aside .HLF_field-field_intro_text {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .group-main-content .HLF_field-field_byline, .section-projects .group-main-content .HLF_field-field_byline, .section-our-projects
.group-main-content .HLF_field-field_intro_text, .section-projects
.group-main-content .HLF_field-field_intro_text, .section-our-projects
.group-aside .HLF_field-field_byline, .section-projects
.group-aside .HLF_field-field_byline, .section-our-projects
.group-aside .HLF_field-field_intro_text, .section-projects
.group-aside .HLF_field-field_intro_text {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .group-main-content .HLF_field-field_byline, .section-looking-funding
.group-main-content .HLF_field-field_intro_text, .section-looking-funding
.group-aside .HLF_field-field_byline, .section-looking-funding
.group-aside .HLF_field-field_intro_text {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .group-main-content .HLF_field-field_byline, .section-apply
.group-main-content .HLF_field-field_intro_text, .section-apply
.group-aside .HLF_field-field_byline, .section-apply
.group-aside .HLF_field-field_intro_text {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .group-main-content .HLF_field-field_byline, .section-running-your-project
.group-main-content .HLF_field-field_intro_text, .section-running-your-project
.group-aside .HLF_field-field_byline, .section-running-your-project
.group-aside .HLF_field-field_intro_text {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .group-main-content .HLF_field-field_byline, .section-groups .group-main-content .HLF_field-field_byline, .section-forum .group-main-content .HLF_field-field_byline, .page-forum .group-main-content .HLF_field-field_byline, .section-our-community .group-main-content .HLF_field-field_byline, .section-community .group-main-content .HLF_field-field_byline, .section-discussion-forums
.group-main-content .HLF_field-field_intro_text, .section-groups
.group-main-content .HLF_field-field_intro_text, .section-forum
.group-main-content .HLF_field-field_intro_text, .page-forum
.group-main-content .HLF_field-field_intro_text, .section-our-community
.group-main-content .HLF_field-field_intro_text, .section-community
.group-main-content .HLF_field-field_intro_text, .section-discussion-forums
.group-aside .HLF_field-field_byline, .section-groups
.group-aside .HLF_field-field_byline, .section-forum
.group-aside .HLF_field-field_byline, .page-forum
.group-aside .HLF_field-field_byline, .section-our-community
.group-aside .HLF_field-field_byline, .section-community
.group-aside .HLF_field-field_byline, .section-discussion-forums
.group-aside .HLF_field-field_intro_text, .section-groups
.group-aside .HLF_field-field_intro_text, .section-forum
.group-aside .HLF_field-field_intro_text, .page-forum
.group-aside .HLF_field-field_intro_text, .section-our-community
.group-aside .HLF_field-field_intro_text, .section-community
.group-aside .HLF_field-field_intro_text {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .group-main-content .HLF_field-field_byline, .section-users
.group-main-content .HLF_field-field_intro_text, .section-users
.group-aside .HLF_field-field_byline, .section-users
.group-aside .HLF_field-field_intro_text {
  color: #762375;
}
/* line 158, ../sass/components/content_types/_content_project.scss */
.group-main-content .HLF_field-field_byline p,
.group-main-content .HLF_field-field_intro_text p,
.group-aside .HLF_field-field_byline p,
.group-aside .HLF_field-field_intro_text p {
  margin-top: 0;
  line-height: 1.3;
}

/* line 170, ../sass/components/content_types/_content_project.scss */
body .group-main-content .node-teaser .HLF_field-field_byline,
body .group-main-content .node-teaser .HLF_field-field_intro_text,
body .group-aside .node-teaser .HLF_field-field_byline,
body .group-aside .node-teaser .HLF_field-field_intro_text {
  color: #333333;
}

/* line 179, ../sass/components/content_types/_content_project.scss */
.node-teaser .HLF_field-field_byline,
.node-teaser .HLF_field-field_intro_text {
  font-size: 1em;
  line-height: 1.5;
}

/* line 188, ../sass/components/content_types/_content_project.scss */
.HLF_node-project-teaser .group-main-content h3 {
  margin: 0 0 0 -40px;
  padding: 0 10px 0 40px;
  background: white;
  font-weight: 400;
  font-size: 1.57143em;
  line-height: 2;
}
/* line 196, ../sass/components/content_types/_content_project.scss */
.HLF_node-project-teaser .group-main-content h3 a {
  color: #0167b1;
}
/* line 199, ../sass/components/content_types/_content_project.scss */
.HLF_node-project-teaser .group-main-content h3 a:hover, .HLF_node-project-teaser .group-main-content h3 a:focus {
  text-decoration: underline;
}
/* line 205, ../sass/components/content_types/_content_project.scss */
.HLF_node-project-teaser .group-main-content .HLF_field-field_intro_text {
  color: black;
  margin: 28px 0 0 0;
  font-size: 1.07143em;
  line-height: 1.6em;
}

/* line 17, ../sass/components/content_types/_content_shared.scss */
article .HLF_field-field_body {
  color: #333333;
}
/* line 26, ../sass/components/content_types/_content_shared.scss */
article h1 a,
article h2 a,
article h3 a,
article h4 a,
article h5 a {
  text-decoration: none;
}
/* line 31, ../sass/components/content_types/_content_shared.scss */
article h1 {
  font-size: 3.42857em;
  line-height: 1.25em;
  font-weight: 200;
}
/* line 36, ../sass/components/content_types/_content_shared.scss */
article main img {
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
}
/* line 40, ../sass/components/content_types/_content_shared.scss */
article h2 {
  font-size: 2.35714em;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us article h2 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects article h2, .section-projects article h2 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding article h2 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply article h2 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project article h2 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums article h2, .section-groups article h2, .section-forum article h2, .page-forum article h2, .section-our-community article h2, .section-community article h2 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users article h2 {
  color: #762375;
}
/* line 44, ../sass/components/content_types/_content_shared.scss */
article h2 a {
  color: #0167b1;
}
/* line 50, ../sass/components/content_types/_content_shared.scss */
article h3 {
  font-size: 1.71429em;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us article h3 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects article h3, .section-projects article h3 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding article h3 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply article h3 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project article h3 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums article h3, .section-groups article h3, .section-forum article h3, .page-forum article h3, .section-our-community article h3, .section-community article h3 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users article h3 {
  color: #762375;
}
/* line 55, ../sass/components/content_types/_content_shared.scss */
article .ui-accordion-header,
article .field-label {
  font-size: 1.14286em;
  padding: 0 10px 0 30px;
}
/* line 60, ../sass/components/content_types/_content_shared.scss */
article .ui-accordion-header a,
article .field-label a {
  font-size: 1em;
}
/* line 69, ../sass/components/content_types/_content_shared.scss */
article .group-file-attachments .field-label {
  padding-left: 0;
}
/* line 73, ../sass/components/content_types/_content_shared.scss */
article .group-file-attachments .field-label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  font-size: 1em;
  text-align: center;
  content: "\f111";
}
/* line 80, ../sass/components/content_types/_content_shared.scss */
article .group-file-attachments .field-label {
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us article .group-file-attachments .field-label {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects article .group-file-attachments .field-label, .section-projects article .group-file-attachments .field-label {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding article .group-file-attachments .field-label {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply article .group-file-attachments .field-label {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project article .group-file-attachments .field-label {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums article .group-file-attachments .field-label, .section-groups article .group-file-attachments .field-label, .section-forum article .group-file-attachments .field-label, .page-forum article .group-file-attachments .field-label, .section-our-community article .group-file-attachments .field-label, .section-community article .group-file-attachments .field-label {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users article .group-file-attachments .field-label {
  color: #762375;
}
/* line 84, ../sass/components/content_types/_content_shared.scss */
article .group-file-attachments .field-label:before {
  content: "\f0f6";
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us article .group-file-attachments .field-label:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects article .group-file-attachments .field-label:before, .section-projects article .group-file-attachments .field-label:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding article .group-file-attachments .field-label:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply article .group-file-attachments .field-label:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project article .group-file-attachments .field-label:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums article .group-file-attachments .field-label:before, .section-groups article .group-file-attachments .field-label:before, .section-forum article .group-file-attachments .field-label:before, .page-forum article .group-file-attachments .field-label:before, .section-our-community article .group-file-attachments .field-label:before, .section-community article .group-file-attachments .field-label:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users article .group-file-attachments .field-label:before {
  color: #762375;
}
/* line 90, ../sass/components/content_types/_content_shared.scss */
article blockquote {
  font-size: 2.35714em;
  line-height: 1.12;
  padding: 30px 40px 30px 40px;
  background-color: #e7e7e7;
  margin: 1em 0;
}
/* line 98, ../sass/components/content_types/_content_shared.scss */
article ul,
article ol {
  padding: 0 40px;
}
/* line 103, ../sass/components/content_types/_content_shared.scss */
article li {
  font-size: 1.28571em;
  line-height: 1.38;
  padding: 0.5em;
  padding-left: 25px;
}
/* line 110, ../sass/components/content_types/_content_shared.scss */
article footer {
  margin-bottom: 20px;
}

/* line 126, ../sass/components/content_types/_content_shared.scss */
.HLF_field-field_snapshot_project_length:before,
.HLF_field-field_publication_date:before,
.HLF_field-field_article_date:before {
  content: "\f0ce";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .HLF_field-field_snapshot_project_length:before, .section-about-us
.HLF_field-field_publication_date:before, .section-about-us
.HLF_field-field_article_date:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .HLF_field-field_snapshot_project_length:before, .section-projects .HLF_field-field_snapshot_project_length:before, .section-our-projects
.HLF_field-field_publication_date:before, .section-projects
.HLF_field-field_publication_date:before, .section-our-projects
.HLF_field-field_article_date:before, .section-projects
.HLF_field-field_article_date:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .HLF_field-field_snapshot_project_length:before, .section-looking-funding
.HLF_field-field_publication_date:before, .section-looking-funding
.HLF_field-field_article_date:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .HLF_field-field_snapshot_project_length:before, .section-apply
.HLF_field-field_publication_date:before, .section-apply
.HLF_field-field_article_date:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .HLF_field-field_snapshot_project_length:before, .section-running-your-project
.HLF_field-field_publication_date:before, .section-running-your-project
.HLF_field-field_article_date:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .HLF_field-field_snapshot_project_length:before, .section-groups .HLF_field-field_snapshot_project_length:before, .section-forum .HLF_field-field_snapshot_project_length:before, .page-forum .HLF_field-field_snapshot_project_length:before, .section-our-community .HLF_field-field_snapshot_project_length:before, .section-community .HLF_field-field_snapshot_project_length:before, .section-discussion-forums
.HLF_field-field_publication_date:before, .section-groups
.HLF_field-field_publication_date:before, .section-forum
.HLF_field-field_publication_date:before, .page-forum
.HLF_field-field_publication_date:before, .section-our-community
.HLF_field-field_publication_date:before, .section-community
.HLF_field-field_publication_date:before, .section-discussion-forums
.HLF_field-field_article_date:before, .section-groups
.HLF_field-field_article_date:before, .section-forum
.HLF_field-field_article_date:before, .page-forum
.HLF_field-field_article_date:before, .section-our-community
.HLF_field-field_article_date:before, .section-community
.HLF_field-field_article_date:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .HLF_field-field_snapshot_project_length:before, .section-users
.HLF_field-field_publication_date:before, .section-users
.HLF_field-field_article_date:before {
  color: #762375;
}

/* line 133, ../sass/components/content_types/_content_shared.scss */
.view .HLF_field-field_article_date:before {
  display: none;
}

/* line 138, ../sass/components/content_types/_content_shared.scss */
.group-accordion {
  margin: 2em 0;
}

/* line 141, ../sass/components/content_types/_content_shared.scss */
.group-tags {
  clear: both;
  margin: 3em 0;
}
/* line 145, ../sass/components/content_types/_content_shared.scss */
.group-tags h2 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 151, ../sass/components/content_types/_content_shared.scss */
.group-tags div {
  display: inline-block;
  margin: 0 15px 5px 0;
}
/* line 155, ../sass/components/content_types/_content_shared.scss */
.group-tags div a {
  background-color: #e7e7e7;
  display: inline-block;
  text-decoration: none;
  padding: 10px 14px;
}
/* line 161, ../sass/components/content_types/_content_shared.scss */
.group-tags div a:hover {
  text-decoration: underline;
}

/* line 171, ../sass/components/content_types/_content_shared.scss */
.view-mode-full .form-wrapper {
  border: none;
  padding: 0;
}
/* line 175, ../sass/components/content_types/_content_shared.scss */
.view-mode-full .form-wrapper .field {
  padding: 0 0 0 30px;
}

/* line 186, ../sass/components/content_types/_content_shared.scss */
.summary-block-variant .group-main-content .HLF_field-field_landing_block_title {
  background-color: #0167b1 !important;
  font-size: 1.28571em;
}
/* line 191, ../sass/components/content_types/_content_shared.scss */
.summary-block-variant .group-main-content .HLF_field-field_intro_text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: none;
}
/* line 198, ../sass/components/content_types/_content_shared.scss */
.summary-block-variant .group-aside:before {
  display: none !important;
}

/*  .node.-landing-block
    ___________________________________________________________________ */
/* line 207, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block,
.bean--image-block {
  position: relative;
  margin-bottom: 40px;
  background-color: #222c78;
  overflow: hidden;
}
/* line 214, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block .block__window,
.bean--image-block .block__window {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #222c78;
}
/* line 221, ../sass/components/content_types/_content_shared.scss */
.no-js .node.-landing-block:hover .block__window, .no-js
.bean--image-block:hover .block__window {
  top: auto;
  bottom: 0;
}
/* line 225, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block .block__h1,
.bean--image-block .block__h1 {
  position: absolute;
  background: #222c78;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #fff;
  margin: 0;
  padding: 10px;
}
/* line 235, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block .block__h1 a,
.bean--image-block .block__h1 a {
  color: inherit;
}
/* line 239, ../sass/components/content_types/_content_shared.scss */
.region-sidebar-second .node.-landing-block .block__h1, .region-sidebar-second
.bean--image-block .block__h1 {
  background: #222c78;
}
/* line 243, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block.boxlink-hover .block__h1 a,
.bean--image-block.boxlink-hover .block__h1 a {
  text-decoration: none;
}
/* line 246, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block .block__summary,
.bean--image-block .block__summary {
  padding: 10px 0;
  margin: 0 10px;
  border-top: 1px solid #9296BC;
  font-size: 1.07143em;
  color: white;
}
/* line 255, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block .field--landing-block-display,
.bean--image-block .field--landing-block-display {
  text-align: center;
}
/* line 258, ../sass/components/content_types/_content_shared.scss */
.node.-landing-block img,
.bean--image-block img {
  position: relative;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

/* line 266, ../sass/components/content_types/_content_shared.scss */
.bean--image-block {
  float: left;
  margin-right: 40px;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  /* line 266, ../sass/components/content_types/_content_shared.scss */
  .bean--image-block {
    float: none;
    margin-right: 0;
  }
}
/* line 276, ../sass/components/content_types/_content_shared.scss */
.bean--image-block .block__h1 {
  background: #222c78;
}
/* line 279, ../sass/components/content_types/_content_shared.scss */
.bean--image-block .block__summary {
  line-height: 1.5;
}

/* line 284, ../sass/components/content_types/_content_shared.scss */
.node.node-programme.-landing-block .block__header {
  position: absolute;
  background: #222c78;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #fff;
  margin: 0;
  padding: 10px;
}
/* line 294, ../sass/components/content_types/_content_shared.scss */
.node.node-programme.-landing-block .block__header .block__h1 {
  position: relative;
  left: auto;
  right: auto;
  padding: 0;
  color: #fff;
  font-size: 1.28571em;
}

/* width >= 380px */
@media screen and (min-width: 500px) {
  /* line 309, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block {
    float: left;
    margin-right: 4.34783%;
  }
  /* line 313, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  /* line 319, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
/* width >= 500px (2 columns) */
@media screen and (min-width: 500px) and (max-width: 800px) {
  /* line 326, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block {
    width: 47.82609%;
  }
  /* line 329, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block:nth-child(2n) {
    margin-right: 0;
  }
  /* line 332, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
/* width >= 800px (3 columns) */
@media screen and (min-width: 800px) {
  /* line 339, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block[class] {
    width: 30.43478%;
    margin-right: 4.34783%;
  }
  /* line 343, ../sass/components/content_types/_content_shared.scss */
  .node.-landing-block[class]:nth-child(3n) {
    margin-right: 0;
  }

  /* these are here because they depend on the above settings
  * todo - fix to match global breakpoints
  */
  /* line 354, ../sass/components/content_types/_content_shared.scss */
  body.section-apply #block-views-application-faqs-block {
    float: left;
    width: 65.21739%;
    margin-left: 0%;
    margin-right: -65.21739%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 359, ../sass/components/content_types/_content_shared.scss */
  body.section-apply #block-views-application-discussions-block {
    float: left;
    width: 30.43478%;
    margin-left: 69.56522%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 366, ../sass/components/content_types/_content_shared.scss */
  body.section-running-your-project #block-views-running-projects-faqs-block {
    float: left;
    width: 65.21739%;
    margin-left: 0%;
    margin-right: -65.21739%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 369, ../sass/components/content_types/_content_shared.scss */
  body.section-running-your-project #block-views-9ead0431e2f4f2f7645f8295f861543f {
    float: left;
    width: 30.43478%;
    margin-left: 69.56522%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/*
    ___________________________________________________________________ */
/* line 379, ../sass/components/content_types/_content_shared.scss */
.view-main {
  margin-top: 40px;
}
/* line 382, ../sass/components/content_types/_content_shared.scss */
.front .view-main {
  margin-top: 0;
}

/*  Colorbox credit styling
    ___________________________________________________________________ */
/* line 390, ../sass/components/content_types/_content_shared.scss */
#cboxWrapper {
  position: relative;
}
/* line 393, ../sass/components/content_types/_content_shared.scss */
#cboxWrapper .credit-wrapper {
  position: absolute;
  padding: 0.5em 1em;
  background-color: #313131;
  color: white;
  display: block;
  top: 0;
  left: 0;
}
/* line 402, ../sass/components/content_types/_content_shared.scss */
#cboxWrapper .credit-wrapper.video {
  top: 30px;
}
/* line 413, ../sass/components/content_types/_content_shared.scss */
#cboxWrapper #cboxClose:active, #cboxWrapper #cboxClose:focus {
  outline: 3px solid #0099FF;
}

/*  Related content styling
    ___________________________________________________________________ */
/* line 425, ../sass/components/content_types/_content_shared.scss */
.ui-accordion.related-content-accordion .ui-accordion-content {
  padding: 0;
}

/* line 4, ../sass/components/content_types/_content_story.scss */
article.HLF_node-story-summary_block .group-aside:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  font-size: 1em;
  text-align: center;
  content: "\f02d";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: white;
  font-size: 2em;
  display: block;
  line-height: 40px;
  text-align: center;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us article.HLF_node-story-summary_block .group-aside:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects article.HLF_node-story-summary_block .group-aside:before, .section-projects article.HLF_node-story-summary_block .group-aside:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding article.HLF_node-story-summary_block .group-aside:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply article.HLF_node-story-summary_block .group-aside:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project article.HLF_node-story-summary_block .group-aside:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums article.HLF_node-story-summary_block .group-aside:before, .section-groups article.HLF_node-story-summary_block .group-aside:before, .section-forum article.HLF_node-story-summary_block .group-aside:before, .page-forum article.HLF_node-story-summary_block .group-aside:before, .section-our-community article.HLF_node-story-summary_block .group-aside:before, .section-community article.HLF_node-story-summary_block .group-aside:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users article.HLF_node-story-summary_block .group-aside:before {
  color: #762375;
}
/* line 23, ../sass/components/content_types/_content_story.scss */
article.HLF_node-story-summary_block:nth-child(even) .group-aside:before {
  left: auto;
  right: 0;
}

/* line 34, ../sass/components/content_types/_content_story.scss */
.HLF_node-story-full .group-gallery-wrapper {
  width: 280px;
}
/* line 37, ../sass/components/content_types/_content_story.scss */
.HLF_node-story-full .group-gallery-wrapper .action-links-field-collection-add,
.HLF_node-story-full .group-gallery-wrapper .field-collection-view-links {
  display: none;
}

/* line 1, ../sass/components/sections/_community.scss */
.table, table {
  width: 100%;
  margin: 1em 0 1.4em;
  border-collapse: collapse;
}
/* line 5, ../sass/components/sections/_community.scss */
.table th, table th {
  background: #e7e7e7;
  font-weight: normal;
  font-size: 110%;
}
/* line 10, ../sass/components/sections/_community.scss */
.table th, .table td, table th, table td {
  padding: .8em 1em;
  text-align: left;
}
/* line 13, ../sass/components/sections/_community.scss */
.table th.icon, .table td.icon, table th.icon, table td.icon {
  display: none;
}
/* line 17, ../sass/components/sections/_community.scss */
.table tr + tr > td, table tr + tr > td {
  border-top: 1px solid #ccc;
}
/* line 20, ../sass/components/sections/_community.scss */
.table p, table p {
  margin: 0;
}
/* line 23, ../sass/components/sections/_community.scss */
.table .forum-container, table .forum-container {
  background: #222c78;
  color: white;
}
/* line 26, ../sass/components/sections/_community.scss */
.table .forum-container a, table .forum-container a {
  color: inherit;
}
/* line 29, ../sass/components/sections/_community.scss */
.table .forum-container > td, table .forum-container > td {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
/* line 33, ../sass/components/sections/_community.scss */
.table .forum-container .forum-container-title, table .forum-container .forum-container-title {
  margin: 0;
  font-size: 100%;
}

/* line 41, ../sass/components/sections/_community.scss */
.table.-forum .topics, .table.-forum .posts, .table.-forum .replies {
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 40, ../sass/components/sections/_community.scss */
  .table.-forum {
    width: 100%;
  }
  /* line 46, ../sass/components/sections/_community.scss */
  .table.-forum td, .table.-forum th {
    display: none;
  }
  /* line 48, ../sass/components/sections/_community.scss */
  .table.-forum td.title, .table.-forum td.forum, .table.-forum td.container, .table.-forum th.title, .table.-forum th.forum, .table.-forum th.container {
    display: table-cell;
    width: 100%;
  }
}

/* line 58, ../sass/components/sections/_community.scss */
fieldset#subscribe {
  margin-bottom: 40px;
}

/* line 63, ../sass/components/sections/_community.scss */
.notifications tr, .notifications td {
  width: 50%;
}

/* line 71, ../sass/components/sections/_community.scss */
.level2-regions .HLF_block-views-community_posts-block .block__h1, .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  font-size: 2.28571em;
  color: black;
  margin-top: 0;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-about-us .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-projects .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-our-projects .region-lower-content .HLF_block-views-community_posts-block .block__h1, .section-projects .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-looking-funding .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-apply .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-running-your-project .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-groups .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-forum .level2-regions .HLF_block-views-community_posts-block .block__h1, .page-forum .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-our-community .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-community .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-discussion-forums .region-lower-content .HLF_block-views-community_posts-block .block__h1, .section-groups .region-lower-content .HLF_block-views-community_posts-block .block__h1, .section-forum .region-lower-content .HLF_block-views-community_posts-block .block__h1, .page-forum .region-lower-content .HLF_block-views-community_posts-block .block__h1, .section-our-community .region-lower-content .HLF_block-views-community_posts-block .block__h1, .section-community .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .level2-regions .HLF_block-views-community_posts-block .block__h1, .section-users .region-lower-content .HLF_block-views-community_posts-block .block__h1 {
  color: #762375;
}

/*  .block--views--forum-my-posts-block-1
    ___________________________________________________________________ */
/* line 81, ../sass/components/sections/_community.scss */
.block--views--forum-my-posts-block-1 {
  background: #e7e7e7;
  margin-bottom: 1.5em;
}
/* line 84, ../sass/components/sections/_community.scss */
.block--views--forum-my-posts-block-1 .block__h1 {
  margin: 0;
  background: #63656a;
  color: white;
  padding: 11px 15px;
}
/* line 90, ../sass/components/sections/_community.scss */
.block--views--forum-my-posts-block-1 li {
  margin: .4em 0;
}
/* line 93, ../sass/components/sections/_community.scss */
.block--views--forum-my-posts-block-1 li + li {
  margin-top: 1em;
}
/* line 96, ../sass/components/sections/_community.scss */
.block--views--forum-my-posts-block-1 .view {
  padding: 11px 15px;
}

/*
    ___________________________________________________________________ */
/*  .block--boxes--contact-community-manager
    ___________________________________________________________________ */
/* line 108, ../sass/components/sections/_community.scss */
.region-sidebar-second .bean-user-reference .field--body {
  position: relative;
  border: 1px solid #999999;
  padding: 14px 19px;
  background: white;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
.region-sidebar-second .bean-user-reference .field--body:after, .region-sidebar-second .bean-user-reference .field--body:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #999999 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
.region-sidebar-second .bean-user-reference .field--body:after {
  border-width: 0 23px 23px 0;
  border-color: transparent white transparent;
  left: 23px;
}
/* line 114, ../sass/components/sections/_community.scss */
.region-sidebar-second .bean-user-reference .field--body p {
  margin: 0;
  font-weight: 200;
  font-size: 1.28571em;
  line-height: 1.5;
}
/* line 121, ../sass/components/sections/_community.scss */
.region-sidebar-second .bean-user-reference .profile {
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 64px;
}

/*  .comment
    ___________________________________________________________________ */
/* line 131, ../sass/components/sections/_community.scss */
.comment {
  position: relative;
  line-height: 1.7;
  border: 1px solid #999999;
  padding: 20px 22px;
  margin: 20px 0 20px;
  background: white;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
.comment:after, .comment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px 0;
  border-color: transparent #63656a transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
.comment:after {
  border-width: 0 33px 33px 0;
  border-color: transparent white transparent;
  left: 23px;
}
/* line 139, ../sass/components/sections/_community.scss */
.comment > :first-child {
  margin-top: 0;
}
/* line 142, ../sass/components/sections/_community.scss */
.comment > :last-child {
  margin-bottom: 0;
}
/* line 145, ../sass/components/sections/_community.scss */
.comment h3.field-label {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 149, ../sass/components/sections/_community.scss */
.comment li {
  list-style: disc;
  position: relative;
  margin: 0 0 .36em 35px;
  line-height: 1.66;
}

/* line 157, ../sass/components/sections/_community.scss */
.node-forum > .comment__login {
  margin-bottom: 3em;
}

/* line 161, ../sass/components/sections/_community.scss */
.comment__login {
  border-top: 1px solid #ccc;
  padding: 1.1em 0 0;
  margin-top: 1.1em;
  line-height: 1.2;
}
/* line 166, ../sass/components/sections/_community.scss */
.comment__login .rate-widget, .comment__login .rate-info, .comment__login .links {
  display: inline;
  vertical-align: middle;
}
/* line 171, ../sass/components/sections/_community.scss */
.comment__login .links > li {
  display: inline;
  margin-right: 10px;
  text-transform: lowercase;
}
/* line 177, ../sass/components/sections/_community.scss */
.comment__login .rate-button {
  width: 22px;
  height: 22px;
}
/* line 181, ../sass/components/sections/_community.scss */
.comment__login .rate-info {
  color: #0167b1;
  font-size: 90%;
  margin-right: .2em;
}
/* line 185, ../sass/components/sections/_community.scss */
.comment__login .rate-info em {
  font-style: normal;
}
/* line 188, ../sass/components/sections/_community.scss */
.comment__login .rate-info:before {
  content: "(";
}
/* line 191, ../sass/components/sections/_community.scss */
.comment__login .rate-info:after {
  content: ")";
}

/* line 197, ../sass/components/sections/_community.scss */
.comment__author {
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 19px;
  padding-left: 73px;
  margin-bottom: 40px;
  overflow: hidden;
}
/* line 206, ../sass/components/sections/_community.scss */
.comment__author .user-picture {
  float: left;
  margin-right: 18px;
}
/* line 209, ../sass/components/sections/_community.scss */
.comment__author .user-picture img {
  height: 80px;
  width: 80px;
}
/* line 216, ../sass/components/sections/_community.scss */
.comment__author .offline:before,
.comment__author .online:before {
  display: inline-block;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  margin-top: 10px;
}
/* line 223, ../sass/components/sections/_community.scss */
.comment__author .offline:before {
  content: "\f057";
  color: #cd4c4b;
}
/* line 227, ../sass/components/sections/_community.scss */
.comment__author .online:before {
  content: "\f058";
  color: #3b8277;
}

/*  .rate-thumbs-up-btn-up
    ___________________________________________________________________ */
/* line 235, ../sass/components/sections/_community.scss */
.rate-thumbs-up-btn-up[class] {
  background: none;
  text-indent: 0;
  font-size: 110%;
}
/* line 239, ../sass/components/sections/_community.scss */
.rate-thumbs-up-btn-up[class]:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f164";
}

/*  .quotebox
    ___________________________________________________________________ */
/*
    Superflous `[class]` is for a specificity boost
    Can't go at end of selector because it breaks the Sass `&` selector.
*/
/* line 251, ../sass/components/sections/_community.scss */
[class].quotebox {
  position: relative;
  background: #e7e7e7;
  padding: 19px;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
[class].quotebox:after, [class].quotebox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #e7e7e7 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
[class].quotebox:after {
  border-width: 0 22px 22px 0;
  border-color: transparent #e7e7e7 transparent;
  left: 23px;
}
/* line 259, ../sass/components/sections/_community.scss */
[class].quotebox .cite__title {
  font-size: 1.28571em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 259, ../sass/components/sections/_community.scss */
  [class].quotebox .cite__title {
    min-height: 2.4em;
  }
}
/* line 267, ../sass/components/sections/_community.scss */
[class].quotebox .summary {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 267, ../sass/components/sections/_community.scss */
  [class].quotebox .summary {
    min-height: 13em;
  }
}
/* line 274, ../sass/components/sections/_community.scss */
[class].quotebox span.user-picture {
  margin-right: 0px;
}
/* line 276, ../sass/components/sections/_community.scss */
[class].quotebox span.user-picture img {
  box-shadow: none;
}
/* line 281, ../sass/components/sections/_community.scss */
[class].quotebox.-teaser {
  overflow: visible;
}
/* line 284, ../sass/components/sections/_community.scss */
[class].quotebox.-teaser .quotebox__h1 {
  font-size: 1.57143em;
  margin-bottom: 15px;
}
/* line 290, ../sass/components/sections/_community.scss */
#block-views-9ead0431e2f4f2f7645f8295f861543f [class].quotebox, #block-views-application-discussions-block [class].quotebox {
  padding: 19px;
  background: white;
  border: 1px solid #e7e7e7;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
#block-views-9ead0431e2f4f2f7645f8295f861543f [class].quotebox:after, #block-views-9ead0431e2f4f2f7645f8295f861543f [class].quotebox:before, #block-views-application-discussions-block [class].quotebox:after, #block-views-application-discussions-block [class].quotebox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #e7e7e7 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
#block-views-9ead0431e2f4f2f7645f8295f861543f [class].quotebox:after, #block-views-application-discussions-block [class].quotebox:after {
  border-width: 0 22px 22px 0;
  border-color: transparent white transparent;
  left: 23px;
}
/* line 296, ../sass/components/sections/_community.scss */
#block-views-9ead0431e2f4f2f7645f8295f861543f [class].quotebox .views-field-title, #block-views-application-discussions-block [class].quotebox .views-field-title {
  margin-bottom: 0.5em;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
[class].quotebox.-full:after, [class].quotebox.-full:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 33px 33px 0;
  border-color: transparent #e7e7e7 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
[class].quotebox.-full:after {
  border-width: 0 31px 31px 0;
  border-color: transparent #e7e7e7 transparent;
  left: 23px;
}
/* line 303, ../sass/components/sections/_community.scss */
[class].quotebox.-full .comment__login {
  border-color: #999999;
}
/* line 306, ../sass/components/sections/_community.scss */
[class].quotebox.-full .author-credit {
  padding-left: 73px;
}
/* line 310, ../sass/components/sections/_community.scss */
[class].quotebox.-full .user-picture img {
  box-shadow: none;
}
/* line 315, ../sass/components/sections/_community.scss */
[class].quotebox.-full .field--body :nth-child(1) {
  margin-top: 0;
}
/* line 319, ../sass/components/sections/_community.scss */
[class].quotebox.-full h3.field-label {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 326, ../sass/components/sections/_community.scss */
.reply-count {
  margin-bottom: 20px;
}

/* line 330, ../sass/components/sections/_community.scss */
.author-credit {
  margin-top: 18px;
  padding-left: 74px;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  line-height: 1.3;
  overflow: hidden;
  margin-bottom: 2em;
}
/* line 341, ../sass/components/sections/_community.scss */
.author-credit .cite__author-picture {
  float: left;
  margin-right: 18px;
}
/* line 345, ../sass/components/sections/_community.scss */
.author-credit em {
  font-style: normal;
}
/* line 348, ../sass/components/sections/_community.scss */
.author-credit .user-picture {
  float: left;
  margin-right: 18px;
}
/* line 352, ../sass/components/sections/_community.scss */
.author-credit .user-picture img {
  height: 80px;
  width: 80px;
}
/* line 356, ../sass/components/sections/_community.scss */
.author-credit .username, .author-credit [pubdate] {
  display: block;
}
/* line 359, ../sass/components/sections/_community.scss */
.author-credit .username {
  margin: 0 0 .3em;
}

/* line 368, ../sass/components/sections/_community.scss */
#block-views-application-discussions-block .block__h1,
#block-views-application-faqs-block .block__h1,
#block-views-9ead0431e2f4f2f7645f8295f861543f .block__h1,
#block-views-running-projects-faqs-block .block__h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background-color: #e7e7e7;
}
/* line 374, ../sass/components/sections/_community.scss */
#block-views-application-discussions-block .views-list,
#block-views-application-faqs-block .views-list,
#block-views-9ead0431e2f4f2f7645f8295f861543f .views-list,
#block-views-running-projects-faqs-block .views-list {
  overflow: hidden;
}

/* line 381, ../sass/components/sections/_community.scss */
#block-views-9ead0431e2f4f2f7645f8295f861543f .view-footer,
#block-views-application-discussions-block .view-footer {
  margin-top: 3em;
  border-top: 1px solid #e7e7e7;
}

/* line 389, ../sass/components/sections/_community.scss */
#block-views-running-projects-faqs-block .node-teaser,
#block-views-application-faqs-block .node-teaser {
  padding-bottom: 1em;
  margin: 0 20px 1em;
  border-bottom: 1px solid #e7e7e7;
}
/* line 393, ../sass/components/sections/_community.scss */
#block-views-running-projects-faqs-block .node-teaser h3,
#block-views-application-faqs-block .node-teaser h3 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
/* line 398, ../sass/components/sections/_community.scss */
#block-views-running-projects-faqs-block .node-teaser .field--answer,
#block-views-application-faqs-block .node-teaser .field--answer {
  line-height: 1.7;
}
/* line 402, ../sass/components/sections/_community.scss */
#block-views-running-projects-faqs-block .view-footer,
#block-views-application-faqs-block .view-footer {
  margin-top: 3em;
  border-top: 1px solid #e7e7e7;
}

/* line 411, ../sass/components/sections/_community.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default div.field {
  margin-top: 0;
}
/* line 414, ../sass/components/sections/_community.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default .field--body {
  position: relative;
  float: left;
  background: white;
  width: 320px;
  min-height: 80px;
}
/* line 206, ../sass/base/mixins/_mixins.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default .field--body:after, .node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default .field--body:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: white transparent;
}
/* line 218, ../sass/base/mixins/_mixins.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default .field--body:after {
  border-width: 22px 22px 0 0;
  border-color: white transparent;
  top: 23px;
}
/* line 421, ../sass/components/sections/_community.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default .field--body p {
  padding: 16px 20px;
  line-height: 1.3;
  font-size: 130%;
}
/* line 427, ../sass/components/sections/_community.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default div.field--user-ref {
  float: right;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
/* line 432, ../sass/components/sections/_community.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default div.field--user-ref .profile {
  clear: none;
  margin: 0;
}
/* line 436, ../sass/components/sections/_community.scss */
.node--landing-page.-full
.group-aside
div.field--landing-page--block div.HLF_bean-user_reference-default div.field--user-ref img {
  width: 80px;
  height: 80px;
}

/* line 443, ../sass/components/sections/_community.scss */
.level2-regions .quotebox,
.region-lower-content .quotebox {
  background: white;
}
/* line 446, ../sass/components/sections/_community.scss */
.level2-regions .quotebox:before, .level2-regions .quotebox:after,
.region-lower-content .quotebox:before,
.region-lower-content .quotebox:after {
  border-color: transparent white transparent;
}

/* line 452, ../sass/components/sections/_community.scss */
.block-views {
  position: relative;
}
/* line 454, ../sass/components/sections/_community.scss */
.block-views > .contextual-links-wrapper {
  top: auto;
  bottom: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  /* line 463, ../sass/components/sections/_community.scss */
  .quoteboxes .views-list {
    overflow: hidden;
  }
  /* line 466, ../sass/components/sections/_community.scss */
  .quoteboxes .views-row {
    float: left;
    width: 47.82609%;
  }
  /* line 470, ../sass/components/sections/_community.scss */
  .quoteboxes .views-row:nth-child(2n) {
    float: right;
  }
  /* line 473, ../sass/components/sections/_community.scss */
  .quoteboxes .views-row:nth-child(2n + 1) {
    clear: left;
  }
}

/*  .groups-view
    ___________________________________________________________________ */
/* line 481, ../sass/components/sections/_community.scss */
.view-groups-my-groups,
.view-groups-other-groups {
  border: 1px solid #b6b6b6;
  background: #e7e7e7;
  margin-bottom: 2.5em;
}
/* line 486, ../sass/components/sections/_community.scss */
.view-groups-my-groups .views-row,
.view-groups-other-groups .views-row {
  padding: 18px 20px;
}
/* line 488, ../sass/components/sections/_community.scss */
.view-groups-my-groups .views-row :last-of-type,
.view-groups-other-groups .views-row :last-of-type {
  margin-bottom: 0;
}
/* line 491, ../sass/components/sections/_community.scss */
.view-groups-my-groups .views-row :first-of-type,
.view-groups-other-groups .views-row :first-of-type {
  margin-top: 0;
}
/* line 494, ../sass/components/sections/_community.scss */
.view-groups-my-groups .views-row .group__h1,
.view-groups-other-groups .views-row .group__h1 {
  margin-bottom: .5em;
}
/* line 498, ../sass/components/sections/_community.scss */
.view-groups-my-groups .views-row:nth-child(even),
.view-groups-other-groups .views-row:nth-child(even) {
  background: white;
}

/*  .field-name-field-dis-comment-file
    ___________________________________________________________________ */
/* line 505, ../sass/components/sections/_community.scss */
.field-name-field-dis-comment-file[class][class] {
  border: 1px solid #63656a;
  padding: 20px;
}

/*  .comment-form
    ___________________________________________________________________ */
/* line 512, ../sass/components/sections/_community.scss */
.comment-form-wrapper__h1 {
  margin-top: 0em;
  padding-top: 2em;
  border-top: 1px solid #999999;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .comment-form-wrapper__h1 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .comment-form-wrapper__h1, .section-projects .comment-form-wrapper__h1 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .comment-form-wrapper__h1 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .comment-form-wrapper__h1 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .comment-form-wrapper__h1 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .comment-form-wrapper__h1, .section-groups .comment-form-wrapper__h1, .section-forum .comment-form-wrapper__h1, .page-forum .comment-form-wrapper__h1, .section-our-community .comment-form-wrapper__h1, .section-community .comment-form-wrapper__h1 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .comment-form-wrapper__h1 {
  color: #762375;
}

/* line 520, ../sass/components/sections/_community.scss */
.comment-form[class] fieldset {
  border: 0;
}
/* line 523, ../sass/components/sections/_community.scss */
.comment-form[class] .filter-wrapper.flow {
  padding-top: 1em;
}
/* line 525, ../sass/components/sections/_community.scss */
.comment-form[class] .filter-wrapper.flow p, .comment-form[class] .filter-wrapper.flow ul {
  margin: 0;
  font-size: inherit;
}
/* line 530, ../sass/components/sections/_community.scss */
.comment-form[class] .filter-wrapper.flow ul li {
  padding-left: 20px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}
/* line 536, ../sass/components/sections/_community.scss */
.comment-form[class] .filter-wrapper.flow .form-item {
  padding-left: 0;
}
/* line 540, ../sass/components/sections/_community.scss */
.comment-form[class] .field-widget-image-image,
.comment-form[class] .field-widget-video-embed-field-video,
.comment-form[class] .field-widget-file-generic {
  position: relative;
  border: 1px solid #b6b6b6;
  padding: 20px;
  padding-top: 4.2em;
  margin: 2em 0;
}
/* line 548, ../sass/components/sections/_community.scss */
.comment-form[class] .field-widget-image-image > div > fieldset,
.comment-form[class] .field-widget-video-embed-field-video > div > fieldset,
.comment-form[class] .field-widget-file-generic > div > fieldset {
  padding: 0;
  margin: 0;
}
/* line 552, ../sass/components/sections/_community.scss */
.comment-form[class] .field-widget-image-image table .field-label label,
.comment-form[class] .field-widget-image-image .fieldset-legend,
.comment-form[class] .field-widget-video-embed-field-video table .field-label label,
.comment-form[class] .field-widget-video-embed-field-video .fieldset-legend,
.comment-form[class] .field-widget-file-generic table .field-label label,
.comment-form[class] .field-widget-file-generic .fieldset-legend {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: .7em 18px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
  background: #e7e7e7;
  background: linear-gradient(#f5f5f5, #d0d2d0);
  border-bottom: 1px solid #b6b6b6;
  font-weight: normal;
  text-align: left;
  font-size: 1.14286em;
}
/* line 571, ../sass/components/sections/_community.scss */
.comment-form[class] [id="edit-subscriptions-notify"] {
  margin: 1.5em 0;
}
/* line 574, ../sass/components/sections/_community.scss */
.comment-form[class] .btn {
  font-size: inherit;
}
/* line 578, ../sass/components/sections/_community.scss */
.comment-form[class] .form-wrapper .btn {
  background: #0167b1;
  border-color: #0167b1;
}
/* line 583, ../sass/components/sections/_community.scss */
.comment-form[class] .form-actions .btn {
  font-size: 1.14286em;
  background: #222c78;
  border-color: #222c78;
}
/* line 588, ../sass/components/sections/_community.scss */
.comment-form[class] .form-type-managed-file > label {
  font-size: 1.14286em;
  display: block;
  margin-bottom: .5em;
}
/* line 594, ../sass/components/sections/_community.scss */
.comment-form[class] .field-widget-image-image table {
  margin: .5em 0 2em;
}
/* line 597, ../sass/components/sections/_community.scss */
.comment-form[class] .field-widget-image-image th, .comment-form[class] .field-widget-image-image td {
  padding: 12px 12px;
}
/* line 600, ../sass/components/sections/_community.scss */
.comment-form[class] .field-widget-image-image th {
  text-align: left;
  font-weight: normal;
  background: #222c78;
  color: white;
}
/* line 606, ../sass/components/sections/_community.scss */
.comment-form[class] .field-widget-image-image td {
  border-bottom: 1px solid #b6b6b6;
}
/* line 610, ../sass/components/sections/_community.scss */
.comment-form[class] .wysiwyg-toggle-wrapper {
  margin-top: 10px;
}
/* line 613, ../sass/components/sections/_community.scss */
.comment-form[class] strong {
  font-weight: normal;
  color: #313131;
}

/*  Subscriptions blocks
    ___________________________________________________________________ */
/* line 622, ../sass/components/sections/_community.scss */
.block-subscriptions-ui .block__h1 {
  font-size: 1.71429em;
  margin-top: 1em;
  padding-top: 2em;
  border-top: 1px solid #999999;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .block-subscriptions-ui .block__h1 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .block-subscriptions-ui .block__h1, .section-projects .block-subscriptions-ui .block__h1 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .block-subscriptions-ui .block__h1 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .block-subscriptions-ui .block__h1 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .block-subscriptions-ui .block__h1 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .block-subscriptions-ui .block__h1, .section-groups .block-subscriptions-ui .block__h1, .section-forum .block-subscriptions-ui .block__h1, .page-forum .block-subscriptions-ui .block__h1, .section-our-community .block-subscriptions-ui .block__h1, .section-community .block-subscriptions-ui .block__h1 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .block-subscriptions-ui .block__h1 {
  color: #762375;
}

/*  .media-list
    ___________________________________________________________________ */
/* line 636, ../sass/components/sections/_community.scss */
.media-list.-videos li, .media-list.-videos a, .media-list.-images li, .media-list.-images a {
  display: inline-block;
  vertical-align: middle;
}
/* line 640, ../sass/components/sections/_community.scss */
.media-list.-videos img, .media-list.-images img {
  transition: .2s;
  transform: rotate(0);
  /* stupid hack to stop wiggle on hover */
  vertical-align: middle;
}
/* line 646, ../sass/components/sections/_community.scss */
.media-list.-videos a:hover img,
.media-list.-videos a:focus img, .media-list.-images a:hover img,
.media-list.-images a:focus img {
  opacity: .8;
}
/* line 651, ../sass/components/sections/_community.scss */
.media-list.-videos a {
  position: relative;
}
/* line 653, ../sass/components/sections/_community.scss */
.media-list.-videos a:after {
  content: "\f04b";
  position: absolute;
  width: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-top: -1em;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  color: white;
  text-align: center;
  font-size: 1.78571em;
  text-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
}
/* line 671, ../sass/components/sections/_community.scss */
.media-list.-files li {
  margin-bottom: .3em;
}
/* line 674, ../sass/components/sections/_community.scss */
.media-list li {
  margin-left: 0;
  margin-right: 13px;
  margin-bottom: 13px;
}

/*  .iconed-list
    ___________________________________________________________________ */
/* line 683, ../sass/components/sections/_community.scss */
.group-profile-info {
  font-size: 1.28571em;
  margin-left: 279px;
}
/* line 686, ../sass/components/sections/_community.scss */
.group-profile-info .group-full-name,
.group-profile-info .field--organisation,
.group-profile-info .field--location,
.group-profile-info .field--user-twitter-handle {
  position: relative;
  padding: .45em 0 .45em 3em;
  min-height: 1.25em;
  border-bottom: 1px solid #b6b6b6;
}
/* line 695, ../sass/components/sections/_community.scss */
.group-profile-info .group-full-name:before,
.group-profile-info .field--organisation:before,
.group-profile-info .field--location:before,
.group-profile-info .field--user-twitter-handle:before {
  position: absolute;
  width: 2em;
  text-align: center;
  left: 0;
  top: .5em;
  color: black;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us .group-profile-info .group-full-name:before, .section-about-us
.group-profile-info .field--organisation:before, .section-about-us
.group-profile-info .field--location:before, .section-about-us
.group-profile-info .field--user-twitter-handle:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects .group-profile-info .group-full-name:before, .section-projects .group-profile-info .group-full-name:before, .section-our-projects
.group-profile-info .field--organisation:before, .section-projects
.group-profile-info .field--organisation:before, .section-our-projects
.group-profile-info .field--location:before, .section-projects
.group-profile-info .field--location:before, .section-our-projects
.group-profile-info .field--user-twitter-handle:before, .section-projects
.group-profile-info .field--user-twitter-handle:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding .group-profile-info .group-full-name:before, .section-looking-funding
.group-profile-info .field--organisation:before, .section-looking-funding
.group-profile-info .field--location:before, .section-looking-funding
.group-profile-info .field--user-twitter-handle:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply .group-profile-info .group-full-name:before, .section-apply
.group-profile-info .field--organisation:before, .section-apply
.group-profile-info .field--location:before, .section-apply
.group-profile-info .field--user-twitter-handle:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project .group-profile-info .group-full-name:before, .section-running-your-project
.group-profile-info .field--organisation:before, .section-running-your-project
.group-profile-info .field--location:before, .section-running-your-project
.group-profile-info .field--user-twitter-handle:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums .group-profile-info .group-full-name:before, .section-groups .group-profile-info .group-full-name:before, .section-forum .group-profile-info .group-full-name:before, .page-forum .group-profile-info .group-full-name:before, .section-our-community .group-profile-info .group-full-name:before, .section-community .group-profile-info .group-full-name:before, .section-discussion-forums
.group-profile-info .field--organisation:before, .section-groups
.group-profile-info .field--organisation:before, .section-forum
.group-profile-info .field--organisation:before, .page-forum
.group-profile-info .field--organisation:before, .section-our-community
.group-profile-info .field--organisation:before, .section-community
.group-profile-info .field--organisation:before, .section-discussion-forums
.group-profile-info .field--location:before, .section-groups
.group-profile-info .field--location:before, .section-forum
.group-profile-info .field--location:before, .page-forum
.group-profile-info .field--location:before, .section-our-community
.group-profile-info .field--location:before, .section-community
.group-profile-info .field--location:before, .section-discussion-forums
.group-profile-info .field--user-twitter-handle:before, .section-groups
.group-profile-info .field--user-twitter-handle:before, .section-forum
.group-profile-info .field--user-twitter-handle:before, .page-forum
.group-profile-info .field--user-twitter-handle:before, .section-our-community
.group-profile-info .field--user-twitter-handle:before, .section-community
.group-profile-info .field--user-twitter-handle:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users .group-profile-info .group-full-name:before, .section-users
.group-profile-info .field--organisation:before, .section-users
.group-profile-info .field--location:before, .section-users
.group-profile-info .field--user-twitter-handle:before {
  color: #762375;
}
/* line 706, ../sass/components/sections/_community.scss */
.group-profile-info .field--user-twitter-handle a {
  color: #333333;
  text-decoration: underline;
}
/* line 710, ../sass/components/sections/_community.scss */
.group-profile-info .field--user-twitter-handle a:hover, .group-profile-info .field--user-twitter-handle a:focus {
  color: #0167b1;
}
/* line 716, ../sass/components/sections/_community.scss */
.group-profile-info .group-full-name:before {
  content: "\f007";
}
/* line 719, ../sass/components/sections/_community.scss */
.group-profile-info .field--organisation:before {
  content: "\f0c0";
}
/* line 722, ../sass/components/sections/_community.scss */
.group-profile-info .field--location:before {
  content: "\f041";
}
/* line 725, ../sass/components/sections/_community.scss */
.group-profile-info .field--user-twitter-handle:before {
  content: "\f099";
}
/* line 730, ../sass/components/sections/_community.scss */
.group-profile-info .group-full-name div {
  display: inline;
}

/*  .profile
    ___________________________________________________________________ */
/* line 739, ../sass/components/sections/_community.scss */
.page-user .profile {
  margin-top: 0;
  margin-bottom: 2.8em;
}
/* line 742, ../sass/components/sections/_community.scss */
.page-user .profile .group-summary {
  clear: both;
}
/* line 747, ../sass/components/sections/_community.scss */
.page-user #HLF_block-views-forum_my_posts-block_2 h3 {
  font-size: 2.28571em;
}

/* line 753, ../sass/components/sections/_community.scss */
.profile__info,
.profile__picture {
  margin-bottom: 1.5em;
}

/* line 758, ../sass/components/sections/_community.scss */
.profile__picture img {
  vertical-align: bottom;
}

/* line 762, ../sass/components/sections/_community.scss */
.profile__summary {
  clear: both;
  margin: 0 0 3em;
}

@media screen and (min-width: 768px) {
  /* line 768, ../sass/components/sections/_community.scss */
  .profile__picture {
    float: left;
    min-width: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  /* line 777, ../sass/components/sections/_community.scss */
  .group-profile-info {
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 1.5em;
    clear: both;
  }
}
/*
    ___________________________________________________________________ */
/* line 788, ../sass/components/sections/_community.scss */
.bean-hero {
  font-size: 1.57143em;
}
@media screen and (min-width: 768px) {
  /* line 792, ../sass/components/sections/_community.scss */
  .bean-hero.-twocols .hero__body {
    float: left;
    width: 47.82609%;
    margin-left: 0%;
    margin-right: -47.82609%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 795, ../sass/components/sections/_community.scss */
  .bean-hero.-twocols .hero__right {
    float: left;
    width: 47.82609%;
    margin-left: 52.17391%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 801, ../sass/components/sections/_community.scss */
.bean-hero .hero__body {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  /* line 805, ../sass/components/sections/_community.scss */
  .bean-hero .hero__body {
    margin-bottom: 1em;
  }
}
/* line 810, ../sass/components/sections/_community.scss */
.bean-hero .hero-cta {
  display: block;
  background: #222c78;
  color: white;
  font-size: 1.13636em;
  font-weight: 200;
  padding: .8em 1.2em;
  text-align: center;
}
/* line 819, ../sass/components/sections/_community.scss */
.bean-hero .hero-cta:before {
  position: relative;
  left: -13px;
  content: \f013;
  line-height: 10px;
  vertical-align: middle;
  font-size: 1.5em;
}

/*
    ___________________________________________________________________ */
/* line 833, ../sass/components/sections/_community.scss */
div[class*="region-sidebar"] .block__h1 {
  background: #63656a;
  color: white;
  padding: 11px 15px;
  font-size: 1.14286em;
  margin: 0;
}
/* line 841, ../sass/components/sections/_community.scss */
div[class*="region-sidebar"] .bean-footer-block {
  margin-bottom: 0;
}
/* line 844, ../sass/components/sections/_community.scss */
div[class*="region-sidebar"] .bean-footer-block .block__h1 {
  background: #222c78;
}
/* line 848, ../sass/components/sections/_community.scss */
div[class*="region-sidebar"] .block-menu-block {
  background: #e7e7e7;
}
/* line 851, ../sass/components/sections/_community.scss */
div[class*="region-sidebar"] .block {
  margin-bottom: 15px;
}
/* line 854, ../sass/components/sections/_community.scss */
div[class*="region-sidebar"] .block:last-child {
  margin-bottom: 0;
}

/*
    ___________________________________________________________________ */
/* line 864, ../sass/components/sections/_community.scss */
.region-lower-content .block__h1 {
  font-size: 1.71429em;
}

/*  Featured discussions and other sidebar view lists
    ___________________________________________________________________ */
/* line 872, ../sass/components/sections/_community.scss */
.region-sidebar-second .block-views {
  background: #e7e7e7;
}
/* line 874, ../sass/components/sections/_community.scss */
.region-sidebar-second .block-views ul.views-list {
  padding-bottom: 1px;
}
/* line 876, ../sass/components/sections/_community.scss */
.region-sidebar-second .block-views ul.views-list li {
  border-top: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}
/* line 880, ../sass/components/sections/_community.scss */
.region-sidebar-second .block-views ul.views-list a {
  background-color: #e7e7e7;
  line-height: 1.3;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}
/* line 886, ../sass/components/sections/_community.scss */
.region-sidebar-second .block-views ul.views-list a:hover {
  background-color: white;
}

/* line 894, ../sass/components/sections/_community.scss */
#block-views-forum-my-posts-block-2 {
  overflow: hidden;
  *zoom: 1;
  clear: left;
}

/*  Private messages
    ___________________________________________________________________ */
/* line 902, ../sass/components/sections/_community.scss */
.privatemsg-message {
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 906, ../sass/components/sections/_community.scss */
.privatemsg-author-name {
  font-size: 100%;
}

/* line 909, ../sass/components/sections/_community.scss */
.privatemsg-message-date {
  font-size: 100%;
}

/* line 913, ../sass/components/sections/_community.scss */
.privatemsg-author-avatar img {
  max-width: 80px;
  max-height: 80px;
}

/* line 919, ../sass/components/sections/_community.scss */
div.privatemsg-message ul.privatemsg-message-actions {
  margin: 5px 0;
}

/*  Private messages
    ___________________________________________________________________ */
/* line 928, ../sass/components/sections/_community.scss */
.form-item-mollom-feedback .form-radios {
  margin-top: 20px;
}
/* line 931, ../sass/components/sections/_community.scss */
.form-item-mollom-feedback .form-radios label {
  display: inline-block;
}

/* line 938, ../sass/components/sections/_community.scss */
form.HLF_form-comment-confirm-delete .form-actions a {
  padding: .6em 1.2em;
}

/* line 1, ../sass/components/sections/_profile_page.scss */
#profile-form-tabs {
  font-size: 1.14286em;
}
/* line 4, ../sass/components/sections/_profile_page.scss */
#profile-form-tabs ul {
  padding: 0;
}
/* line 9, ../sass/components/sections/_profile_page.scss */
#profile-form-tabs li a {
  background-color: #eee;
  border: 1px solid #ddd;
}
/* line 12, ../sass/components/sections/_profile_page.scss */
#profile-form-tabs li a:hover {
  text-decoration: underline;
}
/* line 16, ../sass/components/sections/_profile_page.scss */
#profile-form-tabs li.ui-state-active a {
  background-color: #0167b1;
  border-color: #0167b1;
  color: #fff;
}
/* line 23, ../sass/components/sections/_profile_page.scss */
#profile-form-tabs input[disabled="disabled"] {
  color: #AEAEAE;
}

/* line 3, ../sass/components/sections/_view_contact_us.scss */
.page-about-us-contact-us .region-content,
.page-looking-funding-where-we-fund .region-content {
  padding-left: 0;
  padding-right: 0;
}
/* line 7, ../sass/components/sections/_view_contact_us.scss */
.page-about-us-contact-us #block-views-contact-us-where-we-fund-map,
.page-about-us-contact-us #block-views-contact-us-contact-us-map,
.page-looking-funding-where-we-fund #block-views-contact-us-where-we-fund-map,
.page-looking-funding-where-we-fund #block-views-contact-us-contact-us-map {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 7, ../sass/components/sections/_view_contact_us.scss */
  .page-about-us-contact-us #block-views-contact-us-where-we-fund-map,
  .page-about-us-contact-us #block-views-contact-us-contact-us-map,
  .page-looking-funding-where-we-fund #block-views-contact-us-where-we-fund-map,
  .page-looking-funding-where-we-fund #block-views-contact-us-contact-us-map {
    display: block;
    float: left;
    width: 56.25%;
    margin-left: 43.75%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 15, ../sass/components/sections/_view_contact_us.scss */
.page-about-us-contact-us #block-views-contact-us-where-we-fund-map #hlf_map,
.page-about-us-contact-us #block-views-contact-us-contact-us-map #hlf_map,
.page-looking-funding-where-we-fund #block-views-contact-us-where-we-fund-map #hlf_map,
.page-looking-funding-where-we-fund #block-views-contact-us-contact-us-map #hlf_map {
  width: 100%;
  height: 474px;
  margin-top: 0%;
  margin-bottom: 0%;
          /*  @todo bacground image fallback for IE8 or polyfill

            background-image: url('../images/hlf_map.png');
            background-position: center;
            background-repeat: no-repeat;
          */
}
/* line 28, ../sass/components/sections/_view_contact_us.scss */
.page-about-us-contact-us .view-contact-us,
.page-looking-funding-where-we-fund .view-contact-us {
  clear: both;
}
/* line 31, ../sass/components/sections/_view_contact_us.scss */
.page-about-us-contact-us .field--body.-full,
.page-looking-funding-where-we-fund .field--body.-full {
  font-size: 1em;
  line-height: 1.71429em;
}
/* line 35, ../sass/components/sections/_view_contact_us.scss */
.page-about-us-contact-us .ui-accordion h4,
.page-looking-funding-where-we-fund .ui-accordion h4 {
  margin: 40px 0 20px;
}

/* line 43, ../sass/components/sections/_view_contact_us.scss */
.section-looking-funding .flow h4 {
  margin: 20px 0 20px;
}

/* line 49, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block,
#block-views-contact-us-blocks-block-1 {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 49, ../sass/components/sections/_view_contact_us.scss */
  #block-views-contact-us-blocks-block,
  #block-views-contact-us-blocks-block-1 {
    float: left;
    width: 43.75%;
    margin-left: 0%;
    margin-right: -43.75%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 56, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean,
#block-views-contact-us-blocks-block-1 .entity-bean {
  margin-bottom: 2.8em;
  border-top: #b6b6b6 1px solid;
}
/* line 64, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2,
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: black;
  margin: .8em 0;
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-about-us
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-projects #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-our-projects
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2, .section-projects
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-looking-funding
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-apply
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-running-your-project
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-groups #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-forum #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .page-forum #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-our-community #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-community #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-discussion-forums
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2, .section-groups
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2, .section-forum
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2, .page-forum
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2, .section-our-community
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2, .section-community
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, .section-users
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-title_field h2 {
  color: #762375;
}
/* line 70, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean .HLF_field-field_body p,
#block-views-contact-us-blocks-block-1 .entity-bean .HLF_field-field_body p {
  margin: 0;
}

/* line 79, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean h2 {
  font-size: 22px;
}
/* line 80, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean h2:before {
  width: 30px;
  text-align: center;
}
/* line 85, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: black;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before, .section-projects #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before, .section-groups #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before, .section-forum #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before, .page-forum #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before, .section-our-community #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before, .section-community #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users #block-views-contact-us-blocks-block .entity-bean.icon-map-marker h2:before {
  color: #762375;
}
/* line 92, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: black;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before, .section-projects #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before, .section-groups #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before, .section-forum #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before, .page-forum #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before, .section-our-community #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before, .section-community #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users #block-views-contact-us-blocks-block .entity-bean.icon-phone h2:before {
  color: #762375;
}
/* line 99, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: black;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f086";
}
/* line 71, ../sass/base/mixins/_mixins.scss */
.section-about-us #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: #3b8277;
}
/* line 74, ../sass/base/mixins/_mixins.scss */
.section-our-projects #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before, .section-projects #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: #d5006c;
}
/* line 78, ../sass/base/mixins/_mixins.scss */
.section-looking-funding #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: #c94e0a;
}
/* line 81, ../sass/base/mixins/_mixins.scss */
.section-apply #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: #83974a;
}
/* line 84, ../sass/base/mixins/_mixins.scss */
.section-running-your-project #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: #c63939;
}
/* line 87, ../sass/base/mixins/_mixins.scss */
.section-discussion-forums #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before, .section-groups #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before, .section-forum #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before, .page-forum #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before, .section-our-community #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before, .section-community #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: #762375;
}
/* line 95, ../sass/base/mixins/_mixins.scss */
.section-users #block-views-contact-us-blocks-block .entity-bean.icon-comments h2:before {
  color: #762375;
}
/* line 105, ../sass/components/sections/_view_contact_us.scss */
#block-views-contact-us-blocks-block .entity-bean .HLF_field-field_body {
  margin-left: 30px;
}

/* line 112, ../sass/components/sections/_view_contact_us.scss */
#hlf_map a.maplink path:hover {
  fill: #287669;
  z-index: 10;
  position: relative;
}
/* line 120, ../sass/components/sections/_view_contact_us.scss */
#hlf_map a.maplink:focus path, #hlf_map a.maplink:active path {
  fill: #287669;
  z-index: 10;
  position: relative;
}

/* line 131, ../sass/components/sections/_view_contact_us.scss */
.page-looking-for-funding-where-we-fund .region-before-content,
.page-about-us-contact-us .region-before-content {
  margin-bottom: 30px;
}
/* line 133, ../sass/components/sections/_view_contact_us.scss */
.page-looking-for-funding-where-we-fund .region-before-content .outer-width, .page-looking-for-funding-where-we-fund .region-before-content .node-project.view-mode-case_study_view .group-footer .group-accordion, .node-project.view-mode-case_study_view .group-footer .page-looking-for-funding-where-we-fund .region-before-content .group-accordion, .page-looking-for-funding-where-we-fund .region-before-content .node-project.view-mode-snapshot .group-footer .group-accordion, .node-project.view-mode-snapshot .group-footer .page-looking-for-funding-where-we-fund .region-before-content .group-accordion, .page-looking-for-funding-where-we-fund .region-before-content .node--landing-page .group-aside > *, .node--landing-page .page-looking-for-funding-where-we-fund .region-before-content .group-aside > *,
.page-looking-for-funding-where-we-fund .region-before-content .node--listing-page .group-aside > *,
.node--listing-page .page-looking-for-funding-where-we-fund .region-before-content .group-aside > *, .page-looking-for-funding-where-we-fund .region-before-content .node--landing-page.-full .group-aside, .node--landing-page.-full .page-looking-for-funding-where-we-fund .region-before-content .group-aside,
.page-looking-for-funding-where-we-fund .region-before-content .node--listing-page.-full .group-aside,
.node--listing-page.-full .page-looking-for-funding-where-we-fund .region-before-content .group-aside,
.page-about-us-contact-us .region-before-content .outer-width,
.page-about-us-contact-us .region-before-content .node-project.view-mode-case_study_view .group-footer .group-accordion,
.node-project.view-mode-case_study_view .group-footer .page-about-us-contact-us .region-before-content .group-accordion,
.page-about-us-contact-us .region-before-content .node-project.view-mode-snapshot .group-footer .group-accordion,
.node-project.view-mode-snapshot .group-footer .page-about-us-contact-us .region-before-content .group-accordion,
.page-about-us-contact-us .region-before-content .node--landing-page .group-aside > *,
.node--landing-page .page-about-us-contact-us .region-before-content .group-aside > *,
.page-about-us-contact-us .region-before-content .node--listing-page .group-aside > *,
.node--listing-page .page-about-us-contact-us .region-before-content .group-aside > *,
.page-about-us-contact-us .region-before-content .node--landing-page.-full .group-aside,
.node--landing-page.-full .page-about-us-contact-us .region-before-content .group-aside,
.page-about-us-contact-us .region-before-content .node--listing-page.-full .group-aside,
.node--listing-page.-full .page-about-us-contact-us .region-before-content .group-aside {
  position: relative;
  overflow: hidden;
}

/* line 144, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .view-content .field-label,
.page-looking-for-funding-where-we-fund .view-content .field-label,
.view-display-id-contact_us .view-content .field-label {
  font-size: 1em;
  line-height: 1.71429em;
  font-weight: 400;
}
/* line 149, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .field--body,
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-address,
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-contact-info,
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-where-next,
.page-looking-for-funding-where-we-fund .field--body,
.page-looking-for-funding-where-we-fund .group-address,
.page-looking-for-funding-where-we-fund .group-contact-info,
.page-looking-for-funding-where-we-fund .group-where-next,
.view-display-id-contact_us .field--body,
.view-display-id-contact_us .group-address,
.view-display-id-contact_us .group-contact-info,
.view-display-id-contact_us .group-where-next {
  padding: 0 10px 1em;
  margin-bottom: 1em;
  border-bottom: #b6b6b6 1px solid;
}
/* line 159, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .field--body p:first-child,
.page-looking-for-funding-where-we-fund .field--body p:first-child,
.view-display-id-contact_us .field--body p:first-child {
  margin-top: 0;
}
/* line 162, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .field--body p:last-child,
.page-looking-for-funding-where-we-fund .field--body p:last-child,
.view-display-id-contact_us .field--body p:last-child {
  margin-bottom: 0;
}
/* line 168, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-address .field-label,
.page-looking-for-funding-where-we-fund .group-address .field-label,
.view-display-id-contact_us .group-address .field-label {
  margin: 0;
}
/* line 172, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-contact-info,
.page-looking-for-funding-where-we-fund .group-contact-info,
.view-display-id-contact_us .group-contact-info {
  overflow: hidden;
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 176, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-contact-info .field-label,
.page-looking-for-funding-where-we-fund .group-contact-info .field-label,
.view-display-id-contact_us .group-contact-info .field-label {
  float: left;
  clear: left;
  line-height: 1.5;
  margin: 0 .5em 0 0;
}
/* line 182, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-contact-info .field,
.page-looking-for-funding-where-we-fund .group-contact-info .field,
.view-display-id-contact_us .group-contact-info .field {
  float: left;
  margin: 0;
}
/* line 188, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .field--twitter-link,
.page-looking-for-funding-where-we-fund .field--twitter-link,
.view-display-id-contact_us .field--twitter-link {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 24px;
}
/* line 192, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region .field--twitter-link:before,
.page-looking-for-funding-where-we-fund .field--twitter-link:before,
.view-display-id-contact_us .field--twitter-link:before {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
}
/* line 200, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region aside .field--collection-sub-image,
.page-looking-for-funding-where-we-fund aside .field--collection-sub-image,
.view-display-id-contact_us aside .field--collection-sub-image {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #b6b6b6 1px solid;
}
/* line 205, ../sass/components/sections/_view_contact_us.scss */
.view-display-id-where_we_fund .HLF_field-field_related_contact_region aside .field--coverage-area-key,
.page-looking-for-funding-where-we-fund aside .field--coverage-area-key,
.view-display-id-contact_us aside .field--coverage-area-key {
  display: inline;
  font-size: 0.85714em;
  line-height: 2em;
  margin-right: .5em;
}
@media screen and (min-width: 768px) {
  /* line 212, ../sass/components/sections/_view_contact_us.scss */
  .view-display-id-where_we_fund .HLF_field-field_related_contact_region .group-main-content,
  .page-looking-for-funding-where-we-fund .group-main-content,
  .view-display-id-contact_us .group-main-content {
    float: left;
    width: 50%;
    margin-right: 7%;
  }
  /* line 217, ../sass/components/sections/_view_contact_us.scss */
  .view-display-id-where_we_fund .HLF_field-field_related_contact_region aside,
  .page-looking-for-funding-where-we-fund aside,
  .view-display-id-contact_us aside {
    float: left;
    width: 43%;
  }
  /* line 220, ../sass/components/sections/_view_contact_us.scss */
  .view-display-id-where_we_fund .HLF_field-field_related_contact_region aside img,
  .page-looking-for-funding-where-we-fund aside img,
  .view-display-id-contact_us aside img {
    width: 100%;
    height: auto;
  }
}

/* line 232, ../sass/components/sections/_view_contact_us.scss */
.view-contact-us .ui-accordion .views-row {
  margin-bottom: 10px;
}
/* line 235, ../sass/components/sections/_view_contact_us.scss */
.view-contact-us .ui-accordion .ui-accordion-content {
  padding: 20px 20px 10px;
}

/*
 * Not needed any more as a general rule styling the .ui-accordion-header exists
 *
.view-id-faqs_apply {

  .view-content.ui-accordion {

  	.ui-accordion-header a {
			width: 96%;
		  display: block;
		  padding: .4em 4% .4em 0;
		  line-height: 1.7;
	  }

		.ui-accordion-content {
			margin: 0 20px;
		}

	}

	@include respond-to('lt-narrow') {

  .view-content.ui-accordion {
	  	.ui-accordion-header a {
				width: 90%;
			  padding-right: 10% 
			}
		}
	}

}*/
/* line 2, ../sass/components/sections/_view_homepage_carousel.scss */
.front #content {
  padding-top: 10px;
}

/*

.HLF_node-homepage_section-full {

	position: relative;

	.group-aside {
		//padding: 40px;
		padding-top: 20px;
		padding-bottom: 20px;

	  	h2 {
	        @include font-avantgarde-extralight;
	        margin: 0;
	        font-size: px2em(18px);
	        color: $color-bodytext;
	        line-height: 1.2;
	  	}

	  	h3 {
	  		@include font-avantgarde-extralight;
			margin: 20px 0 0 0;
			font-size: px2em(16px);

			a {
				color: $color-links;
				white-space: nowrap;

				&:after {
			  		@include fa-add-font;
			  		content: $fa-var-angle-right;
			  		padding-left: 15px;
			  		font-size: 120%;
			  		line-height: 1;
				}
			}
		}

		@include respond-to('narrow') {
			position: relative;
	  		z-index: 20;
			background-color: $color-lightest;
		    @include zen-grid-item(13, 1);
		  	max-width: zen-grid-item-width(13);
			margin-top: 30px; //zen-grid-item-width(1);
			text-align: right;
			padding-top: 35px;
			padding-right: 40px;
			padding-left: 0;
			padding-bottom: 35px;

			h2 {
		        font-size: px2em(42px);
		  	}
		  	h3 {
		        font-size: px2em(26px);
				margin: 20px 0 0 0;
			}
		}
	}

	.group-main-content {
		position: relative;
  		z-index: 10;

		img {
  	  		height: auto;
  	  		background-color: purple;

  	  		@include respond-to('narrow') {
	  	  		@include zen-grid-item(17, 6);
	  	  		max-width: zen-grid-item-width(17);
  	  		}
		}
	}
}


@include respond-to('narrow') {
	.page-homepage-carousel {
		.slides {
			overflow: hidden;

			li:nth-child(odd) {

				.group-aside {
					padding-right: 40px;
					padding-left: 0;
				}
			}
			li:nth-child(even) {
				.group-aside {
			  		@include zen-grid-item(13, 11);
					padding-right: 0;
					padding-left: 40px;
					text-align: left;
				}
				.group-main-content {
					img {
				  		@include zen-grid-item(18, 1);
				  		max-width: zen-grid-item-width(18);
					}
			  	}
			}
		}
	}
}
*/
/* line 116, ../sass/components/sections/_view_homepage_carousel.scss */
.view-homepage-carousel {
  opacity: 0;
  min-height: 300px;
}
/* line 120, ../sass/components/sections/_view_homepage_carousel.scss */
.view-homepage-carousel .slides > li {
  -webkit-backface-visibility: visible;
}

/* line 125, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider {
  position: relative;
  margin: 0;
  background: transparent;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  zoom: 1;
}
/* line 137, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
/* line 142, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section .group-aside {
  position: relative;
  z-index: 9;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 52.17391%;
  margin-left: 47.82609%;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: white;
  padding: 15px 0 15px 20px;
  margin-top: 80px;
}
/* line 152, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section .group-aside h2 {
  font-weight: 400;
  margin: 0;
  font-size: 1.28571em;
  color: #333333;
  line-height: 1.2;
}
/* line 159, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section .group-aside h3 {
  font-weight: 400;
  margin: 15px 0 0 0;
  font-size: 1.14286em;
}
/* line 163, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section .group-aside h3 a {
  color: #0167b1;
  display: inline;
}
/* line 167, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section .group-aside h3 a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-left: 15px;
  font-size: 120%;
  line-height: 1;
  display: inline;
  text-decoration: none;
}
/* line 179, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section .group-main-content {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 183, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .node-homepage-section .group-main-content img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  /* line 189, ../sass/components/sections/_view_homepage_carousel.scss */
  .flexslider .node-homepage-section .group-aside {
    float: left;
    width: 56.52174%;
    margin-left: 34.78261%;
    margin-right: -91.30435%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    background-color: white;
    padding: 30px 0 30px 35px;
    margin-top: 80px;
  }
  /* line 194, ../sass/components/sections/_view_homepage_carousel.scss */
  .flexslider .node-homepage-section .group-aside h2 {
    font-weight: 200;
    font-size: 3em;
  }
  /* line 198, ../sass/components/sections/_view_homepage_carousel.scss */
  .flexslider .node-homepage-section .group-aside h3 {
    font-weight: 200;
    font-size: 1.78571em;
    margin-top: 20px;
  }
  /* line 204, ../sass/components/sections/_view_homepage_carousel.scss */
  .flexslider .node-homepage-section .group-main-content {
    float: left;
    width: 69.56522%;
    margin-left: 0%;
    margin-right: -69.56522%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 211, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider li:nth-child(odd) .node-homepage-section .group-aside {
  float: left;
  width: 52.17391%;
  margin-left: 0%;
  margin-right: -52.17391%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 15px 20px 15px 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  /* line 217, ../sass/components/sections/_view_homepage_carousel.scss */
  .flexslider li:nth-child(odd) .node-homepage-section .group-aside {
    float: left;
    width: 56.52174%;
    margin-left: 0%;
    margin-right: -56.52174%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 30px 35px 30px 0;
    text-align: right;
  }
  /* line 222, ../sass/components/sections/_view_homepage_carousel.scss */
  .flexslider li:nth-child(odd) .node-homepage-section .group-main-content {
    float: left;
    width: 69.56522%;
    margin-left: 26.08696%;
    margin-right: -95.65217%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 232, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .slides li {
  list-style: none;
  padding: 0;
}
/* line 237, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav {
  z-index: 30;
  position: absolute;
  top: 0%;
  left: 50%;
  width: 40px;
  height: 100%;
  margin-left: -20px;
}
/* line 245, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 1.28571em;
  line-height: 1.33333em;
  background-color: white;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
}
/* line 256, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav a:hover {
  text-decoration: none;
}
/* line 260, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav a.flex-prev {
  top: 0;
  left: auto;
}
/* line 264, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav a.flex-next {
  top: auto;
  bottom: 40px;
  right: auto;
  text-align: center;
}
/* line 271, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #0167b1;
}
/* line 280, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\f106";
}
/* line 283, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f107";
}
/* line 287, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls {
  position: absolute;
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  z-index: 30;
  bottom: 80px;
  text-align: right;
  right: 0;
  padding: 10px 0px 10px 10px;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 287, ../sass/components/sections/_view_homepage_carousel.scss */
  .flexslider .hlf-flex-controls {
    display: block;
  }
}
/* line 303, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls ul {
  list-style: none;
  color: #b6b6b6;
}
/* line 306, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls ul li {
  color: #b6b6b6;
}
/* line 310, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls a {
  display: block;
  color: #b6b6b6;
  text-decoration: none;
  padding: 10px 0 10px 10px;
}
/* line 316, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04d";
  font-size: 0.85714em;
  width: 40px;
  color: #b6b6b6;
}
/* line 324, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls .flex-active a {
  color: #313131;
}
/* line 325, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls .flex-active a:after {
  color: #313131;
}
/* line 329, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls li:hover {
  width: auto;
  background-color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 332, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls li:hover a {
  display: block;
  color: #313131;
}
/* line 340, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .hlf-flex-controls li a:focus {
  width: auto;
  background-color: white;
  display: block;
  color: #313131;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 350, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-control-thumbs {
  margin: 0;
}
/* line 352, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-control-thumbs li {
  padding: 0;
  margin-top: 20px;
  margin-right: 20px;
  width: auto;
}
/* line 358, ../sass/components/sections/_view_homepage_carousel.scss */
.flexslider .flex-control-thumbs img {
  width: 70px;
  margin: 0;
  padding: 0;
}

/*
.group-aside {

	.flexslider {

		width: 360px;

	}

}
*/
/* line 2, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a {
  position: relative;
  display: block;
  background: #222c78;
}
/* line 7, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a:before {
  content: "\f013";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: center;
  padding: .5em;
  font-size: 1.57143em;
  line-height: 1;
  color: white;
}
/* line 20, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action .bean__h1 {
  color: white;
  padding: .7em .7em .7em 3.5em;
  font-size: 1.14286em;
  line-height: 1.3;
  margin: 0;
}
/* line 29, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a:hover .bean__h1,
.bean-call-to-action a:focus .bean__h1 {
  text-decoration: underline;
}
/* line 34, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-cog:before {
  content: "\f013";
}
/* line 39, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-caret-down:before {
  content: "\f0d7";
}
/* line 44, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-caret-up:before {
  content: "\f0d8";
}
/* line 48, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-search {
  outline: red;
}
/* line 50, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-search:before {
  content: "\f002";
}
/* line 54, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-twitter {
  background: #46cbd1;
}
/* line 56, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-twitter:before {
  content: "\f099";
}
/* line 59, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-twitter .bean__h1 {
  color: #313131;
}
/* line 63, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-news {
  background: #325eaa;
}
/* line 65, ../sass/components/blocks/_bean_call_to_action.scss */
.bean-call-to-action a.-news:before {
  content: "\f003";
  font-size: 1.3rem;
}
/* line 72, ../sass/components/blocks/_bean_call_to_action.scss */
.region-before-content .bean-call-to-action a:before {
  font-size: 2.2rem;
}
/* line 76, ../sass/components/blocks/_bean_call_to_action.scss */
.region-before-content .bean-call-to-action a .bean__h1 {
  padding: .6em .6em .6em 3em;
  font-size: 2em;
}
/* line 83, ../sass/components/blocks/_bean_call_to_action.scss */
.region-sidebar-second .bean-call-to-action a:before {
  padding: .5em .25em;
}
/* line 87, ../sass/components/blocks/_bean_call_to_action.scss */
.region-sidebar-second .bean-call-to-action a .bean__h1 {
  padding-left: 2.5em;
}
/* line 94, ../sass/components/blocks/_bean_call_to_action.scss */
.region-sidebar-second .bean-call-to-action.block-full-block a {
  position: relative;
  display: block;
  padding-top: 164px;
  background: #BFD9EA;
}
/* line 100, ../sass/components/blocks/_bean_call_to_action.scss */
.region-sidebar-second .bean-call-to-action.block-full-block a:before {
  transition: .2s;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 0;
  top: 85px;
  font-size: 140px;
  color: #4992C7;
  padding: 0;
}
/* line 114, ../sass/components/blocks/_bean_call_to_action.scss */
.region-sidebar-second .bean-call-to-action.block-full-block a:hover .bean__h1,
.region-sidebar-second .bean-call-to-action.block-full-block a:focus .bean__h1 {
  text-decoration: underline;
}
/* line 117, ../sass/components/blocks/_bean_call_to_action.scss */
.region-sidebar-second .bean-call-to-action.block-full-block a:hover:before,
.region-sidebar-second .bean-call-to-action.block-full-block a:focus:before {
  color: #222c78;
}
/* line 121, ../sass/components/blocks/_bean_call_to_action.scss */
.region-sidebar-second .bean-call-to-action.block-full-block .bean__h1 {
  color: white;
  background: #222c78;
  padding: 11px 15px;
  font-size: 1.28571em;
  margin: 0;
  line-height: 1.3;
}

/* line 1, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block {
  margin-bottom: 40px;
}
/* line 5, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .block__h1 {
  color: white;
  background-color: #222c78;
  padding: 11px 20px;
  font-size: 1.14286em;
  line-height: 1.3;
  margin: 0;
}
/* line 16, ../sass/components/blocks/_bean_footer_block.scss */
.region-lower-content .bean-footer-block .group-content, .level2-regions .bean-footer-block .group-content {
  background-color: white;
}
/* line 21, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .group-content {
  background-color: #e7e7e7;
  padding: 20px;
}
/* line 26, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .group-content p:last-child {
  margin-bottom: 0;
}
/* line 29, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .group-content p:first-child {
  margin-top: 0;
  margin-bottom: 1.2em;
}
/* line 33, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .group-content *:last-child {
  margin-bottom: 0px;
}
/* line 38, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .field--media-file img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
/* line 45, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .field--block {
  margin-bottom: 10px;
}
/* line 48, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .field--block:last-child {
  margin-bottom: 0;
}
/* line 53, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .flow h4, .bean-footer-block .flow h5, .bean-footer-block .flow h6 {
  color: #313131;
}
/* line 58, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .social-links {
  margin: 0 -2px 20px;
}
/* line 61, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .social-links ul {
  overflow: hidden;
}
/* line 64, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .social-links ul li {
  margin: 0px !important;
  padding: 2px !important;
  width: 20%;
  box-sizing: border-box;
}
/* line 71, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .social-links a {
  display: block;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 76, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .social-links a:hover, .bean-footer-block .social-links a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 82, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .social-links .icon {
  display: block;
  padding: 8px 0px;
  text-align: center;
}
/* line 87, ../sass/components/blocks/_bean_footer_block.scss */
.bean-footer-block .social-links .icon:before {
  margin: 0;
}

/* line 95, ../sass/components/blocks/_bean_footer_block.scss */
.region-lower-content .bean-footer-block {
  margin-bottom: 30px;
}
/* line 98, ../sass/components/blocks/_bean_footer_block.scss */
.region-lower-content .bean-footer-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) and (max-width: 800px) {
  /* line 103, ../sass/components/blocks/_bean_footer_block.scss */
  .region-lower-content .bean-footer-block {
    float: left;
    width: 47.82609%;
    margin-right: 4.34783%;
  }
  /* line 108, ../sass/components/blocks/_bean_footer_block.scss */
  .region-lower-content .bean-footer-block:nth-child(2n) {
    margin-right: 0;
  }
  /* line 111, ../sass/components/blocks/_bean_footer_block.scss */
  .region-lower-content .bean-footer-block:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 118, ../sass/components/blocks/_bean_footer_block.scss */
  .region-lower-content .bean-footer-block {
    float: left;
    width: 30.43478%;
    margin-right: 4.34783%;
    margin-bottom: 0;
  }
  /* line 124, ../sass/components/blocks/_bean_footer_block.scss */
  .region-lower-content .bean-footer-block:nth-child(3n) {
    margin-right: 0;
  }
  /* line 128, ../sass/components/blocks/_bean_footer_block.scss */
  .region-lower-content .bean-footer-block .group-content {
    min-height: 17.5em;
  }
}

/* line 17, ../sass/components/blocks/_home_stories.scss */
.page-home-stories .region-header .breadcrumb {
  display: none;
}
/* line 21, ../sass/components/blocks/_home_stories.scss */
.page-home-stories #content {
  padding-top: 10px;
}

/* line 30, ../sass/components/blocks/_home_stories.scss */
.view-home-page-stories-view {
  overflow: hidden;
  *zoom: 1;
}
/* line 33, ../sass/components/blocks/_home_stories.scss */
.view-home-page-stories-view .view-main {
  margin-top: 0;
}

/* line 43, ../sass/components/blocks/_home_stories.scss */
.masonry-grid-sizer,
.masonry-item {
  width: 50%;
}

/* line 52, ../sass/components/blocks/_home_stories.scss */
.bean--home-story {
  float: left;
  width: 100%;
  position: relative;
  color: white;
  margin: 0 0 1px 0;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 61, ../sass/components/blocks/_home_stories.scss */
.bean--home-story .image-wrapper {
  overflow: hidden;
  position: relative;
}
/* line 65, ../sass/components/blocks/_home_stories.scss */
.bean--home-story img {
  vertical-align: top;
  width: 100%;
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
/* line 71, ../sass/components/blocks/_home_stories.scss */
.bean--home-story .text-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
/* line 75, ../sass/components/blocks/_home_stories.scss */
.bean--home-story .field--url {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  display: inline;
}
/* line 82, ../sass/components/blocks/_home_stories.scss */
.bean--home-story a {
  color: white;
}
/* line 85, ../sass/components/blocks/_home_stories.scss */
.bean--home-story a:hover, .bean--home-story a:focus {
  text-decoration: underline;
}
/* line 90, ../sass/components/blocks/_home_stories.scss */
.bean--home-story a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline;
  margin-left: 10px;
  text-decoration: none !important;
}
/* line 100, ../sass/components/blocks/_home_stories.scss */
.bean--home-story:hover a, .bean--home-story:focus a {
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  /* line 52, ../sass/components/blocks/_home_stories.scss */
  .bean--home-story {
    margin: -1px;
    border: 1px solid white;
  }
}

/* line 116, ../sass/components/blocks/_home_stories.scss */
.bean--home-story.site-section--about-us {
  background-color: #3b8277;
}
/* line 119, ../sass/components/blocks/_home_stories.scss */
.bean--home-story.site-section--our-projects {
  background-color: #d5006c;
}
/* line 122, ../sass/components/blocks/_home_stories.scss */
.bean--home-story.site-section--looking-for-funding {
  background-color: #c94e0a;
}
/* line 125, ../sass/components/blocks/_home_stories.scss */
.bean--home-story.site-section--apply {
  background-color: #83974a;
}
/* line 128, ../sass/components/blocks/_home_stories.scss */
.bean--home-story.site-section--running-your-project {
  background-color: #c63939;
}
/* line 131, ../sass/components/blocks/_home_stories.scss */
.bean--home-story.site-section--community {
  background-color: #762375;
}

/* line 142, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width.site-section--about-us .text-wrapper,
.bean-home-story--square-image-block.site-section--about-us .text-wrapper {
  background-color: #3b8277;
  background-color: rgba(59, 130, 119, 0.8);
}
/* line 148, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width.site-section--our-projects .text-wrapper,
.bean-home-story--square-image-block.site-section--our-projects .text-wrapper {
  background-color: #d5006c;
  background-color: rgba(213, 0, 108, 0.8);
}
/* line 154, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width.site-section--looking-for-funding .text-wrapper,
.bean-home-story--square-image-block.site-section--looking-for-funding .text-wrapper {
  background-color: #c94e0a;
  background-color: rgba(201, 78, 10, 0.8);
}
/* line 160, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width.site-section--apply .text-wrapper,
.bean-home-story--square-image-block.site-section--apply .text-wrapper {
  background-color: #83974a;
  background-color: rgba(131, 151, 74, 0.8);
}
/* line 166, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width.site-section--running-your-project .text-wrapper,
.bean-home-story--square-image-block.site-section--running-your-project .text-wrapper {
  background-color: #c63939;
  background-color: rgba(198, 57, 57, 0.8);
}
/* line 172, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width.site-section--community .text-wrapper,
.bean-home-story--square-image-block.site-section--community .text-wrapper {
  background-color: #762375;
  background-color: rgba(118, 35, 117, 0.8);
}

/* line 183, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width {
  position: relative;
}
/* line 186, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width img {
  width: 100%;
  height: auto;
}
/* line 190, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--full-width .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  /* line 199, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--full-width .text-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  /* line 183, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--full-width {
    height: 500px;
  }
  /* line 207, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--full-width .image-wrapper {
    height: 500px;
  }
  /* line 210, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--full-width img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -460px;
    height: 500px;
    width: auto;
  }
  /* line 218, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--full-width .text-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  /* line 224, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--full-width .text-wrapper {
    width: 25%;
  }
}

/* line 234, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--quote-block {
  min-height: 300px;
}
/* line 237, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--quote-block q {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 234, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--quote-block {
    min-height: auto;
    height: 498px;
    width: 50%;
  }
  /* line 250, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--quote-block .text-wrapper {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  /* line 256, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--quote-block .text-wrapper {
    padding: 60px;
  }
  /* line 259, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--quote-block q {
    font-size: 24px;
  }
}

/* line 269, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--square-image-block {
  position: relative;
  width: 100%;
}
/* line 273, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--square-image-block .text-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  /* line 283, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .image-wrapper {
    width: 50%;
  }
  /* line 286, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .text-wrapper {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  /* line 281, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background {
    width: 50%;
    height: 498px;
  }
  /* line 297, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .image-wrapper {
    width: 100%;
    height: 500px;
  }
  /* line 301, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -250px;
    height: 500px;
    width: auto;
  }
  /* line 309, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .text-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  /* line 317, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .text-wrapper {
    width: 50%;
  }
}
/* line 326, ../sass/components/blocks/_home_stories.scss */
.bean-home-story--square-image-block.small-left .image-wrapper, .bean-home-story--square-image-block.small-right .image-wrapper {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 480px) {
  /* line 332, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.small-left .image-wrapper, .bean-home-story--square-image-block.small-right .image-wrapper {
    width: 50%;
  }
  /* line 335, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.small-left .text-wrapper, .bean-home-story--square-image-block.small-right .text-wrapper {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  /* line 324, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.small-left, .bean-home-story--square-image-block.small-right {
    width: 50%;
    height: 250px;
  }
  /* line 347, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.small-left .image-wrapper, .bean-home-story--square-image-block.small-right .image-wrapper {
    height: 250px;
  }
  /* line 350, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.small-left img, .bean-home-story--square-image-block.small-right img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -125px;
    height: 250px;
    width: auto;
  }
}
@media screen and (min-width: 480px) {
  /* line 366, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .image-wrapper, .bean-home-story--square-image-block.small-left .image-wrapper {
    float: left;
  }
  /* line 369, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .text-wrapper, .bean-home-story--square-image-block.small-left .text-wrapper {
    float: right;
  }
  /* line 375, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.small-right .image-wrapper {
    float: right;
  }
  /* line 378, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.small-right .text-wrapper {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 385, ../sass/components/blocks/_home_stories.scss */
  .bean-home-story--square-image-block.big-background .image-wrapper,
  .bean-home-story--square-image-block.big-background .text-wrapper {
    float: none;
  }
}

/* The widget.
    ___________________________________________________________________ */
/* line 5, ../sass/components/a11y/_a11y-widget.scss */
.a11y {
  clear: both;
  text-align: left;
  background: white;
}
/* line 10, ../sass/components/a11y/_a11y-widget.scss */
.a11y__h1 {
  font-size: 1.14286em;
  margin: 0 0 .5em;
}
/* line 14, ../sass/components/a11y/_a11y-widget.scss */
.a11y__h1 + .a11y__h1 {
  margin-top: 1em;
}
/* line 18, ../sass/components/a11y/_a11y-widget.scss */
.no-js .a11y {
  text-align: right;
  padding: 15px 0;
}
/* line 21, ../sass/components/a11y/_a11y-widget.scss */
.no-js .a11y [role="menubar"], .no-js .a11y__h1 {
  display: inline;
}
/* line 25, ../sass/components/a11y/_a11y-widget.scss */
.no-js .a11y__h1 {
  margin-right: 5px;
}
/* line 28, ../sass/components/a11y/_a11y-widget.scss */
.no-js .a11y [role="menubar"] {
  border: 0;
  margin-right: 20px;
}
/* line 34, ../sass/components/a11y/_a11y-widget.scss */
.a11y [role="menubar"] {
  font-size: 0.0001px;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
/* line 40, ../sass/components/a11y/_a11y-widget.scss */
.a11y button {
  position: relative;
  color: #0167b1;
  font-size: 14px;
  margin-left: -1px;
}
/* line 50, ../sass/components/a11y/_a11y-widget.scss */
.a11y button[aria-selected="true"]:after, .a11y button:hover:after, .a11y button:focus:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #d5006c;
}
/* line 61, ../sass/components/a11y/_a11y-widget.scss */
.a11y button[aria-selected="true"]:after {
  background-color: #222c78;
}
/* line 64, ../sass/components/a11y/_a11y-widget.scss */
.a11y button:before {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #b6b6b6;
  speak: none;
}
/* line 74, ../sass/components/a11y/_a11y-widget.scss */
.a11y button[name="a11y_fontsize"]:before {
  content: 'A';
}
/* line 77, ../sass/components/a11y/_a11y-widget.scss */
.a11y button[name="a11y_fontsize"] + button:before {
  font-size: 125%;
}
/* line 80, ../sass/components/a11y/_a11y-widget.scss */
.a11y button[name="a11y_fontsize"] + button + button:before {
  font-size: 150%;
}
/* line 85, ../sass/components/a11y/_a11y-widget.scss */
.a11y button[name="a11y_contrast"]:before {
  content: 'a';
  font-size: 16px;
}
/* line 89, ../sass/components/a11y/_a11y-widget.scss */
.a11y button[name="a11y_contrast"][value="high"]:before {
  background: #63656a;
  color: white;
}

/*  Widget inside the dropdown.
    ___________________________________________________________________ */
/* line 103, ../sass/components/a11y/_a11y-widget.scss */
.js .region-header .a11y {
  display: none;
}
/* line 106, ../sass/components/a11y/_a11y-widget.scss */
.region-header [aria-expanded="true"] + .menu__widget {
  display: block;
}
/* line 109, ../sass/components/a11y/_a11y-widget.scss */
.region-header .menu__item.-dropdown {
  position: relative;
}
/* line 111, ../sass/components/a11y/_a11y-widget.scss */
.region-header .menu__item.-dropdown .menu__widget {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  text-align: left;
  padding: 15px;
  min-width: 170px;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
/* line 121, ../sass/components/a11y/_a11y-widget.scss */
.lt-ie9 .region-header .menu__item.-dropdown .menu__widget {
  outline: 1px solid #b6b6b6;
}
/* line 127, ../sass/components/a11y/_a11y-widget.scss */
.region-header .menu__item.-dropdown > button:after {
  content: "\a0\a0" "\f0d7";
}

/*  Widget settings.
    ___________________________________________________________________ */
/*  High contrast theme.
    ___________________________________________________________________ */
/* line 142, ../sass/components/a11y/_a11y-widget.scss */
[data-a11y-contrast="high"] .a11y.menu__widget {
  background-color: #2a2a2a;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5) !important;
}
/* line 146, ../sass/components/a11y/_a11y-widget.scss */
[data-a11y-contrast="high"] .a11y button {
  color: yellow;
}
/* line 149, ../sass/components/a11y/_a11y-widget.scss */
[data-a11y-contrast="high"] .a11y button[aria-selected="true"]:after,
[data-a11y-contrast="high"] .a11y button:hover:after,
[data-a11y-contrast="high"] .a11y button:focus:after {
  background: yellow;
}

/*  Font size settings.
    ___________________________________________________________________ */
/* line 159, ../sass/components/a11y/_a11y-widget.scss */
body {
  -webkit-transition: .2s font-size;
  transition: .2s font-size;
}

/* line 164, ../sass/components/a11y/_a11y-widget.scss */
[data-a11y-fontsize="xlarge"] body {
  font-size: 150%;
}
/* line 167, ../sass/components/a11y/_a11y-widget.scss */
[data-a11y-fontsize="xlarge"] body.front, [data-a11y-fontsize="xlarge"] body.page-home-stories {
  font-size: 100%;
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  transform-origin: top left;
}

/* line 177, ../sass/components/a11y/_a11y-widget.scss */
[data-a11y-fontsize="large"] body {
  font-size: 125%;
}
/* line 180, ../sass/components/a11y/_a11y-widget.scss */
[data-a11y-fontsize="large"] body.front, [data-a11y-fontsize="large"] body.page-home-stories {
  font-size: 100%;
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  transform-origin: top left;
}

/* line 2, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] {
  /* Menu links & header
  ___________________________________________________ */
  /*  Breadcrumb.
  ___________________________________________________________________ */
  /*  Forms.
  ___________________________________________________________________ */
  /*  Header logo.
  ___________________________________________________________________ */
  /* Comments */
  /*  Flexslider.
  ___________________________________________________________________ */
  /*  Tabs.
  ___________________________________________________________________ */
  /*  Hero region.
  ___________________________________________________________________ */
  /*  Blocks and beans
  ___________________________________________________________________ */
  /*  .node.-summary-block
  ___________________________________________________________________ */
  /*  Search our projects & Our Projects
  ___________________________________________________________________ */
  /*  Sidebar menu
  ___________________________________________________________________ */
  /*  Contact page.
  ___________________________________________________________________ */
  /*  Accordion.
  ___________________________________________________________________ */
  /*  Listings.
  ___________________________________________________________________ */
  /*  .views-search-form
  ___________________________________________________________________ */
  /*  News and features
  ___________________________________________________________________ */
  /*  Discussion and forum.
  ___________________________________________________________________ */
  /*  Messages.
  ___________________________________________________________________ */
  /*  Projects.
  ___________________________________________________________________ */
  /*  Projects.
  ___________________________________________________________________ */
  /* Running your project
  ______________________________________________________________ */
  /*  Addthis.
  ___________________________________________________________________ */
  /* Apply section
  ________________________________________________ */
  /* Home Stories
    ________________________________________________ */
  /* User node:forum add (_content_forum.scss)
    ________________________________________________ */
}
/* line 3, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] body {
  background: #2a2a2a;
  color: white;
}
/* line 7, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] body * {
  border-color: #b6b6b6 !important;
}
/* line 10, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] p, [data-a11y-contrast="high"] h1, [data-a11y-contrast="high"] h2, [data-a11y-contrast="high"] h3, [data-a11y-contrast="high"] h4, [data-a11y-contrast="high"] h5, [data-a11y-contrast="high"] h6 {
  color: white;
}
/* line 15, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] a,
[data-a11y-contrast="high"] .menu__link {
  color: yellow;
}
/* line 19, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] a.lexicon-term {
  border-bottom-color: yellow;
}
/* line 27, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] li.menu__item a.menu__link.main-menu.menu_block-4:hover {
  color: black;
  background-color: white;
}
/* line 33, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-header .menu__link.active-trail {
  background-color: white;
  color: #2a2a2a;
}
/* line 38, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #hlf-global-search-form .form-submit[class] {
  background-color: yellow;
  color: #2a2a2a;
}
/* line 42, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #hlf-global-search-form .form-submit[class]:after {
  color: #2a2a2a;
}
/* line 46, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #hlf-global-search-form .form-item-search .form-text {
  background: #414141;
  border-color: #414141 !important;
  color: white !important;
}
/* line 51, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #hlf-global-search-form .form-item-search .form-text:focus {
  border-color: yellow !important;
}
/* line 56, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .block--menu--menu-search-tab-menu .menu__link.active {
  background-color: #2a2a2a;
}
/* line 62, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .breadcrumb {
  border-color: #b6b6b6 !important;
}
/* line 65, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .breadcrumb__item,
[data-a11y-contrast="high"] .breadcrumb__item:last-child {
  color: white !important;
}
/* line 69, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .breadcrumb__item a {
  color: yellow;
}
/* line 76, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] input.form-text,
[data-a11y-contrast="high"] textarea {
  border-color: #b6b6b6 !important;
  background: #414141;
  color: white;
}
/* line 82, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] input.form-text:focus {
  border-color: yellow !important;
  background: #2a2a2a !important;
}
/* line 226, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] ::-webkit-input-placeholder {
  color: white !important;
}
/* line 229, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] :-moz-placeholder {
  color: white !important;
}
/* line 232, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] ::-moz-placeholder {
  color: white !important;
}
/* line 235, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] :-ms-input-placeholder {
  color: white !important;
}
/* line 93, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .header__logo__link {
  background-image: url(../images/png/logo_hlf_white.png);
  background-image: url(../images/svg/logo_hlf_en_white.svg), none;
}
/* line 98, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .i18n-cy .header__logo__link {
  background-image: url(../images/png/logo_hlf_white.png);
  background-image: url(../images/svg/logo_hlf_cy_white.svg), none;
}
/* line 103, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-footer .lottery_funded a {
  background-image: url(../images/png/lottery_funded_white.png);
  background-image: url(../images/svg/lottery_funded_white.svg), none;
}
/* line 108, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .i18n-cy .region-footer .lottery_funded a {
  background-image: url(../images/png/lottery_funded_white_cy.png);
  background-image: url(../images/svg/lottery_funded_white_cy.svg), none;
}
/* line 117, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #comments blockquote {
  background-color: #363636;
}
/* line 120, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #comments blockquote blockquote {
  background-color: #212121;
}
/* line 123, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #comments blockquote blockquote blockquote {
  background-color: #111111;
}
/* line 134, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .node-homepage-section .group-aside {
  background-color: #2a2a2a;
}
/* line 137, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .node-homepage-section .group-aside h2 {
  color: white;
}
/* line 140, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .node-homepage-section .group-aside h3 a {
  color: yellow;
}
/* line 143, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .node-homepage-section .group-aside h3 a:after {
  color: yellow;
}
/* line 149, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .flex-direction-nav a {
  background-color: #2a2a2a;
}
/* line 152, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .flex-direction-nav a:before {
  color: yellow;
}
/* line 156, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls {
  background-color: #2a2a2a;
}
/* line 159, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls a {
  color: white;
}
/* line 161, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls a:after {
  color: white;
}
/* line 167, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls .flex-active a {
  color: yellow;
}
/* line 168, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls .flex-active a:after {
  color: yellow;
}
/* line 172, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls li:hover {
  background-color: #2a2a2a;
  color: yellow;
}
/* line 175, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls li:hover a {
  color: yellow;
}
/* line 177, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flexslider .hlf-flex-controls li:hover a:after {
  color: yellow;
}
/* line 185, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .is-active.tabs-primary__tab {
  border-color: #717171;
}
/* line 188, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] a.tabs-primary__tab-link {
  background-color: #414141;
}
/* line 191, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] a.tabs-primary__tab-link.is-active {
  background-color: #2a2a2a;
  color: white;
}
/* line 200, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node--landing-page .group-aside-wrapper,
[data-a11y-contrast="high"] .node--listing-page .group-aside-wrapper,
[data-a11y-contrast="high"] .region-hero,
[data-a11y-contrast="high"] .region-lower-content {
  background: #414141;
}
/* line 206, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node--landing-page .group-aside-wrapper .field--textarea,
[data-a11y-contrast="high"] .node--listing-page .group-aside-wrapper .field--textarea,
[data-a11y-contrast="high"] .region-hero .field--textarea,
[data-a11y-contrast="high"] .region-lower-content .field--textarea {
  color: white !important;
}
/* line 211, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flow ol > li:before,
[data-a11y-contrast="high"] .flow ul > li:before {
  color: white !important;
}
/* line 219, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.-landing-block,
[data-a11y-contrast="high"] .bean--image-block {
  background-color: yellow;
}
/* line 223, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.-landing-block .block__window,
[data-a11y-contrast="high"] .node.-landing-block .block__h1,
[data-a11y-contrast="high"] .bean--image-block .block__window,
[data-a11y-contrast="high"] .bean--image-block .block__h1 {
  background: yellow;
  color: #2a2a2a;
}
/* line 228, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.-landing-block .block__window a,
[data-a11y-contrast="high"] .node.-landing-block .block__h1 a,
[data-a11y-contrast="high"] .bean--image-block .block__window a,
[data-a11y-contrast="high"] .bean--image-block .block__h1 a {
  color: #2a2a2a;
}
/* line 232, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.-landing-block .block__summary,
[data-a11y-contrast="high"] .bean--image-block .block__summary {
  border-color: #cccc00;
  color: #2a2a2a;
}
/* line 237, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.node-programme.-landing-block .block__header {
  background-color: yellow;
  color: #2a2a2a;
}
/* line 244, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-footer-block .group-content {
  background-color: #414141;
}
/* line 247, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-footer-block div.block__h1 {
  color: #2a2a2a !important;
  background-color: white;
}
/* line 252, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-footer-block .flow h4, [data-a11y-contrast="high"] .bean-footer-block .flow h5, [data-a11y-contrast="high"] .bean-footer-block .flow h6 {
  color: white;
}
/* line 257, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-footer-block .social-links .icon {
  color: #2a2a2a;
  background-color: yellow;
}
/* line 265, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-lower-content .bean-footer-block .group-content,
[data-a11y-contrast="high"] .level2-regions .bean-footer-block .group-content {
  background-color: #2a2a2a;
}
/* line 271, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-call-to-action a {
  background: yellow;
}
/* line 274, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-call-to-action a:before {
  color: #2a2a2a;
}
/* line 278, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-call-to-action .bean__h1 {
  color: #2a2a2a;
}
/* line 284, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .bean-call-to-action.block-full-block a {
  background: #666600 !important;
}
/* line 287, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .bean-call-to-action.block-full-block a:before {
  color: #cccc00 !important;
}
/* line 290, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .bean-call-to-action.block-full-block .bean__h1 {
  color: #2a2a2a !important;
  background: yellow !important;
}
/* line 297, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node--landing-page.-full .group-aside div.field--landing-page--block div.HLF_bean-user_reference-default .field--body {
  background: #2a2a2a;
}
/* line 300, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node--landing-page.-full .group-aside div.field--landing-page--block div.HLF_bean-user_reference-default .field--body:before, [data-a11y-contrast="high"] .node--landing-page.-full .group-aside div.field--landing-page--block div.HLF_bean-user_reference-default .field--body:after {
  border-color: #2a2a2a transparent;
}
/* line 311, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.-summary-block .feature__body h2 {
  color: #2a2a2a;
  background: yellow !important;
}
/* line 315, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.-summary-block .feature__body h2 a {
  color: #2a2a2a;
}
/* line 319, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node.-summary-block .feature__body .feature__summary {
  background-color: #2a2a2a;
}
/* line 334, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .view-search-our-projects .node.-summary-block[data-position="2"] .feature__body h2,
[data-a11y-contrast="high"] .view-search-our-projects .node.-summary-block[data-position="3"] .feature__body h2,
[data-a11y-contrast="high"] .view-search-our-projects .node.-summary-block[data-position="5"] .feature__body h2,
[data-a11y-contrast="high"] .view-search-our-projects .node.-summary-block[data-position="6"] .feature__body h2 {
  background: yellow;
}
/* line 340, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .projects-menubar {
  border-color: #b6b6b6;
}
/* line 343, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .projects-menubar button {
  background: #414141;
  box-shadow: 0 4px 0 #717171;
  color: yellow;
}
/* line 348, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .projects-menubar button:hover {
  box-shadow: 0 4px 0 #414141;
}
/* line 352, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .projects-menubar button[aria-selected="true"] {
  background: yellow;
  color: #2a2a2a;
}
/* line 356, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .projects-menubar button[aria-selected="true"]:hover {
  box-shadow: 0 4px 0 yellow;
}
/* line 364, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .section-our-projects .view-search-our-projects .view-header h2, [data-a11y-contrast="high"] .section-our-projects .view-search-our-projects .view-header h4 {
  color: white;
}
/* line 370, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .section-our-projects .flow h4 {
  color: white;
}
/* line 378, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #block-views-application-discussions-block .block__h1,
[data-a11y-contrast="high"] #block-views-application-faqs-block .block__h1,
[data-a11y-contrast="high"] #block-views-9ead0431e2f4f2f7645f8295f861543f .block__h1,
[data-a11y-contrast="high"] #block-views-running-projects-faqs-block .block__h1 {
  background-color: #414141;
}
/* line 381, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #block-views-application-discussions-block .quotebox,
[data-a11y-contrast="high"] #block-views-application-faqs-block .quotebox,
[data-a11y-contrast="high"] #block-views-9ead0431e2f4f2f7645f8295f861543f .quotebox,
[data-a11y-contrast="high"] #block-views-running-projects-faqs-block .quotebox {
  background: #2a2a2a;
  border-color: #b6b6b6;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] #block-views-application-discussions-block .quotebox:after, [data-a11y-contrast="high"] #block-views-application-discussions-block .quotebox:before,
[data-a11y-contrast="high"] #block-views-application-faqs-block .quotebox:after,
[data-a11y-contrast="high"] #block-views-application-faqs-block .quotebox:before,
[data-a11y-contrast="high"] #block-views-9ead0431e2f4f2f7645f8295f861543f .quotebox:after,
[data-a11y-contrast="high"] #block-views-9ead0431e2f4f2f7645f8295f861543f .quotebox:before,
[data-a11y-contrast="high"] #block-views-running-projects-faqs-block .quotebox:after,
[data-a11y-contrast="high"] #block-views-running-projects-faqs-block .quotebox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #b6b6b6 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] #block-views-application-discussions-block .quotebox:after,
[data-a11y-contrast="high"] #block-views-application-faqs-block .quotebox:after,
[data-a11y-contrast="high"] #block-views-9ead0431e2f4f2f7645f8295f861543f .quotebox:after,
[data-a11y-contrast="high"] #block-views-running-projects-faqs-block .quotebox:after {
  border-width: 0 23px 23px 0;
  border-color: transparent #2a2a2a transparent;
  left: 23px;
}
/* line 388, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] [class].quotebox {
  background: #414141;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] [class].quotebox:after, [data-a11y-contrast="high"] [class].quotebox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px 0;
  border-color: transparent #414141 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] [class].quotebox:after {
  border-width: 0 33px 33px 0;
  border-color: transparent #414141 transparent;
  left: 23px;
}
/* line 392, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] [class].quotebox a {
  color: yellow !important;
}
/* line 399, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions .block__h1,
[data-a11y-contrast="high"] .region-lower-content .block__h1 {
  color: white !important;
}
/* line 402, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions .quotebox,
[data-a11y-contrast="high"] .region-lower-content .quotebox {
  background: #2a2a2a;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] .level2-regions .quotebox:after, [data-a11y-contrast="high"] .level2-regions .quotebox:before,
[data-a11y-contrast="high"] .region-lower-content .quotebox:after,
[data-a11y-contrast="high"] .region-lower-content .quotebox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #2a2a2a transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] .level2-regions .quotebox:after,
[data-a11y-contrast="high"] .region-lower-content .quotebox:after {
  border-width: 0 23px 23px 0;
  border-color: transparent #2a2a2a transparent;
  left: 23px;
}
/* line 407, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions .bean-footer-block .block__h1,
[data-a11y-contrast="high"] .region-lower-content .bean-footer-block .block__h1 {
  color: #2a2a2a !important;
}
/* line 415, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .table th,
[data-a11y-contrast="high"] .table table th {
  background: #414141;
}
/* line 418, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .table .forum-container,
[data-a11y-contrast="high"] .table table .forum-container {
  background: yellow;
}
/* line 420, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .table .forum-container a,
[data-a11y-contrast="high"] .table table .forum-container a {
  color: #2a2a2a;
}
/* line 429, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-first .HLF_block-title:after {
  color: #FFFFFF !important;
}
/* line 432, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-first .HLF_block-facetapi {
  background-color: #414141;
}
/* line 438, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block {
  background: #414141;
}
/* line 440, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block h3 {
  background-color: white;
  color: #2a2a2a;
}
/* line 445, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul > li {
  border-color: #414141 !important;
}
/* line 448, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul a {
  color: yellow;
}
/* line 451, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li {
  background-color: #414141;
}
/* line 454, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li a {
  background-color: #414141;
}
/* line 457, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li a:hover {
  background-color: #2a2a2a;
}
/* line 460, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li a.active, [data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li a.active-trail {
  border-left-color: yellow !important;
  background-color: #2a2a2a !important;
}
/* line 466, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li a.active {
  color: white;
}
/* line 470, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li a.active-trail {
  color: yellow;
}
/* line 473, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li a.active-trail:hover {
  text-decoration: underline;
}
/* line 480, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li ul li a {
  background-color: #2a2a2a;
}
/* line 482, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li ul li a:hover {
  text-decoration: underline;
}
/* line 485, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li ul li a.active, [data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li ul li a.active-trail {
  color: white;
}
/* line 489, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li ul li a.active:before, [data-a11y-contrast="high"] .region-sidebar-second .block-menu-block ul li ul li a.active-trail:before {
  color: white;
}
/* line 499, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second h3.block__h1 {
  background-color: white;
  color: #2a2a2a;
}
/* line 503, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-views {
  background: #414141;
}
/* line 506, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-views ul.views-list li {
  border-color: #414141 !important;
  background-color: #414141;
}
/* line 510, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-views ul.views-list a {
  background-color: #414141;
}
/* line 512, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-views ul.views-list a:hover {
  background-color: #2a2a2a;
}
/* line 520, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block.mobile-sub-nav .block__h1 {
  background-color: #63656a;
  color: white;
}
/* line 531, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .block-menu-block.mobile-sub-nav a {
  border-top: 1px solid white;
}
/* line 536, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-sidebar-second .bean-user-reference .field--body {
  border-color: #b6b6b6;
  background: #2a2a2a;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] .region-sidebar-second .bean-user-reference .field--body:after, [data-a11y-contrast="high"] .region-sidebar-second .bean-user-reference .field--body:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #b6b6b6 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] .region-sidebar-second .bean-user-reference .field--body:after {
  border-width: 0 23px 23px 0;
  border-color: transparent #2a2a2a transparent;
  left: 23px;
}
/* line 548, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] div.field--twitter-link:before {
  color: yellow;
}
/* line 554, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2, [data-a11y-contrast="high"] #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h3 {
  color: white;
}
/* line 556, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h2:before, [data-a11y-contrast="high"] #block-views-contact-us-blocks-block .entity-bean .HLF_field-title_field h3:before {
  color: white;
}
/* line 565, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .ui-accordion {
  background: #2a2a2a;
}
/* line 569, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .fieldset-legend,
[data-a11y-contrast="high"] .ui-accordion-header {
  background: #414141 !important;
}
/* line 572, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .fieldset-legend a,
[data-a11y-contrast="high"] .ui-accordion-header a {
  color: yellow !important;
}
/* line 575, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .fieldset-legend a span:before,
[data-a11y-contrast="high"] .ui-accordion-header a span:before {
  color: yellow !important;
}
/* line 579, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .fieldset-legend .fieldset-legend-prefix,
[data-a11y-contrast="high"] .fieldset-legend .ui-accordion-header-icon,
[data-a11y-contrast="high"] .ui-accordion-header .fieldset-legend-prefix,
[data-a11y-contrast="high"] .ui-accordion-header .ui-accordion-header-icon {
  color: yellow !important;
}
/* line 585, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .ui-accordion-content {
  background: #2a2a2a;
}
/* line 591, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-main-content .HLF_field-field_byline,
[data-a11y-contrast="high"] .group-main-content .HLF_field-field_intro_text,
[data-a11y-contrast="high"] .group-aside .HLF_field-field_byline,
[data-a11y-contrast="high"] .group-aside .HLF_field-field_intro_text {
  color: white !important;
}
/* line 597, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-file-attachments > h3,
[data-a11y-contrast="high"] .group-file-attachments > h2 {
  background: #414141;
}
/* line 604, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] ul.field--key-facts li {
  color: white !important;
}
/* line 607, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] ul.field--key-facts li:before {
  color: white !important;
}
/* line 616, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .listing__body h2,
[data-a11y-contrast="high"] .listing__body .field.field--title-field {
  background: #2a2a2a;
}
/* line 620, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .listing__body .title-prefix {
  color: yellow;
}
/* line 628, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions[class] {
  background: #414141;
}
/* line 631, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions[class] .views-exposed-widgets .form-text {
  background: #2a2a2a;
  border-color: #2a2a2a;
}
/* line 636, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions[class] .block--facetapi[class][class] {
  background: #2a2a2a;
}
/* line 639, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions[class] .block--facetapi[class][class] .block__h1[aria-expanded]:after {
  color: yellow;
}
/* line 643, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .level2-regions[class] .listing__h1 a {
  background: #2a2a2a;
}
/* line 654, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] div[class*="region-sidebar"] .views-search-form .views-exposed-widgets .form-text {
  color: white;
}
/* line 657, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] div[class*="region-sidebar"] .views-search-form .views-exposed-widgets .form-text:focus, [data-a11y-contrast="high"] div[class*="region-sidebar"] .views-search-form .views-exposed-widgets .form-text:hover {
  background: #2a2a2a;
}
/* line 666, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .btn {
  background: yellow !important;
  border-color: yellow !important;
  color: #2a2a2a !important;
}
/* line 671, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .btn:hover, [data-a11y-contrast="high"] .btn:focus {
  background: yellow !important;
  border-color: yellow !important;
}
/* line 676, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .btn:after {
  color: #2a2a2a !important;
}
/* line 683, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node--news.-teaser .listing__aside:after,
[data-a11y-contrast="high"] .node--story.-teaser .listing__aside:after {
  background-image: url(../images/png/star-small.png);
  background-image: url(../images/svg/star-small.svg), none;
}
/* line 692, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node--news.-teaser .listing__aside:after,
[data-a11y-contrast="high"] .node--story.-teaser .listing__aside:after,
[data-a11y-contrast="high"] .node--feature-article.-teaser .listing__aside:after,
[data-a11y-contrast="high"] .node--blog.-teaser .listing__aside:after {
  background-color: #2a2a2a;
}
/* line 698, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .view-news-and-features .views-row-even .node.-summary-block .feature__h1 {
  background: yellow;
}
/* line 701, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .view-news-and-features .node.-summary-block .feature__aside:after {
  background-color: #2a2a2a;
}
/* line 708, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #hlf-global-sort-form .btn {
  background: yellow;
  border-color: yellow;
  color: #2a2a2a;
}
/* line 713, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] #hlf-global-sort-form .btn:before {
  color: #2a2a2a;
}
/* line 719, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-tags div a {
  background-color: #414141;
}
/* line 723, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .page-about-us-news-features .node-teaser.node-sticky {
  background-color: #2a2a2a;
  border: 1px solid yellow !important;
}
/* line 727, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .listing__body .field.field--title-field {
  background: #2a2a2a;
}
/* line 734, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .comment-form-wrapper__h1 {
  border-color: #b6b6b6;
  color: white;
}
/* line 739, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .region-content .form-item .description {
  color: #dddddd;
}
/* line 744, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .comment-form[class] .field-widget-image-image,
[data-a11y-contrast="high"] .comment-form[class] .field-widget-video-embed-field-video,
[data-a11y-contrast="high"] .comment-form[class] .field-widget-file-generic {
  border-color: #b6b6b6;
}
/* line 749, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .comment-form[class] .field-widget-image-image table .field-label label,
[data-a11y-contrast="high"] .comment-form[class] .field-widget-video-embed-field-video table .field-label label,
[data-a11y-contrast="high"] .comment-form[class] .field-widget-file-generic table .field-label label {
  background: #414141;
}
/* line 754, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .comment-form[class] .field-widget-image-image th {
  background: #222c78;
  color: white;
}
/* line 758, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .comment-form[class] .field-widget-image-image td {
  border-color: #b6b6b6;
}
/* line 762, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .comment-form[class] strong {
  color: white;
}
/* line 766, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .comment {
  background: #2a2a2a;
}
/* line 186, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] .comment:after, [data-a11y-contrast="high"] .comment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px 0;
  border-color: transparent #b6b6b6 transparent;
}
/* line 198, ../sass/base/mixins/_mixins.scss */
[data-a11y-contrast="high"] .comment:after {
  border-width: 0 33px 33px 0;
  border-color: transparent #2a2a2a transparent;
  left: 23px;
}
/* line 771, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .cke_path_item,
[data-a11y-contrast="high"] .cke_path_empty {
  color: #2a2a2a;
}
/* line 776, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .block-subscriptions-ui .block__h1 {
  color: white !important;
}
/* line 784, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .messages a {
  color: #2a2a2a !important;
}
/* line 792, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node-project h2 {
  color: white !important;
}
/* line 796, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node-project p.HLF_field-field_case_study_project_factoid {
  background-color: #414141;
  color: white !important;
}
/* line 802, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-quote {
  color: white !important;
}
/* line 805, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-quote .HLF_field-field_case_study_project_quote {
  color: white !important;
}
/* line 809, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-quote .HLF_field-field_case_study_project_quoteby {
  color: white;
}
/* line 814, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .field-group-accordion-wrapper .ui-accordion-header .ui-accordion-header-icon {
  color: yellow !important;
}
/* line 817, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .field-group-accordion-wrapper .ui-accordion-header a {
  color: yellow !important;
}
/* line 823, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-info-panel .field {
  color: white;
}
/* line 826, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-info-panel .field:before {
  color: white !important;
}
/* line 830, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-info-panel .HLF_field-field_project_programme {
  background-color: #414141;
}
/* line 836, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .HLF_node-project-teaser .group-main-content h3 {
  background: #2a2a2a;
}
/* line 845, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .hero__body p {
  color: white !important;
}
/* line 849, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .group-profile-info :before {
  color: white !important;
}
/* line 855, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .outer-width-wrapper {
  background: #414141;
}
/* line 858, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .node-project.view-mode-case_study_view .group-footer .ui-widget,
[data-a11y-contrast="high"] .node-project.view-mode-snapshot .group-footer .ui-widget {
  background: #2a2a2a;
}
/* line 867, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .flow ol > li:before h2, [data-a11y-contrast="high"] .flow ol > li:before h3, [data-a11y-contrast="high"] .flow ol > li:before h4, [data-a11y-contrast="high"] .flow ol > li:before h5, [data-a11y-contrast="high"] .flow ol > li:before h6, [data-a11y-contrast="high"] .flow ol > li:before .quote-msg,
[data-a11y-contrast="high"] .flow ul > li:before h2,
[data-a11y-contrast="high"] .flow ul > li:before h3,
[data-a11y-contrast="high"] .flow ul > li:before h4,
[data-a11y-contrast="high"] .flow ul > li:before h5,
[data-a11y-contrast="high"] .flow ul > li:before h6,
[data-a11y-contrast="high"] .flow ul > li:before .quote-msg,
[data-a11y-contrast="high"] .flow h2,
[data-a11y-contrast="high"] .flow h3,
[data-a11y-contrast="high"] .flow h4,
[data-a11y-contrast="high"] .flow h5,
[data-a11y-contrast="high"] .flow h6,
[data-a11y-contrast="high"] .flow .quote-msg {
  color: white !important;
}
/* line 878, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .section-running-your-project .flow h2, [data-a11y-contrast="high"] .section-running-your-project .flow .quote-msg {
  color: white;
}
/* line 889, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .addthis_toolbox .addthis_button_print:hover {
  background-color: white;
}
/* line 894, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .addthis_toolbox .addthis_button_facebook:hover {
  background-color: #0b0f29;
}
/* line 899, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .addthis_toolbox .addthis_button_twitter:hover {
  background-color: #23898e;
}
/* line 904, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .addthis_toolbox .addthis_button_more:hover {
  background-color: #8b2727;
}
/* line 909, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .addthis_toolbox .hlf_button_rss:hover {
  background-color: #682805;
}
/* line 920, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .section-apply .flow h2, [data-a11y-contrast="high"] .section-apply .flow h3, [data-a11y-contrast="high"] .section-apply .flow h4 {
  color: white;
}
/* line 931, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean--home-story.site-section--about-us, [data-a11y-contrast="high"] .bean--home-story.site-section--our-projects, [data-a11y-contrast="high"] .bean--home-story.site-section--looking-for-funding, [data-a11y-contrast="high"] .bean--home-story.site-section--apply, [data-a11y-contrast="high"] .bean--home-story.site-section--running-your-project, [data-a11y-contrast="high"] .bean--home-story.site-section--community {
  background-color: #414141;
}
@media screen and (min-width: 480px) {
  /* line 930, ../sass/components/a11y/_accessibility.scss */
  [data-a11y-contrast="high"] .bean--home-story {
    border-color: #2a2a2a !important;
  }
}
/* line 951, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .bean-home-story--full-width.site-section--about-us .text-wrapper, [data-a11y-contrast="high"] .bean-home-story--full-width.site-section--our-projects .text-wrapper, [data-a11y-contrast="high"] .bean-home-story--full-width.site-section--looking-for-funding .text-wrapper, [data-a11y-contrast="high"] .bean-home-story--full-width.site-section--apply .text-wrapper, [data-a11y-contrast="high"] .bean-home-story--full-width.site-section--running-your-project .text-wrapper, [data-a11y-contrast="high"] .bean-home-story--full-width.site-section--community .text-wrapper,
[data-a11y-contrast="high"] .bean-home-story--square-image-block.site-section--about-us .text-wrapper,
[data-a11y-contrast="high"] .bean-home-story--square-image-block.site-section--our-projects .text-wrapper,
[data-a11y-contrast="high"] .bean-home-story--square-image-block.site-section--looking-for-funding .text-wrapper,
[data-a11y-contrast="high"] .bean-home-story--square-image-block.site-section--apply .text-wrapper,
[data-a11y-contrast="high"] .bean-home-story--square-image-block.site-section--running-your-project .text-wrapper,
[data-a11y-contrast="high"] .bean-home-story--square-image-block.site-section--community .text-wrapper {
  background-color: #414141;
  background-color: rgba(65, 65, 65, 0.9);
}
/* line 965, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .HLF_form-forum-node-form .form-field-type-taxonomy-term-reference > .form-item > label,
[data-a11y-contrast="high"] .HLF_form-forum-node-form .form-field-type-taxonomy-term-reference .form-checkboxes {
  background: white;
  color: #414141;
}
/* line 973, ../sass/components/a11y/_accessibility.scss */
[data-a11y-contrast="high"] .table th, [data-a11y-contrast="high"] table th {
  background: white;
  color: #414141;
}

/* line 983, ../sass/components/a11y/_accessibility.scss */
.HLF_accessibility_flag {
  positon: relative;
}

/* line 987, ../sass/components/a11y/_accessibility.scss */
img.HLF_accessibility_flag {
  /*    outline: 3px $color-red dotted;*/
}

/* line 991, ../sass/components/a11y/_accessibility.scss */
.HLF_accessibility_flag:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  padding: 0;
  color: white;
  background-color: #cd4c4b;
  border-radius: 10px;
  height: 15px;
  width: 15px;
  display: block;
  line-height: 15px;
  position: absolute;
  text-align: center;
  font-size: 15px;
}

/* No files to import found in theme/* */
/**
 *
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* line 14, ../sass/_print.scss */
  p {
    font-size: 85% !important;
  }

  /* Underline all links. */
  /* line 19, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 24, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 29, ../sass/_print.scss */
  .ui-accordion .ui-accordion-content {
    display: block !important;
    height: auto !important;
  }

  /* line 35, ../sass/_print.scss */
  .node-teaser :before,
  .node-teaser :after {
    display: none;
  }

  /* line 41, ../sass/_print.scss */
  #header {
    display: none;
  }

  /* line 45, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 47, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
    display: block;
  }
  /* line 54, ../sass/_print.scss */
  #content .field--collection-main-image .adaptive-image {
    height: auto !important;
    width: auto !important;
    margin: 10px !important;
    clear: both;
    float: none;
  }
  /* line 63, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 69, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 75, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 83, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 93, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: visible;
    display: none;
  }
}
