@charset "UTF-8";
/***********************************************************************
Filename: _style.scss
Title: Style
Author: Maraid Design
AAM
************************************************************************/
/* Reset
-----------------------------------------------------------------------*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
p {
  -webkit-hyphens: auto;
  -epub-hyphens:   auto;
  -moz-hyphens:    auto;
  hyphens:         auto;

}
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/* Import formatting
-----------------------------------------------------------------------*/
/******************************************************************
Site Name:
Author: Maraid Design
Stylesheet: Mixins Stylesheet
Client: AAM
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/***********************************************************************
Filename: _fonts.scss
Title: Fonts
Author: Maraid Design
Client: AAM
************************************************************************/
/* Import fonts
-----------------------------------------------------------------------*/
@font-face {
  font-family: "fsme-regular";
  src: url("webfonts/FSMeWeb-Regular.eot");
  src: url("webfonts/FSMeWeb-Regular.eot?#iefix") format("embedded-opentype"), url("webfonts/FSMeWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fsme-italic";
  src: url("webfonts/FSMeWeb-Italic.eot");
  src: url("webfonts/FSMeWeb-Italic.eot?#iefix") format("embedded-opentype"), url("webfonts/FSMeWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fsme-bold";
  src: url("webfonts/FSMeWeb-Bold.eot");
  src: url("webfonts/FSMeWeb-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/FSMeWeb-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Font stack
-----------------------------------------------------------------------*/
/* Body font variations
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _base.scss
Title: Main colours
Author: Maraid Design
Client: AAM
************************************************************************/
/* Set media query names
-----------------------------------------------------------------------*/
/* Main site colours
-----------------------------------------------------------------------*/
/* Colour classes for AAM to use
-----------------------------------------------------------------------*/
.blue {
  color: #294f9c;
}

.purple {
  color: #73188d;
}

.pink {
  color: #b5056d;
}

.orange {
  color: #c84503;
}

.turq {
  color: #03857c;
}

.green {
  color: #009300;
}

/* Main links
-----------------------------------------------------------------------*/
a {
  color: #b5056d;
}
a:hover, a:focus {
  color: #880452;
}

strong, b {
  font-weight: normal;
  font-family: "fsme-bold", Helvetica, Arial, sans-serif;
}

/* Headings
-----------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
  font-family: "fsme-bold", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  line-height: 1.333em;
  font-size: 1.2em;
}
@media screen and (min-width: 481px) {
  h1, .h1 {
    font-size: 1.5em;
  }
}

h2, .h2 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* General
-----------------------------------------------------------------------*/
body {
  font-size: 1.2em;
  line-height: 1.6;
  background-color: #07c2b1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "fsme-regular", Helvetica, Arial, sans-serif;
  color: #1f3d78;
}
@media screen and (min-width: 481px) {
  body {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1030px) {
  body {
    background-color: #07c2b1;
    background-attachment: fixed;
  }
}

.wrap {
  width: 96%;
  margin: 0 auto;
  max-width: 1200px;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  width: 90%;
  background-color: #fff8f7;
}
@media screen and (min-width: 481px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 1100px) {
  .container {
    width: 100%;
  }
}

address {
  font-style: normal;
}

.no-margin {
  margin: 0;
}

/* Blockquote
-----------------------------------------------------------------------*/
blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #ccc;
  font-style: italic;
  color: #ccc;
}

/***********************************************************************
Filename: _grid.scss
Title: Grid
Author: Maraid Design
Client: AAM
************************************************************************/
.last {
  margin-right: 0;
}

/* Clears and hides
-----------------------------------------------------------------------*/
.hidden, footer span, .screen-reader-text, .button span, .indicates-required {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear-float {
  height: 1%;
}

/* IE6 */
*:first-child + html .clear-float {
  min-height: 1%;
}

/* IE7 */
.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both;
}

.end {
  margin: 0;
}

/***********************************************************************
Filename: _images.scss
Title: Images
Author: Maraid Design
Client: AAM
************************************************************************/
/* base images
-----------------------------------------------------------------------*/
img {
  width: 100%;
  height: auto;
}

img.size {
  width: auto;
}

/* white border
-----------------------------------------------------------------------*/
/* floated images
-----------------------------------------------------------------------*/
img.alignright {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  img.alignright {
    width: 45%;
    float: right;
    margin: 10px 0 20px 20px;
  }
}

img.alignleft {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  img.alignleft {
    width: 45%;
    float: left;
    margin: 10px 20px 20px 0;
  }
}

/* floated images with sliverstripe classes
-----------------------------------------------------------------------*/
.captionImage {
  font-size: 80%;
  border-bottom: 3px solid #ccc;
  padding-bottom: 0.8em;
  font-style: italic;
}

.leftAlone {
  margin-bottom: 20px;
  width: 100% !important;
}
.leftAlone img {
  width: 100% !important;
}
@media screen and (min-width: 600px) {
  .leftAlone {
    width: 45% !important;
    margin: 20px 20px 20px 0;
  }
}
.leftAlone img.leftAlone {
  width: 100% !important;
  margin: 0;
}
.leftAlone p.leftAlone {
  width: 100% !important;
  margin: 0;
}

.left {
  margin-bottom: 20px;
  width: 100% !important;
}
.left img {
  width: 100% !important;
}
@media screen and (min-width: 600px) {
  .left {
    width: 45% !important;
    float: left;
    margin: 10px 30px 20px 0;
  }
}
.left img.left {
  width: 100% !important;
  float: none;
  margin: 0;
}
.left p.left {
  width: 100% !important;
  float: none;
  margin: 0;
}

.rightAlone {
  margin-bottom: 20px;
  width: 100% !important;
}
.rightAlone img {
  width: 100% !important;
}
@media screen and (min-width: 600px) {
  .rightAlone {
    width: 45% !important;
    margin: 20px 0 20px 20px;
    display: block;
    text-align: right;
  }
}
.rightAlone img.rightAlone {
  width: 100% !important;
  margin: 0;
}
.rightAlone p.rightAlone {
  width: 100% !important;
  margin: 0;
  text-align: right;
}

.right {
  margin-bottom: 20px;
  width: 100% !important;
}
.right img {
  width: 100% !important;
}
@media screen and (min-width: 600px) {
  .right {
    width: 45% !important;
    float: right;
    margin: 10px 0 20px 20px;
  }
}
.right img.right {
  width: 100% !important;
  float: none;
  margin: 0;
}
.right p.right {
  width: 100% !important;
  float: none;
  margin: 0;
  text-align: right;
}

.center {
  width: 100% !important;
  margin-bottom: 20px;
  text-align: center;
}
.center img {
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .center {
    margin: 20px 0;
  }
}
.center img.center {
  width: auto !important;
  max-width: 100% !important;
  margin: 0;
}
.center p.center {
  width: 100% !important;
  margin: 0;
  text-align: center;
}

/***********************************************************************
Filename: _lists.scss
Title: Lists
Author: Maraid Design
Client: AAM
************************************************************************/
/* Lists in content
-----------------------------------------------------------------------*/
article ul {
  list-style-type: none;
  margin-left: 10px;
}
article ul li {
  background: url(../images/site/bullet.png) no-repeat 0 11px;
  background-size: 15px 15px;
  padding-left: 40px;
  margin-bottom: 20px;
}

article ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

/* project details - cost, time, place etc
-----------------------------------------------------------------------*/
.details {
  background-color: #294f9c;
  color: #fff;
  padding: 30px;
  margin: 30px 0;
}
.details ul {
  list-style-type: none;
  margin: 0;
}
.details ul span {
  font-family: "fsme-bold", Helvetica, Arial, sans-serif;
  margin-right: 10px;
}
.details ul li {
  padding-left: 50px;
  margin-bottom: 10px;
  background: none;
  padding-left: 50px;
}
.details ul li.location {
  background: url(../images/site/project-icon-location.png) no-repeat 0 6px;
  background-size: 25px 25px;
}
.details ul li.time {
  background: url(../images/site/project-icon-time.png) no-repeat 0 6px;
  background-size: 25px 25px;
}
.details ul li.cost {
  background: url(../images/site/project-icon-cost.png) no-repeat 0 6px;
  background-size: 22px 22px;
}
.details ul li.who {
  background: url(../images/site/project-icon-who.png) no-repeat 0 6px;
  background-size: 24px 24px;
}

section.AbleWeb .details {
  background-color: #c84503;
}

section.iMUSE .details {
  background-color: #009300;
}

section.Hands-and-Voices .details {
  background-color: #b5056d;
}

section.Sensory-programme .details {
  background-color: #73188d;
}

/* Social
-----------------------------------------------------------------------*/
.colwrap ul li {
  padding-left: 30px;
  background: url(../images/site/social-youtube.png) no-repeat 0 50%;
  background-size: 20px 20px;
}
.colwrap ul li.facebook {
  background-image: url(../images/site/social-facebook.png);
}
.colwrap ul li.twitter {
  background-image: url(../images/site/social-twitter.png);
}
.colwrap ul li.insta {
  background-image: url(../images/site/social-insta.png);
}

/* row side by side pic first: projects
-----------------------------------------------------------------------*/
ul.modules-row-side {
  list-style-type: none;
  margin: 50px 0 0;
  font-size: 85%;
}
ul.modules-row-side li {
  margin-bottom: 50px;
  background: none;
  padding-left: 0;
}
@media screen and (min-width: 1030px) {
  ul.modules-row-side li {
    width: 47.7272727273%;
    float: left;
    margin-right: 4.5454545455%;
  }
}
@media screen and (min-width: 1030px) {
  ul.modules-row-side li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1030px) {
  ul.modules-row-side li:nth-child(2n+1) {
    clear: both;
  }
}
ul.modules-row-side img {
  padding: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
}

.AbleWeb .button {
  background-color: #c84503;
}
.AbleWeb .button:hover, .AbleWeb .button:focus {
  background-color: #9b3502;
}

.Hands-and-Voices .button {
  background-color: #b5056d;
}
.Hands-and-Voices .button:hover, .Hands-and-Voices .button:focus {
  background-color: #880452;
}

.iMUSE .button {
  background-color: #009300;
}
.iMUSE .button:hover, .iMUSE .button:focus {
  background-color: #006500;
}

.Sensory-programme .button {
  background-color: #73188d;
}
.Sensory-programme .button:hover, .Sensory-programme .button:focus {
  background-color: #531166;
}

/* no row: news and team
-----------------------------------------------------------------------*/
ul.modules-no-row {
  margin: 50px 0 0;
  list-style-type: none;
  font-size: 85%;
}
ul.modules-no-row li {
  margin-bottom: 50px;
  background: none;
  padding-left: 0;
}
@media screen and (min-width: 1030px) {
  ul.modules-no-row img {
    width: 100%;
    padding: 18px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px -3px black;
    box-shadow: 0 0 5px -3px black;
    -moz-box-shadow: 0 0 5px -4px black;
  }
}
ul.modules-no-row h2.special {
  margin-bottom: 0;
}
ul.modules-no-row p.blog-post-meta {
  margin-top: 0;
}

@media screen and (min-width: 1030px) {
  .team img {
    width: 50% !important;
    float: right;
    margin-left: 30px;
  }
}
.team p {
  hyphens: none;
}

/* row1 image and text side by side: NO LONGER TEAM
-----------------------------------------------------------------------*/
ul.modules-row1 {
  list-style-type: none;
  margin-top: 50px;
  margin-left: 0;
  font-size: 85%;
}
ul.modules-row1 li {
  padding: 0 !important;
  background: none !important;
  padding-left: 0;
}
@media screen and (min-width: 1030px) {
  ul.modules-row1 li {
    margin-bottom: 2em;
  }
}
ul.modules-row1 li:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.modules-row1 img {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 481px) {
  ul.modules-row1 img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 46.511627907%;
    margin-bottom: 1em;
  }
}
ul.modules-row1 h2 {
  margin: 0 !important;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  margin-top: 0;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 1030px) {
  ul.modules-row1 h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
}
@media screen and (min-width: 481px) {
  ul.modules-row1 .text {
    float: right;
    width: 46.511627907%;
  }
}

/* modules - block: supporters
-----------------------------------------------------------------------*/
ul.modules-blocks {
  list-style-type: none;
  margin: 50px 0 0;
}
ul.modules-blocks li {
  width: 47.7272727273%;
  float: left;
  margin-right: 4.5454545455%;
  margin-bottom: 20px;
  padding-left: 0;
  background-image: none;
}
@media screen and (min-width: 600px) {
  ul.modules-blocks li {
    width: 30%;
  }
}
ul.modules-blocks li:nth-child(2n+2) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  ul.modules-blocks li:nth-child(2n+2) {
    margin-right: 4.5454545455%;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-blocks li:nth-child(3n+3) {
    margin-right: 0%;
  }
}
ul.modules-blocks img {
  padding: 10px !important;
  display: block;
}
ul.modules-blocks .supporter-text {
  width: 100%;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
ul.modules-blocks .supporter-text a {
  color: #294f9c;
  text-decoration: none;
}
ul.modules-blocks .supporter-text span {
  font-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/***********************************************************************
Filename: _forms.scss
Title: Forms
Author: Maraid Design
Client: AAM
************************************************************************/
/* Defaults
-----------------------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field,
fieldset {
  border: none;
}

label {
  display: block;
}

/* Search
-----------------------------------------------------------------------*/
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-image: url("../images/site/form-arrow.svg");
  background-size: 20px 15px;
  border: 5px solid #decdcb;
  padding: 5px;
}

select::-ms-expand {
  display: none;
}

/* Search
-----------------------------------------------------------------------*/
/* mailchimp
-----------------------------------------------------------------------*/
#mc_embed_signup {
  margin-bottom: 50px;
}
#mc_embed_signup form input[type=text], #mc_embed_signup form input[type=email] {
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
  margin-bottom: 20px;
  border: 5px solid #decdcb;
  padding: 5px;
  width: 100%;
  max-width: 450px;
}
#mc_embed_signup form input[type=text]:focus, #mc_embed_signup form input[type=email]:focus {
  background-color: #E8FFA9;
}
#mc_embed_signup form .input-group {
  margin: 30px 0;
}
#mc_embed_signup form .input-group input[type=checkbox], #mc_embed_signup form .input-group input[type=radio] {
  position: relative;
  float: left;
  margin-top: 10px;
}
#mc_embed_signup form .input-group label {
  margin-left: 30px;
  margin-bottom: 20px;
}
#mc_embed_signup form ul li {
  background-image: none;
  padding-left: 0;
}

/* resources
-----------------------------------------------------------------------*/
#Form_ResourceForm fieldset {
  margin: 0;
  padding: 0;
}
#Form_ResourceForm input[type=text], #Form_ResourceForm input[type=email] {
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
  margin-bottom: 20px;
  border: 5px solid #decdcb;
  padding: 5px;
  width: 100%;
  max-width: 450px;
}
#Form_ResourceForm input[type=text]:focus, #Form_ResourceForm input[type=email]:focus {
  background-color: #E8FFA9;
}

#Form_FilterForm button {
  display: block;
  background-color: #03857c;
}
#Form_FilterForm button:hover, #Form_FilterForm button:focus {
  background-color: #025852;
}
#Form_FilterForm div {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #Form_FilterForm div {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}
#Form_FilterForm select {
  min-width: 300px;
}
@media screen and (min-width: 768px) {
  #Form_FilterForm select {
    width: 100%;
    min-width: none;
  }
}

/* login page
-----------------------------------------------------------------------*/
#MemberLoginForm_LoginForm label, #MemberLoginForm_LoginForm input {
  display: block !important;
  float: none !important;
}
#MemberLoginForm_LoginForm input[type=text], #MemberLoginForm_LoginForm input[type=password] {
  padding: 4px 20px;
  border: 5px solid #decdcb;
}

/***********************************************************************
Filename: _buttons.scss
Title: Buttons
Author: Maraid Design
Client: AAM
************************************************************************/
/* basic of button
-----------------------------------------------------------------------*/
/*-------------------
BUTTON DEFAULTS
Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac
-------------------*/
header form input[type=submit], .button, input[type=submit], .sweet-alert button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  padding: 19px 28px;
  border-radius: 25px;
  border: 0;
  cursor: pointer;
  font-family: "fsme-bold", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.button:hover, input[type=submit]:hover, .sweet-alert button:hover, .button:focus, input[type=submit]:focus, .sweet-alert button:focus {
  color: #fff;
  text-decoration: none;
}
.button:active, input[type=submit]:active, .sweet-alert button:active {
  top: 1px;
}

/* the actual buttons
-----------------------------------------------------------------------*/
.button, input[type=submit], .sweet-alert button {
  background-color: #294f9c;
  color: #fff;
}
.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus, .sweet-alert button:hover, .sweet-alert button:focus {
  background-color: #1e3b74;
}
.button:active, input[type=submit]:active, .sweet-alert button:active {
  background-color: #1e3b74;
}

/* buttons in places
-----------------------------------------------------------------------*/
header .button {
  background-color: #294f9c;
  color: #fff !important;
  text-transform: lowercase;
  padding-bottom: 0;
  height: 40px;
  padding: 4px 28px;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  header .button {
    height: 76px;
    padding: 19px 28px;
  }
}
@media screen and (min-width: 1030px) {
  header .button {
    margin: 0;
  }
}
header .alt {
  background-color: #b5056d;
}
header .alt:active, header .alt:hover, header .alt:focus {
  background-color: #83044f;
}

footer .button {
  background-color: #c8f5ff;
  color: #294f9c !important;
}
footer .button:hover, footer .button:focus {
  background-color: #fff;
}

section.AbleWeb .button {
  background-color: #c84503;
}

section.Hands-and-Voices .button {
  background-color: #b5056d;
}

section.iMUSE .button {
  background-color: #009300;
}

section.Sensory-programme .button {
  background-color: #73188d;
}

/***********************************************************************
Filename: _footers.scss
Title: Footers
Author: Maraid Design
Client: AAM
************************************************************************/
/* real footer
-----------------------------------------------------------------------*/
footer {
  clear: both;
}
footer .colwrap {
  background-color: #294f9c;
  padding: 25px;
  color: #fff;
}
@media screen and (min-width: 481px) {
  footer .colwrap {
    padding: 50px;
  }
}
footer .colwrap a {
  color: #fff;
}
footer .colwrap a:hover, footer .colwrap a:focus {
  color: #fff;
  text-decoration: none;
}
footer .col {
  margin-right: 4.5%;
  margin-bottom: 60px;
}
@media screen and (min-width: 1030px) {
  footer .col {
    width: 30.303030303%;
    float: left;
    margin-bottom: 0;
  }
}
footer .last {
  margin-right: 0;
  margin-bottom: 0;
}
footer h2 {
  margin-top: 0;
}
footer .bottom {
  background-color: #03857c;
  margin: 20px 0;
}
footer .bottom p {
  margin: 0;
}
footer .bottom img {
  max-width: 220px;
}
footer .bottom ul {
  margin: 0;
}
@media screen and (min-width: 1030px) {
  footer .bottom .col-half-1 {
    width: 45%;
    float: left;
  }
}
footer .bottom .col-half-1 .link {
  padding-left: 20px;
  background: url(../images/site/dash.png) no-repeat 3px 50%;
  background-size: auto 2px;
}
@media screen and (min-width: 1030px) {
  footer .bottom .col-half-2 {
    width: 45%;
    float: right;
    text-align: right;
  }
}

/***********************************************************************
Filename: _main_header.scss
Title: Main Header
Author: Maraid Design
Client: AAM
************************************************************************/
/* Main header
-----------------------------------------------------------------------*/
header {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1030px) {
  header {
    height: 235px;
    margin: 0;
  }
}
header form {
  width: 100%;
}
@media screen and (min-width: 481px) {
  header form {
    width: auto;
  }
}
header form fieldset {
  padding: 0;
}
header form input {
  height: 40px;
  border: none !important;
}
@media screen and (min-width: 481px) {
  header form input {
    height: 76px;
  }
}
header form input[type=submit] {
  background-color: #73188d;
  color: #fff;
  border-radius: 0 25px 25px 0;
  left: -3px;
  text-transform: lowercase;
  width: 30%;
  padding: 0 0;
}
@media screen and (min-width: 481px) {
  header form input[type=submit] {
    width: auto;
    padding: 19px 28px;
  }
}
header form input[type=submit]:hover, header form input[type=submit]:focus {
  background-color: #4f1161;
}
header form input[type=text] {
  width: 70%;
  float: left;
  border-radius: 25px 0 0 25px;
  text-align: center;
  position: relative;
  right: -3px;
}
@media screen and (min-width: 481px) {
  header form input[type=text] {
    width: auto;
    float: none;
  }
}

#logo {
  margin: 0;
  width: 80%;
}
@media screen and (min-width: 600px) {
  #logo {
    width: 50%;
  }
}
@media screen and (min-width: 1030px) {
  #logo {
    position: absolute;
    width: 30%;
    float: left;
    left: 0;
  }
}
@media screen and (min-width: 1240px) {
  #logo {
    top: -30px;
    left: -6px;
  }
}
#logo a {
  color: #fff;
}

@media screen and (min-width: 1030px) {
  .info {
    float: right;
    text-align: right;
  }
}
.info nav {
  margin-bottom: 20px;
}
@media screen and (min-width: 1030px) {
  .info nav {
    margin-bottom: 0;
    margin-top: 70px;
    display: inline-block;
    float: left;
    margin-left: 10px;
  }
}
.info nav .button {
  margin-right: 10px;
}
.info nav .alt {
  margin-right: 0;
}
@media screen and (min-width: 1030px) {
  .info nav .alt {
    margin-right: 11px;
  }
}
@media screen and (min-width: 1030px) {
  .info form {
    display: inline-block;
    margin-top: 70px;
  }
}

/***********************************************************************
Filename: _icons.scss
Title: Icons
Author: Maraid Design
Client: AAM
************************************************************************/
/* x
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _blog_posts.scss
Title: Blog posts
Author: Maraid Design
Client: AAM
************************************************************************/
/* General
-----------------------------------------------------------------------*/
/* post meta */
.byline {
  color: #ccc;
  font-style: italic;
  margin: 0;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* comments
-----------------------------------------------------------------------*/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #ccc;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #ccc;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #ccc;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #ccc;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
}

/* comment forms
-----------------------------------------------------------------------*/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #ccc;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #ccc;
  font-style: italic;
  margin: 0;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #ccc;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

@media only screen and (min-width: 481px) {
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
}
/* end .media query */
/***********************************************************************
Filename: _homepage.scss
Title: Home page 
Author: Maraid Design
Client: AAM
************************************************************************/
/* covid
-----------------------------------------------------------------------*/
.covid {
  font-size: 36px;
  line-height: 1.3em;
}
.covid a {
  color: white;
}
.covid a:hover, .covid a:focus {
  text-decoration: none;
}

body.home article {
  padding: 25px;
}
@media screen and (min-width: 481px) {
  body.home article {
    padding: 50px;
  }
}

body.home #content {
  padding: 0;
}

img.hero {
  display: block;
}

/* intro
-----------------------------------------------------------------------*/
body.home article.intro {
  padding: 0;
}
@media screen and (min-width: 1030px) {
  body.home article.intro {
    width: 60%;
    float: left;
    position: relative;
    top: -100px;
  }
}
body.home article.intro .further {
  padding: 10px 25px;
}
@media screen and (min-width: 481px) {
  body.home article.intro .further {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1030px) {
  body.home article.intro .further {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1030px) {
  body.home article.intro p.last {
    margin-bottom: -50px;
  }
}

.about-pic {
  margin: 25px;
  width: calc(100% - 100px);
  padding: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
}
@media screen and (min-width: 481px) {
  .about-pic {
    margin: 0 50px 50px;
  }
}
@media screen and (min-width: 600px) {
  .about-pic {
    width: 50%;
  }
}
@media screen and (min-width: 1030px) {
  .about-pic {
    float: right;
    width: 31%;
    margin: 50px 50px 0 0;
  }
}

.headings-wrap {
  background-color: #b5056d;
  color: #fff;
  padding: 25px;
}
@media screen and (min-width: 481px) {
  .headings-wrap {
    padding: 50px;
  }
}
.headings-wrap h1 {
  margin: 0;
}
.headings-wrap h1 a {
  color: white;
  text-decoration: underline;
}
.headings-wrap h1 a:hover, .headings-wrap h1 a:focus {
  color: white;
  text-decoration: none;
}
.headings-wrap h2 {
  font-family: "fsme-regular", Helvetica, Arial, sans-serif;
  font-size: 100%;
  margin-bottom: 0;
}

/* projects
-----------------------------------------------------------------------*/
.home-projects {
  background-color: #73188d;
  color: #fff;
}
.home-projects img {
  margin-bottom: 40px;
  padding: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
}
@media screen and (min-width: 600px) {
  .home-projects img {
    width: 70%;
  }
}
@media screen and (min-width: 1030px) {
  .home-projects img {
    float: left;
    width: 47.7272727273%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1030px) {
  .home-projects .text {
    float: right;
    width: 47.7272727273%;
    text-align: right;
  }
}
.home-projects .button {
  background-color: #ffd5f1;
  color: #73188d;
}
.home-projects .button:hover, .home-projects .button:focus {
  background-color: white;
}
.home-projects h2 {
  margin-top: 0;
}

/* last year we...
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .home-last-year {
    text-align: center;
  }
}
.home-last-year h2 {
  margin-top: 0;
}
@media screen and (min-width: 1030px) {
  .home-last-year ul {
    list-style-type: none;
    margin: 10px 0 0 0;
  }
}
.home-last-year li {
  padding: 0 0 0 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 1030px) {
  .home-last-year li {
    float: left;
    width: 18.1818181818%;
    margin-right: 2.2727272727%;
    padding: 220px 0 0 0;
    background: url(../images/site/we-1.png) no-repeat 50% 0;
    background-size: contain;
  }
}
@media screen and (min-width: 1030px) {
  .home-last-year li:nth-child(2) {
    background-image: url(../images/site/we-2.png);
  }
}
@media screen and (min-width: 1030px) {
  .home-last-year li:nth-child(3) {
    background-image: url(../images/site/we-3.png);
  }
}
@media screen and (min-width: 1030px) {
  .home-last-year li:nth-child(4) {
    background-image: url(../images/site/we-4.png);
  }
}
.home-last-year li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1030px) {
  .home-last-year li:last-child {
    background-image: url(../images/site/we-5.png);
  }
}
@media screen and (min-width: 1030px) {
  .home-last-year li:nth-child(1), .home-last-year li:nth-child(3), .home-last-year li:nth-child(5) {
    margin-top: 60px;
  }
}
.home-last-year span {
  color: #b5056d;
}

/* support/donate
-----------------------------------------------------------------------*/
article.home-support {
  background-color: #c84503;
  color: #fff;
}
@media screen and (min-width: 1030px) {
  article.home-support {
    text-align: center;
  }
}
@media screen and (min-width: 1030px) {
  article.home-support p {
    width: 70%;
    margin-left: 15%;
  }
}
article.home-support h2 {
  margin-top: 0;
}
article.home-support .button {
  background-color: #fbd9d1;
  color: #c84503;
}
article.home-support .button:hover, article.home-support .button:focus {
  background-color: white;
}

/* news and resources
-----------------------------------------------------------------------*/
.news-resource-wrap {
  padding: 25px;
}
@media screen and (min-width: 481px) {
  .news-resource-wrap {
    padding: 50px;
  }
}
.news-resource-wrap h2 {
  color: #b5056d;
  margin-top: 0;
  margin-bottom: 1em;
}
.news-resource-wrap h3 {
  margin-bottom: 0;
  margin-top: 0.3em;
}
.news-resource-wrap p {
  margin: 0;
}
.news-resource-wrap .button {
  background-color: #b5056d;
  color: #fff;
}
.news-resource-wrap .button:hover, .news-resource-wrap .button:focus {
  background-color: #83044f;
  color: #fff;
}
.news-resource-wrap a {
  color: #b5056d;
}
.news-resource-wrap a:hover, .news-resource-wrap a:focus {
  color: #83044f;
}
.news-resource-wrap article {
  padding: 0 !important;
}

.block-area {
  padding: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .home-news {
    width: 47.7272727273%;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .home-resources {
    width: 47.7272727273%;
    float: right;
  }
}
.home-resources h2 {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .home-resources h2 {
    margin-top: 0;
  }
}

/***********************************************************************
Filename: _main_content.scss
Title: Main content
Author: Maraid Design
Client: AAM
************************************************************************/
/* the wrap around columns
-----------------------------------------------------------------------*/
#content {
  background-color: #fff8f7;
  padding: 25px;
}
@media screen and (min-width: 481px) {
  #content {
    padding: 50px;
  }
}

/* the columns and sub nav
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .narrow-col {
    width: 30.303030303%;
    float: right;
  }
}

.news-col {
  line-height: 1.3em;
}

@media screen and (min-width: 1030px) {
  #contentarea {
    width: 65.1515151515%;
    float: left;
  }
}
#contentarea h1 {
  margin-top: 0;
}
#contentarea img {
  padding: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
}

/* pics that follow a heading / feature image
-----------------------------------------------------------------------*/
h1 + img {
  margin-top: 20px;
}

/* news intro
-----------------------------------------------------------------------*/
.page-intro {
  margin-bottom: 1em;
}
.page-intro h1 {
  margin-bottom: 0;
}
.page-intro p.blog-post-meta {
  margin-top: 0;
}

/* wide pages
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .narrower {
    width: 70%;
  }
}

@media screen and (min-width: 1030px) {
  .full-width {
    width: 100%;
    float: none;
  }
}

.wide {
  width: 100% !important;
}
.wide h1 {
  margin-top: 0;
}

/* search results
-----------------------------------------------------------------------*/
ul#SearchResults {
  list-style-type: none;
  margin-left: 0;
}
ul#SearchResults li {
  margin-bottom: 2.5em;
}

/* pagination
-----------------------------------------------------------------------*/
.pagination {
  margin-bottom: 2em;
}
.pagination a {
  padding: 10px 18px;
  background-color: #b5056d;
  color: #fff;
  text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
  background-color: #880452;
}
.pagination span {
  padding: 10px 18px;
}

/* fundraise new
-----------------------------------------------------------------------*/
.fundraise-news {
  font-size: 85%;
}
.fundraise-news h3 {
  margin-bottom: 0;
  font-family: "fsme-regular", Helvetica, Arial, sans-serif;
}
.fundraise-news p {
  margin-top: 0;
}

/* donate
-----------------------------------------------------------------------*/
iframe {
  margin-bottom: 30px;
}
@media screen and (min-width: 1030px) {
  iframe {
    float: left;
    margin-right: 20px;
  }
}

.dd {
  padding: 40px 20px;
}
@media screen and (min-width: 1030px) {
  .dd {
    float: left;
    height: 338px;
    width: 330px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }
}
.dd h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 80%;
  font-family: "fsme-regular", Helvetica, Arial, sans-serif;
}
.dd .button {
  background-color: #ac29b5 !important;
  text-align: center;
  font-family: "fsme-regular", Helvetica, Arial, sans-serif;
  font-size: 80%;
  width: 100%;
}
.dd .button:hover, .dd .button:focus {
  background-color: #882190 !important;
}

/* map
-----------------------------------------------------------------------*/
#map {
  height: 400px;
  width: 100%;
  margin: 2em 0 1em;
}
#map img {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}

/***********************************************************************
Filename: _social.scss
Title: Social
Author: Maraid Design
Client: AAM
************************************************************************/
/* x
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _main_nav.scss
Title: Main nav
Author: Maraid Design
Client: AAM
************************************************************************/
#main-nav {
  padding: 10px 30px;
  text-transform: lowercase;
  font-family: "fsme-bold", Helvetica, Arial, sans-serif;
  background-color: #c84503;
  display: block;
  z-index: 2;
}
@media screen and (min-width: 1030px) {
  #main-nav {
    padding: 20px 30px;
  }
}
#main-nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1030px) {
  #main-nav ul {
    text-align: center;
  }
}
@media screen and (min-width: 1030px) {
  #main-nav li {
    display: inline-block;
  }
}
#main-nav a {
  color: #fff;
  margin-right: 8px;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  border-radius: 25px;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
@media screen and (min-width: 1030px) {
  #main-nav a {
    display: inline-block;
  }
}
#main-nav a.current span, #main-nav a.section span {
  border-bottom: 5px solid #fc6f26;
}
#main-nav a:hover, #main-nav a:focus {
  background-color: #9b3502;
  /*
  			@media screen and ($min : $desktop-small) {
  			background-color: $orange;
  		}
  */
}
@media screen and (min-width: 1030px) {
  #main-nav {
    /*
    		.js & ul {
    			display: none;
    			padding-left: 30px;
    		}
    */
  }
  #main-nav a {
    display: block;
  }
}

.nav-trigger {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 40px;
  border: 0;
  padding: 20px 0 20px 40px;
  background: none;
  text-transform: lowercase;
  color: #fff;
  background: url("../images/site/burger-icon.svg") 0 50% no-repeat;
  background-size: 26px 18px;
}

/***********************************************************************
Filename: _sub_nav.scss
Title: Sub nav and asides
Author: Maraid Design
Client: AAM
************************************************************************/
.side-nav-area {
  background-color: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
}
.side-nav-area h2 {
  margin: 0;
  font-size: 100%;
  padding: 20px;
  background-color: #b5056d;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .side-nav-area h2 {
    padding: 21px 30px;
  }
}
.side-nav-area h2.trigger {
  padding-left: 50px;
  background: #b5056d url("../images/site/sub-nav-arrow.svg") 20px 50% no-repeat;
  background-size: 14px 21px;
}
.side-nav-area h2.open {
  background-image: url("../images/site/sub-nav-arrow-down.svg");
  background-size: 21px 14px;
}
.side-nav-area ul {
  padding: 10px 20px 15px;
  margin: 0;
}
@media screen and (min-width: 481px) {
  .side-nav-area ul {
    padding: 20px 30px 25px;
  }
}
@media screen and (min-width: 1030px) {
  .side-nav-area ul li.current {
    position: relative;
    left: -55px;
    background: url("../images/site/active-sub.png") no-repeat 0 50%;
    background-size: 50px 50px;
  }
  .side-nav-area ul li.current a {
    position: relative;
    left: 55px;
  }
}
.side-nav-area ul a {
  display: block;
  color: #294f9c;
  padding: 14px 0;
}
.side-nav-area ul a:hover, .side-nav-area ul a:focus {
  color: #b5056d;
}

/*


  .side-nav-area ul {
    padding: 10px 20px 15px;
    margin: 0; }
    @media screen and (min-width: 481px) {
      .side-nav-area ul {
        padding: 20px 30px 25px; } }
    @media screen and (min-width: 1030px) {
      .side-nav-area ul li.current {
        position: relative;
        left: -55px;
        background: url("../images/site/active-sub.png") no-repeat 0 50%;
        background-size: 50px 50px; } }
    @media screen and (min-width: 1030px) {
      .side-nav-area ul li.current a {
        position: relative;
        left: 55px; } }
    .side-nav-area ul a {
      display: block;
      color: #294f9c;
      padding: 14px 0; }
    .side-nav-area ul a:hover, .side-nav-area ul a:focus {
      color: #b5056d; }
*/
/***********************************************************************
Filename: _concertina.scss
Title: Concertina
Author: Maraid Design
Client: AAM
************************************************************************/
.js-accordion__panel[aria-hidden=true] {
  display: none;
}

.js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}

button.js-accordion__header {
  display: block;
}

/*
.js-accordion__header[aria-expanded="true"]:before {
	content: "- ";
}

.js-accordion__header[aria-expanded="false"]:before {
	content: "+ ";
}

.js-accordion__header[aria-selected="true"]:after {
	content: " (selected)";
}
.js-accordion__header[aria-selected="false"]:after {
	content: " (unselected)";
}
*/
.js-accordion__header[aria-expanded=true] {
  padding-left: 30px;
  background: url(../images/site/sub-nav-arrow-down.svg) 20px 50% no-repeat;
  background-size: 20px 20px;
}

.js-accordion__header[aria-expanded=false] {
  background: url(../images/site/sub-nav-arrow.svg) 20px 50% no-repeat;
  background-size: 20px 20px;
}

#page {
  width: 960px;
}

.js-accordion .accordion__header {
  width: 100%;
  border: none;
  background-color: #03857c;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding: 20px 50px;
}
.js-accordion .js-accordion__panel {
  background-color: #fff;
  position: relative;
  top: -20px;
  padding: 1px 30px;
  -webkit-box-shadow: 0 0 5px -3px black;
  box-shadow: 0 0 5px -3px black;
  -moz-box-shadow: 0 0 5px -4px black;
}

/***********************************************************************
Filename: _calendar.scss
Title: Calendar
Author: Maraid Design
Client: AAM
************************************************************************/
/* calendar
-----------------------------------------------------------------------*/
.fc-button {
  background-color: #03857c !important;
  background-image: none !important;
  border: none !important;
  padding: 19px 28px !important;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.fc-button:hover,
.fc-button:focus {
  background-color: #026c65 !important;
}

.fc-button span {
  text-shadow: none;
  color: #fff;
}

.fc button {
  height: 3em !important;
}

.fc-corner-left {
  border-radius: 25px 0 0 25px !important;
}

.fc-corner-right {
  border-radius: 0 25px 25px 0 !important;
}

.fc-view-container {
  background-color: #fff;
}

.fc-today-button {
  color: #fff !important;
  border-radius: 25px !important;
  text-shadow: none !important;
  font-family: "fsme-bold", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.fc-today-button:hover,
.fc-today-button:focus {
  background-color: #026c65 !important;
}

.fc-event {
  font-size: 16px !important;
  background-color: #294f9c !important;
  border-color: #294f9c !important;
}
.fc-event:hover, .fc-event:focus {
  background-color: #1e3b74 !important;
  border-color: #1e3b74 !important;
  color: #fff;
}

.sweet-alert p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/* pop up alert
-----------------------------------------------------------------------*/
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 25px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  text-align: center;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-ms-clear {
  display: none;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: none;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
  left: 50%;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/***********************************************************************
Site Name: AAM
Filename: _login.scss
Title: Login (silverstripe)
Author: Maraid Design
************************************************************************/
.widecol input[type=text], .widecol input[type=password] {
  width: 100%;
  max-width: 450px;
}
.widecol #MemberLoginForm_LoginForm div {
  margin-top: 10px;
}
.widecol #MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_Remember_Holder {
  margin-top: 20px;
}
.widecol .middleColumn {
  margin-top: 0 !important;
}
.widecol input[type=submit] {
  border: none;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  margin: 20px 0;
  font-family: "AvenirLTStd-Black", Helvetica, Arial, sans-serif;
}
.widecol input[type=submit]:hover {
  background-color: #171717;
}

/***********************************************************************
Filename: _donate.scss
Title: Donate
Author: Maraid Design
Client: AAM
************************************************************************/
fieldset {
  padding: 0 !important;
  margin: 0 !important;
}
fieldset input[type=text], fieldset textarea {
  padding: 4px 20px;
  border: 5px solid #decdcb;
}
fieldset .button {
  line-height: 1em;
}

legend {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "fsme-bold", Helvetica, Arial, sans-serif;
}

.pg2 label, .pg3 label, .pg4 label, .pg5 label {
  margin-top: 1em;
}
.pg2 input[type=checkbox], .pg3 input[type=checkbox], .pg4 input[type=checkbox], .pg5 input[type=checkbox] {
  float: left;
  margin-right: 1em;
  margin-bottom: 0;
  position: relative;
  top: 10px;
}
.pg2 input[type=radio], .pg3 input[type=radio], .pg4 input[type=radio], .pg5 input[type=radio] {
  margin-right: 1em;
}

.ElementsApp input {
  background-color: white !important;
  border: 4px solid red !important;
  display: block;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  height: 1.2em;
}

.donate-now {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.donate-now li {
  background-image: none;
  display: inline-block;
  padding-left: 0;
}
.donate-now label {
  border: 5px solid #decdcb;
  cursor: pointer;
  z-index: 90;
  display: inline-block;
  padding: 4px 20px;
  background-color: white;
}
.donate-now label:hover {
  background: #b5056d;
  color: #fff;
}
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.donate-now input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.donate-now input[type=radio]:checked + label {
  background: #b5056d;
  color: white;
}

.ErrorContainer {
  color: red;
  margin-bottom: 20px;
}

.error {
  color: red;
  margin-top: 0 !important;
}

.one-off {
  margin: 30px 0;
}

#AmountPrefix {
  background-color: transparent !important;
  border: none !important;
  color: #1f3d78 !important;
}

#card-number, #card-expiry, #card-cvc {
  padding: 10px;
  border: 5px solid #decdcb;
  background-color: white;
  height: 50px;
  max-width: 350px;
  margin: 10px 0;
}

.privacy {
  margin-top: 3em;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* accessibility */
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9 !important;
}

/******************************************************************
Site Name: 
Author: Maraid Design
Stylesheet: cookies
Client: AAM
******************************************************************/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  overflow-y: scroll;
  z-index: 1;
  font-size: 16px;
  background-color: #03857c;
  color: #fff;
}
.cookie-banner a {
  color: #fff;
}
.cookie-banner a:hover, .cookie-banner a:focus {
  text-decoration: none;
}

.cookie-banner .body {
  margin-bottom: 15px;
}

.cookie-banner p {
  margin: 0 0 16px 0;
}

.cookie-banner p:last-child {
  margin-bottom: 0;
}

.cookie-banner .actions button {
  margin: 0 0 10px 15px;
  background-color: #b5056d;
  text-transform: lowercase;
}
.cookie-banner .actions button:focus, .cookie-banner .actions button:hover {
  background-color: #8d0455;
}

@media screen and (min-width: 481px) {
  .cookie-banner .body {
    float: left;
    width: 75%;
  }

  .cookie-banner .actions {
    float: right;
    width: 20%;
  }
}
/* Third party
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _mailchimp.scss
Title: Mailchimp
Author: Maraid Design
************************************************************************/
/* x
-----------------------------------------------------------------------*/
#mc_embed_signup form {
  padding-left: 0 !important;
}

/* Print
-----------------------------------------------------------------------*/
@media print {
  /***********************************************************************
  Filename: _print.scss
  Title: Print
  Author: Maraid Design
  Client: AAM
  ************************************************************************/
  /* NEEDS SORTING
  -----------------------------------------------------------------------*/
  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav,
header form,
img.about-pic,
.col img,
.side-nav-area {
    display: none !important;
  }

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  #logo {
    width: 30%;
  }

  article, hgroup, .further, .newsmain, .colwrap, #content {
    padding: 0 !important;
  }

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

  img {
    max-width: 60% !important;
    margin-bottom: 1em;
    padding: 0 !important;
  }

  footer .bottom img {
    width: 220px;
  }

  .colwrap ul li {
    padding-left: 0;
  }

  * h1 {
    margin-top: 1em;
    color: #294f9c !important;
    font-size: 1.6em !important;
  }

  * h2 {
    color: #294f9c !important;
  }

  * h3 {
    color: #294f9c !important;
  }

  * hgroup h2 {
    color: black !important;
  }

  * a, .button {
    color: #294f9c !important;
    padding: 0;
    text-decoration: underline;
    font-family: "fsme-regular", Helvetica, Arial, sans-serif;
  }

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

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

  /* row1 image and text side by side: team,
  -----------------------------------------------------------------------*/
  ul.modules-row1 img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 46.511627907%;
    margin-bottom: 1em;
  }
  ul.modules-row1 h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
  ul.modules-row1 .text {
    float: right;
    width: 46.511627907%;
  }

  /* modules - block: supporters
  -----------------------------------------------------------------------*/
  ul.modules-blocks li {
    width: 30%;
    margin-bottom: 50px;
    float: left;
  }
  ul.modules-blocks li:nth-child(2n+2) {
    margin-right: 4.5454545455%;
  }
  ul.modules-blocks li:nth-child(3n+3) {
    margin-right: 0%;
  }
  ul.modules-blocks img {
    padding: 10px !important;
  }

  /* row side by side pic first: projects
  -----------------------------------------------------------------------*/
  ul.modules-row-side li {
    width: 47.7272727273%;
    float: left;
    margin-right: 4.5454545455%;
  }
  ul.modules-row-side li img {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  ul.modules-row-side li:nth-child(2n+2) {
    margin-right: 0;
  }
  ul.modules-row-side li:nth-child(2n+1) {
    clear: both;
  }
}

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