﻿@import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';
@font-face {
  font-family: 'gothambold';
  src: url("/fonts/gotham-bold-webfont.woff2") format("woff2"), url("/fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham_bookregular';
  src: url("/fonts/gotham-book-webfont.woff2") format("woff2"), url("/fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham_lightregular';
  src: url("/fonts/gotham-light-webfont.woff2") format("woff2"), url("/fonts/gotham-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.padding-xs {
  padding: 15px; }

.margin-xs {
  margin: 15px; }

.padding-top-xs {
  padding-top: 15px; }

.margin-top-xs {
  margin-top: 15px; }

.padding-right-xs {
  padding-right: 15px; }

.margin-right-xs {
  margin-right: 15px; }

.padding-bottom-xs {
  padding-bottom: 15px; }

.margin-bottom-xs {
  margin-bottom: 15px; }

.padding-left-xs {
  padding-left: 15px; }

.margin-left-xs {
  margin-left: 15px; }

.padding-sm {
  padding: 30px; }

.margin-sm {
  margin: 30px; }

.padding-top-sm {
  padding-top: 30px; }

.margin-top-sm {
  margin-top: 30px; }

.padding-right-sm {
  padding-right: 30px; }

.margin-right-sm {
  margin-right: 30px; }

.padding-bottom-sm {
  padding-bottom: 30px; }

.margin-bottom-sm {
  margin-bottom: 30px; }

.padding-left-sm {
  padding-left: 30px; }

.margin-left-sm {
  margin-left: 30px; }

.padding-md {
  padding: 40px; }

.margin-md {
  margin: 40px; }

.padding-top-md {
  padding-top: 40px; }

.margin-top-md {
  margin-top: 40px; }

.padding-right-md {
  padding-right: 40px; }

.margin-right-md {
  margin-right: 40px; }

.padding-bottom-md {
  padding-bottom: 40px; }

.margin-bottom-md {
  margin-bottom: 40px; }

.padding-left-md {
  padding-left: 40px; }

.margin-left-md {
  margin-left: 40px; }

.padding-lg {
  padding: 60px; }

.margin-lg {
  margin: 60px; }

.padding-top-lg {
  padding-top: 60px; }

.margin-top-lg {
  margin-top: 60px; }

.padding-right-lg {
  padding-right: 60px; }

.margin-right-lg {
  margin-right: 60px; }

.padding-bottom-lg {
  padding-bottom: 60px; }

.margin-bottom-lg {
  margin-bottom: 60px; }

.padding-left-lg {
  padding-left: 60px; }

.margin-left-lg {
  margin-left: 60px; }

.carousel-indicators {
  position: static;
  width: auto;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  background-color: #dfd9d3; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

strong {
  font-weight: 500; }

a {
  color: #e12991;
  font-weight: normal; }
  a:hover, a:focus {
    color: #3fae2a; }

blockquote {
  border-left: 5px solid #e12991;
  font-weight: normal; }

@media screen and (min-width: 1200px) {
  .container-hda {
    padding: 0 80px; } }

@media screen and (min-width: 1400px) {
  .container-hda {
    padding: 0 160px; } }

.hda-title {
  background: #3fae2a;
  display: inline-block;
  margin-bottom: 20px; }
  .hda-title--page .hda-title__title {
    padding-left: 0; }
  .hda-title__title {
    color: white;
    padding: 15px; }

@media screen and (min-width: 768px) {
  .hda-title {
    position: absolute;
    z-index: 9;
    margin-left: -160px;
    padding-left: 160px;
    padding-right: 80px;
    margin-bottom: 0; } }

.hda-block {
  position: relative;
  padding: 30px 0;
  background-color: #dfd9d3;
  /*@media screen and (min-width: 1400px) {
        padding: 100px 0;
    }*/ }
  .hda-block:nth-of-type(odd) {
    background-color: white; }
    .hda-block:nth-of-type(odd) .hda-block__item, .hda-block:nth-of-type(odd) .donation-item, .hda-block:nth-of-type(odd) shop-item {
      border: 1px solid #dfd9d3; }
  .hda-block .list-item {
    margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .hda-block {
      padding: 70px 0; }
      .hda-block .hda-title {
        top: 0;
        transform: translateY(-50%); } }
  .hda-block__item {
    background-color: white;
    position: relative; }
    .hda-block__item__content {
      padding: 15px 15px 50px 15px; }
      .hda-block__item__content h3 {
        margin-bottom: 10px; }
    .hda-block__item .button-container {
      position: absolute;
      bottom: 15px;
      padding: 0 15px; }
      .hda-block__item .button-container a {
        color: #e12991;
        font-weight: normal; }
    @media screen and (min-width: 1200px) {
      .hda-block__item__content {
        padding: 15px 30px 50px 30px; }
      .hda-block__item .button-container {
        padding: 0 30px; } }
  @media screen and (max-width: 991px) {
    .hda-block__item {
      margin-bottom: 30px; } }

.newsletter-signup {
  background-color: #333 !important;
  color: white;
  text-align: center; }
  .newsletter-signup h3 {
    margin-bottom: 20px; }
  .newsletter-signup form input {
    margin: 0 5px; }
  .newsletter-signup form button {
    height: 50px;
    border-radius: 4px;
    margin-left: 5px; }

/*

	There may be numerous uses of !important in this file. Don't worry tho cos some guy what posted ont'internet said it was OK:
	http://csswizardry.com/2016/05/the-importance-of-important/

*/
.u-color--primary {
  color: #3fae2a; }

.u-color--secondary {
  color: #e12991; }

.u-color--tertiary {
  color: #dfd9d3; }

.u-color-background--primary {
  background-color: #3fae2a; }

.u-color-background--secondary {
  background-color: #e12991; }

.u-color-background--white {
  background-color: white; }

.u-color-background--grey {
  background-color: #dfd9d3; }

.u-no-margin {
  margin: 0; }
  .u-no-margin--top {
    margin-top: 0; }
  .u-no-margin--bottom {
    margin-bottom: 0; }

.u-no-padding {
  padding: 0; }
  .u-no-padding--top {
    padding-top: 0; }
  .u-no-padding--bottom {
    padding-bottom: 0; }

.u-no-decoration {
  text-decoration: none !important; }

.u-background-image--square {
  padding-bottom: 100%; }

.u-background-image--43 {
  padding-bottom: 75%; }

.u-background-image--169 {
  padding-bottom: 56.25%; }

.u-background-image--cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.u-background-image--contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000; }

h1, h2, h3, h4 {
  margin: 0; }

.sign-off {
  font-family: 'Caveat', cursive;
  font-size: 26px;
  font-size: 2.6rem; }

.hda-block__title {
  font-size: 20px;
  font-size: 2rem; }

h1 {
  font-size: 40px;
  font-size: 4rem; }

h2 {
  font-size: 32px;
  font-size: 3.2rem; }

h3 {
  font-size: 26px;
  font-size: 2.6rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

.hda-header {
  font-size: 14px;
  font-size: 1.4rem; }
  .hda-header__top {
    background-color: #3fae2a;
    padding: 15px 0; }
    .hda-header__top .navbar-nav {
      margin-top: 10px; }
      .hda-header__top .navbar-nav li a {
        color: white; }
        .hda-header__top .navbar-nav li a:hover, .hda-header__top .navbar-nav li a:focus {
          background: transparent;
          text-decoration: underline; }
  .hda-header__site-navigation {
    background-color: white;
    border-radius: 0;
    border: 1px solid #ccc;
    margin-bottom: 0; }
    .hda-header__site-navigation .donate {
      display: inline-block;
      margin: 8px 15px; }
    .hda-header__site-navigation .navbar-toggle {
      background-color: #e12991;
      border-radius: 0; }
      .hda-header__site-navigation .navbar-toggle .icon-bar {
        background-color: white;
        height: 2px; }
    @media screen and (min-width: 768px) {
      .hda-header__site-navigation #mobile-menu {
        padding: 0; } }
    .hda-header__site-navigation-links li a {
      color: #e12991; }
      .hda-header__site-navigation-links li a:hover {
        background-color: transparent;
        color: #3fae2a; }
      .hda-header__site-navigation-links li a i {
        margin-left: 5px; }
    @media screen and (min-width: 768px) {
      .hda-header__site-navigation-links {
        width: 80%; } }
    @media screen and (min-width: 992px) {
      .hda-header__site-navigation-links {
        width: 90%; } }
    .hda-header__site-navigation .navbar-right .btn-secondary {
      padding: 8px 12px; }
      .hda-header__site-navigation .navbar-right .btn-secondary:hover {
        background-color: #3fae2a; }
    @media screen and (min-width: 768px) {
      .hda-header__site-navigation .navbar-right {
        margin-top: 6px;
        margin-right: 0; } }

@media screen and (min-width: 768px) {
  .mega-dropdown {
    position: static !important; }
  .mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }
    .mega-dropdown-menu li a {
      padding: 5px 15px; }
    .mega-dropdown-menu li ul {
      padding: 0;
      margin: 0 0 0 10px; }
      .mega-dropdown-menu li ul li {
        list-style: none; }
        .mega-dropdown-menu li ul li a {
          display: block;
          color: #222;
          padding: 3px 5px; }
          .mega-dropdown-menu li ul li a:hover, .mega-dropdown-menu li ul li a:focus {
            text-decoration: none; } }

@media screen and (min-width: 1200px) {
  .mega-dropdown-menu {
    padding: 20px 60px; } }

@media screen and (min-width: 1400px) {
  .mega-dropdown-menu {
    padding: 20px 140px; } }

.hda-footer {
  background: #3fae2a;
  padding: 30px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: white; }
  .hda-footer h2 {
    font-size: 36px;
    font-size: 3.6rem; }
  .hda-footer ul {
    padding: 0; }
    .hda-footer ul li {
      display: inline-block;
      list-style: none; }
      .hda-footer ul li a {
        color: white;
        margin-right: 15px; }
  .hda-footer .hda-footer__social-media {
    text-align: right; }
  .hda-footer .hda-footer__copyright {
    margin-bottom: 15px; }
  .hda-footer address {
    line-height: 1.6; }
  .hda-footer .hda-footer__contact-info {
    padding: 0;
    overflow: hidden; }
    .hda-footer .hda-footer__contact-info a {
      color: white; }
  .hda-footer .regulator {
    display: block;
    margin-bottom: 20px; }
  .hda-footer .giving {
    margin-bottom: 20px; }
    .hda-footer .giving a {
      display: inline-block;
      margin-left: 15px; }

@media screen and (max-width: 400px) {
  .hda-footer h2 {
    font-size: 26px;
    font-size: 2.6rem; } }

@media screen and (min-width: 768px) {
  .hda-footer ul {
    text-align: right; }
  .hda-footer .hda-footer__contact-info .left {
    float: left; }
  .hda-footer .hda-footer__contact-info .right {
    float: right; }
  .hda-footer .regulator {
    text-align: right; }
  .hda-footer .giving {
    text-align: right; } }

.btn {
  border-radius: 0; }
  .btn-secondary {
    color: white;
    background: #e12991; }
    .btn-secondary:hover, .btn-secondary:focus {
      color: white;
      background: #3fae2a; }
    .btn-secondary:active {
      background: #3fae2a; }
  .btn-icon {
    padding: 0;
    background-color: transparent;
    width: 34px;
    height: 34px;
    border: 2px solid #e12991;
    border-radius: 50%;
    position: relative; }
    .btn-icon span {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
    .btn-icon-secondary {
      color: #e12991; }
      .btn-icon-secondary:hover, .btn-icon-secondary:focus, .btn-icon-secondary:active {
        color: #e12991 !important; }

form label, form select {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }

form .form-group {
  margin-bottom: 30px; }

form .form-control {
  height: 50px;
  background-color: #dfd9d3;
  border: 0;
  box-shadow: none; }
  form .form-control:focus {
    border: 0;
    box-shadow: none; }

form .form-control-feedback {
  height: 50px; }

form .has-feedback label ~ .form-control-feedback {
  top: 35px;
  right: 10px; }

form .input-group-addon {
  border: 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #dfd9d3;
  color: #3fae2a; }

form hr {
  border-color: #dfd9d3; }

.form-section-left .form-section {
  overflow: hidden;
  margin: 0 -15px; }

.form-section-footer {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .form-section-footer .checkbox {
    margin-bottom: 30px; }
  .form-section-footer .radio {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .form-section-footer {
    overflow: hidden; }
    .form-section-footer .checkbox {
      margin: 0;
      float: left; }
    .form-section-footer .btn {
      float: right; } }

@media screen and (min-width: 992px) {
  .form-section-left {
    border-right: 1px solid #dfd9d3;
    float: left; }
    .form-section-left .dd {
      clear: both; }
  .form-section-right {
    float: right; } }

@media screen and (min-width: 992px) {
  .form-section-left {
    padding-right: 30px;
    margin-bottom: 30px; }
  .form-section-right {
    padding-left: 30px; } }

.radio [type="radio"], .radio [type="checkbox"], .checkbox [type="radio"], .checkbox [type="checkbox"] {
  display: none; }

.radio label, .checkbox label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }

.radio input + label:before, .checkbox input + label:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/img/radio_unchecked.png") no-repeat;
  width: 19px;
  height: 21px;
  vertical-align: middle;
  margin-right: 10px; }

.radio input:checked + label:before, .checkbox input:checked + label:before {
  background: url("/img/radio_checked.png") no-repeat; }

.hda-block--landing {
  position: relative;
  /*&__caption.fade {
        opacity: 1;

        .item {
            @include transition(opacity ease-out .7s);
            left: 0;
            opacity: 0;
            top: 0;
            position: absolute;
            width: 100%;
            display: block;
        }

        .item.active {
            top: auto;
            opacity: 1;
            position: relative;
        }
    }*/ }
  .hda-block--landing__image, .hda-block--landing__content {
    height: 100%; }
  .hda-block--landing__caption {
    position: absolute;
    top: 15px;
    left: 15px; }
    .hda-block--landing__caption .item {
      background: rgba(0, 0, 0, 0.65);
      min-width: 400px;
      max-width: 500px;
      padding: 15px;
      min-height: 200px; }
      .hda-block--landing__caption .item .caption-content h1 {
        color: white;
        padding-bottom: 15px; }
        .hda-block--landing__caption .item .caption-content h1 strong {
          color: #e12991; }
      .hda-block--landing__caption .item .caption-content .btn {
        margin-top: 15px; }
    .hda-block--landing__caption .carousel-indicators {
      position: absolute;
      bottom: 10px;
      right: -105px; }
      .hda-block--landing__caption .carousel-indicators li.active {
        background-color: #e12991;
        border-color: #e12991; }
  .hda-block--landing .container-fluid,
  .hda-block--landing .carousel-inner,
  .hda-block--landing .item {
    height: 100%; }
  @media screen and (min-width: 768px) {
    .hda-block--landing {
      height: 70vh; }
      .hda-block--landing__caption a, .hda-block--landing__caption .carousel-indicators {
        display: inline-block;
        vertical-align: middle; }
      .hda-block--landing__caption .carousel-indicators {
        float: right; } }
  @media screen and (min-width: 1200px) {
    .hda-block--landing__caption {
      top: 80px;
      left: 160px; } }

.hda-timeline {
  position: relative;
  overflow: hidden; }
  .hda-timeline__content {
    padding: 15px; }
  .hda-timeline__image {
    padding-bottom: 50%; }
  .hda-timeline__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #c0c0c0; }
  .hda-timeline__progress {
    -webkit-transition: height ease-out 0.7s;
    -moz-transition: height ease-out 0.7s;
    -o-transition: height ease-out 0.7s;
    transition: height ease-out 0.7s; }
  @media screen and (min-width: 768px) {
    .hda-timeline__image {
      padding-bottom: 40%; } }
  @media screen and (max-width: 1199px) {
    .hda-timeline__content {
      position: relative; } }
  @media screen and (min-width: 1200px) {
    .hda-timeline__content, .hda-timeline__image {
      float: left; }
    .hda-timeline__content {
      width: 40%;
      padding: 30px; }
    .hda-timeline__image {
      width: 60%;
      padding-bottom: 30%; }
    .hda-timeline__progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 6px;
      height: auto;
      background: #c0c0c0; }
    .hda-timeline__progress {
      display: block;
      height: 40%;
      background: #e12991; } }

#timeline-carousel.carousel.fade {
  opacity: 1; }
  #timeline-carousel.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block; }
  #timeline-carousel.carousel.fade .item.active {
    top: auto;
    opacity: 1;
    position: relative; }

.article-listing {
  padding: 30px 0; }
  .article-listing .article-section {
    border-right: 1px solid white;
    padding-right: 30px;
    overflow: hidden; }
    .article-listing .article-section h3 {
      padding: 15px 0 30px 15px; }
    .article-listing .article-section .article-item a {
      display: block;
      color: #000;
      font-size: 16px;
      margin-bottom: 30px; }
      .article-listing .article-section .article-item a:hover {
        text-decoration: none;
        color: #e12991; }
      .article-listing .article-section .article-item a span {
        display: block;
        padding: 15px; }
        .article-listing .article-section .article-item a span small {
          display: block;
          border-bottom: 1px solid #dfd9d3;
          padding: 5px 0;
          margin-bottom: 5px; }
    .article-listing .article-section .article-item .event-info {
      padding: 15px; }
      .article-listing .article-section .article-item .event-info hr {
        margin: 10px 0; }

.paging-section hr {
  border-top: 1px solid white; }

.pagination li a {
  border: none;
  background-color: transparent;
  color: #000; }
  .pagination li a:hover, .pagination li a:focus {
    background-color: transparent;
    color: #e12991;
    font-weight: bold;
    outline: none; }

.pagination li.active a {
  background-color: transparent;
  color: #e12991;
  font-weight: bold; }
  .pagination li.active a:hover {
    background-color: transparent;
    color: #e12991; }

.list-section {
  padding-left: 30px;
  padding-top: 15px; }
  .list-section .list-heading {
    display: block;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative; }
    .list-section .list-heading:hover, .list-section .list-heading:focus {
      text-decoration: none; }
    .list-section .list-heading .fa {
      position: absolute;
      top: 2px;
      right: 0;
      color: #e12991; }
  .list-section .list-item {
    padding: 0 0 20px 0; }
    .list-section .list-item li {
      list-style: none;
      margin-bottom: 15px; }
      .list-section .list-item li:before {
        content: "";
        border: 1px solid #e12991;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        position: relative;
        margin-right: 10px; }
      .list-section .list-item li.active:before {
        background-color: #e12991; }
      .list-section .list-item li a {
        color: #000;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 300;
        vertical-align: middle; }
  .list-section hr {
    border-top: 1px solid white; }

.hda-article-page__sidebar {
  padding: 30px; }
  .hda-article-page__sidebar h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem; }
  .hda-article-page__sidebar ul {
    padding: 0; }
    .hda-article-page__sidebar ul li {
      list-style: none;
      padding: 15px 0;
      border-top: 1px solid white; }
      .hda-article-page__sidebar ul li a {
        color: #000;
        font-weight: 300; }
        .hda-article-page__sidebar ul li a:hover {
          color: #e12991; }
    .hda-article-page__sidebar ul li:last-child {
      border-bottom: 1px solid white; }

@media screen and (min-width: 1200px) {
  .hda-article-page__sidebar {
    padding-right: 80px; } }

@media screen and (min-width: 1400px) {
  .hda-article-page__sidebar {
    padding-right: 160px; } }

.hda-block__content {
  position: relative; }
  .hda-block__content .hda-title {
    margin-top: 30px; }
  .hda-block__content h3 {
    margin: 15px 0; }
  .hda-block__content ul, .hda-block__content ol {
    margin-bottom: 20px; }
    .hda-block__content ul li, .hda-block__content ol li {
      margin-bottom: 10px; }
  .hda-block__content .hda-content-page__content, .hda-block__content .hda-content-page__generic {
    padding: 0 15px 30px 15px; }
    .hda-block__content .hda-content-page__content .hda-title, .hda-block__content .hda-content-page__generic .hda-title {
      position: relative;
      margin-bottom: 30px; }
  .hda-block__content .hda-content-page__story {
    padding: 0 15px 30px 15px; }
    .hda-block__content .hda-content-page__story blockquote {
      font-weight: 300; }
    .hda-block__content .hda-content-page__story h3 {
      color: #3fae2a; }
    .hda-block__content .hda-content-page__story .hda-title {
      position: relative;
      margin-bottom: 30px; }
  .hda-block__content .hda-content-page__sidebar {
    padding: 30px 0; }
    .hda-block__content .hda-content-page__sidebar__title {
      margin-bottom: 30px; }
    .hda-block__content .hda-content-page__sidebar__item {
      margin: 15px 0; }

@media screen and (min-width: 768px) {
  .hda-block__content .hda-title {
    top: 0;
    transform: translateY(-50%);
    margin-top: 0; } }

@media screen and (max-width: 991px) {
  .hda-block__content .hda-block--content {
    margin-bottom: 20px; } }

.hda-block__content--no-banner .hda-content-page__content, .hda-block__content--no-banner .hda-content-page__generic {
  padding: 30px 0;
  min-height: 768px; }
  .hda-block__content--no-banner .hda-content-page__content--inner, .hda-block__content--no-banner .hda-content-page__generic--inner {
    padding: 0 15px; }
    .hda-block__content--no-banner .hda-content-page__content--inner h3, .hda-block__content--no-banner .hda-content-page__generic--inner h3 {
      margin: 15px 0; }
    .hda-block__content--no-banner .hda-content-page__content--inner ul, .hda-block__content--no-banner .hda-content-page__content--inner ol, .hda-block__content--no-banner .hda-content-page__generic--inner ul, .hda-block__content--no-banner .hda-content-page__generic--inner ol {
      margin-bottom: 20px; }
      .hda-block__content--no-banner .hda-content-page__content--inner ul li, .hda-block__content--no-banner .hda-content-page__content--inner ol li, .hda-block__content--no-banner .hda-content-page__generic--inner ul li, .hda-block__content--no-banner .hda-content-page__generic--inner ol li {
        margin-bottom: 10px; }
  .hda-block__content--no-banner .hda-content-page__content .hda-title, .hda-block__content--no-banner .hda-content-page__generic .hda-title {
    position: relative;
    margin-bottom: 30px; }

.hda-block__content--no-banner .hda-content-page__sidebar {
  padding: 30px 0; }
  .hda-block__content--no-banner .hda-content-page__sidebar__title {
    margin-bottom: 30px; }
  .hda-block__content--no-banner .hda-content-page__sidebar__item {
    margin: 15px 0; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hda-block__content .hda-content-page__content, .hda-block__content .hda-content-page__story {
    padding: 75px 15px 30px 15px; }
  .hda-block__content .hda-content-page__sidebar {
    padding: 75px 15px; } }

@media screen and (min-width: 1200px) {
  .hda-block__content .hda-title h2 {
    padding-left: 80px; }
  .hda-block__content .hda-content-page__content, .hda-block__content .hda-content-page__story {
    padding: 60px 30px 30px 80px; }
  .hda-block__content .hda-content-page__sidebar {
    padding: 60px 65px 30px 15px; }
  .hda-block__content--no-banner .hda-content-page__content {
    padding: 30px 30px 30px 60px; }
  .hda-block__content--no-banner .hda-content-page__sidebar {
    padding: 60px 65px 30px 15px; }
  .hda-block__content--no-banner .hda-content-page__generic {
    padding: 30px 60px 30px 60px; } }

@media screen and (min-width: 1400px) {
  .hda-block__content .hda-title h2 {
    padding-left: 160px; }
  .hda-block__content .hda-content-page__content, .hda-block__content .hda-content-page__story {
    padding: 65px 60px 30px 160px; }
  .hda-block__content .hda-content-page__sidebar {
    padding: 60px 145px 30px 15px; }
  .hda-block__content--no-banner .hda-content-page__content {
    padding: 30px 30px 30px 130px; }
  .hda-block__content--no-banner .hda-content-page__sidebar {
    padding: 60px 145px 30px 15px; }
  .hda-block__content--no-banner .hda-content-page__generic {
    padding: 30px 130px 30px 130px; } }

.hda-block__content-slider--content {
  padding-right: 30px; }
  .hda-block__content-slider--content a {
    margin-top: 15px; }

@media screen and (max-width: 991px) {
  .hda-block__content-slider--content {
    margin-bottom: 15px; } }

.hda-block__content-slider .carousel-indicators {
  margin-top: 20px; }
  .hda-block__content-slider .carousel-indicators li {
    border-color: #e12991; }
    .hda-block__content-slider .carousel-indicators li.active {
      background-color: #e12991; }

.video-overlay-container {
  position: relative; }
  .video-overlay-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 15px; }
    .video-overlay-container .video-overlay a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .video-overlay-container .video-overlay a i {
        display: block;
        text-align: center;
        margin-bottom: 5px; }
      .video-overlay-container .video-overlay a:hover, .video-overlay-container .video-overlay a:focus {
        text-decoration: none;
        outline: none; }

.article-detail .article-hero {
  margin: 30px 0; }

.article-detail .article-body {
  overflow: hidden;
  padding: 30px 0; }
  .article-detail .article-body .posting-info {
    padding-bottom: 30px; }
    .article-detail .article-body .posting-info hr {
      border-color: #dfd9d3; }
  .article-detail .article-body .article-content h1, .article-detail .article-body .article-content h1, .article-detail .article-body .article-content h3 {
    margin-bottom: 15px; }
  .article-detail .article-body .article-content img {
    margin: 15px 0; }
  .article-detail .article-body .article-content ul {
    margin-bottom: 15px; }
    .article-detail .article-body .article-content ul li {
      margin-bottom: 10px; }
  .article-detail .article-body .article-content .sqbutton {
    display: inline-block;
    background-color: #e12991;
    color: white;
    padding: 20px;
    margin-bottom: 15px; }
  .article-detail .article-body .article-content .btn-primary {
    background-color: #3fae2a;
    border: none; }

.article-detail .social-media a {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  color: #e12991;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e12991; }
  .article-detail .social-media a i {
    display: block;
    padding: 6px 0;
    vertical-align: middle; }
  .article-detail .social-media a:hover {
    text-decoration: none;
    color: #3fae2a;
    border-color: #3fae2a; }

@media screen and (max-width: 991px) {
  .article-detail .article-body .posting-info {
    padding-top: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .article-detail .article-body {
    padding: 30px 15px; } }

@media screen and (min-width: 1200px) {
  .article-detail .article-body {
    padding: 30px 30px 30px 80px; } }

@media screen and (min-width: 1400px) {
  .article-detail .article-body {
    padding: 30px 60px 30px 160px; } }

#article-carousel-image {
  margin: 20px 0; }
  #article-carousel-image .carousel-inner .item {
    height: auto;
    min-height: 50vh; }

.event-detail {
  padding: 40px 0 40px 0; }
  .event-detail img {
    margin-bottom: 30px; }
  .event-detail h3 {
    margin: 15px 0; }
  .event-detail ul, .event-detail ol {
    margin-bottom: 20px; }
    .event-detail ul li, .event-detail ol li {
      margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .location {
    border-right: 1px solid white; }
  .map-link {
    overflow: hidden; }
    .map-link a {
      float: right; } }

.related-container {
  padding: 20px;
  margin-bottom: 20px; }
  .related-container h4 {
    margin-bottom: 15px; }

.hda-event-page__sidebar {
  padding: 30px; }
  .hda-event-page__sidebar ul {
    padding: 0; }
    .hda-event-page__sidebar ul li {
      list-style: none;
      margin-bottom: 15px; }

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .events-container {
    width: 70%; }
  .hda-event-page__sidebar {
    padding: 60px 90px 60px 30px; } }

@media screen and (min-width: 1500px) {
  .hda-event-page__sidebar {
    padding: 60px 160px 60px 30px; } }

.backto {
  margin-top: 20px; }

.buttonLink {
  display: inline-block;
  background-color: #3fae2a;
  color: white;
  padding: 5px;
  border-radius: 4px;
  margin: 10px 0; }
  .buttonLink:hover, .buttonLink:focus {
    color: white; }

.donate-block {
  padding-top: 30px; }
  .donate-block .radio, .donate-block .checkbox {
    margin-right: 30px;
    margin-bottom: 30px; }
    .donate-block .radio label, .donate-block .checkbox label {
      color: #000; }
    .donate-block .radio input + label:before, .donate-block .checkbox input + label:before {
      background: url("/img/checkbox_unchecked.png") no-repeat;
      width: 37px;
      height: 37px; }
    .donate-block .radio input:checked + label:before, .donate-block .checkbox input:checked + label:before {
      background: url("/img/checkbox_checked.png") no-repeat; }
    .donate-block .radio span, .donate-block .checkbox span {
      display: block;
      margin-top: 10px;
      color: #a94442;
      font-weight: bold; }

@media screen and (max-width: 991px) {
  .donation-block .col-sm-6 {
    margin-bottom: 30px; } }

.donation-item {
  background-color: white;
  height: 100%; }
  .donation-item .donation-content-container {
    height: 100%;
    position: relative; }
    .donation-item .donation-content-container .donation-content {
      padding: 30px;
      background-color: white; }
      .donation-item .donation-content-container .donation-content h3 {
        margin-bottom: 15px; }
      .donation-item .donation-content-container .donation-content hr {
        border-top: 1px solid #dfd9d3; }

@media screen and (min-width: 768px) {
  .donation-item .donation-content-container .donation-content {
    padding: 15px 30px 60px; }
    .donation-item .donation-content-container .donation-content .button-container, .donation-item .donation-content-container .donation-content .radio {
      position: absolute;
      bottom: 15px;
      margin: 0; } }

@media screen and (min-width: 992px) {
  .donation-item .donation-content-container .donation-content {
    padding: 30px 15px 60px 15px; } }

@media screen and (min-width: 1200px) {
  .donation-item .donation-content-container .donation-content {
    padding: 30px 30px 60px 30px; } }

.donation-list {
  background-color: white;
  padding: 30px;
  margin-top: 30px; }

.donation-detail {
  padding: 30px; }

.donate-block:nth-of-type(even) {
  background-color: white; }

@media screen and (min-width: 768px) {
  .donate-item-container {
    margin-top: 100px; } }

.white-container {
  display: block;
  background-color: white;
  padding: 30px 15px;
  margin: 0 -15px; }

@media screen and (min-width: 768px) {
  .white-container {
    margin: 30px -15px 0 -15px;
    padding: 30px; } }

@media screen and (min-width: 1200px) {
  .white-container {
    margin: 60px -80px 0 -80px;
    padding: 60px 80px 30px 80px; } }

@media screen and (min-width: 1400px) {
  .white-container {
    margin: 60px -160px 0 -160px;
    padding: 60px 160px 30px 160px; } }

.donate-5 {
  background-image: url(/img/donate-5.jpg); }

.donate-10 {
  background-image: url(/img/donate-10.jpg); }

.donate-25 {
  background-image: url(/img/donate-25.jpg); }

.giftAid h3 {
  margin-bottom: 15px; }

.giftAid label {
  margin-left: 47px; }
  .giftAid label:before {
    margin-left: -47px;
    margin-right: 10px; }

.text-block h3 {
  margin-bottom: 15px; }

.shop-block {
  background-color: #dfd9d3 !important; }
  .shop-block aside .checkbox {
    margin-bottom: 20px; }

.shop-container {
  padding-top: 70px;
  overflow: hidden;
  margin: 0 15px; }
  .shop-container .category-container {
    margin-bottom: 30px; }
  .shop-container .shop-items-container {
    overflow: hidden;
    margin: 0 -15px; }
    .shop-container .shop-items-container .shop-item {
      margin-bottom: 30px; }
      .shop-container .shop-items-container .shop-item .shop-item-image {
        text-align: center; }
      .shop-container .shop-items-container .shop-item .shop-item-detail {
        padding: 15px;
        border-top: 1px solid white; }
        .shop-container .shop-items-container .shop-item .shop-item-detail h4 {
          margin-bottom: 10px; }
        .shop-container .shop-items-container .shop-item .shop-item-detail p {
          padding-bottom: 10px; }
        .shop-container .shop-items-container .shop-item .shop-item-detail .price-container {
          height: 64px; }

.basket-container {
  margin-bottom: 30px; }

.basket {
  padding: 15px; }
  .basket .float-container .left {
    width: 50%;
    margin-bottom: 10px; }
  .basket .float-container .input-group button {
    color: white; }
  .basket .float-container .input-group input {
    text-align: center;
    background-color: #f2f2f2;
    border: none;
    box-shadow: none; }
  .basket .basket-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    .basket .basket-item .float-container .right {
      line-height: 34px; }
      .basket .basket-item .float-container .right a {
        display: block;
        vertical-align: middle; }
  .basket .basket-item:last-child {
    border: none; }
  @media screen and (min-width: 1200px) and (max-width: 1499px) {
    .basket .float-container .left {
      width: 60%; } }

.checkout {
  text-align: center; }
  .checkout a {
    display: block;
    padding: 20px;
    color: white; }
    .checkout a:hover {
      text-decoration: none; }

.checkout-form {
  padding-top: 70px;
  margin-bottom: 30px; }
  .checkout-form h3, .checkout-form hr {
    margin: 20px 15px; }
  .checkout-form .form-control {
    background-color: white; }
  .checkout-form input {
    font-family: 'gotham_bookregular', Arial, sans-serif; }
  .checkout-form input::-webkit-input-placeholder {
    color: #555 !important; }
  .checkout-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #555 !important; }
  .checkout-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #555 !important; }
  .checkout-form input:-ms-input-placeholder {
    color: #555 !important; }
  .checkout-form button {
    display: block;
    margin: 0 auto;
    padding: 8px 24px; }

.postage {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfd9d3; }

.checkout-donation {
  border-bottom: 1px solid #dfd9d3; }

.tape-container {
  position: relative;
  overflow: hidden; }
  .tape-container .tape {
    position: absolute;
    top: 33px;
    width: 240px;
    left: -56px;
    line-height: 60px;
    background: rgba(225, 41, 145, 0.8);
    transform: rotate(-45deg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px; }

.contact-us .contact-section {
  margin-bottom: 30px; }
  .contact-us .contact-section h3 {
    margin-bottom: 15px;
    color: #3fae2a; }

@media screen and (min-width: 768px) {
  .contact-us .hda-content-page__content {
    padding: 0 15px; } }

.contact-container {
  padding: 30px 0; }
  .contact-container .regions-outer-container {
    border-right: 1px solid white; }
    .contact-container .regions-outer-container .regions-container {
      margin-bottom: 40px; }
      .contact-container .regions-outer-container .regions-container .region-title {
        margin-bottom: 20px;
        margin-left: 15px; }
      .contact-container .regions-outer-container .regions-container .region-block-outer {
        overflow: hidden; }
        .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner {
          margin-bottom: 30px; }
          .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container {
            padding: 30px; }
            .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container .region-content .media .media-left {
              width: 33%; }
            .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container .region-content .media .media-body {
              vertical-align: middle; }
            .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container .region-content .contact-info {
              min-height: 97px; }
              .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container .region-content .contact-info p, .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container .region-content .contact-info a {
                word-break: break-word; }
              .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container .region-content .contact-info i {
                margin-right: 6px; }
          .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-list {
            margin: 15px 0;
            padding: 0; }
            .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-list li {
              font-weight: 700;
              list-style: none; }
              .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-list li:before {
                content: "-";
                margin-right: 5px; }

.region-select {
  padding-left: 15px; }
  .region-select ul {
    padding: 0; }
    .region-select ul li {
      list-style: none;
      margin-bottom: 15px; }

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .contact-container .regions-outer-container .regions-container .region-block-outer .region-block .region-block-inner .region-content-container {
    padding: 20px; } }

#map {
  height: 400px;
  width: 100%; }

.team-outer-container {
  padding-top: 30px; }

.team-container {
  margin-bottom: 30px; }
  .team-container .team-title {
    padding: 0 15px; }
    .team-container .team-title h3 span {
      text-transform: lowercase; }
  .team-container .team-block-outer {
    margin: 0 -15px; }
    .team-container .team-block-outer .team-member {
      padding: 20px;
      margin-bottom: 30px; }
      .team-container .team-block-outer .team-member img {
        display: block;
        margin: 0 auto 15px; }
      .team-container .team-block-outer .team-member .bio {
        text-align: center; }
        .team-container .team-block-outer .team-member .bio h4 {
          margin-bottom: 10px; }
        .team-container .team-block-outer .team-member .bio p, .team-container .team-block-outer .team-member .bio a {
          word-break: break-word; }
        .team-container .team-block-outer .team-member .bio i {
          margin-right: 6px; }

.team-content {
  padding: 0 15px; }

@media screen and (min-width: 1200px) {
  .team-container {
    margin: 0 -15px 30px; }
  .team-content {
    padding: 0 80px; } }

@media screen and (min-width: 1400px) {
  .team-content {
    padding: 0 160px; } }

