/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}/* normalize.css v2.0.1 | MIT License | git.io/normalize
   Modified to remove duplications when using Meyer reset
*/audio,canvas,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],input[disabled] {
  cursor: default;
}

input[type="checkbox"],input[type="radio"] {
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}/* SCSS Variables
---------------------------------------------------------------------------------- *//*------------------------------------
	Fonts
------------------------------------*//*------------------------------------
	Colours
------------------------------------*//*------------------------------------
	Z-indexes
------------------------------------*//* Mixins
---------------------------------------------------------------------------------- *//* REM sizing
---------------------------------------------------------------------------------- *//* Partially rounded corners - ($top-left, $top-right, $bottom-right, $bottom-left)
---------------------------------------------------------------------------------- *//* IE conditional
---------------------------------------------------------------------------------- *//* Media queries
---------------------------------------------------------------------------------- *//* High-DPI displays
---------------------------------------------------------------------------------- *//* Styles for HtmlEditorFields
---------------------------------------------------------------------------------- *//* Custom fonts
---------------------------------------------------------------------------------- *//* Set base font size / family
---------------------------------------------------------------------------------- */html {
  font-size: 62.5%;
}

body {
  color: #58585b;
  font-family: "Trebuchet MS", arial, sans-serif;
}/* Typography
---------------------------------------------------------------------------------- *//* The following is used by both style.scss (front-end) and editor.scss (CMS)
---------------------------------------------------------------------------------- */.typography {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
 /* TinyMCE alignment
  ---------------------------------------------------------------------------------- */ /* Images
  ---------------------------------------------------------------------------------- */;
}

.typography p {
  margin-bottom: 1em;
}

.typography strong {
  color: #2b1346;
  font-weight: bold;
}

.typography em {
  font-style: italic;
}

.typography small {
  font-size: 12px;
  font-size: 1.2rem;
}

.typography span.pink {
  color: #d82663;
}

.typography h1,.typography .h1 {
  font-size: 40px;
  font-size: 4rem;
  display: inline-block;
  margin: 0 0 0.8em;
  padding: 0.1em 0;
  border-top: solid 9px #2b1346;
  border-bottom: solid 9px #2b1346;
  color: #2b1346;
  line-height: 1.1;
  text-transform: uppercase;
}

.typography h2,.typography .h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 0.5em;
  color: #2b1346;
  font-weight: bold;
  line-height: 1.1;
}

.typography h3,.typography .h3 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.1;
}

.typography ul {
  margin: 0 0 1em;
  padding: 0 0 0 36px;
  list-style-type: none;
}

.typography ul li {
  position: relative;
}

.typography ul li:before {
  position: absolute;
  top: 0.2em;
  left: -36px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  background: url("../images/li.png") no-repeat 0 0;
}

.aside .typography ul li:before {
  background-image: url("../images/li-white.png");
}

.typography ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  list-style-type: decimal;
}

.typography blockquote {
  margin: 0 0 1em;
  font-style: italic;
}

.typography blockquote p {
  margin: 0;
}

.typography blockquote cite {
  display: block;
  font-weight: bold;
  font-style: normal;
}

.typography a {
  color: #2b1346;
}

.typography a:link,.typography a:visited {
  text-decoration: underline;
}

.typography a:hover,.typography a:active {
  text-decoration: none;
}

.typography .left {
  text-align: left;
}

.typography .center {
  text-align: center;
}

.typography .right {
  text-align: right;
}

.typography img.left {
  float: left;
  margin: 0 1em 0 0;
}

.typography img.right {
  float: right;
  margin: 0 0 0 1em;
}

.typography img.leftAlone {
  float: left;
  margin-right: 100%;
}

.typography img.center {
  display: block;
  float: none;
  margin: 0 auto;
}

.typography--green strong {
  color: #95c6bb;
}

.typography--green h1,.typography--green .h1 {
  border-color: #95c6bb;
}

.typography--green h1,.typography--green .h1,.typography--green h2,.typography--green .h2 {
  color: #95c6bb;
}

.typography--green a {
  color: #95c6bb;
}

.typography--purple strong {
  color: #2b1346;
}

.typography--purple h1,.typography--purple .h1 {
  border-color: #2b1346;
}

.typography--purple h1,.typography--purple .h1,.typography--purple h2,.typography--purple .h2 {
  color: #2b1346;
}

.typography--purple a {
  color: #2b1346;
}

.typography--pink strong {
  color: #d82663;
}

.typography--pink h1,.typography--pink .h1 {
  border-color: #d82663;
}

.typography--pink h1,.typography--pink .h1,.typography--pink h2,.typography--pink .h2 {
  color: #d82663;
}

.typography--pink a {
  color: #d82663;
}

.typography--yellow strong {
  color: #fcb335;
}

.typography--yellow h1,.typography--yellow .h1 {
  border-color: #fcb335;
}

.typography--yellow h1,.typography--yellow .h1,.typography--yellow h2,.typography--yellow .h2 {
  color: #fcb335;
}

.typography--yellow a {
  color: #fcb335;
}

.typography--grey strong {
  color: #898b8e;
}

.typography--grey h1,.typography--grey .h1 {
  border-color: #898b8e;
}

.typography--grey h1,.typography--grey .h1,.typography--grey h2,.typography--grey .h2 {
  color: #898b8e;
}

.typography--grey a {
  color: #898b8e;
}

.typography--blue strong {
  color: #95c6bb;
}

.typography--blue h1,.typography--blue .h1 {
  border-color: #95c6bb;
}

.typography--blue h1,.typography--blue .h1,.typography--blue h2,.typography--blue .h2 {
  color: #95c6bb;
}

.typography--blue a {
  color: #95c6bb;
}

.typography--white {
  color: #fff;
}

.typography--white strong {
  color: #fff;
}

.typography--white h1,.typography--white .h1 {
  border-color: #fff;
}

.typography--white h1,.typography--white .h1,.typography--white h2,.typography--white .h2 {
  color: #fff;
}

.typography--white a {
  color: #fff;
}/* Mixins
---------------------------------------------------------------------------------- *//* REM sizing
---------------------------------------------------------------------------------- *//* Partially rounded corners - ($top-left, $top-right, $bottom-right, $bottom-left)
---------------------------------------------------------------------------------- *//* IE conditional
---------------------------------------------------------------------------------- *//* Media queries
---------------------------------------------------------------------------------- *//* High-DPI displays
---------------------------------------------------------------------------------- *//* Utility Classes
---------------------------------------------------------------------------------- *//* Occasionally handly class for forcing stuff to hide
---------------------------------------------------------------------------------- */.h {
  display: none !important;
}/* Clearfix - Assign class to element to self clear children
---------------------------------------------------------------------------------- */.group {
  zoom: 1;
}

.group:before,.group:after {
  display: table;
  content: '';
}

.group:after {
  clear: both;
}/* Utility class for replacing text with a background-image
---------------------------------------------------------------------------------- */.replace {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}/* Layout
---------------------------------------------------------------------------------- */* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}/* Layout: core
---------------------------------------------------------------------------------- *//*------------------------------------
	Containers
------------------------------------*/.container__main {
  padding: 20px;
}

.container__main--grey {
  background: #fafafb;
}

.container__main--grey-dark {
  background: #898b8e;
}/*------------------------------------
	Columns
------------------------------------*/.content__cols {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content__col {
  padding: 0 0 10px;
}

.content__col--header {
  display: table-header-group;
}

.content__col--footer {
  display: table-footer-group;
}/*------------------------------------
	Content image
------------------------------------*/.content__image img {
  display: block;
  width: 100%;
  height: auto;
}/* Layout: header
---------------------------------------------------------------------------------- */.header {
  padding: 80px 10px 10px;
  position: relative;
  z-index: 100;
}

.nojs .header {
  padding-top: 10px;
}/*------------------------------------
	Logo
------------------------------------*/.header__logo {
  display: block;
  width: 269px;
  height: 88px;
  margin: 0 auto 10px;
  background: url("../images/logo.png") no-repeat 0 0;
}

.header__donate {
  position: absolute;
  top: 10px;
  right: 10px;
}

.header__portal {
  position: absolute;
  top: 50px;
  right: 10px;
}


/* Layout: footer
---------------------------------------------------------------------------------- */.footer {
  color: #fff;
}

.footer .typography a {
  color: #fff;
}

.footer__social {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #fcb335;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: .5em;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center;
  border-bottom: solid 2px #58585b;
}

.footer__social:hover,.footer__social:active {
  background-color: #e3a130;
}

.footer__social--n1 {
  background-image: url("../images/facebook--white.svg");
}

.footer__social--n2 {
  background-image: url("../images/twitter--white.svg");
}

.footer__social--n3 {
  background-image: url("../images/instagram--white.svg");
}

.footer__details {
  padding-top: 24px;
  clear: both;
}/* Layout: blog
---------------------------------------------------------------------------------- */.blog .pagination {
  padding: 0.5em 0.25em 0;
}

.blog--single {
  background: none;
}

.blog--single .blog__post h1 {
  display: block;
  margin-bottom: 0.4em;
}

.blog--single .blog__post__image {
  float: none;
}

.blog--single .blog__post__image img {
  width: 100%;
  max-width: none;
}

.blog__post {
  padding: 1em;
  border: 1px solid #e6e7e8;
  border-width: 0 0 1px;
}

.blog__post.odd {
  background: #f3f3f5;
}

.blog__post h2 {
  margin: 0 0 0.35em;
}

.blog__post__image {
  float: left;
  margin: 0 0.5em 0 0;
}

.blog__post__image img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.typography .blog__post__content {
  margin: 0;
}

.typography .blog__post__date {
  margin: 0 0 0.5em;
}

.blog__post__more {
  display: block;
  padding: 0.25em 0;
  text-transform: uppercase;
}

.blog__post__meta {
  color: #898b8e;
  font-style: italic;
}

.blog-post__gallery--container {
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post__gallery--image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 210px;
  height: 200px;
  margin: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}/* Layout: forms
---------------------------------------------------------------------------------- */input,select,textarea {
  width: 100%;
  padding: 0.2em 0.3em;
  border: 0;
  border-bottom: 2px solid #58585b;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #58585b;
  background: #fff;
  font: 95% "Trebuchet MS", arial, sans-serif;
  line-height: 1.5;
  outline: 0;
  resize: none;
}

input::-moz-focus-outer,select::-moz-focus-outer,textarea::-moz-focus-outer {
  border: 0;
}

input:focus,select:focus,textarea:focus {
  outline: solid 1px #58585b;
}

input:invalid,select:invalid,textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:invalid:focus,select:invalid:focus,textarea:invalid:focus {
  outline: 1px solid #d63b3b;
}

input[type="submit"],select[type="submit"],textarea[type="submit"] {
  width: 33%;
  padding: 0.35em 0.75em;
  font-size: 110%;
  text-transform: uppercase;
  background: #fafafb;
}

form .field {
  margin: 0 0 0.5em;
}

form .relative {
  display: none;
}

form .message {
  padding: 0.5em 0.6em;
  color: #898b8e;
  background: #e6e7e8;
  text-align: center;
  font-size: 110%;
}

form .message.bad {
  color: #d63b3b;
}/* Layout: feature boxes
---------------------------------------------------------------------------------- */.feature-boxes__row {
  margin: 24px 0 0;
}

.feature-boxes__item {
  width: 100%;
  max-width: 225px;
  margin: 0 auto 20px;
}

.feature-boxes__item-title,.feature-boxes__item-image,.feature-boxes__item-summary,.feature-boxes__item-read-more {
  width: 100%;
}

h3.feature-boxes__item-title {
  margin-bottom: 16px !important;
}

.feature-boxes__item-image {
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
}

.feature-boxes__item-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-boxes__item-image img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a.feature-boxes__item-read-more {
  font-weight: 700;
  color: #d82663;
  font-size: 120%;
  margin: auto 0 0;
}/* Component: nav
---------------------------------------------------------------------------------- */.nav {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
  background: #fff;
}/*------------------------------------
	Nav items
------------------------------------*/.nav__item {
  display: block;
  margin: 0 5px 10px;
}

.nav__item a {
  display: inline-block;
  height: 24px;
  background: url("../images/spr-nav.png") no-repeat 0 0;
  line-height: 24px;
  text-decoration: none;
}

.nav__item--n1 a {
  background-position: 0px 100%;
}

.nav__item--n1 a:link,.nav__item--n1 a:visited {
  color: #95c6bb;
}

.nav__item--n1 a:hover,.nav__item--n1 a:active {
  color: #779e96;
}

.nav__item--n2 a {
  background-position: -120px 100%;
}

.nav__item--n2 a:link,.nav__item--n2 a:visited {
  color: #554576;
}

.nav__item--n2 a:hover,.nav__item--n2 a:active {
  color: #44375e;
}

.nav__item--n3 a {
  background-position: -240px 100%;
}

.nav__item--n3 a:link,.nav__item--n3 a:visited {
  color: #d82663;
}

.nav__item--n3 a:hover,.nav__item--n3 a:active {
  color: #ad1e4f;
}

.nav__item--n4 a {
  background-position: -360px 100%;
}

.nav__item--n4 a:link,.nav__item--n4 a:visited {
  color: #fcb335;
}

.nav__item--n4 a:hover,.nav__item--n4 a:active {
  color: #ca8f2a;
}

.nav__item--n5 a {
  background-position: -480px 100%;
}

.nav__item--n5 a:link,.nav__item--n5 a:visited {
  color: #2b1346;
}

.nav__item--n5 a:hover,.nav__item--n5 a:active {
  color: #220f38;
}

.nav__item--n6 a {
  background-position: -600px 100%;
}

.nav__item--n6 a:link,.nav__item--n6 a:visited {
  color: #898b8e;
}

.nav__item--n6 a:hover,.nav__item--n6 a:active {
  color: #6e6f72;
}

.nav__item--n7 a {
  background-position: -720px 100%;
}

.nav__item--n7 a:link,.nav__item--n7 a:visited {
  color: #1f8798;
}

.nav__item--n7 a:hover,.nav__item--n7 a:active {
  color: #196c7a;
}

.nav__item {
  position: relative;
}

.nav__item:hover .nav__submenu {
  display: block;
}

.nav__submenu {
  position: relative;
  top: 100%;
  display: none;
  width: 100%;
  margin-top: 10px;
  padding-left: 5%;
  background-color: #fff;
}

.nav__subitem {
  width: 100%;
  margin-top: 10px;
}/* Component: buttons
---------------------------------------------------------------------------------- */.btn {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  padding: 6px;
  border-bottom: solid 2px #58585b;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.typography .btn {
  color: #fff;
}

.typography .btn:link,.typography .btn:visited,.typography .btn:hover,.typography .btn:active {
  text-decoration: none;
}

.btn--large {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 16px;
}/*------------------------------------
	Button colours
------------------------------------*/.btn--yellow {
  background: #fcb335;
}

.btn--yellow:link,.btn--yellow:visited {
  background: #fcb335;
}

.btn--yellow:hover,.btn--yellow:active {
  background: #e3a130;
}

.btn--grey {
  background: #898b8e;
}

.btn--grey:link,.btn--grey:visited {
  background: #898b8e;
}

.btn--grey:hover,.btn--grey:active {
  background: #7b7d80;
}

.btn--purple {
  background: #2b1346;
}

.btn--purple:link,.btn--purple:visited {
  background: #2b1346;
}

.btn--purple:hover,.btn--purple:active {
  background: #27113f;
}

.btn--pink {
  background: #d82663;
}

.btn--pink:link,.btn--pink:visited {
  background: #d82663;
}

.btn--pink:hover,.btn--pink:active {
  background: #c22259;
}

.btn--blue {
  background: #95c6bb;
}

.btn--blue:link,.btn--blue:visited {
  background: #95c6bb;
}

.btn--blue:hover,.btn--blue:active {
  background: #86b2a8;
}/* Component: carousel
---------------------------------------------------------------------------------- *//*------------------------------------
	Image carousel
------------------------------------*/.carousel__images {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.carousel__images-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel__images-slide--hide {
  display: none;
}

.cycle-init .carousel__images-slide--hide {
  display: block;
}/*------------------------------------
	Carousel buttons
------------------------------------*/.carousel__button {
  position: absolute;
  bottom: 5px;
  z-index: 999;
}

.carousel__button--left {
  left: 15px;
}

.carousel__button--right {
  right: 15px;
}/*------------------------------------
	Carousel controls
------------------------------------*/.carousel__controls {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
  margin-top: -15px;
}

.carousel__control {
  position: absolute;
  top: 0;
  display: block;
  width: 31px;
  height: 31px;
  background: url("../images/spr-carousel.png") no-repeat 0 0;
  cursor: pointer;
}

.carousel__control--prev {
  left: 0;
}

.carousel__control--next {
  right: 0;
  background-position: -31px 0;
}/* Component: Steps
---------------------------------------------------------------------------------- *//*------------------------------------
	Step
------------------------------------*/.steps__step {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  margin: 0 0 10px;
  line-height: 1.5;
  text-align: center;
}

.steps__step:hover .steps__detail {
  top: 0;
}

.steps__icon {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background: url("../images/spr-steps.png") no-repeat 0 0;
}

.steps__step--n1 {
  background: #fcb335;
}

.steps__step--n1 .steps__icon {
  background-position: 0px 0;
}

.steps__step--n1 .steps__detail {
  background: #fcb335;
}

.steps__step--n2 {
  background: #2b1346;
}

.steps__step--n2 .steps__icon {
  background-position: -100px 0;
}

.steps__step--n2 .steps__detail {
  background: #2b1346;
}

.steps__step--n3 {
  background: #d82663;
}

.steps__step--n3 .steps__icon {
  background-position: -200px 0;
}

.steps__step--n3 .steps__detail {
  background: #d82663;
}

.steps__step--n4 {
  background: #95c6bb;
}

.steps__step--n4 .steps__icon {
  background-position: -300px 0;
}

.steps__step--n4 .steps__detail {
  background: #95c6bb;
}

.steps__step--n5 {
  background: #898b8e;
}

.steps__step--n5 .steps__icon {
  background-position: -400px 0;
}

.steps__step--n5 .steps__detail {
  background: #898b8e;
}

.steps__step--n6 {
  background: #554576;
  margin-bottom: 0;
}

.steps__step--n6 .steps__icon {
  background-position: -500px 0;
}

.steps__step--n6 .steps__detail {
  background: #554576;
}/*------------------------------------
	Step content
------------------------------------*/.steps__detail {
  position: absolute;
  top: 135px;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  width: 240px;
  margin: 0 0 0 -120px;
  color: #fff;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.steps__detail h1 {
  padding: 20px 0;
}

.steps__detail p {
  display: block;
}/* Component: aside
---------------------------------------------------------------------------------- */.aside {
  padding: 10px;
}

.aside--green {
  background: #95c6bb;
}

.aside--purple {
  background: #2b1346;
}

.aside--pink {
  background: #d82663;
}

.aside--yellow {
  background: #fcb335;
}

.aside--grey {
  background: #898b8e;
}

.aside--blue {
  background: #95c6bb;
}/* Component: pagination
---------------------------------------------------------------------------------- */.pagination__current,.pagination__links {
  float: left;
  width: 50%;
}

.pagination__links {
  text-align: right;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team__member {
  width: 100%;
  margin-top: 20px;
}

.team__member:first-child {
  margin-top: 0;
}

.team__member h2,.team__member h3 {
  font-size: 14px;
  font-size: 1.4rem;
}

.team__member h2 {
  text-transform: uppercase;
}

.team__member h3 {
  margin-bottom: 1em;
}

.team__member--dummy {
  visibility: hidden;
  margin-top: 0 !important;
}

.team__image {
  position: relative;
  margin-bottom: 20px;
}

.team__image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

.team__image:after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  background: #fcb335;
}

.team__member:nth-child(2n) .team__image:after {
  background: #95c6bb;
}

.team__member:nth-child(3n) .team__image:after {
  background: #2b1346;
}

.team__member:nth-child(4n) .team__image:after {
  background: #d82663;
}

.team__member:nth-child(5n) .team__image:after {
  background: #898b8e;
}

.team__member:nth-child(6n) .team__image:after {
  background: #1f8798;
}

.team__member:nth-child(7n) .team__image:after {
  background: #d63b3b;
}/* Function: off-canvas navigation
---------------------------------------------------------------------------------- */html,body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
}/*------------------------------------
	Viewport
------------------------------------*/.viewport {
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
  will-change: left;
}

.menu-active .viewport {
  left: 25%;
}/*------------------------------------
	Navigation toggle button
------------------------------------*/.nav__toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 253;
  width: 42px;
  height: 28px;
  background: url("../images/menu.png") no-repeat 0 0;
}

.nojs .nav__toggle {
  display: none;
}/*------------------------------------
	Navigation menu
------------------------------------*/.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -70%;
  z-index: 500;
  overflow-y: visible;
  width: 70%;
  padding: 60px 10px 0;
  background: #fff;
  -webkit-transition: left 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: left 0.2s linear, box-shadow 0.2s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  will-change: left, box-shadow;
}

.modern .nav {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

.menu-active .nav {
  left: 0;
  -webkit-box-shadow: 3px 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 20px 0 rgba(0, 0, 0, 0.3);
}

.modern .menu-active .nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nojs .nav {
  position: static;
  width: auto;
  padding: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .typography ul li:before {
    background-image: url("../images/li@2x.png");
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
  }

  .aside .typography ul li:before {
    background-image: url("../images/li-white@2x.png");
  }

  .header__logo {
    background-image: url("../images/logo@2x.png");
    -webkit-background-size: 269px 88px;
    background-size: 269px 88px;
  }

  .nav__item a {
    background-image: url("../images/spr-nav@2x.png");
    -webkit-background-size: 840px 28px;
    background-size: 840px 28px;
  }

  .steps__icon {
    background-image: url("../images/spr-steps@2x.png");
    -webkit-background-size: 600px 100px;
    background-size: 600px 100px;
  }

  .nav__toggle {
    background-image: url("../images/menu@2x.png");
    -webkit-background-size: 42px 28px;
    background-size: 42px 28px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  .typography ul li:before {
    background-image: url("../images/li@2x.png");
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
  }

  .aside .typography ul li:before {
    background-image: url("../images/li-white@2x.png");
  }

  .header__logo {
    background-image: url("../images/logo@3x.png");
    -webkit-background-size: 269px 88px;
    background-size: 269px 88px;
  }

  .nav__item a {
    background-image: url("../images/spr-nav@3x.png");
    -webkit-background-size: 840px 28px;
    background-size: 840px 28px;
  }

  .steps__icon {
    background-image: url("../images/spr-steps@3x.png");
    -webkit-background-size: 600px 100px;
    background-size: 600px 100px;
  }

  .nav__toggle {
    background-image: url("../images/menu@3x.png");
    -webkit-background-size: 42px 28px;
    background-size: 42px 28px;
  }
}

@media screen and (min-width: 420px) {
  .team__member {
    width: calc(50% - 10px);
  }

  .team__member:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 480px) {
  .header {
    padding: 10px;
  }

  .header__donate {
    top: 16px;
    right: 16px;
  }

  .header__portal {
    top: 56px;
    right: 16px;
  }

  .nav {
    left: -50%;
    width: 50%;
  }
}

@media screen and (min-width: 500px) {
  .blog-post__gallery--container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 560px) {
  .content__col {
    display: table-cell;
    padding: 0;
    vertical-align: top;
  }

  .content__col--pri {
    padding-right: 10px;
  }

  .content__col--sec {
    padding-left: 10px;
  }

  .feature-boxes__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -10px 0;
  }

  .feature-boxes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: calc(33% - 20px);
    margin: 0 10px 20px;
  }

  h3.feature-boxes__item-title {
    min-height: 60px;
  }

  .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4px 6px 2px;
  }

  .btn--large {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .carousel__button {
    bottom: 10%;
  }

  .carousel__button--left {
    left: 5%;
  }

  .carousel__button--right {
    right: 5%;
  }

  .carousel__controls {
    display: block;
  }

  .steps__step {
    float: left;
    width: 48.0769230769%;
    margin-bottom: 20px;
  }

  .steps__step--n2,.steps__step--n4,.steps__step--n6 {
    float: right;
  }

  .steps__step--n5,.steps__step--n6 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 650px) {
  .nav {
    left: -40%;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .blog--single .blog__post__image {
    float: left;
    width: 40%;
    margin: 0 1em 0 0;
  }

  form .field-inline .fieldgroup-field {
    float: left;
    width: 50%;
    padding: 0 0.5em 0 0;
  }

  form .field-inline .fieldgroup-field.last {
    padding: 0 0 0 0.5em;
  }

  .team__member {
    width: calc(33.333333% - (30px / 3 * 2));
  }

  .team__member:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 830px) {
  .steps__step {
    float: left;
    width: 31.6455696203%;
    margin: 0 2.53164556962% 2.53164556962% 0;
  }

  .steps__step--n2,.steps__step--n4 {
    float: left;
  }

  .steps__step--n3,.steps__step--n6 {
    float: right;
    margin-right: 0;
  }

  .steps__step--n4,.steps__step--n5,.steps__step--n6 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 860px) {
  .typography h1,.typography .h1 {
    font-size: 60px;
    font-size: 6rem;
  }

  .header {
    padding: 18px;
  }

  .header__logo {
    float: left;
  }

  .blog--single .blog__post h1 {
    font-size: 50px;
    font-size: 5rem;
    display: inline-block;
  }

  .nav {
    float: right;
  }

  .nav__item {
    display: inline-block;
    margin: 0 0 0 15px;
    letter-spacing: -0.03em;
  }

  .nav__item a {
    height: 28px;
    line-height: 28px;
  }

  .nav__submenu {
    position: absolute;
    padding-left: 0;
    width: 183px;
  }

  .nav__item:last-child .nav__submenu {
    right: 0;
  }

  .nav__submenu a {
    white-space: nowrap;
  }

  .menu-active .viewport {
    left: 0;
  }

  .nav__toggle {
    display: none;
  }

  .nav {
    position: static;
    overflow-y: visible;
    width: auto;
    padding: 0;
  }

  .modern .nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu-active .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (min-width: 940px) {
  .container {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
  }

  .container__main {
    padding: 30px 60px 53px;
  }

  .container__main--extra-padding {
    padding-top: 53px;
  }

  .content__col--pri {
    padding-right: 20px;
  }

  .content__col--sec {
    padding-left: 20px;
  }

  .header {
    padding: 18px 0;
  }

  .header__donate {
    right: 0;
  }

  .header__portal {
    top: 16px;
    right: 180px;
  }

  .footer__sect {
    float: left;
  }

  .footer__sect--pri {
    width: 380px;
  }

  .footer__sect--sec {
    float: right;
    width: 255px;
  }

  .btn {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 2px 10px 0;
  }

  .btn--large {
    font-size: 48px;
    font-size: 4.8rem;
  }

  .steps__step {
    width: 255px;
    margin-right: 27px;
    margin-bottom: 27px;
  }

  .steps__step--n3,.steps__step--n6 {
    margin-right: 0;
  }

  .steps__step--n4,.steps__step--n5,.steps__step--n6 {
    margin-bottom: 0;
  }

  .aside {
    padding: 27px 20px;
  }
}

@media screen and (max-width: 860px) {
  .nav {
    z-index: 500;
  }

  .nav:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    will-change: visibility, opacity;
  }

  .menu-active .nav:before {
    visibility: visible;
    opacity: 1;
  }
}
