﻿
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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,
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;
  max-width: 100%; }

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-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; }

h1, h2, h3, h4, h5, h6, p, a, .button, li, span, input, label, select {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5 {
  color: #431B5B;
  font-weight: 700; }

h1,
.heading-1 {
  padding-bottom: 16px;
  font-size: 44px;
  line-height: 56px; }

h2,
.heading-2 {
  padding-bottom: 20px;
  font-size: 38px;
  line-height: 46px; }
  @media (max-width: 650px) {
    h2,
    .heading-2 {
      font-size: 30px;
      line-height: 36px; } }

h3,
.heading-3 {
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 36px; }

h4,
.heading-4 {
  padding-bottom: 10px;
  font-size: 23px;
  line-height: 30px; }

h5,
.heading-5 {
  padding-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2d2d2d; }

h6,
.heading-6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.03em; }
  @media (max-width: 1024px) {
    h6,
    .heading-6 {
      font-size: 18px;
      line-height: 26px; } }

p,
.paragraph,
a,
.text-link,
.form-submit,
label,
li {
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 28px;
  color: #2d2d2d;
  letter-spacing: 0.02em; }
  p--last,
  .paragraph--last,
  li--last {
    padding-bottom: 30px; }
    @media (max-width: 650px) {
      p--last,
      .paragraph--last,
      li--last {
        padding-bottom: 20px; } }
  p--nopad,
  .paragraph--nopad,
  li--nopad {
    padding-bottom: 0; }
  p--small, p--small a,
  .paragraph--small,
  .post-article__excerpt p,
  .block--blog-sidebar .post-content__title,
  .legal-list__link,
  .paragraph--small a,
  .post-article__excerpt p a,
  .block--blog-sidebar .post-content__title a,
  .legal-list__link a,
  li--small,
  li--small a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em; }

blockquote {
  border: 1px solid #DBDBDB;
  padding: 30px;
  margin: 30px 0; }
  @media (max-width: 650px) {
    blockquote {
      margin: 20px 0;
      padding: 20px; } }
  blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote p {
    padding-bottom: 0; }

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 0;
  color: #5696D1;
  text-decoration: none;
  letter-spacing: 0.02em; }



.text-link {
  position: relative;
  padding-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  color: #431B5B; }
  .text-link:after {
    position: absolute;
    top: 4px;
    right: 0;
    display: inline-block;
    content: '';
    background-image: url("icon-arrow--large.svg");
    background-repeat: no-repeat;
    background-size: 50px;
    width: 20px;
    height: 20px; }
  .text-link:hover {
    opacity: .7; }
  .text-link--small {
    font-size: 14px; }

p + .text-link {
  padding-bottom: 0; }

.icon-arrow--large {
  position: relative;
  top: 3px; }

.icon-arrow--small {
  position: relative;
  top: 2px; }

.text-color--red {
  color: #ED232D; }

.photo-credit {
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: white;
  opacity: .8; }
  @media (max-width: 1024px) {
    .photo-credit {
      display: none; } }

.button {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #431B5B;
  border: none;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  color: white;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  @media (max-width: 650px) {
    .button {
      width: 100%;
      margin: 0 auto; } }
  .button:focus {
    outline: none; }
  .button--red {
    background-color: #ED232D; }
    .button--red:hover {
      background-color: #df121c; }
    .button--red:focus {
      outline: none; }
  .button--green {
    background-color: #1AC687; }
    .button--green:hover {
      background-color: #16ab75; }
    .button--green:focus {
      outline: none; }
  .button--white-purple {
    background-color: white;
    color: #431B5B; }
    .button--white-purple:hover {
      background-color: transparent;
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
      color: white; }
  .button--white-green {
    background-color: white;
    color: #1AC687; }
    .button--white-green:hover {
      background-color: transparent;
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
      color: white; }
  .button--white-blue {
    background-color: white;
    color: #5696D1; }
    .button--white-blue:hover {
      background-color: transparent;
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
      color: white; }
  .button--outline-green {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(26, 198, 135, 0.3);
    color: #1AC687; }
    .button--outline-green:hover {
      background-color: #1AC687;
      color: white; }
  .button--outline-white {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    color: white; }
    .button--outline-white:hover {
      background-color: white;
      color: #431B5B; }
  .button--large, .nav-open .button--xsmall {
    font-size: 16px;
    line-height: 60px; }
  .button--small {
    min-width: auto;
    padding: 0 20px;
    font-size: 13px;
    line-height: 38px; }
  .button--xsmall {
    min-width: auto;
    padding: 0 20px;
    font-size: 13px;
    line-height: 30px; }
    .button--xsmall.button--white-purple:hover {
      background-color: #431B5B;
      box-shadow: none; }
    .button--xsmall.button--white-green:hover {
      background-color: #1AC687;
      box-shadow: none; }
  .button--full {
    width: 100%; }
  .button--social {
    position: relative; }
    .button--social:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      margin-right: 8px;
      background-color: white; }
  .button--facebook {
    background-color: #3b5998; }
  .button--twitter {
    background-color: #1da1f2; }

.form {
  margin: 0 -10px; }
  @media (max-width: 650px) {
    .form {
      margin: 0; } }

.form-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  @media (max-width: 650px) {
    .form-group {
      display: block;
      margin-bottom: 0; } }
  .form-group--normal {
    display: block; }
  .form-group--public {
    margin-top: 30px; }
  .form-group--user {
    margin: 0 -10px 15px; }
  .form-group--checkboxes {
    margin-top: 29px; }
    .form-group--checkboxes .form-group__item {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
  .form-group--single {
    margin-bottom: 0; }
    .form-group--single .button {
      margin-left: 10px; }
      @media (max-width: 650px) {
        .form-group--single .button {
          margin-left: 0;
          margin-top: 15px; } }
  .form-group--label {
    display: block; }
    .form-group--label label {
      display: block;
      margin-bottom: 10px; }
  .form-group label {
    padding-bottom: 0; }

.form-group__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px; }
  @media (max-width: 650px) {
    .form-group__item {
      margin: 0 0 16px; } }

label {
  font-weight: 400; }

input[type=text], input[type=email], input[type=tel], input[type=password], .input, select {
  width: 100%;
  height: 56px;
  padding-left: 20px;
  background-color: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D8D5D5;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 28px;
  color: #2d2d2d; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, .input:focus, select:focus {
    outline: 0;
    border: 1px solid #5696D1; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, .input::-webkit-input-placeholder, select::-webkit-input-placeholder {
    opacity: .7;
    color: #2d2d2d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, .input::-moz-placeholder, select::-moz-placeholder {
    opacity: .7;
    color: #2d2d2d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
  input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=password]:-moz-placeholder, .input:-moz-placeholder, select:-moz-placeholder {
    opacity: .7;
    color: #2d2d2d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, .input:-ms-input-placeholder, select:-ms-input-placeholder {
    opacity: .7;
    color: #2d2d2d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }

input[type=checkbox] {
  margin-top: 0;
  margin-right: 10px; }

select {
  text-indent: 12px; }

.form-errors ul {
  margin-left: 10px;
  margin-bottom: 10px; }
.form-errors li {
  display: inline-block;
  border: 1px solid rgba(237, 35, 45, 0.3);
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ED232D; }

.form-error,
.error-message {
  display: inline-block;
  background-color: #ED232D;
  padding: 2px 10px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff; }

.error-message {
  margin-top: 10px; }

.form-error + input {
  border-color: #ED232D; }

.progress-indicator-stages {
  display: flex;
  justify-content: center;
  padding: 30px;
  background-color: #e3e1e4; }
  @media (max-width: 650px) {
    .progress-indicator-stages {
      display: block;
      padding: 20px; } }

.progress-indicator-stage {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px; }
  @media (max-width: 650px) {
    .progress-indicator-stage {
      margin-bottom: 20px; } }

.progress-indicator-stage.active .stage-count {
  background-color: #ed232d;
  color: white; }

.stage-label {
  font-size: 15px;
  font-weight: 500;
  color: #362b36; }

.stage-count {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  text-align: center; }

.progress-stages {
  padding: 30px 40px 40px;
  border: 1px solid #DBDBDB;
  border-top: 0; }
  @media (max-width: 650px) {
    .progress-stages {
      padding: 0;
      border: none; } }

.radio-inline span label {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer; }
  @media (max-width: 650px) {
    .radio-inline span label {
      margin-right: 8px; } }

.radio-inline label {
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #362b36; }
  @media (max-width: 650px) {
    .radio-inline label {
      margin-top: 20px; } }

.radio-inline input[type=text] {
  width: 200px;
  margin-bottom: 14px; }
  @media (max-width: 650px) {
    .radio-inline input[type=text] {
      width: 100%; } }

.radio-inline span input[type=radio] {
  position: absolute;
  left: -9999px; }

.radio-inline span label {
  width: 90px;
  height: 80px;
  background-color: transparent;
  border: 4px solid #807d82;
  font-size: 20px;
  line-height: 75px;
  text-align: center; }
  @media (max-width: 650px) {
    .radio-inline span label {
      width: 80px;
      height: 70px;
      line-height: 61px; } }

.radio-inline input[type=radio]:checked + label, .checkbox-inline input[type=radio]:checked + label {
  border-color: #ed232d;
  color: #f04f23;
  background-color: white; }

.progress-stage {
  padding-top: 10px; }

.progress-stage.stage-1 {
  padding-top: 0; }

.form-group--address [type=text] {
  margin-bottom: 14px; }

.form-group--address [type=text]:last-child {
  margin-bottom: 0; }

.form-group__item.hide {
  margin-bottom: 0; }

.progress-stage-button-prev.text-link {
  margin-left: 16px; }
  @media (max-width: 650px) {
    .progress-stage-button-prev.text-link {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-left: 0;
      margin-top: 20px; } }

.padtop {
  padding-top: 20px; }

.donate-amount {
  display: inline-block;
  padding: 20px;
  background-color: #431b5b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 3px solid white;
  font-size: 26px;
  line-height: 40px;
  color: white !important; }

.payment-cards {
  margin-top: 20px; }

.form-group--submit {
  margin-top: 20px; }

.form-group--postal {
  margin-bottom: 20px; }

.billing-details {
  margin-bottom: 20px; }

.billing-message {
  margin-top: 10px; }

.members-pages {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  text-align: center; }
  .members-pages h4 {
    padding-bottom: 6px;
    font-size: 19px;
    line-height: 24px;
    color: #5696D1 !important; }

.members-pages__item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 50%;
  padding: 40px 20px;
  box-shadow: inset 0 0 0 1px  #d8d8d8;
  margin-left: -1px;
  margin-bottom: -1px; }
  .members-pages__item:hover {
    background-color: #f5f5f5; }

.members-pages__link {
  display: inline-block; }

.section--account label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px; }
.section--account label a {
  font-size: 14px; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .row {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .row--gutters {
    margin: 0 -25px; }
    @media (max-width: 1024px) {
      .row--gutters {
        margin: 0; } }
    .row--gutters .col {
      padding: 0 25px; }
      @media (max-width: 1024px) {
        .row--gutters .col {
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 50px; }
          .row--gutters .col:last-child {
            padding-bottom: 0; } }
      @media (max-width: 650px) {
        .row--gutters .col {
          padding-bottom: 30px; } }
  .row--gutters-small {
    margin: 0 -15px; }
    @media (max-width: 650px) {
      .row--gutters-small {
        margin: 0; } }
    .row--gutters-small .col {
      padding: 0 15px; }
      @media (max-width: 1024px) {
        .row--gutters-small .col {
          padding-bottom: 30px; } }
      @media (max-width: 650px) {
        .row--gutters-small .col {
          padding-left: 0;
          padding-right: 0; }
          .row--gutters-small .col:last-child {
            padding-bottom: 0; } }
  .row--wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .row--sb {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .row--sbc {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .row--aic {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .row--aib {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
  .row--flex-col .col {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

@media (max-width: 1024px) {
  .col {
    width: 100%; } }
.col--two-thirds {
  width: 66.666%; }
  @media (max-width: 1024px) {
    .col--two-thirds {
      width: 100%; } }
.col--half {
  width: 50%; }
  @media (max-width: 1024px) {
    .col--half {
      width: 100%; } }
.col--third {
  width: 33.333%; }
  @media (max-width: 1024px) {
    .col--third {
      width: 100%; } }
.col--quarter {
  width: 25%; }
  @media (max-width: 1024px) {
    .col--quarter {
      width: 50%; } }
  @media (max-width: 650px) {
    .col--quarter {
      width: 100%; } }
@media (max-width: 650px) {
  .col {
    width: 100%; } }
.col--flex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.block.block--welcome-intro {
  padding-top: 59px;
  padding-left: 180px;
  background-image: url("95x95.png");
  background-repeat: no-repeat;
  background-position: 50px 36px; }
  @media (max-width: 1024px) {
    .block.block--welcome-intro {
      padding-left: 40px;
      background-image: none; } }
  @media (max-width: 650px) {
    .block.block--welcome-intro {
      padding-left: 30px; } }

.section--priorities .row {
  width: inherit; }
.section--priorities .section-title + .row {
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .section--priorities .section-title + .row {
      margin-bottom: 0; } }
  @media (max-width: 650px) {
    .section--priorities .section-title + .row {
      margin-bottom: 30px; } }
.section--priorities a {
  color: white; }

.block--green1 {
  background-color: #21BE74; }
.block--green2 {
  background-color: #207F5C; }
.block--blue1 {
  background-color: #5696D1; }
.block--blue2 {
  background-color: #1B5F89; }
.block--purple1 {
  background-color: #565DD1; }
.block--purple2 {
  background-color: #636587; }
.block--red1 {
  background-color: #E13F47; }
.block--red2 {
  background-color: #A22727; }

@media (max-width: 1024px) {
  .section--leader .col:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; } }
	
.block.block--image-leader {
  background-image: url("section-image--leader.jpg");
  background-position: top; }

.section--policy-content .text-editor-content {
  padding-top: 50px; }
  @media (max-width: 1024px) {
    .section--policy-content .text-editor-content {
      padding-top: 40px; } }
  @media (max-width: 650px) {
    .section--policy-content .text-editor-content {
      padding-top: 30px; } }

.block-footer--manifesto {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DBDBDB; }
  @media (max-width: 1024px) {
    .block-footer--manifesto {
      padding-top: 40px; } }
  @media (max-width: 650px) {
    .block-footer--manifesto {
      display: block;
      margin-top: 30px;
      padding-top: 30px; } }

.manifesto-image {
  max-width: 170px;
  margin-right: 50px; }
  @media (max-width: 650px) {
    .manifesto-image {
      max-width: 120px;
      margin-bottom: 20px; } }

.section--steps .section-title h2 {
  padding-bottom: 10px; }
.section--steps .block {
  padding: 40px; }
  @media (max-width: 650px) {
    .section--steps .block {
      padding: 30px; } }

.section--join-terms {
  max-width: 940px;
  margin: 0 auto;
  text-align: center; }

.social-groups__item {
  margin-bottom: 20px; }
  .social-groups__item:last-child {
    margin-bottom: 0; }

.social-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: -20px; }
  @media (max-width: 1024px) {
    .social-list {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  @media (max-width: 650px) {
    .social-list {
      margin-left: -10px; } }

.social-list__item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%; }
  @media (max-width: 650px) {
    .social-list__item {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%;
      -ms-flex-preferred-size: 100%; } }
  .social-list__item .social-list__tag {
    margin-left: 20px; }

.social-list__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-weight: 700; }
  .social-list__link--facebook {
    color: #4463A6; }
    .social-list__link--facebook .social-list__icon {
      background-image: url("icon-facebook.svg"); }
  .social-list__link--twitter {
    color: #55ACEE; }
    .social-list__link--twitter .social-list__icon {
      background-image: url("icon-twitter.svg"); }
  .social-list__link--youtube {
    color: #ED232D; }
    .social-list__link--youtube .social-list__icon {
      background-image: url("icon-youtube.svg"); }
  .social-list__link--minds {
    color: #4463A6; }
    .social-list__link--minds .social-list__icon {
      background-image: url("icon-minds.png"); }
  .social-list__link--mewe {
    color: #183E8A; }
    .social-list__link--mewe .social-list__icon {
      background-image: url("icon-mewe.png"); }
  .social-list__link--bitchute {
    color: #ED232D; }
    .social-list__link--bitchute .social-list__icon {
      background-image: url("icon-bitchute.png"); }
  .social-list__link--gab {
    color: #4FC387; }
    .social-list__link--gab .social-list__icon {
      background-image: url("icon-gab.png"); }

.social-list__icon {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 60px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit inherit; }

.social-list__text {
  min-width: 75px;
  margin-left: 20px; }

.social-list__tag {
  display: inline-block;
  padding: 0 4px;
  border: 1px solid #D6D6D6;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.section--user-sessions .block {
  box-shadow: none; }

.section--user-sessions .row {
  justify-content: space-around; }

.section--user-sessions .form-group--label {
    margin-top: 20px; }

.user-session-forms  h3 {
      padding-bottom: 8px;
}
.user-session-forms .col:first-child .block {
  border-right: 1px solid #DBDBDB; }

.user-session-forms .col:last-child .button {
  margin-top: 10px; }

.block--social-signup {
  text-align: center;
  border-bottom: 1px solid #DBDBDB; }
  .block--social-signup p {
    padding-bottom: 0; }

.block__buttons {
  margin: 14px 0 20px; }

.user-session-forms .block--white {
  box-shadow: none; }

.site-nav__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10000;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  @media (max-width: 1024px) {
    .site-nav__list {
      display: none;
      opacity: 0; } }
  .site-nav__list .button--small {
    font-size: 17px; }

.nav-open {
  overflow: hidden; }
  .nav-open .site-nav__list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #f5f5f5;
    overflow: hidden;
    opacity: 1; }
    @media (max-width: 1024px) {
      .nav-open .site-nav__list {
        padding-top: 70px; } }
  @media (max-height: 568px) {
    .nav-open .site-nav__item {
      padding-bottom: 20px; } }
  .nav-open .nav-toggle-text {
    color: #431B5B; }
  .nav-open .nav-toggle-icon:before,
  .nav-open .nav-toggle-icon:after {
    background-color: #431B5B; }
  .nav-open .site-nav__item--buttons {
    margin-left: 0; }
  .nav-open .button--xsmall {
    min-width: 130px;
    margin: 0 6px; }
    @media (max-width: 650px) {
      .nav-open .button--xsmall {
        margin: 0 0 10px; } }

.site-nav__item {
  display: inline-block;
  padding-bottom: 0; }
  @media (max-width: 1024px) {
    .site-nav__item {
      padding-bottom: 40px; } }
  @media (max-width: 650px) {
    .site-nav__item {
      padding-bottom: 30px; } }
  .site-nav__item--buttons {
    margin-left: 5px; }
  @media (max-width: 650px) {
    .site-nav__item--action {
      display: none; } }

.site-nav__link {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #888;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer; }
  .site-nav__link:hover, .site-nav__link--active {
    color: #ED232D; }
  @media (max-width: 1024px) {
    .site-nav__link {
      font-size: 24px;
      color: purple; } }
  @media (max-width: 650px) {
    .site-nav__link {
      font-size: 20px; } }

.button.button--menu {
  position: relative;
  z-index: 3;
  display: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #dbd6de;
  color: #431B5B;
  border: none; }
  .button.button--menu:hover, .button.button--menu:focus {
    outline: 0;
    border: 0; }
  @media (max-width: 1024px) {
    .button.button--menu {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }

.nav-toggle-text {
  margin-left: 10px;
  font-size: 17px;
  font-weight: 500; }
  .nav-toggle-text:after {
    content: "Menu";
    opacity: 1;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: opacity;
    -moz-transition-timing-function: opacity;
    transition-timing-function: opacity; }
  .nav-toggle-text:before {
    content: "Close";
    position: absolute;
    opacity: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: opacity;
    -moz-transition-timing-function: opacity;
    transition-timing-function: opacity; }

.nav-toggle-icon,
.nav-toggle-icon:after,
.nav-toggle-icon:before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #431B5B;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms; }

.nav-toggle-icon:after, .nav-toggle-icon:before {
  transition: 400ms;
  -webkit-transform-origin: 0.1em;
  -moz-transform-origin: 0.1em;
  -ms-transform-origin: 0.1em;
  -o-transform-origin: 0.1em;
  transform-origin: 0.1em; }
.nav-toggle-icon:after {
  top: 4px; }
.nav-toggle-icon:before {
  top: -6px; }

.nav-open .nav-toggle-text:after {
  opacity: 0; }
.nav-open .nav-toggle-text:before {
  opacity: 1; }
.nav-open .nav-toggle-icon {
  -webkit-transform: rotate(90deg) translate(0.2em, 0);
  -moz-transform: rotate(90deg) translate(0.2em, 0);
  -ms-transform: rotate(90deg) translate(0.2em, 0);
  -o-transform: rotate(90deg) translate(0.2em, 0);
  transform: rotate(90deg) translate(0.2em, 0);
  background-color: transparent; }
  .nav-open .nav-toggle-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-open .nav-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.hero {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .hero {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      margin-bottom: 50px; } }
  @media (max-width: 650px) {
    .hero {
      margin-bottom: 30px; } }
  .hero .row {
    width: 100%; }

.hero__item {
  height: 100%; }

@media (max-width: 1024px) {
  .hero__item--text {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%; } }
.hero__item--text .block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 1024px) {
    .hero__item--text .block--red {
      background-color: rgba(237, 35, 45, 0.8); } }
  @media (max-width: 1024px) {
    .hero__item--text .block--blue {
      background-color: rgba(86, 150, 209, 0.8); } }

.hero-text__headline {
  font-size: 56px;
  line-height: 64px;
  color: white; }
  @media (max-width: 1024px) {
    .hero-text__headline {
      padding-bottom: 10px;
      font-size: 42px;
      line-height: 50px; } }

.hero-text__strapline {
  padding-bottom: 0;
  font-weight: 500;
  color: #FFEEEF; }

.hero__image {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1024px) {
    .hero__image {
      height: 250px; } }

.hero--home .hero__item--text {
  width: 100%; }
  @media (max-width: 1024px) {
    .hero--home .hero__item--text {
      width: 50%; } }
  @media (max-width: 650px) {
    .hero--home .hero__item--text {
      width: 100%;
      height: 275px; } }
  .hero--home .hero__item--text .block {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
.hero--home .hero-text {
  max-width: 250px; }
  @media (max-width: 1024px) {
    .hero--home .hero-text {
      max-width: 100%; } }
.hero--home .hero__image {
  background-image: url("hero-image--home.jpg"); }
  @media (max-width: 1024px) {
    .hero--home .hero__image {
      width: 50%;
      height: 400px; } }
  @media (max-width: 650px) {
    .hero--home .hero__image {
      width: 100%;
      height: 275px; } }

.hero__logo-ctas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 350px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-basis: inherit;
  -moz-flex-basis: inherit;
  flex-basis: inherit;
  -ms-flex-preferred-size: inherit; }
  @media (max-width: 1024px) {
    .hero__logo-ctas {
      width: 50%;
      max-width: 50%;
      left: auto; } }
  @media (max-width: 650px) {
    .hero__logo-ctas {
      position: relative;
      width: 100%;
      left: auto;
      max-width: 100%; } }

.logo-ctas__content {
  padding: 20px;
  background-color: white;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  text-align: center; }
  @media (max-width: 1024px) {
    .logo-ctas__content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      height: 100%;
      box-shadow: none; } }
  @media (max-width: 650px) {
    .logo-ctas__content {
      margin-top: 30px; } }

.logo-ctas__logo {
  margin-bottom: 30px; }

.logo-ctas__buttons .button {
  min-width: 140px; }
@media (max-width: 650px) {
  .logo-ctas__buttons .button--green {
    margin-top: 10px; } }

.logo-ctas__play {
  margin-top: 20px; }

.play-button {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
  color: #2d2d2d;
  cursor: pointer; }
  .play-button:hover {
    opacity: .6; }

.play-icon {
  margin-right: 10px; }

.hero--inner .hero__item--text .block {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

.hero--default .hero__image {
  background-image: url("hero-image--contact.jpg"); }

.hero--about .hero__image {
  background-image: url("hero-image--about.jpg"); }

.hero--policy .hero__image {
  background-image: url("hero-image--policy.jpg"); }

.hero--join .hero__image {
  background-image: url("hero-image--join.jpg"); }

.hero--donate .hero__image {
  background-image: url("hero-image--donate.jpg"); }

.hero--fund .hero__image {
  background-image: url("hero-image--fund.jpg"); }

.hero--contact .hero__image {
  background-image: url("hero-image--contact.jpg"); }

.hero--blog .hero__image {
  background-image: url("hero-image--blog.jpg"); }

.hero--single-post .hero__image {
  background-image: url("hero-image--single-post.jpg"); }

.hero--pres .hero__image {
  background-image: url("hero-image--pres.jpg"); }

.hero--mail .hero__image {
  background-image: url("hero-image--mail.jpg"); }
  
.hero--small .block {
  padding: 40px; }
  @media (max-width: 650px) {
    .hero--small .block {
      padding: 30px; } }
.hero--small .hero-text__headline {
  max-width: 300px;
  padding-bottom: 10px;
  font-size: 46px;
  line-height: 52px; }
.hero--small .hero__image {
  height: 350px; }
  @media (max-width: 650px) {
    .hero--small .hero__image {
      height: 250px; } }
	  
/* new blog container for clean layout */
.post-article-container {
  display: flex;
  float: left;
  width: 33.333%; 
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px; }
  @media screen and (max-width: 650px) {
    .post-article-container {
        width: 100%;
    }
}
.post-article {
  flex: 1;
  max-width: 380px;
  margin-bottom: 40px;
  background-color: white;
  box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.05); }
  .post-article:last-child {
    margin-bottom: 0; }

.post-image-link {
  display: inline-block; }

.post-content {
  display: inline-block;
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .post-content:hover .post-content__title {
    color: #ED232D; }

.post-content__title {
  margin-bottom: 6px; }

.blog-posts--snippets .post-article {
  background-color: transparent; }
.blog-posts--snippets .post-article__date {
  opacity: .8; }
.blog-posts--snippets .post-image {
  max-height: 162px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3); }
.blog-posts--snippets .post-content {
  padding: 10px 0 0 0; }

.hero--single-post .post-content__title {
  padding-bottom: 0;
  margin-bottom: 0; }
.hero--single-post .block {
  padding: 40px; }
  @media (max-width: 650px) {
    .hero--single-post .block {
      padding: 30px; } }
.hero--single-post .post-content__title {
  margin-bottom: 0;
  padding-bottom: 0; }

.section--single-post .text-editor-content p:first-child {
  display: none; }
.section--single-post .text-editor-content blockquote p:first-child {
  display: block;
  padding-bottom: 0;
  color: #2d2d2d; }
.section--single-post .text-editor-content blockquote h1, .section--single-post .text-editor-content blockquote h2, .section--single-post .text-editor-content blockquote h3, .section--single-post .text-editor-content blockquote h4, .section--single-post .text-editor-content blockquote h5, .section--single-post .text-editor-content blockquote p {
  padding-bottom: 0; }

.block--blog-sidebar h5 {
  padding-bottom: 16px; }
.block--blog-sidebar .post-article {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: transparent;
  margin-bottom: 20px; }
  .block--blog-sidebar .post-article:last-child {
    margin-bottom: 0; }
.block--blog-sidebar .post-content {
  padding: 0; }
.block--blog-sidebar .post-content__title {
  padding-bottom: 0;
  font-weight: 400; }
.block--blog-sidebar .post-image-link {
  min-width: 82px;
  margin-right: 20px; }
.block--blog-sidebar .post-image {
  width: 82px;
  height: 82px;
  object-fit: cover; }

.section--single-post .post-article:first-child {
  display: none; }

body {
  font-family: "aktiv-grotesk", sans-serif;
  background-color: #F5F5F5;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d; }

.site-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto; }

.main-content {
  position: relative; }

.site-header {
  position: relative;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px 0 24px; }
  @media (max-width: 1024px) {
    .site-header {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 650px) {
    .site-header {
      padding: 24px 0 18px; } }

.logo {
  position: relative;
  line-height: 0; }

.logo-link {
  display: inline-block;
  line-height: 0; }

.site-footer {
  padding-top: 80px;
  background-color: #241130; }
  @media (max-width: 1024px) {
    .site-footer {
      padding-top: 50px; } }
  @media (max-width: 650px) {
    .site-footer {
      padding-top: 30px; } }
  .site-footer h5 {
    color: white; }
  .site-footer p {
    color: #c1bbc5; }
  @media (max-width: 1024px) {
    .site-footer .row .col--quarter:nth-child(3), .site-footer .row .col--quarter:last-child {
      margin-top: 20px; } }
  @media (max-width: 650px) {
    .site-footer .row .col--quarter:nth-child(3), .site-footer .row .col--quarter:last-child {
      margin-top: 0; } }

@media (max-width: 650px) {
  .site-footer__group {
    margin-bottom: 30px; } }

.site-footer__list {
  margin-top: 10px; }
  .site-footer__list--contact {
    margin-top: 0; }
  .site-footer__list .button {
    margin-bottom: 10px;
    margin-right: 8px; }
    @media (max-width: 650px) {
      .site-footer__list .button {
        margin-right: 0; } }

.site-footer__list-item:last-child .site-footer__link {
  padding-bottom: 0; }

.site-footer__heading {
  margin-top: 30px; }

.site-footer a {
  display: inline-block;
  color: white;
  opacity: .8; }
  .site-footer a:hover {
    opacity: 1; }

.site-footer__social-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  text-align: center; }

.site-footer__social-icon-image {
  display: inline-block; }

.sub-footer {
  margin-top: 40px;
  padding: 30px 0; }
  @media (max-width: 1024px) {
    .sub-footer {
      margin-top: 50px; } }
  @media (max-width: 650px) {
    .sub-footer {
      margin-top: 0;
      padding-top: 0; } }

.legal-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 650px) {
    .legal-list {
      margin-top: 8px; } }

.legal-list__item {
  margin-left: 24px;
  padding-bottom: 0; }
  @media (max-width: 1024px) {
    .legal-list__item {
      margin-left: 0;
      margin-right: 24px; } }

.section {
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .section {
      margin-bottom: 50px; } }
  @media (max-width: 650px) {
    .section {
      margin-bottom: 30px; } }
  .section--white {
    background-color: white;
    box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.05); }

.section-title {
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 1024px) {
    .section-title {
      margin-bottom: 50px; } }
  @media (max-width: 650px) {
    .section-title {
      margin-bottom: 30px; } }
  .section-title h2 {
    padding-bottom: 0; }

.block {
  position: relative;
  height: 100%;
  padding: 50px;
  box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.05); }
  @media (max-width: 1024px) {
    .block {
      padding: 40px; } }
  @media (max-width: 650px) {
    .block {
      padding: 30px; } }
  .block h1, .block h2, .block h3, .block h4, .block h5, .block h6, .block p, .block .text-link {
    color: white; }
  .block--small {
    min-height: 226px;
    padding: 30px; }
  .block--white {
    background-color: white; }
    .block--white h1, .block--white h2, .block--white h3, .block--white h4, .block--white h6, .block--white .text-link {
      color: #431B5B; }
    .block--white h5 {
      color: inherit; }
    .block--white p {
      color: #2d2d2d; }
  .block--purple {
    background-color: #431B5B; }
    .block--purple p, .block--purple h6, .block--purple label {
      color: #ECE2F2; }
    .block--purple a {
      color: white; }
      .block--purple a:hover {
        opacity: .6; }
  .block--green {
    background-color: #1AC687; }
  .block--blue {
    background-color: #5696D1; }
  .block--red {
    background-color: #ED232D; }
  .block--border {
    height: auto;
    border: 1px solid #DBDBDB;
    box-shadow: none;
    text-align: center; }
    .block--border p {
      padding-bottom: 0; }
  .block--image {
    height: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 1024px) {
      .block--image {
        min-height: 330px; } }
    @media (max-width: 650px) {
      .block--image {
        min-height: 220px; } }
  .block--align-center {
    text-align: center; }

.block--sb {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.block__group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9075a0; }
  @media (max-width: 650px) {
    .block__group {
      margin-bottom: 20px; } }
  .block__group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .block__group--small {
    margin: 10px 0;
    border-bottom: 0; }

.block__icon {
  margin-bottom: 20px; }

.block__buttons .button:first-child {
  margin-right: 10px; }

.block-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #DBDBDB; }
  @media (max-width: 1024px) {
    .block-header {
      padding-bottom: 40px; } }
  @media (max-width: 650px) {
    .block-header {
      display: block;
      padding-bottom: 30px; } }
  .block-header--register {
    padding-bottom: 40px;
    border-bottom: none; }
    @media (max-width: 650px) {
      .block-header--register {
        padding-bottom: 30px; } }
    @media (max-width: 650px) {
      .block-header--register .block-header__icon {
        margin-right: 0;
        text-align: center; } }
  .block-header h3 {
    margin-top: 18px;
    padding-bottom: 10px; }
  .block-header p {
    padding-bottom: 0; }

.block-header__icon {
  min-width: 85px;
  margin-right: 40px; }

.block-title {
  margin-bottom: 40px; }
  @media (max-width: 650px) {
    .block-title {
      margin-bottom: 20px; } }

.section--take-action {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }

.global-border:before, .global-border:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 6px; }
.global-border:before {
  left: 0;
  background-color: #431B5B; }
.global-border:after {
  right: 0;
  background-color: #ED232D; }
.global-border--reverse:before {
  background-color: #ED232D; }
.global-border--reverse:after {
  background-color: #431B5B; }

.text-editor-content li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .text-editor-content li {
      padding-bottom: 10px; } }
  @media (max-width: 650px) {
    .text-editor-content li {
      padding-left: 30px; } }
  .text-editor-content li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ED232D;
    border-radius: 50%; }
  .text-editor-content li p:last-child {
    padding-bottom: 0; }
.text-editor-content h4 {
  padding-bottom: 20px; }
.text-editor-content hr {
  height: 1px;
  border: 0;
  background-color: #dadada;
  margin: 20px 0; }
.text-editor-content hr + h1,
.text-editor-content hr + h2,
.text-editor-content hr + h3,
.text-editor-content hr + h4,
.text-editor-content hr + h5 {
  margin-top: 40px; }
  @media (max-width: 650px) {
    .text-editor-content hr + h1,
    .text-editor-content hr + h2,
    .text-editor-content hr + h3,
    .text-editor-content hr + h4,
    .text-editor-content hr + h5 {
      margin-top: 30px; } }
.text-editor-content p + h1,
.text-editor-content p + h2,
.text-editor-content p + h3,
.text-editor-content p + h4,
.text-editor-content p + h5 {
  padding-top: 16px; }

.overlay-module {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 50px;
  background-color: #431B5B;
  overflow: hidden; }
  @media (max-width: 650px) {
    .overlay-module {
      padding: 30px; } }

.button--close {
  position: absolute;
  top: 40px;
  width: auto; }

.fb-video {
  max-width: 1068px !important;
  max-height: 500px !important;
  margin: 0 auto;
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.5); }
  @
  
/* Container holding the image and the text */
.clear, .clearfix{
        clear: both;
}	
.overlay-container {
    position: relative;
	text-align: left;
	border-radius: 10px;
	border: 1px solid #5696D1
}
/* Where the text will display */
.overlay-text-block {
	z-index: 100;
    position: absolute;
	overflow: hidden;
    top: 20%;
    left: 50%;
    color: black;

}

//
// Pagination 
// --------------------------------------------------

.pagination-container {
	display: inline-block;
	text-align: center;
	margin: 18px 0;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.pagination-container ul > li {
	display: inline-block;
	text-align: center;
	margin: 18px 0;
	border: 0;
	padding: 0px 10px;
}
.pagination {
    display: inline-block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.pagination ul > li {
	display: inline-block;
	padding: 0px 10px;
}

.pagination a {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #241130;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


/*---------------------------------------------------------------------------------
/*=======================================
Navbar Template By Rider Design	
Author URI : https://www.riderdesign.co.uk
========================================*/


#container {
	margin: 0 auto;
	max-width: 890px;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	border-radius: 5px;
	background-color: ##ED232D;
	position: relative;
	display: flex;
	z-index: 10000;
	display: inherit !important;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	border-radius: 5px;
	background-color: #FFFFFF;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	border-radius: 5px;
	color:##918C94;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { 
	background: #431B5B;
	color: #ED232D;
}

/* Background color change on Hover */
nav a:hover { 
	border-radius: 5px;
	background-color: #431B5B;
	color: #ED232D;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
	color: #ED232D;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
	padding-bottom: 0px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { 
	content:  ' ';
	background-color: #431B5B;
	color: #ED232D;
}
li > a:only-child:after { 
	content: '';
	background-color: #431B5B;
	color: #ED232D;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1179px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.nav-menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		border-radius: 5px;
		background-color: #FFFFFF;
		padding:14px 20px;	
		color:#B0ACB2;
		font-size:17px;
		text-decoration:none;
		border:none;
		height: 60px;
	}

	.toggle:hover {
		border-radius: 5px;
		background-color: #431B5B;
		color: #ED232D;
		
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		z-index: 1px;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		border-radius: 5px;
		background-color: #431B5B;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#B0ACB2 ;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		border-radius: 5px;
		background-color: #FFFFFF; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #B0ACB2 ;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
/*===========================================================================================*/

/*=======================================
CSS Template By Rider Design	
Author URI : https://www.riderdesign.co.uk
========================================*/

.rd-hero-overlay,
.rd-video-overlay {
	background-color: 431B5B;/* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #431B5B, #ED232D);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #431B5B, #ED232D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.search-box {
	position:relative;
	float: left;
	width: 300px;
    padding: 6px;
    border: none;
	font: initial;
}
@media all and (max-width : 1245px) {
	.search-box {
width: 250px; } }

@media all and (max-width : 1070px) {
	.search-box {
width: 200px; } }
	
/*===================*/
/* Modal 			 */
/*===================*/

.modal-container {
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  width: 160px;
}

.modal-container button {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #446CB3;
  font-size: 22px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
}

.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.modal-container #modal-toggle:hover ~ button { background: #1E824C; }

.modal-container #modal-toggle:checked {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 1;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  height: 280px;
  padding: 10px 30px;
  position: absolute;
  left: calc(50% - 200px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}
@media (max-width: 400px) {

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; }
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
  color: #666;
  position: absolute;
  right: 2px;
  top: 0;
  padding-top: 7px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  top: initial;
  bottom: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  padding: 8px;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
  color: #fff;
  background: #1E824C;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #333; }