@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 34em) {
    .container {
      max-width: 34rem; } }
  @media (min-width: 48em) {
    .container {
      max-width: 45rem; } }
  @media (min-width: 64em) {
    .container {
      max-width: 60.625rem; } }
  @media (min-width: 90em) {
    .container {
      max-width: 60.625rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 34em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 48em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 64em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 90em) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.abc-checkbox {
  padding-left: 20px; }
  .abc-checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .abc-checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #eee;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .abc-checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #55595c; }
  .abc-checkbox input[type="checkbox"],
  .abc-checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .abc-checkbox input[type="checkbox"]:focus + label::before,
    .abc-checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-checkbox input[type="checkbox"]:checked + label::after,
    .abc-checkbox input[type="radio"]:checked + label::after {
      font-family: "icons";
      content: ""; }
    .abc-checkbox input[type="checkbox"]:indeterminate + label::after,
    .abc-checkbox input[type="radio"]:indeterminate + label::after {
      display: block;
      content: "";
      width: 10px;
      height: 3px;
      background-color: #555555;
      border-radius: 2px;
      margin-left: -16.5px;
      margin-top: 7px; }
    .abc-checkbox input[type="checkbox"]:disabled + label,
    .abc-checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-checkbox input[type="checkbox"]:disabled + label::before,
      .abc-checkbox input[type="radio"]:disabled + label::before {
        background-color: #eceeef;
        cursor: not-allowed; }
  .abc-checkbox.abc-checkbox-circle label::before {
    border-radius: 50%; }
  .abc-checkbox.checkbox-inline {
    margin-top: 0; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::before,
.abc-checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #0275d8;
  border-color: #0275d8; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::after,
.abc-checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::before,
.abc-checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::after,
.abc-checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-info input[type="checkbox"]:checked + label::before,
.abc-checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.abc-checkbox-info input[type="checkbox"]:checked + label::after,
.abc-checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::before,
.abc-checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::after,
.abc-checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-success input[type="checkbox"]:checked + label::before,
.abc-checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.abc-checkbox-success input[type="checkbox"]:checked + label::after,
.abc-checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #0275d8;
  border-color: #0275d8; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-radio {
  padding-left: 20px; }
  .abc-radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .abc-radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #eee;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -moz-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .abc-radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #55595c;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .abc-radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .abc-radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    .abc-radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .abc-radio.radio-inline {
    margin-top: 0; }

.abc-radio-primary input[type="radio"] + label::after {
  background-color: #0275d8; }

.abc-radio-primary input[type="radio"]:checked + label::before {
  border-color: #0275d8; }

.abc-radio-primary input[type="radio"]:checked + label::after {
  background-color: #0275d8; }

.abc-radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.abc-radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.abc-radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.abc-radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.abc-radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.abc-radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.abc-radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.abc-radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.abc-radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.abc-radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.abc-radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.abc-radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "icons";
  content: ""; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

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

.container {
  clear: both; }
  .container.container--large {
    max-width: 101.75rem; }
  .container.container--medium {
    max-width: 63.5rem; }
  .container.container--small {
    max-width: 40.25rem; }
  .container.container--overflowable {
    overflow-x: visible; }
  .container:after {
    content: "";
    display: block;
    clear: both; }
  .container > .container, .container.container--no-padding {
    padding-left: 0;
    padding-right: 0; }

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both; }

.hide {
  display: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.row--small-padding {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .row--small-padding [class*='col-xs-'], .row--small-padding [class*='col-sm-'], .row--small-padding [class*='col-md-'], .row--small-padding [class*='col-lg-'] {
    padding-left: 7.5px;
    padding-right: 7.5px; }

.row--no-padding {
  margin-left: 0;
  margin-right: 0; }
  .row--no-padding [class*='col-xs-'], .row--no-padding [class*='col-sm-'], .row--no-padding [class*='col-md-'], .row--no-padding [class*='col-lg-'] {
    padding-left: 0;
    padding-right: 0; }

.col--centered {
  float: none;
  margin: 0 auto; }

@media (min-width: 64em) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 48em) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 34em) and (max-width: 47.937em) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left; } }

@media (max-width: 0) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left; } }

/* SASS partial for grunt-webfont, autogenerated, do not edit! */
@font-face {
  font-family: "icons";
  src: url("./fonts/icons.eot");
  src: url("./fonts/icons.eot?#iefix") format("eot"), url("./fonts/icons.woff") format("woff"), url("./fonts/icons.ttf") format("truetype"), url("./fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconcss, .header-nav__dropdown-btn:after, .site-search__submit-icon:before, .mobile-header-nav__toggle:after, .mobile-header-nav__toggle--open:after, .mobile-header-nav__child-link--back:before, .mobile-header-nav__parent-link-arrow span:before, .mobile-header-bar__donate-button:before, .article-listing__link-block--has-video:before, .page-bread-crumbs__link--home:before, .button-dropdown__btn-text:before, .event-slider-module__slider .slick-next:after, .event-slider-module__slider .slick-prev:after, .hero-banner__title--with-swish:after, .hero-slider-module__slider .slick-next:after, .hero-slider-module__slider .slick-prev:after, .listing-block__img-link--has-video:before, .search-filter__title:before, .filter-dropdown__current:after, .search-result__link[target="_blank"]:after, .wysiwyg blockquote:before, .pagination__next:before,
.pagination__next-link:before, .pagination__prev:before,
.pagination__prev-link:before, .share-list__icon--facebook:before, .share-list__icon--linkedin:before, .share-list__icon--twitter:before, .share-list__icon--more:before, .social-links__icon--facebook:before, .social-links__icon--twitter:before, .social-links__icon--youtube:before, .social-links__icon--instagram:before, .social-links__icon--linkedin:before, .social-links__icon--google-plus:before {
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow_l:before, .mobile-header-nav__child-link--back:before, .event-slider-module__slider .slick-prev:after, .hero-slider-module__slider .slick-prev:after, .pagination__prev:before,
.pagination__prev-link:before {
  content: "\EA01"; }

.icon-arrow_r:before, .header-nav__dropdown-btn:after, .mobile-header-nav__toggle:after, .mobile-header-nav__parent-link-arrow span:before, .mobile-header-bar__donate-button:before, .button-dropdown__btn-text:before, .event-slider-module__slider .slick-next:after, .hero-slider-module__slider .slick-next:after, .filter-dropdown__current:after, .pagination__next:before,
.pagination__next-link:before {
  content: "\EA02"; }

.icon-bigswish:before, .hero-banner__title--with-swish:after {
  content: "\EA03"; }

.icon-close:before, .mobile-header-nav__toggle--open:after {
  content: "\EA04"; }

.icon-dloaddoc:before {
  content: "\EA05"; }

.icon-external:before, .search-result__link[target="_blank"]:after {
  content: "\EA06"; }

.icon-facebook:before, .share-list__icon--facebook:before, .social-links__icon--facebook:before {
  content: "\EA07"; }

.icon-global:before {
  content: "\EA08"; }

.icon-gplus:before, .social-links__icon--google-plus:before {
  content: "\EA09"; }

.icon-home:before, .page-bread-crumbs__link--home:before {
  content: "\EA0A"; }

.icon-instagram:before, .social-links__icon--instagram:before {
  content: "\EA0B"; }

.icon-lock:before {
  content: "\EA0C"; }

.icon-mglass:before {
  content: "\EA0D"; }

.icon-play:before, .article-listing__link-block--has-video:before, .listing-block__img-link--has-video:before {
  content: "\EA0E"; }

.icon-search:before, .site-search__submit-icon:before {
  content: "\EA0F"; }

.icon-smallswish:before {
  content: "\EA10"; }

.icon-twitter:before, .share-list__icon--twitter:before, .social-links__icon--twitter:before {
  content: "\EA12"; }

.icon-youtube:before, .social-links__icon--youtube:before {
  content: "\EA13"; }

.icon-quote:before, .wysiwyg blockquote:before {
  content: "\EA14"; }

.icon-more:before, .share-list__icon--more:before {
  content: "\EA15"; }

.icon-linkedin:before, .share-list__icon--linkedin:before, .social-links__icon--linkedin:before {
  content: "\EA16"; }

.icon-filters:before, .search-filter__title:before {
  content: "\EA17"; }

.icon-tick:before {
  content: "\EA18"; }

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

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

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

.text-regular, .regular {
  font-family: "Source Sans Pro";
  font-weight: normal; }

.text-strong, .strong, strong {
  font-family: "Source Sans Pro";
  font-weight: bold; }

@media only screen and (max-width: 33.99em) {
  .text-xs-left {
    text-align: left; }
  .text-xs-center {
    text-align: center; }
  .text-xs-right {
    text-align: right; } }

.text-small {
  font-size: 11px; }

.iconcss, .header-nav__dropdown-btn:after, .site-search__submit-icon:before, .mobile-header-nav__toggle:after, .mobile-header-nav__toggle--open:after, .mobile-header-nav__child-link--back:before, .mobile-header-nav__parent-link-arrow span:before, .mobile-header-bar__donate-button:before, .article-listing__link-block--has-video:before, .page-bread-crumbs__link--home:before, .button-dropdown__btn-text:before, .event-slider-module__slider .slick-next:after, .event-slider-module__slider .slick-prev:after, .hero-banner__title--with-swish:after, .hero-slider-module__slider .slick-next:after, .hero-slider-module__slider .slick-prev:after, .listing-block__img-link--has-video:before, .search-filter__title:before, .filter-dropdown__current:after, .search-result__link[target="_blank"]:after, .wysiwyg blockquote:before, .pagination__next:before,
.pagination__next-link:before, .pagination__prev:before,
.pagination__prev-link:before, .share-list__icon--facebook:before, .share-list__icon--linkedin:before, .share-list__icon--twitter:before, .share-list__icon--more:before, .social-links__icon--facebook:before, .social-links__icon--twitter:before, .social-links__icon--youtube:before, .social-links__icon--instagram:before, .social-links__icon--linkedin:before, .social-links__icon--google-plus:before {
  position: relative;
  top: -2px; }

h1 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  color: #68A54D;
  font-size: 36px;
  line-height: 66px; }

h2 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 29px;
  line-height: 36px; }

h3 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 22px;
  line-height: 26px; }

h4 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px; }

h5 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 12px;
  line-height: 16px; }

p {
  color: #555555; }

.admin-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  border-top-left-radius: 3px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px; }
  .admin-bar a {
    font-weight: bold; }

.btn, .donation__share-buttons .stButton .stMainServices, .pdf-download-link, input[type="button"] {
  background: #62A845;
  position: relative;
  box-shadow: 0 4px #59963F;
  border-radius: 8px;
  color: #fff;
  padding: 8px 4px;
  text-transform: uppercase;
  width: 120px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  transition: background 0.2s ease;
  border: 0;
  max-width: 100%; }
  .btn:hover, .donation__share-buttons .stButton .stMainServices:hover, .pdf-download-link:hover, input[type="button"]:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px #8EA247;
    top: 1px;
    background: #98b83c; }
  .btn:active, .donation__share-buttons .stButton .stMainServices:active, .pdf-download-link:active, input[type="button"]:active {
    top: 4px;
    box-shadow: 0 0px #59963F; }
  .btn:focus, .donation__share-buttons .stButton .stMainServices:focus, .pdf-download-link:focus, input[type="button"]:focus {
    text-decoration: none;
    color: #fff; }
  .btn.btn--facebook, .donation__share-buttons .stButton .btn--facebook.stMainServices, .donation__share-buttons .stButton .stMainServices.st-facebook-counter, .donation__share-buttons .stButton .btn.st-facebook-counter, .donation__share-buttons .stButton .st-facebook-counter.pdf-download-link, .btn--facebook.pdf-download-link, input[type="button"].btn--facebook, .donation__share-buttons .stButton input[type="button"].st-facebook-counter {
    border: 0;
    background: #3460a1;
    color: #fff;
    box-shadow: 0 4px #274879; }
    .btn.btn--facebook:hover, .donation__share-buttons .stButton .btn--facebook.stMainServices:hover, .donation__share-buttons .stButton .stMainServices.st-facebook-counter:hover, .donation__share-buttons .stButton .btn.st-facebook-counter:hover, .donation__share-buttons .stButton .st-facebook-counter.pdf-download-link:hover, .btn--facebook.pdf-download-link:hover, input[type="button"].btn--facebook:hover, .donation__share-buttons .stButton input[type="button"].st-facebook-counter:hover {
      background: #3460a1; }
  .btn.btn--twitter, .donation__share-buttons .stButton .btn--twitter.stMainServices, .donation__share-buttons .stButton .stMainServices.st-twitter-counter, .donation__share-buttons .stButton .btn.st-twitter-counter, .donation__share-buttons .stButton .st-twitter-counter.pdf-download-link, .btn--twitter.pdf-download-link, input[type="button"].btn--twitter, .donation__share-buttons .stButton input[type="button"].st-twitter-counter {
    border: 0;
    background: #55acee;
    color: #fff;
    box-shadow: 0 4px #4081b3; }
    .btn.btn--twitter:hover, .donation__share-buttons .stButton .btn--twitter.stMainServices:hover, .donation__share-buttons .stButton .stMainServices.st-twitter-counter:hover, .donation__share-buttons .stButton .btn.st-twitter-counter:hover, .donation__share-buttons .stButton .st-twitter-counter.pdf-download-link:hover, .btn--twitter.pdf-download-link:hover, input[type="button"].btn--twitter:hover, .donation__share-buttons .stButton input[type="button"].st-twitter-counter:hover {
      background: #55acee; }

.btn--hidden {
  display: none; }

.page-content--donation {
  background-image: url("../img/bg-symbol-repeater-pattern-y.jpg");
  padding: 15px;
  position: relative; }
  .page-content--donation:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 201, 0, 0) 0%, rgba(255, 201, 0, 0.75) 50%, rgba(255, 201, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .page-content--donation > .container {
    position: relative;
    z-index: 2; }

.donation__title {
  text-align: center;
  margin-top: 0;
  margin: 15px auto;
  max-width: 630px;
  padding: 7.5px 15px 15px 15px;
  line-height: 1.5;
  color: #000;
  font-size: 29px; }

.donation__bottom-set {
  clear: both;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 47.99em) {
    .donation__bottom-set {
      margin-top: 30px;
      margin-bottom: 30px; } }

.donation-set__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 47.99em) {
    .donation-set__title {
      margin-bottom: 0; } }

.donation-set__blocks {
  padding-top: 15px; }
  @media only screen and (max-width: 47.99em) {
    .donation-set__blocks {
      padding-top: 0; } }

.donation-set__block {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 15px;
  padding: 45px 22.5px 30px 22.5px; }
  @media only screen and (max-width: 47.99em) {
    .donation-set__block {
      margin-top: 60px; } }

.donation-block__image {
  width: 64px;
  height: 64px;
  top: 0;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  border-radius: 50%;
  position: absolute; }

.donation-block__title {
  color: #68A54D; }

.donation-block__text {
  color: #000;
  font-size: 14px;
  font-weight: 500; }

.donation-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.donation-image-wrapper {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.donation-image__half-left,
.donation-image__half-right {
  position: absolute;
  top: 0;
  width: 50%;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }
  .donation-image__half-left:after,
  .donation-image__half-right:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1; }

.donation-image__half-left {
  left: 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-top-left-radius: 155px;
  border-bottom-left-radius: 155px; }
  .donation-image__half-left:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    /* IE6-9 */ }

.donation-image__half-right {
  right: 0;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  border-top-right-radius: 155px;
  border-bottom-right-radius: 155px; }
  .donation-image__half-right:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }

.donation-image-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200%;
  background-size: cover;
  background-position: 50% 50%; }
  .donation-image__half-left .donation-image-holder {
    left: 0; }
  .donation-image__half-right .donation-image-holder {
    right: 0; }

.donation-images {
  position: relative;
  margin: 0 auto 7.5px auto;
  width: 310px;
  height: 310px; }

.donation-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 5px solid #ffd45d; }

.donation-image--current .donation-image__half-left,
.donation-image--current .donation-image__half-right {
  z-index: 2;
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }
  .donation-image--current .donation-image__half-left:after,
  .donation-image--current .donation-image__half-right:after {
    opacity: 0; }

.donation-image--current.donation-image--current-from-left .donation-image__half-left:after,
.donation-image--current.donation-image--current-from-left .donation-image__half-right:after, .donation-image--current.donation-image--current-from-right .donation-image__half-left:after,
.donation-image--current.donation-image--current-from-right .donation-image__half-right:after {
  -webkit-animation: opacityDrop 1s;
  animation: opacityDrop 1s; }

.donation-image--current.donation-image--current-from-right .donation-image__half-left {
  -webkit-animation: halfLeftRotateToLeft 1s linear;
  animation: halfLeftRotateToLeft 1s linear; }

.donation-image--current.donation-image--current-from-left .donation-image__half-right {
  -webkit-animation: halfRightRotateToRight 1s linear;
  animation: halfRightRotateToRight 1s linear; }

.donation-image--old .donation-image__half-left:after,
.donation-image--old .donation-image__half-right:after {
  -webkit-animation: opacityRise 1s;
  animation: opacityRise 1s; }

.donation-image--prev {
  opacity: 0; }
  .donation-image--prev .donation-image__half-left {
    z-index: 0;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .donation-image--prev .donation-image__half-right {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .donation-image--prev.donation-image--old .donation-image__half-right {
    -webkit-animation: halfRightRotateToLeft 1s linear;
    animation: halfRightRotateToLeft 1s linear; }

.donation-image--next {
  opacity: 0; }
  .donation-image--next .donation-image__half-left {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .donation-image--next .donation-image__half-right {
    z-index: 0;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .donation-image--next.donation-image--old .donation-image__half-left {
    -webkit-animation: halfLeftRotateToRight 1s linear;
    animation: halfLeftRotateToRight 1s linear; }

.donation-image--current,
.donation-image--old {
  opacity: 1; }

@-webkit-keyframes opacityRise {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacityRise {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes opacityDrop {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacityDrop {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes halfRightRotateToLeft {
  0% {
    z-index: 4;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    z-index: 4;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  51% {
    z-index: 1;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  100% {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }

@keyframes halfRightRotateToLeft {
  0% {
    z-index: 4;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    z-index: 4;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  51% {
    z-index: 1;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  100% {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }

@-webkit-keyframes halfLeftRotateToLeft {
  0% {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  50% {
    z-index: 1;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  51% {
    z-index: 4;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    z-index: 4;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes halfLeftRotateToLeft {
  0% {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  50% {
    z-index: 1;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  51% {
    z-index: 4;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    z-index: 4;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes halfLeftRotateToRight {
  0% {
    z-index: 4;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    z-index: 4;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  51% {
    z-index: 1;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@keyframes halfLeftRotateToRight {
  0% {
    z-index: 4;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    z-index: 4;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  51% {
    z-index: 1;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@-webkit-keyframes halfRightRotateToRight {
  0% {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  50% {
    z-index: 1;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  51% {
    z-index: 4;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  100% {
    z-index: 4;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes halfRightRotateToRight {
  0% {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  50% {
    z-index: 1;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  51% {
    z-index: 4;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  100% {
    z-index: 4;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

.donation-image__amount {
  margin-bottom: 3.75px;
  font-size: 42px;
  font-weight: 700; }

.donation-image__text {
  max-width: 350px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700; }

.donation-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  max-width: 540px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 47.99em) {
    .donation-form {
      max-width: 1000%; } }

.donation-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.donation-step-indicators {
  background-color: #8B1F93;
  list-style: none;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px; }

.donation-step-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  position: relative; }
  .donation-step-indicator:first-child:after, .donation-step-indicator:last-child:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: inline-block;
    height: 1px;
    width: 270px;
    top: 19px;
    background-color: #b644c3; }
  .donation-step-indicator:first-child:after {
    left: 50%; }
  .donation-step-indicator:last-child:after {
    right: 50%; }

.donation-step__no {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #b644c3;
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500; }
  .donation-step-indicator--active .donation-step__no {
    background-color: #fff;
    color: #8B1F93; }

.donation-step__name {
  color: #fff;
  transition: all 0.5s;
  font-size: 14px; }

.donation-steps {
  display: block;
  position: relative;
  overflow: hidden; }

.donation-step {
  display: none;
  padding: 0 60px 30px 60px;
  transition: all 1s; }

.donation-step--prev {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  visibility: hidden; }

.donation-step--next {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
  visibility: hidden; }

.donation-step--prev input, .donation-step--prev select, .donation-step--prev button, .donation-step--prev a,
.donation-step--next input,
.donation-step--next select,
.donation-step--next button,
.donation-step--next a {
  display: none; }

.donation-step--active {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  left: 0;
  width: 100%;
  visibility: visible; }

.donation-amounts {
  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; }

.donation__legal-text {
  margin-top: 60px;
  margin-bottom: 45px;
  background-color: #FEB600;
  padding: 22.5px 30px;
  font-weight: 500;
  font-size: 14px; }
  .donation__legal-text p {
    margin-bottom: 0; }
  @media only screen and (max-width: 47.99em) {
    .donation__legal-text {
      margin-top: 45px;
      margin-bottom: 15px; } }

.donation-step__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.donation-step__heading {
  font-weight: 700;
  font-size: 18px;
  margin-right: auto; }

.donation-step__secure {
  margin-left: auto;
  font-weight: 700;
  font-size: 14px; }

.btn--donation-amount {
  margin: 0 3.75px 15px 3.75px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 54px;
  border-radius: 3px;
  min-width: 130px;
  background-color: #8B1F93;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  transition: all 0.5s; }
  .btn--donation-amount:hover {
    color: #fff;
    background-color: #8d3999; }
  .btn--donation-amount.btn--donation-amount--active {
    background-color: #65126b; }

.btn--donation-amount--custom {
  padding: 7.5px 7.5px;
  position: relative; }
  .btn--donation-amount--custom label {
    margin: 0;
    height: 100%; }
    .btn--donation-amount--custom label span {
      padding-right: 7.5px; }

.btn--donation-amount__minimum {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  color: #666666;
  font-size: 12px;
  text-align: center; }
  .btn--donation-amount--error .btn--donation-amount__minimum {
    color: #e46363; }

.btn--donation-amount--blank {
  margin-bottom: 0;
  height: 0; }

input.donation-amount__input {
  color: #000;
  width: 85px;
  margin-left: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  height: 100%;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input.donation-amount__input[type='number'] {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 20px; }
  input.donation-amount__input:focus, input.donation-amount__input:active {
    border-color: #872a90; }
  .btn--donation-amount--error input.donation-amount__input {
    border-color: #ff353d;
    background-color: #fff6f7; }
  input.donation-amount__input::-webkit-inner-spin-button, input.donation-amount__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.donation-step__actions {
  margin-top: 15px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  cursor: pointer; }
  .donation-step__actions .btn--back {
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    bottom: 15px;
    transition: all 0.5s; }
    .donation-step__actions .btn--back:hover {
      color: #00b088; }

.donation__recurring {
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 22.5px 22.5px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700; }

.donation-contribution {
  color: #fff;
  background-color: #7f1c8c;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2); }

.donation-contribution--shown {
  padding: 7.5px 60px;
  max-height: 60px; }

.donation-contribution__edit {
  color: #fff;
  text-decoration: underline;
  font-size: 12px; }

@media only screen and (max-width: 47.99em) {
  .donation-step,
  .donation-contribution--shown,
  .donation-step__heading-wrapper {
    padding-left: 22.5px;
    padding-right: 22.5px; }
  .donation-step-indicator:first-child:after, .donation-step-indicator:last-child:after {
    width: 162px; } }

.donation__cc-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px; }

.donation__cc {
  margin-top: 15px;
  margin-right: 3.75px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.5s; }
  .donation__cc-types--unknown .donation__cc {
    -webkit-filter: none;
    filter: none;
    opacity: 1; }
  .donation__cc.donation__cc--visa {
    background-image: url(./img/sprite.png);
    background-position: -35px -20px;
    width: 35px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .donation__cc.donation__cc--visa {
        background-image: url(./img/sprite@2x.png);
        background-size: 70px 48px; } }
    .donation__cc-types--visa .donation__cc.donation__cc--visa {
      -webkit-filter: none;
      filter: none;
      opacity: 1; }
  .donation__cc.donation__cc--mastercard {
    background-image: url(./img/sprite.png);
    background-position: 0px -20px;
    width: 35px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .donation__cc.donation__cc--mastercard {
        background-image: url(./img/sprite@2x.png);
        background-size: 70px 48px; } }
    .donation__cc-types--mastercard .donation__cc.donation__cc--mastercard {
      -webkit-filter: none;
      filter: none;
      opacity: 1; }
  .donation__cc.donation__cc--amex {
    background-image: url(./img/sprite.png);
    background-position: 0px 0px;
    width: 35px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .donation__cc.donation__cc--amex {
        background-image: url(./img/sprite@2x.png);
        background-size: 70px 48px; } }
    .donation__cc-types--amex .donation__cc.donation__cc--amex {
      -webkit-filter: none;
      filter: none;
      opacity: 1; }
  .donation__cc.donation__cc--diner {
    background-image: url(./img/sprite.png);
    background-position: -35px 0px;
    width: 35px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .donation__cc.donation__cc--diner {
        background-image: url(./img/sprite@2x.png);
        background-size: 70px 48px; } }
    .donation__cc-types--diner .donation__cc.donation__cc--diner {
      -webkit-filter: none;
      filter: none;
      opacity: 1; }

.donation-success {
  padding: 37.5px 45px;
  text-align: center; }

.donation-success__title {
  color: #00b088;
  margin-bottom: 22.5px;
  font-size: 25px;
  font-weight: 700; }

.donation-success__ref-intro {
  font-size: 16px;
  font-weight: 700; }

.donation-success__ref {
  color: #68A54D;
  margin: 15px 0 22.5px 0;
  font-size: 29px;
  font-weight: 700; }

.donation-success__text {
  margin-bottom: 22.5px;
  font-size: 16px;
  font-weight: 700; }

.donation__share-buttons .stButton .stMainServices {
  background-image: none !important;
  padding: 0;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin: 0 7.5px;
  font-weight: 500;
  font-family: "Source Sans Pro"; }

.donation__share-buttons .stButton .st-facebook-counter:before {
  content: "SHARE ON FACEBOOK"; }

.donation__share-buttons .stButton .st-twitter-counter:before {
  content: "SHARE ON TWITTER"; }

@media only screen and (max-width: 47.99em) {
  .donation__share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .donation__share-buttons .stButton .stMainServices {
      margin: 0 0 15px 0; } }

.donation-success__image {
  background-image: url("../img/children.png");
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.donation-step__message {
  max-width: 100%;
  letter-spacing: 0.5px;
  line-height: 2;
  margin: 0;
  color: #666666;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s; }
  .donation-step__message.donation-step__message--shown {
    margin: 7.5px 0 22.5px 0;
    max-height: 72px; }
  .donation-step__message.donation-step__message--error {
    color: #e46363; }

@media only screen and (max-width: 48.01em) {
  .donation-form {
    margin: 0 auto; }
  .donation-image__half-left {
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px; }
  .donation-image__half-right {
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px; }
  .donation-images {
    width: 250px;
    height: 250px; }
  .donation-image-wrapper {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .btn--donation-amount, .btn--donation-amount--custom {
    min-width: 130px; }
  .donation-step__actions .btn--back {
    position: static;
    display: block;
    margin-top: 15px;
    text-align: left; }
  .donation__title {
    font-size: 22px; } }

.page--site-down {
  height: 100%; }

.site-down__title {
  margin-bottom: 30px;
  line-height: 1.25; }

.site-down__message {
  font-size: 60px;
  max-width: 560px; }
  .site-down__message span {
    color: #68A54D; }

.site-down__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 100%; }

.site-down__phone {
  color: #000; }

.site-down__thumb {
  margin: 0 auto 45px auto; }
  .site-down__thumb img {
    max-width: 96px; }

.site-down__logos {
  display: block;
  padding-top: 60px;
  border-top: 1px solid #cccccc;
  margin: 30px auto 0 auto; }
  .site-down__logos img {
    max-width: 200px; }
  @media only screen and (max-width: 47.99em) {
    .site-down__logos {
      display: none; } }

.site-down__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  min-height: 100%;
  width: 100%;
  height: 100%; }
  .site-down__wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, white 56%, white 57%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.footer-block {
  background-image: url("../img/footerblock.jpg");
  background-size: cover;
  background-position: 50% 50%; }
  .footer-block .single-block__heading {
    font-weight: 500; }
  .footer-block .single-block__heading, .footer-block .single-block__intro {
    color: #fff; }

.page-footer {
  background: #68A54D;
  padding-top: 45px; }
  @media only screen and (max-width: 47.99em) {
    .page-footer {
      padding-top: 15px; } }

.page-footer-nav__container {
  position: relative; }

@media only screen and (max-width: 47.99em) {
  .page-footer-nav h4 {
    display: none; } }

.page-footer__registered_tick {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  cursor: pointer; }
  .page-footer__registered_tick img {
    width: 100px; }
  @media only screen and (max-width: 47.99em) {
    .page-footer__registered_tick {
      display: none; } }

.page-footer__registered_tick__mobile {
  text-align: center;
  cursor: pointer; }
  .page-footer__registered_tick__mobile img {
    width: 100px; }
  @media only screen and (min-width: 48em) {
    .page-footer__registered_tick__mobile {
      display: none; } }

.page-footer-nav__link,
.page-footer-nav__link-title {
  color: #fff;
  text-transform: none;
  display: block;
  font-size: 12px;
  margin-bottom: 15px; }
  .page-footer-nav__link:hover,
  .page-footer-nav__link-title:hover {
    text-decoration: underline;
    color: #fff; }
  @media only screen and (max-width: 47.99em) {
    .page-footer-nav__link,
    .page-footer-nav__link-title {
      display: none; } }

.page-footer-nav__link-title {
  text-transform: uppercase;
  margin-bottom: 20px; }

@media only screen and (max-width: 47.99em) {
  .page-footer-nav__social-links {
    text-align: center; } }

.footer-base {
  font-size: 12px;
  padding-bottom: 15px; }

.footer-base__hr {
  background: #8AC670; }
  @media only screen and (max-width: 47.99em) {
    .footer-base__hr {
      display: none;
      margin-left: -15px;
      margin-right: -15px; } }

.footer-base__logo-link {
  display: block;
  margin-right: 15px; }
  .footer-base__logo-link .svg-icon {
    width: 128px;
    height: 36px; }
  @media only screen and (max-width: 47.99em) {
    .footer-base__logo-link {
      max-width: 240px;
      margin: 0 auto;
      text-align: center;
      display: block;
      margin-bottom: 15px; } }
  .footer-base__logo-link .svg-icon {
    fill: #fff; }

.footer-base__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 47.99em) {
    .footer-base__nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 15px; } }

.footer-base__nav-link {
  color: #fff;
  margin-right: 15px;
  margin-bottom: 10px; }
  .footer-base__nav-link:focus {
    color: #fff; }
  .footer-base__nav-link:hover {
    color: #fff;
    text-decoration: underline; }
  @media only screen and (max-width: 47.99em) {
    .footer-base__nav-link {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      text-align: center;
      display: block;
      margin-bottom: 7.5px; } }

.footer-base__credits {
  color: #fff;
  text-align: right;
  margin-top: 15px; }
  @media only screen and (max-width: 47.99em) {
    .footer-base__credits {
      text-align: center;
      margin-bottom: 15px; } }
  .footer-base__credits a {
    color: #fff;
    border-bottom: #83ba6b;
    display: inline-block; }
    .footer-base__credits a:hover {
      color: #fff;
      text-decoration: underline;
      text-decoration: underline; }

input.checkbox {
  position: relative;
  margin-right: 11.25px;
  cursor: pointer;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  outline: 0; }
  input.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    opacity: 0; }
  input.checkbox:checked:before {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #872a90;
    border-top-style: none;
    border-right-style: none; }
  input.checkbox:checked:after {
    border: 1px solid #e8e8e8; }
  input.checkbox:after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: -0.125rem;
    left: -2px;
    width: 18px;
    height: 18px;
    border: 1px solid #872a90;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden; }

.checkbox-label {
  cursor: pointer; }
  .checkbox-label input {
    vertical-align: middle; }
  .checkbox-label span {
    vertical-align: middle; }

.radio-label {
  cursor: pointer; }
  .radio-label input[type="radio"] {
    display: none; }
  .radio-label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #e8e8e8;
    border: 6px solid #e8e8e8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all 0.5s;
    margin-right: 11.25px; }
  .radio-label.radio-label--selected:before {
    background-color: #65126b;
    border: 3px solid #e8e8e8; }
  .radio-label span {
    vertical-align: middle; }
  .radio-label + .radio-label {
    margin-left: 30px; }
    @media only screen and (max-width: 47.99em) {
      .radio-label + .radio-label {
        margin-left: 0; } }
  @media only screen and (max-width: 47.99em) {
    .radio-label {
      display: block; } }

.form-group--first {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px; }

.form-group {
  transition: all 0.75s;
  margin-left: -3.75px;
  margin-right: -3.75px;
  clear: both; }
  .form-group.form-group--one-line {
    max-height: 84px;
    overflow: hidden; }
  .form-group.form-group--collapsed {
    max-height: 0;
    overflow: hidden; }
  .form-group .control-label {
    padding-top: 9.75px;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 15px;
    position: relative;
    font-weight: bold;
    font-size: 14px; }
    @media only screen and (max-width: 47.99em) {
      .form-group .control-label {
        text-align: left;
        width: auto;
        clear: both;
        float: none; } }
    .form-group .control-label.control-label--required:after {
      content: "*";
      display: inline-block;
      color: #a00;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      position: absolute;
      top: 6px;
      right: -7px; }
  .form-group .control-group {
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .form-group .control--w1 {
    width: 15.66667%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .form-group .control--w2 {
    width: 31.33333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .form-group .control--w3 {
    width: 47%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .form-group .control--w4 {
    width: 62.66667%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .form-group .control--w5 {
    width: 78.33333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .form-group .control--w6 {
    width: 94%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.select-wrapper {
  margin-left: 3.75px;
  margin-right: 3.75px;
  position: relative; }
  .select-wrapper:after {
    content: "";
    background-image: url(./img/sprite.png);
    background-position: 0px -40px;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 21px;
    right: 15px;
    margin-top: -4px;
    margin-left: 2.5px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .select-wrapper:after {
        background-image: url(./img/sprite@2x.png);
        background-size: 70px 48px; } }
  .select-wrapper select {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px; }
  select::-ms-expand {
    display: none; }
  select:after {
    content: "";
    display: inline-block;
    border-top: 3px solid #e8e8e8;
    border-left: 3px solid #e8e8e8;
    border-right: 3px solid #e8e8e8;
    border-bottom: 3px solid transparent; }

input[type='text'], input[type='email'], input[type='url'],
input[type='tel'], input[type='date'], input[type='number'],
select {
  height: 42px;
  line-height: 42px; }

input[type='text'], input[type='email'], input[type='url'],
input[type='tel'], input[type='date'], input[type='number'],
select, textarea {
  margin-left: 3.75px;
  margin-right: 3.75px;
  margin-bottom: 11.25px;
  border-radius: 3.75px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #666666;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.25s; }
  @media only screen and (max-width: 47.99em) {
    input[type='text'], input[type='email'], input[type='url'],
    input[type='tel'], input[type='date'], input[type='number'],
    select, textarea {
      font-size: 16px; } }
  input[type='text']:active, input[type='text']:focus, input[type='email']:active, input[type='email']:focus, input[type='url']:active, input[type='url']:focus,
  input[type='tel']:active,
  input[type='tel']:focus, input[type='date']:active, input[type='date']:focus, input[type='number']:active, input[type='number']:focus,
  select:active,
  select:focus, textarea:active, textarea:focus {
    outline: 0;
    border-color: #872a90; }
  input[type='text'].error, input[type='email'].error, input[type='url'].error,
  input[type='tel'].error, input[type='date'].error, input[type='number'].error,
  select.error, textarea.error {
    border-color: #ff353d;
    background-color: #fff6f7; }
  input[type='text'].control--creditcard, input[type='text'].control--cvv, input[type='email'].control--creditcard, input[type='email'].control--cvv, input[type='url'].control--creditcard, input[type='url'].control--cvv,
  input[type='tel'].control--creditcard,
  input[type='tel'].control--cvv, input[type='date'].control--creditcard, input[type='date'].control--cvv, input[type='number'].control--creditcard, input[type='number'].control--cvv,
  select.control--creditcard,
  select.control--cvv, textarea.control--creditcard, textarea.control--cvv {
    letter-spacing: 2px;
    font-size: 15px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
    input[type='text'].control--creditcard::-webkit-outer-spin-button, input[type='text'].control--creditcard::-webkit-inner-spin-button, input[type='text'].control--cvv::-webkit-outer-spin-button, input[type='text'].control--cvv::-webkit-inner-spin-button, input[type='email'].control--creditcard::-webkit-outer-spin-button, input[type='email'].control--creditcard::-webkit-inner-spin-button, input[type='email'].control--cvv::-webkit-outer-spin-button, input[type='email'].control--cvv::-webkit-inner-spin-button, input[type='url'].control--creditcard::-webkit-outer-spin-button, input[type='url'].control--creditcard::-webkit-inner-spin-button, input[type='url'].control--cvv::-webkit-outer-spin-button, input[type='url'].control--cvv::-webkit-inner-spin-button,
    input[type='tel'].control--creditcard::-webkit-outer-spin-button,
    input[type='tel'].control--creditcard::-webkit-inner-spin-button,
    input[type='tel'].control--cvv::-webkit-outer-spin-button,
    input[type='tel'].control--cvv::-webkit-inner-spin-button, input[type='date'].control--creditcard::-webkit-outer-spin-button, input[type='date'].control--creditcard::-webkit-inner-spin-button, input[type='date'].control--cvv::-webkit-outer-spin-button, input[type='date'].control--cvv::-webkit-inner-spin-button, input[type='number'].control--creditcard::-webkit-outer-spin-button, input[type='number'].control--creditcard::-webkit-inner-spin-button, input[type='number'].control--cvv::-webkit-outer-spin-button, input[type='number'].control--cvv::-webkit-inner-spin-button,
    select.control--creditcard::-webkit-outer-spin-button,
    select.control--creditcard::-webkit-inner-spin-button,
    select.control--cvv::-webkit-outer-spin-button,
    select.control--cvv::-webkit-inner-spin-button, textarea.control--creditcard::-webkit-outer-spin-button, textarea.control--creditcard::-webkit-inner-spin-button, textarea.control--cvv::-webkit-outer-spin-button, textarea.control--cvv::-webkit-inner-spin-button {
      -webkit-appearance: none;
      appearance: none; }
  input[type='text'].control--cvv, input[type='email'].control--cvv, input[type='url'].control--cvv,
  input[type='tel'].control--cvv, input[type='date'].control--cvv, input[type='number'].control--cvv,
  select.control--cvv, textarea.control--cvv {
    width: 70px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 48.01em) {
      input[type='text'].control--cvv, input[type='email'].control--cvv, input[type='url'].control--cvv,
      input[type='tel'].control--cvv, input[type='date'].control--cvv, input[type='number'].control--cvv,
      select.control--cvv, textarea.control--cvv {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

textarea {
  color: #666666;
  border-radius: 3.75px; }

.control-validation-error {
  color: #e46363;
  font-size: 12px;
  margin-left: 3.75px;
  margin-right: 3.75px;
  margin-bottom: 7.5px; }

.contourField.checkbox .help-block {
  display: none; }

.contourField.checkbox .checkbox-label {
  display: block;
  padding: 9.9px 9.9px 1.5px 9.9px; }

.contourField select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 20px 20px; }
  .contourField select::-ms-expand {
    display: none; }
  .contourField select:active, .contourField select:focus {
    outline: 0;
    border-color: #872a90; }

.contour {
  text-align: left; }

.contourField {
  margin-bottom: 1.5em; }
  .contourField input {
    margin-left: 0; }
  .contourField input[type='text'], .contourField input[type='email'], .contourField input[type='url'], .contourField input[type='tel'], .contourField input[type='date'], .contourField input[type='number'], .contourField select, .contourField textarea {
    width: 100%; }
  .contourField textarea {
    padding-top: 1em;
    min-height: 200px; }
  .contourField .fieldLabel {
    font-weight: bold; }
  .contourField .help-block {
    color: #818a91;
    margin-bottom: 1em;
    display: block; }

.header-nav-wrapper {
  background: #59963F;
  position: relative;
  z-index: 20; }
  @media only screen and (min-width: 64em) {
    .header-nav-wrapper.stuck {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  .header-nav-wrapper:before {
    content: '';
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #68A54D;
    position: absolute; }

.header-nav {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%; }

.header-nav__parent-title,
.header-nav__donate-title {
  font-size: 18px;
  display: block;
  font-weight: 700; }

.header-nav__parent-intro,
.header-nav__donate-intro {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 500; }

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%; }

.header-nav__list-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .header-nav__list-item.hover, .header-nav__list-item:hover {
    position: relative; }
    .header-nav__list-item.hover .header-nav__dropdown-btn, .header-nav__list-item:hover .header-nav__dropdown-btn {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .header-nav__list-item.hover .header-nav__parent-link, .header-nav__list-item:hover .header-nav__parent-link {
      color: #fff;
      background: #59963F; }
    .header-nav__list-item.hover .header-nav__child-list, .header-nav__list-item:hover .header-nav__child-list {
      display: block;
      opacity: 1;
      -webkit-animation: fadeInAndShow 0.25s;
      animation: fadeInAndShow 0.25s; }

.header-nav__dropdown-btn {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  z-index: 5;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.header-nav__parent-link {
  text-decoration: none;
  width: 100%;
  position: relative;
  z-index: 3;
  height: 120px;
  padding: 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #68A54D;
  transition: all 0.25s;
  font-weight: bold;
  font-size: 1em; }
  .header-nav__parent-link:before {
    background: #68A54D; }
  .header-nav__parent-link:after {
    background: #9a50a1; }

@-webkit-keyframes fadeInAndShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInAndShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header-nav__child-list {
  z-index: 2;
  display: none;
  opacity: 0;
  background: #59963F;
  padding: 0;
  width: 185%;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75); }

.header-nav__list-item:nth-child(n+4) .header-nav__child-list {
  left: -85%; }

.header-nav__list-item:last-child .header-nav__child-link {
  border-bottom: 0; }

.header-nav__child-link {
  color: #fff;
  padding: 15px 30px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #8AC670;
  transition: all 0.25s; }
  .header-nav__child-link:hover {
    color: #fff;
    background: #68A54D; }

.page-header {
  z-index: 200;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  box-shadow: 10px 1px 5px rgba(0, 0, 0, 0.1);
  height: 90px; }
  @media only screen and (min-width: 64em) {
    .page-header {
      height: 120px; } }

.site-wrapper {
  margin-top: 90px; }
  @media only screen and (min-width: 64em) {
    .site-wrapper {
      margin-top: 120px; } }

.header-nav-wrapper,
.header-top-wrapper,
.sticky-wrapper {
  display: none; }

.header-top-wrapper {
  height: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 64em) {
    .header-top-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header-top-logo {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: 60px; }

.header-top__logo-link {
  display: block; }
  .header-top__logo-link .svg--logo {
    width: 170px; }
  .header-top__logo-link .svg-icon {
    fill: #68A54D; }

.site-search-wrapper {
  text-align: right; }

.site-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 6px;
  background: #f4f3f4;
  padding: 7.5px; }

.site-search__submit {
  border: 0;
  background: transparent;
  padding: 0 6px; }

.site-search__submit-icon {
  display: block; }
  .site-search__submit-icon:hover {
    color: #68A54D; }

input[type='search'].site-search__search-input,
input[type='text'].site-search__search-input {
  border: 0;
  background: transparent;
  outline: 0;
  margin-left: 5px;
  padding-left: 13px;
  width: 230px;
  border-left: 1px solid #cecece;
  margin-bottom: 0;
  height: 29px;
  line-height: 29px;
  border-radius: 0; }

.site-search__search-input--short {
  width: 200px; }

.site-secondary-nav {
  text-align: right;
  margin-right: 150px;
  margin-bottom: 21px;
  margin-top: 11px; }

.page-secondary-nav__link {
  color: #000;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 700; }
  .page-secondary-nav__link:hover {
    color: #68A54D; }

.site-header-dropdowns {
  text-align: right; }

.loader {
  margin: 0 auto;
  width: 50px;
  height: 53px;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  display: none;
  transition: all 0.25s; }
  .loader.loader--shown {
    opacity: 1;
    display: block; }

.loader > div {
  background-color: #00b088;
  height: 100%;
  width: 6px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.loader--theme-purple > div {
  background-color: #68A54D; }

.loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.mobile-header-nav {
  background: #68A54D; }

.mobile-header-nav__toggle {
  display: block;
  text-align: center;
  color: #fff;
  background: #8AC670;
  padding: 7.5px 0; }
  .mobile-header-nav__toggle:hover {
    color: #fff; }
  .mobile-header-nav__toggle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    opacity: 0.8;
    font-size: 12px; }
  .mobile-header-nav__toggle:after {
    margin-left: 12px; }

.mobile-header-nav__toggle--open:before {
  display: none; }

.mobile-header-nav__toggle--open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 8px;
  font-size: 12px;
  top: 0px; }

.mobile-header-nav__parent-items {
  position: relative;
  width: 100%; }

.mobile-header-nav__parent-item,
.mobile-header-nav__child-item {
  position: relative; }
  .mobile-header-nav__parent-item:first-child .mobile-header-nav__parent-link,
  .mobile-header-nav__parent-item:first-child .mobile-header-nav__child-link,
  .mobile-header-nav__child-item:first-child .mobile-header-nav__parent-link,
  .mobile-header-nav__child-item:first-child .mobile-header-nav__child-link {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .mobile-header-nav__parent-item:last-child .mobile-header-nav__parent-link,
  .mobile-header-nav__parent-item:last-child .mobile-header-nav__child-link,
  .mobile-header-nav__child-item:last-child .mobile-header-nav__parent-link,
  .mobile-header-nav__child-item:last-child .mobile-header-nav__child-link {
    border-bottom: none; }

.mobile-header-nav__child-link--back:before {
  margin-right: 5px; }

.mobile-header-nav__parent-link,
.mobile-header-nav__child-link {
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 15px; }
  .mobile-header-nav__parent-link:hover,
  .mobile-header-nav__child-link:hover {
    color: #fff; }

.mobile-header-nav__parent-link-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  z-index: 2; }
  .mobile-header-nav__parent-link-arrow span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .mobile-header-nav__parent-link-arrow span:before {
      color: rgba(255, 255, 255, 0.6); }

.mobile-header-nav__dropdown {
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5); }

.mobile-header-nav__menu-wrapper {
  width: 200%;
  overflow: hidden; }

.mobile-header-nav__parent-items,
.mobile-header-nav__child-items {
  width: 50%;
  position: relative;
  transition: all 500ms ease-in-out;
  float: left; }

.mobile-header-nav__parent-items {
  margin-left: -50%; }

.mobile-header-nav__parent-items--active {
  margin-left: 0%; }

.mobile-header-nav__child-items {
  max-height: 600px; }
  .mobile-header-nav__child-items.mobile-child-nav-enter {
    max-height: 0px; }
  .mobile-header-nav__child-items.mobile-child-nav-enter-active {
    max-height: 250px; }
  .mobile-header-nav__child-items.mobile-child-nav-leave {
    max-height: 250px; }
  .mobile-header-nav__child-items.mobile-child-nav-leave-active {
    max-height: 0px; }

.mobile-header-nav__toggle-text {
  color: #68A54D;
  letter-spacing: 0.5px;
  font-weight: 700; }

.mobile-header-nav__toogle-btn {
  width: 50px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  padding: 17px 4px; }
  .mobile-header-nav__toogle-btn .mobile-header-nav__toggle-bar-wrapper {
    left: 50%;
    margin-left: -10px;
    position: absolute; }
    .mobile-header-nav__toogle-btn .mobile-header-nav__toggle-bar-wrapper span {
      display: block;
      position: absolute;
      height: 3px;
      width: 20px;
      background: #fff;
      border-radius: 3px;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .mobile-header-nav__toogle-btn .mobile-header-nav__toggle-bar-wrapper span:nth-child(1) {
        top: 0; }
      .mobile-header-nav__toogle-btn .mobile-header-nav__toggle-bar-wrapper span:nth-child(2), .mobile-header-nav__toogle-btn .mobile-header-nav__toggle-bar-wrapper span:nth-child(3) {
        top: 6px; }
      .mobile-header-nav__toogle-btn .mobile-header-nav__toggle-bar-wrapper span:nth-child(4) {
        top: 12px; }
  .mobile-header-nav__toogle-btn.open .mobile-header-nav__toggle-bar-wrapper span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%; }
  .mobile-header-nav__toogle-btn.open .mobile-header-nav__toggle-bar-wrapper span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-header-nav__toogle-btn.open .mobile-header-nav__toggle-bar-wrapper span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mobile-header-nav__toogle-btn.open .mobile-header-nav__toggle-bar-wrapper span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%; }

.mobile-header {
  display: block;
  height: 90px; }
  @media only screen and (min-width: 64em) {
    .mobile-header {
      display: none; } }

.mobile-header-bar {
  padding: 15px 0;
  height: 90px; }

.mobile-header-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%; }

.mobile-header-bar__col-logo {
  width: 70%;
  height: 100%;
  padding-right: 15px; }

.mobile-header-bar__col-toggle {
  text-align: center; }

.mobile-header-bar__col--donate {
  text-align: right; }

.mobile-header-bar__col--dropdowns {
  min-width: 100%;
  text-align: right; }

.mobile-header-bar__logo-link {
  display: block;
  height: 100%; }
  .mobile-header-bar__logo-link .svg--logo {
    height: 100%; }
    @media only screen and (max-width: 47.99em) {
      .mobile-header-bar__logo-link .svg--logo {
        height: 90%; } }

.mobile-header-bar__donate-button {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  background: #62A845;
  color: #000;
  height: 50px;
  line-height: 50px;
  max-width: 160px;
  min-width: 95px;
  text-align: left;
  border-radius: 4px;
  font-weight: 700; }
  .mobile-header-bar__donate-button:hover {
    color: #68A54D; }
  .mobile-header-bar__donate-button:before {
    float: right;
    color: rgba(0, 0, 0, 0.8);
    height: 50px;
    line-height: 50px; }

.site-search-mobile-wrapper {
  text-align: center;
  margin: 10px; }

.site-search--mobile {
  display: inline-block; }

.mobile-header-social {
  text-align: center;
  margin-bottom: 15px; }

.mobile-footer-links {
  text-align: center; }

.mobile-footer-links__link {
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px; }
  .mobile-footer-links__link:hover {
    color: #62A845; }

.four-col-module__heading {
  color: #68A54D;
  text-align: center;
  font-size: 30px;
  margin-bottom: 1em;
  margin-top: 45px; }
  @media only screen and (max-width: 47.99em) {
    .four-col-module__heading {
      display: block; } }

.col-listing {
  margin-bottom: 30px; }
  .col-listing a {
    cursor: normal;
    pointer-events: none; }

.col-listing--has-link a {
  cursor: pointer;
  pointer-events: auto; }

.col-listing__header-img {
  display: block;
  background-size: contain;
  height: 126px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px; }

.col-listing__header-img--circle {
  width: 126px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%; }

.col-listing__title {
  font-size: 1.4em;
  text-align: center;
  min-height: 32px; }

.col-listing__summary {
  text-align: center;
  font-size: 14px; }

.col-listing__read-more-link {
  display: block;
  text-align: center;
  font-size: 1em;
  text-decoration: underline; }

.module-article-list-header {
  text-align: center; }

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

.article-listing--main-grid {
  margin-bottom: 50px; }
  .article-listing--main-grid .article-listing__title-link {
    color: #55595c; }

.article-listing__link-block {
  height: 210px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }
  .article-listing__link-block:hover .article-listing__bg-wrapper {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.article-listing__link-block--has-video:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2); }

.article-listing__link-block--has-video:before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  z-index: 2; }

.article-listing__bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s ease; }

.article-listing__category-tag {
  z-index: 2;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: #62A845;
  border-radius: 5px;
  margin-top: 1em;
  margin-left: 1em; }

.article-listing__details {
  position: absolute;
  bottom: 0;
  padding: 0 1em 1em 1em; }

.article-listing__title {
  color: #000;
  font-size: 22px;
  display: block;
  font-weight: 700; }
  .article-listing:hover .article-listing__title {
    color: #68A54D;
    text-decoration: none; }
  .article-listing--has-image .article-listing__title {
    color: #fff; }

.article-listing__summary {
  color: #666666;
  font-size: 14px;
  margin: 0; }
  .article-listing--has-image .article-listing__summary {
    color: #fff; }

.article-listing__date {
  font-size: 12px;
  color: #666666;
  font-style: italic; }

.article-listing__read-more {
  text-decoration: underline;
  font-size: 0.8em; }

.page-bread-crumbs {
  background: #7AB443;
  font-size: 12px;
  padding: 10px 0; }

.page-bread-crumbs__link {
  display: inline-block;
  text-decoration: underline;
  line-height: 12px;
  font-weight: 500; }
  .page-bread-crumbs__link:hover {
    color: #59963F; }

.page-bread-crumbs__link-sep {
  color: #FFC900; }

.page-bread-crumbs__link--home {
  text-decoration: none;
  height: 12px; }
  .page-bread-crumbs__link--home:before {
    display: inline-block;
    color: #fff;
    font-size: 14px; }
  .page-bread-crumbs__link--home span {
    display: none; }

.page-bread-crumbs__current {
  font-weight: 500; }

.page-bread-crumbs__current, .page-bread-crumbs__link {
  margin: 0.6em;
  color: #fff; }

.button-dropdown-wrapper {
  display: inline-block; }

.button-dropdown {
  display: inline-block;
  position: relative;
  z-index: 30;
  margin-left: 15px; }
  .button-dropdown:hover .button-dropdown__link-list {
    display: block;
    opacity: 1; }
  .button-dropdown:hover .button-dropdown__btn-text--login {
    background: #f3f3f3; }
  .button-dropdown:hover .button-dropdown__btn-text:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.button-dropdown__btn-text {
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
  display: block;
  padding: 0 10px 0 14px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .button-dropdown__btn-text:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    color: rgba(0, 0, 0, 0.8);
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    position: relative;
    top: 0; }

.button-dropdown__btn-text--register {
  background: #62A845; }

.button-dropdown__link-list {
  position: absolute;
  top: 100%;
  right: 0;
  background: #62A845;
  padding: 18px 18px 0 18px;
  width: 175px;
  border-radius: 4px;
  margin-top: 12px;
  transition: all 0.3s ease;
  opacity: 0;
  display: none; }
  .button-dropdown__link-list:before {
    content: '';
    border-top: 12px solid transparent;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0; }
  .button-dropdown__link-list:after {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #62A845;
    border-width: 7px;
    margin-left: -7px; }

.button-dropdown__link {
  color: #000;
  display: block;
  text-align: left;
  font-weight: 500;
  margin-bottom: 12px; }

.content-page-header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.content-page-header__title {
  line-height: 44px;
  color: #68A54D; }

.content-page-header__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666; }
  @media only screen and (max-width: 47.99em) {
    .content-page-header__toolbar {
      display: block; } }

.content-page-header__share {
  position: relative; }

.section--content-page {
  padding-top: 22.5px;
  padding-bottom: 22.5px; }

@media only screen and (max-width: 47.99em) {
  .content-page__footer {
    margin-bottom: 30px; } }

.event-slide {
  margin: 0 15px;
  transition: all 500ms ease-in-out; }

.event-slider-module {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 101.75rem;
  margin: 0 auto;
  width: 970px; }
  @media only screen and (max-width: 64em) and (min-width: 48em) {
    .event-slider-module {
      width: 100%; } }
  @media only screen and (max-width: 47.99em) {
    .event-slider-module {
      width: 100%; } }

.event-slider-module__header-title {
  font-size: 34px;
  color: #68A54D;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-bottom: 45px; }

.event-slider-module {
  position: relative; }

.event-slider-module .article-listing__link-block {
  padding-top: 77.58621%;
  width: 100%;
  height: auto; }

.event-slider-module__slider {
  padding-left: 15px;
  padding-right: 15px; }

.event-slide {
  opacity: 0.5;
  transition: all 0.5s; }
  .event-slide.event-slide--shown {
    opacity: 1; }
  @media only screen and (max-width: 1024px) {
    .event-slide {
      opacity: 1; } }

.slider__sidefade {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none; }
  .slider__sidefade:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0; }
  @media only screen and (min-width: 64em) {
    .slider__sidefade {
      display: block; } }

.slider__sidefade--left {
  left: 0;
  border-left: 15px #fff solid; }
  .slider__sidefade--left:after {
    right: -15px;
    width: 15px;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }

.slider__sidefade--right {
  right: 0;
  border-right: 15px #fff solid; }
  .slider__sidefade--right:after {
    left: -15px;
    width: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }

.event-slider-module__slider .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 36px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  color: rgba(255, 0, 0, 0);
  border: none;
  background: #62A845;
  box-shadow: 0 4px #59963F;
  transition: all 100ms; }
  .event-slider-module__slider .slick-arrow:hover {
    box-shadow: 0 2px #8EA247;
    margin-top: 2px; }
    .event-slider-module__slider .slick-arrow:hover:after {
      color: #fff; }
  .event-slider-module__slider .slick-arrow:after {
    font-size: 12px;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    z-index: 10; }

.event-slider-module__slider .slick-next {
  right: 0; }

.event-slider-module__slider .slick-prev {
  left: 0; }

.featured-blocks-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.featured-blocks__block-link {
  width: 33.33%;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 360px;
  text-decoration: none;
  position: relative;
  padding: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none; }
  .featured-blocks__block-link:focus {
    text-decoration: none;
    color: #fff; }
  .featured-blocks__block-link > * {
    z-index: 2; }
  .featured-blocks__block-link:before {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); }
  .featured-blocks__block-link:hover {
    text-decoration: none; }
    .featured-blocks__block-link:hover .featured-blocks__read-more {
      color: #cbdd96; }
    .featured-blocks__block-link:hover:before {
      background: rgba(0, 0, 0, 0.7); }
  @media only screen and (max-width: 47.99em) {
    .featured-blocks__block-link {
      height: 250px;
      width: 100%; } }

.featured-blocks__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 22.5px;
  line-height: 130%; }

.featured-blocks__read-more {
  text-decoration: underline;
  display: block;
  font-size: 15px;
  color: #62A845; }

.featured-blocks__intro {
  color: #fff;
  font-size: 15px; }

.hero-banner {
  position: relative;
  background: #000; }

.hero-banner__background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #62A845;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .hero-banner__background .hero-banner__stripes {
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0; }

.hero-banner--tall .hero-banner__content {
  min-height: 580px; }
  @media only screen and (max-width: 47.99em) {
    .hero-banner--tall .hero-banner__content {
      min-height: 265px;
      padding-top: 30px;
      padding-bottom: 45px; } }

.hero-banner--short .hero-banner__content {
  padding: 90px 0; }
  @media only screen and (max-width: 47.99em) {
    .hero-banner--short .hero-banner__content {
      min-height: 265px;
      padding: 15px 0; } }

.hero-banner__content {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  position: relative; }

.hero-banner__sub-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 47.99em) {
    .hero-banner__sub-title {
      font-size: 14px;
      text-align: center; } }

.hero-banner__title {
  color: #fff;
  font-size: 78px;
  line-height: 73px;
  margin-bottom: 15px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 0.1px; }
  @media only screen and (max-width: 47.99em) {
    .hero-banner__title {
      font-size: 48px;
      line-height: 44px;
      text-align: center; }
      .hero-banner__title:after {
        text-align: center;
        font-size: 20px;
        line-height: 50px; } }

.hero-banner__title--with-swish:after {
  color: #62A845;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
  font-size: 350px;
  height: 40px;
  line-height: 27px;
  overflow: hidden; }
  @media only screen and (max-width: 47.99em) {
    .hero-banner__title--with-swish:after {
      font-size: 150px;
      height: 25px; } }

@media only screen and (max-width: 47.99em) {
  .hero-banner__read-more {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px; } }

.hero-slider-module {
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 64em) and (min-width: 48em) {
    .hero-slider-module {
      width: 100%; } }
  @media only screen and (max-width: 47.99em) {
    .hero-slider-module {
      width: 100%; } }

.hero-slider-module__header-title {
  font-size: 34px;
  color: #68A54D;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-bottom: 45px; }

.hero-slider-module {
  position: relative; }

.hero-slider-module .article-listing__link-block {
  padding-top: 77.58621%;
  width: 100%;
  height: auto; }

.hero-slide {
  margin: 0;
  transition: all 500ms ease-in-out;
  min-height: 580px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  .hero-slide.hero-slide--shown {
    opacity: 1; }
  .hero-slide.slick-slide {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .hero-slide.slick-slide:before {
      position: absolute;
      content: "";
      display: block;
      pointer-events: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */
      z-index: 1; }
    .hero-slide.slick-slide > .container {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 0px;
      right: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media only screen and (max-width: 47.99em) {
    .hero-slide {
      min-height: 400px;
      display: block; } }
  .hero-slide h2, .hero-slide a {
    transition: all 0.5s;
    line-height: 1.5;
    max-width: 500px;
    color: #fff; }

.hero-slider-module__slider .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 36px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  color: rgba(255, 0, 0, 0);
  border: none;
  background: #62A845;
  box-shadow: 0 4px #59963F;
  transition: all 100ms; }
  .hero-slider-module__slider .slick-arrow:hover {
    box-shadow: 0 2px #8EA247;
    margin-top: 2px; }
    .hero-slider-module__slider .slick-arrow:hover:after {
      color: #fff; }
  .hero-slider-module__slider .slick-arrow:after {
    font-size: 12px;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    z-index: 10; }

.hero-slider-module__slider .slick-next {
  right: 0; }

.hero-slider-module__slider .slick-prev {
  left: 0; }

.hero-slider__stripes {
  margin-left: auto;
  height: 100%;
  display: block; }

.hero-slider__stripes-container {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  @media only screen and (max-width: 47.99em) {
    .hero-slider__stripes-container {
      height: 66%; } }

.listing-block {
  margin-bottom: 30px; }

.listing-block__img-link {
  background-color: #f0f0f0;
  padding-top: 73.33333%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 15px; }
  .listing-block__img-link span {
    display: none; }

.listing-block__img-link--has-video {
  position: relative; }
  .listing-block__img-link--has-video:before {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    z-index: 2; }
  .listing-block__img-link--has-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }

.listing-block__title-link {
  font-size: 22px;
  color: #000;
  line-height: 26px;
  margin-bottom: 7.5px;
  display: block; }
  .listing-block__title-link:hover {
    color: #68A54D; }

.listing-block__read-more {
  text-decoration: underline; }
  .listing-block__read-more:hover {
    color: #62A845; }

.four-col-module {
  margin-top: 30px;
  margin-bottom: 30px; }

.four-col-module + .four-col-module {
  margin-top: 0; }

.promo-box {
  position: relative;
  padding: 15px;
  margin-bottom: 2px;
  display: block;
  min-height: 200px; }
  .promo-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; }

.promo-box__title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
  position: relative; }
  .promo-box:hover .promo-box__title {
    color: #68A54D; }

.promo-box__intro {
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  font-size: 0.8em; }

.promo-box__link {
  color: #62A845;
  text-decoration: underline;
  z-index: 2;
  position: relative;
  font-size: 0.8em; }
  .promo-box:hover .promo-box__link {
    color: #cbdd96; }

.promo-box__content {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px; }

.search-filter-wrapper {
  overflow: visible;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 64em) {
    .search-filter-wrapper {
      background: none; } }
  @media only screen and (max-width: 47.99em) {
    .search-filter-wrapper > .container {
      padding: 0px; } }

@media only screen and (min-width: 64em) {
  .component.search-filter-wrapper + section {
    padding-top: 30px; } }

.search-filter-modal-fade {
  opacity: 0;
  transition: opacity 900ms linear; }
  .search-filter-modal-fade.in {
    opacity: 1; }

.search-filter {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 12px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
  background-color: #62A845;
  color: #fff;
  max-width: 370px;
  margin: auto; }
  @media only screen and (min-width: 48em) {
    .search-filter {
      margin: 20px auto; } }

.search-filter__title {
  font-size: 22px;
  font-weight: 500;
  padding: 22.5px 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ab945+0,a8c449+100 */
  background: #8ab945;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8ab945 0%, #a8c449 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8ab945 0%, #a8c449 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8ab945 0%, #a8c449 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab945', endColorstr='#a8c449',GradientType=1 );
  /* IE6-9 */
  position: relative; }
  .search-filter__title:before {
    position: absolute;
    top: auto;
    bottom: -27px;
    right: 22.5px;
    color: #62A845;
    background-color: #fff;
    border-radius: 50px;
    height: 55px;
    width: 55px;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    display: block; }

.search-filter__content {
  letter-spacing: 1px;
  padding: 22.5px 30px;
  background-color: #62A845; }

.search-filter__submit-wrapper {
  background-color: #fff;
  text-align: center;
  padding: 22.5px; }
  .search-filter__submit-wrapper .btn, .search-filter__submit-wrapper .donation__share-buttons .stButton .stMainServices, .donation__share-buttons .stButton .search-filter__submit-wrapper .stMainServices, .search-filter__submit-wrapper .pdf-download-link {
    margin-top: -2px; }

.search-filter__inline-text {
  font-size: 22px;
  font-weight: 100;
  line-height: 200%; }
  @media only screen and (max-width: 47.99em) {
    .search-filter__inline-text {
      font-size: 1em; } }

.filter-dropdown {
  display: inline-block;
  margin-right: 7.5px;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  font-weight: 500; }
  .filter-dropdown a {
    color: #fff; }

.filter-dropdown__current {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
  transition: all 0.25s; }
  .filter-dropdown__current:after {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    border-bottom: 0; }
  .filter-dropdown__current:hover {
    color: #cbdd96; }

.filter-dropdown__overlay--active {
  content: '';
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 20; }
  .filter-dropdown__overlay--active:hover {
    color: #cbdd96; }

.filter-dropdown__item-list {
  display: block;
  z-index: 21;
  background: #59963F;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); }

.filter-dropdown__item {
  display: block;
  min-width: 190px;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  line-height: normal; }
  .filter-dropdown__item:hover {
    opacity: 0.8; }

.filter-dropdown__item--active {
  background-color: #62A845;
  opacity: 1; }
  .filter-dropdown__item--active:hover {
    opacity: 1; }

.filter-dropdown__item-list--active {
  visibility: visible; }

.filter-dropdown__item {
  transition: all 0.5s;
  display: block;
  border-bottom: 1px solid #8AC670; }

@media only screen and (min-width: 64em) {
  .search-filter-wrapper {
    /*border-bottom: 2px solid $color--gallery-grey;*/ }
    .search-filter-wrapper > .container {
      text-align: center;
      max-width: 100%; }
  .search-filter {
    text-align: center;
    padding: 12.75px 0;
    border-radius: 0;
    max-width: 100%;
    background-color: #fff;
    box-shadow: none;
    color: #555555; }
    .search-filter .filter-dropdown a {
      color: #62A845; }
      .search-filter .filter-dropdown a:after {
        color: #62A845; }
  .search-filter__title,
  .search-filter__content,
  .search-filter__submit-wrapper {
    letter-spacing: 0;
    display: inline-block;
    padding: 0;
    background: none;
    background-color: #fff; }
  .search-filter__content {
    margin: 0 7.5px; }
  .search-filter__title,
  .search-filter__inline-text,
  .filter-dropdown {
    font-size: 22px; }
  .search-filter__title {
    color: #62A845; }
    .search-filter__title:before {
      display: none; }
  .search-filter__content > div {
    display: inline-block; }
  .search-filter__submit-wrapper {
    position: relative;
    top: -1px; } }

.search-results-title {
  text-align: center; }

.search-result {
  border-bottom: 1px solid #f4f3f4;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  clear: both; }
  .search-result:last-child {
    border-bottom: 0; }

.search-result__read-more {
  font-size: 12px;
  text-decoration: underline; }

.search-result__link {
  color: #000; }
  .search-result__link[target="_blank"]:after {
    font-size: 14px;
    top: -5px;
    margin-left: 7.5px; }

.search-result__excerpt {
  color: #000;
  font-size: 14px;
  line-height: 120%;
  line-height: 28px;
  clear: both; }

.search-overview__title {
  text-align: center;
  margin-bottom: 15px; }

.search-overview__query {
  color: #68A54D; }

.search-result__found-on {
  float: right;
  color: #000;
  font-size: 12px; }
  @media only screen and (max-width: 47.99em) {
    .search-result__found-on {
      float: none; } }

.search-result__hostname {
  color: #68A54D; }
  .search-result__hostname:hover {
    text-decoration: underline; }

.search-result__title {
  float: left; }
  @media only screen and (max-width: 47.99em) {
    .search-result__title {
      float: none; } }

.section--part {
  margin-bottom: 45px; }
  .section--part .wysiwyg--short:not(:empty) {
    margin-bottom: 15px; }

.section--border-bottom {
  clear: both;
  border-bottom: 1px solid #cecece; }

.section__sub-heading {
  margin-bottom: 45px; }
  @media only screen and (max-width: 47.99em) {
    .section__sub-heading {
      margin-top: 15px;
      margin-bottom: 15px; } }

.section__img {
  display: block;
  max-width: 100%; }

.sibling-list__title {
  color: #818a91;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 18px; }

.sibling-list__item-list {
  margin-bottom: 27px; }

.sibling-list__item {
  border-bottom: 1px solid #dddddd;
  display: block;
  margin-bottom: 27px;
  padding-bottom: 18px; }

.sibling-list__item:last-child {
  border-bottom: 0; }

.sibling-list__item-title {
  font-size: 18px;
  color: #000; }

.sibling-list__item-intro {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0; }

.sibling-list__read-more {
  font-size: 12px;
  color: #68A54D;
  text-decoration: underline; }

.single-block-module {
  position: relative;
  padding: 30px 0;
  background-repeat: repeat; }
  @media only screen and (max-width: 47.99em) {
    .single-block-module {
      padding: 45px 0; } }
  .single-block-module.single-block-module--plain {
    background-image: none; }

.single-block__intro {
  text-align: center;
  margin-bottom: 30px; }

.single-block__wrapper {
  text-align: center; }

.single-block__heading {
  font-size: 34px;
  color: #68A54D;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-bottom: 0.5em; }

.single-block__intro-small {
  font-size: 15px;
  position: relative;
  z-index: 2;
  text-align: center; }

.statistics-module {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: repeat;
  position: relative; }
  .statistics-module > .container {
    position: relative; }
    .statistics-module > .container:before {
      z-index: 1;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-position: center center; }
  @media only screen and (max-width: 47.99em) {
    .statistics-module {
      padding-bottom: 0; } }

.statistics-module--plain {
  background-color: #efefef;
  background-image: none; }

.statistic-blocks {
  list-style: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-top: 40px;
  overflow: hidden;
  z-index: 2; }

.statistic-blocks__block {
  display: inline-block;
  position: relative;
  width: 50%;
  float: left;
  padding: 0px 30px; }
  @media only screen and (max-width: 64em) and (min-width: 48em) {
    .statistic-blocks__block {
      margin: 0 auto;
      display: block;
      width: 100%;
      float: none;
      margin-bottom: 70px; }
      .statistic-blocks__block:last-child {
        float: none;
        margin: 0 auto;
        clear: both; }
      .statistic-blocks__block:after {
        display: none; } }
  @media only screen and (max-width: 47.99em) {
    .statistic-blocks__block {
      width: 100%;
      float: none;
      margin-bottom: 30px; } }

.statistic-blocks__block-title {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  z-index: 2; }
  @media only screen and (max-width: 64em) and (min-width: 48em) {
    .statistic-blocks__block-title {
      font-size: 40px; } }

.statistic-blocks__block-desc {
  font-size: 15px;
  color: #000;
  display: block;
  margin: 0 auto 15px auto; }

.statistic-blocks__block-icon {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  z-index: 1;
  margin-bottom: 15px; }
  .statistic-blocks__block-icon em {
    font-style: normal; }
  .statistic-blocks__block-icon img {
    max-width: 100%;
    max-height: 100%; }

.statistics-module__cta-wrapper {
  text-align: center;
  z-index: 2;
  position: relative; }

.subscription-module {
  position: relative;
  padding: 60px 15px;
  background-color: #65126b; }

.subscription-module__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.15;
  background-image: url("../img/newsletterbg.jpg");
  background-color: #62A845;
  background-size: cover;
  background-position: 50% 50%; }

.subscription-module__container {
  position: relative;
  z-index: 1; }

.subscription-form__title,
.subscription-form__text,
.subscription-form__submit-message {
  color: #fff;
  text-align: center;
  margin: 0 auto 22.5px auto; }

.subscription-form__title {
  line-height: 35px;
  font-size: 29px; }

.subscription-form__text {
  max-width: 440px; }

.subscription-form__submit-message {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px; }

.subscription-form .fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.subscription-form .field-wrapper {
  width: 48%;
  margin-bottom: 15px; }
  .subscription-form .field-wrapper:last-child {
    margin: 0 auto; }
  .subscription-form .field-wrapper input[type='text'], .subscription-form .field-wrapper input[type='email'],
  .subscription-form .field-wrapper input[type='number'], .subscription-form .field-wrapper input[type='tel'],
  .subscription-form .field-wrapper input[type='url'], .subscription-form .field-wrapper select, .subscription-form .field-wrapper .select-wrapper {
    height: 54px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    color: #666666; }
    .subscription-form .field-wrapper input[type='text']::-webkit-input-placeholder, .subscription-form .field-wrapper input[type='email']::-webkit-input-placeholder,
    .subscription-form .field-wrapper input[type='number']::-webkit-input-placeholder, .subscription-form .field-wrapper input[type='tel']::-webkit-input-placeholder,
    .subscription-form .field-wrapper input[type='url']::-webkit-input-placeholder, .subscription-form .field-wrapper select::-webkit-input-placeholder, .subscription-form .field-wrapper .select-wrapper::-webkit-input-placeholder {
      color: #cecece; }
    .subscription-form .field-wrapper input[type='text']:-moz-placeholder, .subscription-form .field-wrapper input[type='email']:-moz-placeholder,
    .subscription-form .field-wrapper input[type='number']:-moz-placeholder, .subscription-form .field-wrapper input[type='tel']:-moz-placeholder,
    .subscription-form .field-wrapper input[type='url']:-moz-placeholder, .subscription-form .field-wrapper select:-moz-placeholder, .subscription-form .field-wrapper .select-wrapper:-moz-placeholder {
      color: #cecece; }
    .subscription-form .field-wrapper input[type='text']::-moz-placeholder, .subscription-form .field-wrapper input[type='email']::-moz-placeholder,
    .subscription-form .field-wrapper input[type='number']::-moz-placeholder, .subscription-form .field-wrapper input[type='tel']::-moz-placeholder,
    .subscription-form .field-wrapper input[type='url']::-moz-placeholder, .subscription-form .field-wrapper select::-moz-placeholder, .subscription-form .field-wrapper .select-wrapper::-moz-placeholder {
      color: #cecece; }
    .subscription-form .field-wrapper input[type='text']:-ms-input-placeholder, .subscription-form .field-wrapper input[type='email']:-ms-input-placeholder,
    .subscription-form .field-wrapper input[type='number']:-ms-input-placeholder, .subscription-form .field-wrapper input[type='tel']:-ms-input-placeholder,
    .subscription-form .field-wrapper input[type='url']:-ms-input-placeholder, .subscription-form .field-wrapper select:-ms-input-placeholder, .subscription-form .field-wrapper .select-wrapper:-ms-input-placeholder {
      color: #cecece; }
  .subscription-form .field-wrapper .select-wrapper:after {
    top: 27px; }
  @media only screen and (max-width: 33.99em) {
    .subscription-form .field-wrapper {
      width: 100%; } }

.subscription-form .field-validation {
  margin-top: 7.5px;
  color: #fff; }

.subscription-form .form__actions {
  margin-top: 15px;
  text-align: center; }

.subscription-form .btn, .subscription-form .donation__share-buttons .stButton .stMainServices, .donation__share-buttons .stButton .subscription-form .stMainServices, .subscription-form .pdf-download-link {
  margin: 0 auto; }

#newsletter-anchor {
  position: absolute;
  top: -90px; }

.wysiwyg {
  font-size: 14px; }
  .wysiwyg .wysiwyg-large {
    font-size: 16px; }
  .wysiwyg a {
    text-decoration: underline; }
  .wysiwyg img {
    max-width: 100%; }
    @media only screen and (max-width: 33.99em) {
      .wysiwyg img {
        height: auto !important; } }
  .wysiwyg h1 {
    color: #68A54D;
    line-height: 128%; }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
    margin-bottom: 1.2em; }
    @media only screen and (max-width: 33.99em) {
      .wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
        margin-bottom: 0.7em; } }
  .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-bottom: 22.5px; }
  .wysiwyg h6 {
    text-transform: uppercase; }
  .wysiwyg p {
    line-height: 28px;
    margin-bottom: 30px; }
  .wysiwyg blockquote {
    font-size: 18px;
    line-height: 33px;
    font-weight: 700;
    color: #68A54D;
    position: relative; }
    .wysiwyg blockquote:before {
      position: absolute;
      left: -32px;
      top: 8px;
      opacity: 0.5; }
    .wysiwyg blockquote:after {
      margin-top: 0;
      margin-bottom: 5px;
      display: block;
      color: #62A845;
      font-size: 180px;
      height: 30px;
      line-height: 27px;
      overflow: hidden; }
    @media only screen and (max-width: 47.99em) {
      .wysiwyg blockquote {
        padding-left: 30px; }
        .wysiwyg blockquote:before {
          left: 0; } }
  .wysiwyg .blockquote--left {
    float: left;
    width: 50%;
    margin-right: 22.5px;
    width: auto;
    float: none;
    right-left: 45px; }
  .wysiwyg .blockquote--right {
    float: right;
    width: 50%;
    margin-left: 22.5px; }
    .wysiwyg .blockquote--right:before {
      right: -25px;
      left: auto;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
    @media only screen and (max-width: 47.99em) {
      .wysiwyg .blockquote--right {
        padding-left: 0;
        padding-right: 30px;
        width: auto;
        float: none;
        margin-left: 45px; }
        .wysiwyg .blockquote--right:before {
          right: 0; } }
  .wysiwyg ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  .wysiwyg ol ol {
    margin: 0 0 0 2em;
    /* Add some left margin for inner lists */ }
  .wysiwyg ol li {
    position: relative;
    margin-left: 45px;
    margin-bottom: 19.5px; }
  .wysiwyg ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -11px;
    background: #68A54D;
    color: #fff;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
    border-radius: 18px; }
  .wysiwyg ul {
    margin-left: 0;
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 33px; }
  .wysiwyg ul li {
    margin-bottom: 19.5px; }
  .wysiwyg ul ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px; }
  .wysiwyg .wysiwyg-figure--left {
    float: left;
    margin-right: 37.5px;
    margin-bottom: 37.5px;
    max-width: 50%; }
  .wysiwyg .wysiwyg-figure--right {
    float: right;
    margin-bottom: 37.5px;
    margin-left: 37.5px;
    max-width: 50%; }
  .wysiwyg .wysiwyg-figure--fullwidth {
    float: none; }
  .wysiwyg .wysiwyg-figure__caption {
    font-size: 12px;
    font-style: italic;
    margin-top: 15px; }
  .wysiwyg .pdf-download-link {
    text-decoration: none; }
  .wysiwyg .embed-responsive-item {
    max-width: 100%; }
  .wysiwyg .wysiwyg-embed--youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .wysiwyg .wysiwyg-embed--youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.wysiwyg--short p {
  margin-bottom: 15px; }

.pdf-download-link {
  line-height: 1.5; }

.pagination {
  display: block;
  text-align: center;
  min-height: 30px; }

.pagination__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 0; }

.pagination__page-link, .pagination__active {
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  color: #666666; }
  .pagination__page-link:hover, .pagination__active:hover {
    text-decoration: none; }

.pagination__active {
  position: relative;
  color: #68A54D;
  border-bottom: 1px solid #68A54D; }

.pagination__next,
.pagination__next-link,
.pagination__prev,
.pagination__prev-link {
  display: inline-block;
  text-align: center;
  width: 45px;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  padding: 4px 8px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  color: #8c8c8c; }

.pagination__prev-link,
.pagination__next-link {
  color: #666666, 15%; }
  .pagination__prev-link:hover,
  .pagination__next-link:hover {
    text-decoration: none;
    background: #cecece; }

.pagination__next,
.pagination__next-link {
  border-right: 1px solid #cecece;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination__prev,
.pagination__prev-link {
  border-left: 1px solid #cecece;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: rgba(102, 102, 102, 0.5); }

.share-list {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0; }

.share-list--inline {
  display: inline-block;
  vertical-align: middle; }

.share-list__item {
  display: inline-block; }

.share-list__icon {
  text-decoration: none;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  top: -2px; }
  .share-list__icon:hover {
    text-decoration: none; }
    .share-list__icon:hover:before {
      color: #68A54D; }
  .share-list__icon:before {
    color: #666666; }
  .share-list__icon span.stButton {
    opacity: 0;
    position: absolute;
    top: -4px;
    left: 0;
    margin: 0;
    width: 20px;
    height: 24px; }
  .share-list__icon .stButton .stLarge {
    width: 24px;
    height: 24px; }

.social-links__icon {
  text-decoration: none;
  font-size: 20px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 47.99em) {
    .social-links__icon {
      margin: 0 7.5px; } }
  .social-links__icon:before {
    color: white; }
  .social-links__icon:hover {
    text-decoration: none; }
    .social-links__icon:hover:before {
      color: rgba(255, 255, 255, 0.6); }
  .social-links__icon span {
    display: none; }

.social-links__icon--large {
  font-size: 30px; }

.page-footer-nav__social-links .social-links__icon {
  font-size: 26px; }
  @media only screen and (max-width: 47.99em) {
    .page-footer-nav__social-links .social-links__icon {
      font-size: 28px; } }

.mobile-header-social .mobile-header-social__link {
  margin: 0 5px; }

svg path {
  all: inherit; }

.svg-icon {
  max-width: 100%; }

.svg-icon--white {
  fill: #fff; }

body {
  color: #000;
  font-family: "Source Sans Pro"; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a, a:hover {
  color: #68A54D; }

hr {
  height: 1px;
  border: none;
  background: #666666;
  margin: 15px 0; }

.hidden {
  display: none; }

.svg-icon-logo-container {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  /* top | middle | bottom ... do what you want */ }

.alternative-style-1 .global-nav-container:before {
  background: #58145d; }

.alternative-style-1 .global-nav-button-wrapper__button {
  background: #58145d; }

.alternative-style-1 .global-nav-button-wrapper__button .svg-global-nav,
.alternative-style-1 .global-nav-button-wrapper__button .svg-global-nav-title {
  fill: #fff; }

.alternative-style-1 .header-top__logo-link .svg-icon {
  fill: #fff; }

.alternative-style-1 .header-top-wrapper {
  background: #872a90; }

.alternative-style-1 .page-secondary-nav__link {
  color: #fff; }
  .alternative-style-1 .page-secondary-nav__link:hover {
    color: #62A845; }

.alternative-style-1 .site-search {
  background: #fff; }

.alternative-style-1 .header-nav-wrapper {
  background: #fff; }

.alternative-style-1 .header-nav__parent-intro {
  color: #666666; }

.alternative-style-1 .header-nav__parent-title {
  color: #872a90; }

.alternative-style-1 .header-nav__list-item.hover .header-nav__parent-intro {
  color: #fff; }

.alternative-style-1 .header-nav__list-item.hover .header-nav__parent-title {
  color: #fff; }

.alternative-style-1 .header-nav__parent-link:before,
.alternative-style-1 .header-nav-wrapper:before {
  background: #fff; }

.alternative-style-1 .header-nav__donate-link:before {
  background: #62A845; }

.alternative-style-1 .header-nav__list-item {
  border-right: 1px solid #dddddd; }
  .alternative-style-1 .header-nav__list-item:last-child {
    border-right: 0; }

.alternative-style-1 .mobile-header-bar {
  background: #872a90; }

.alternative-style-1 .mobile-header-bar__logo-link .svg-icon {
  fill: #fff; }

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