﻿/*
* Font smoothing
*/
/*
* Dotted border
*/
/*
* Center element
*/
/*
* Center element horizontally
*/
@font-face {
  font-family: 'woodford';
  src: url("../fonts/woodford/woodford.woff") format("woff"), url("../fonts/woodford/woodford.woff2") format("woff2"); }

@font-face {
  font-family: 'woodfordBold';
  src: url("../fonts/woodford/woodfordBold.woff") format("woff"), url("../fonts/woodford/woodfordBold.woff2") format("woff2"); }

@font-face {
  font-family: 'woodfordSemiBold';
  src: url("../fonts/woodford/woodfordSemiBold.woff") format("woff"), url("../fonts/woodford/woodfordSemiBold.woff2") format("woff2"); }

@font-face {
  font-family: 'woodfordLight';
  src: url("../fonts/woodford/woodfordLight.woff") format("woff"), url("../fonts/woodford/woodfordLight.woff2") format("woff2"); }

@font-face {
  font-family: 'woodfordMedium';
  src: url("../fonts/woodford/woodfordMedium.woff") format("woff"), url("../fonts/woodford/woodfordMedium.woff2") format("woff2"); }

p {
  font-size: 1.6rem;
  margin-bottom: 1.4rem; }
  @media (max-width: 767px) {
    p br {
      display: none; } }

b, strong {
  font-family: "woodfordMedium", sans-serif;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "woodfordBold", sans-serif;
  text-transform: uppercase;
  line-height: 1.2; }

@media (max-width: 767px) {
  h3 {
    font-size: 22px; } }

.no-padding {
  padding: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.bottom-space {
  margin-bottom: 2rem; }

.top-space {
  margin-top: 2rem; }

.stretch {
  width: 100%; }

.inline {
  display: inline-block; }

.right {
  float: right; }

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .grid .grid-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  @media (min-width: 768px) {
    .grid {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .grid .grid-item {
        -webkit-flex-grow: 1;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -webkit-box-flex: 1;
        -moz-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%; } }

.line {
  position: relative;
  display: inline-block;
  padding-bottom: 1.4rem; }
  .line:before {
    content: '';
    position: absolute;
    width: 3rem;
    bottom: 0;
    left: 50%;
    margin-left: -1.5rem;
    border-bottom: 2px solid #000; }
  .line.line-red:before {
    border-bottom-color: #ee884a; }
  .line.line-yellow:before {
    border-bottom-color: #f9e259; }
  .line.line-orange:before {
    border-bottom-color: #f08842; }
  .line.line-blue:before {
    border-bottom-color: #2e7bbf; }

.icon {
  font-style: normal;
  display: block; }

.icon-vdots {
  margin: 2rem 0; }
  .icon-vdots:before {
    content: '\22EE';
    font-size: 4rem;
    color: #407aba;
    line-height: 4rem;
    display: inline-block; }

.icon-dooonate {
  background: url("images/dooonate-icon.svg") center no-repeat;
  background-size: contain;
  height: 2rem; }

.video .video-inner {
  max-width: 768px;
  padding-bottom: 30px;
  margin: 0 auto; }
  .video .video-inner .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .video .video-inner .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

form {
  overflow: hidden; }

.form-control {
  border: none;
  border-radius: 1.6rem;
  text-align: center;
  color: #666;
  font-family: "woodfordMedium", sans-serif;
  box-shadow: none;
  font-size: 1.6rem; }
  .form-control::placeholder {
    color: inherit;
    transition: all .2s; }
  .form-control:focus {
    border: none;
    box-shadow: none; }
    .form-control:focus::placeholder {
      color: transparent; }
  textarea.form-control {
    padding: 1.2rem 2.4rem;
    text-align: left; }

.input-group {
  position: relative;
  width: 100%; }
  .input-group .form-control:first-child {
    border-top-right-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem; }

.input-group-addon {
  background: transparent;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 2rem;
  color: #cbcdcd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: right;
  width: 100%; }
  .input-group-addon span {
    width: 100%;
    text-align: left;
    cursor: pointer;
    top: 0; }
    .input-group-addon span:before {
      color: #adaeae; }

.field-validation-valid {
  display: none; }

.field-validation-error {
  color: #eb3223;
  display: inline-block;
  margin-top: 0.5rem; }

input.input-validation-error, textarea.input-validation-error {
  border: 2px solid #eb3223;
  color: #eb3223;
  transition: all .2s; }

input[type="checkbox"].input-validation-error, textarea[type="checkbox"].input-validation-error {
  border: none; }

.validation-summary-valid {
  display: none; }

.validation-summary-errors {
  color: #eb3223; }

.button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "woodfordSemiBold", sans-serif;
  padding: 1.5rem 3rem;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  color: #fff;
  background: #231c34;
  cursor: pointer;
  border: 2px solid #231c34;
  margin: 0 0 2rem;
  outline: none;
  transition: all .2s;
  text-align: center;
  line-height: 1.2;
  text-decoration: none; }
  .button.button-red {
    border-color: #dd6257; }
  .button.button-yellow {
    border-color: #2e7bbf; }
  .button.button-orange {
    border-color: #f08842; }
  .button.button-blue {
    border-color: #2e7bbf; }
  .button:hover, .button:focus, .button.selected {
    background: #392e55;
    color: #fff;
    text-decoration: none; }

#btnDeleteMyDooonate {
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
  margin-bottom: 0; }

.btn-control {
  color: #dd6257;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "woodfordBold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #407aba;
  border-width: 2px;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  transition: all .2s;
  margin: 0 0.6rem; }
  @media (min-width: 768px) {
    .btn-control {
      min-width: 15rem; } }
  .btn-control:hover {
    color: inherit; }
  .btn-control:focus, .btn-control:active, .btn-control:active:focus {
    outline: none;
    box-shadow: none; }

.bootstrap-datetimepicker-widget {
  z-index: 9999 !important; }

.alert-success, .alert-warning, .alert-danger {
  border-radius: 1rem; }
  .alert-success .close, .alert-warning .close, .alert-danger .close {
    color: inherit;
    text-shadow: none;
    text-decoration: none;
    opacity: 1;
    top: 0; }

.alert-success {
  color: #fff;
  background-color: #274f67;
  border-color: #274f67; }

.alert-warning {
  color: #221d32;
  background-color: #f9e259;
  border-color: #f9e259; }

.alert-danger {
  color: #fff;
  background-color: #dd6257;
  border-color: #dd6257; }

.summer-animation {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 46.7%;
  background-image: url("../Images/christmas_topbg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }
  .summer-animation .summer-left {
    position: absolute;
    top: 13%;
    left: -20%;
    height: 100%; }
  .summer-animation .summer-right {
    position: absolute;
    top: 0;
    right: -15%;
    width: 79%; }
  .summer-animation .summer-plane {
    width: 200%;
    -webkit-animation-name: fly;
    -webkit-animation-duration: 7.5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: fly;
    animation-duration: 7.5s;
    animation-iteration-count: infinite; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fly {
  0% {
    transform: translate(38%, 23%);
    opacity: 1; }
  10% {
    transform: translate(38%, 23%);
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    transform: translate(-8%, -19%);
    opacity: 0; } }

/* Standard syntax */
@keyframes fly {
  0% {
    transform: translate(38%, 23%);
    opacity: 1; }
  10% {
    transform: translate(38%, 23%);
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    transform: translate(-8%, -19%);
    opacity: 0; } }

.logo {
  position: absolute;
  width: 15rem;
  top: -100px;
  z-index: 600;
  cursor: pointer; }

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000; }

.nav-toggle {
  cursor: pointer; }
  .nav-toggle .icon-bar {
    width: 4rem;
    height: 0.2rem;
    margin-bottom: 0.8rem;
    background: #fff; }
    .nav-toggle .icon-bar:last-child {
      margin-bottom: 0; }

.page-mydooonate .nav-toggle .icon-bar {
  background: #221d32; }

.navbar-header {
  float: right;
  margin-top: 2.8rem;
  margin-right: 0 !important;
  margin-bottom: 2.8rem;
  margin-left: 0 !important;
  opacity: 0; }
  .navbar-header ul {
    list-style: none;
    text-align: right;
    padding: 2rem 1.5rem 2rem 6rem;
    background: #fff;
    border-radius: 0.8rem 0 0.8rem 0.8rem;
    margin-top: 4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    display: none; }
    .navbar-header ul:after {
      content: '';
      bottom: 100%;
      right: 0;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #fff;
      border-width: 13px;
      margin-left: -13px; }
  .navbar-header li {
    margin-bottom: 1rem; }
    .navbar-header li:last-child {
      margin-bottom: 0; }
    .navbar-header li a {
      text-decoration: none;
      font-size: 1.6rem;
      font-family: "woodfordMedium", sans-serif; }

.container > .navbar-header {
  margin-left: 0;
  margin-right: 0; }

footer {
  flex-shrink: 0;
  background: #274f67;
  color: #fff;
  padding: 4rem 0; }
  footer p {
    margin: 0; }
  footer img.ms-logo {
    width: 131px;
    height: 38px; }

html {
  height: 100%; }

body {
  background: #f0f0f0;
  color: #000;
  font-family: "woodfordLight", sans-serif;
  overflow-x: hidden;
  height: 100%; }

.main {
  opacity: 0;
  scroll-behavior: smooth;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh; }

.content {
  flex: 1 0 auto; }

a {
  color: #000;
  text-decoration: underline;
  transition: all .2s; }

img {
  width: 100%;
  height: auto; }

.body-content {
  padding-bottom: 3rem; }

#mobile-image-container {
  margin-bottom: 20rem;
  padding-bottom: 13rem;
  background: url("Images/skier-mobile.jpg") left top/cover no-repeat #2e7bbf; }
  #mobile-image-container .info-header {
    padding-top: 10rem; }
    #mobile-image-container .info-header a[href='#faqs'] {
      color: #221d32; }

#animation-container {
  width: 100%;
  height: 0 !important;
  padding-bottom: 46.7%;
  background: #31446d;
  background: -moz-linear-gradient(top, #31446d 0%, #31446d 89%, white 90%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #31446d), color-stop(89%, #31446d), color-stop(90%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #31446d 0%, #31446d 89%, white 90%, white 100%);
  background: -o-linear-gradient(top, #31446d 0%, #31446d 89%, white 90%, white 100%);
  background: -ms-linear-gradient(top, #31446d 0%, #31446d 89%, white 90%, white 100%);
  background: linear-gradient(to bottom, #31446d 0%, #31446d 89%, white 90%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31446d', endColorstr='#ffffff', GradientType=0 ); }
  @media (max-width: 1199px) {
    #animation-container {
      padding-top: 20rem; } }
  @media (max-width: 768px) {
    #animation-container {
      width: 100% !important;
      height: auto !important;
      padding-top: 0;
      padding-bottom: 0; }
      #animation-container .info-header {
        position: relative !important; } }
  #animation-container .info-header {
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    z-index: 500; }
    @media (max-width: 767px) {
      #animation-container .info-header {
        position: relative;
        top: 0;
        padding-top: 8rem; } }
    @media (min-width: 500px) and (max-width: 768px) {
      #animation-container .info-header {
        height: 440px; } }
    #animation-container .info-header .wrap-inner {
      position: relative; }
      @media (min-width: 769px) {
        #animation-container .info-header .wrap-inner {
          left: 13%; } }

.blue-stripe {
  position: relative;
  height: 50px;
  box-sizing: content-box;
  background-color: #2e7bbf;
  border-top: 30px solid #f0f0f0;
  border-bottom: 20px solid #f0f0f0;
  z-index: 1; }
  @media (max-width: 768px) {
    .blue-stripe {
      height: 30px;
      border-top-width: 16px;
      border-bottom-width: 10px; } }

.info-header .wrap-inner {
  max-width: 38rem; }

.info-header h1 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  .info-header h1.line:before {
    left: 0;
    margin-left: 0; }

.info-header ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.info-header li {
  display: block; }

.info-header p, .info-header a {
  color: #fff; }

.info-header .button {
  margin-top: 1.4rem; }

#canvas {
  position: absolute;
  display: block;
  background-color: #f0f0f0; }

#dom-overlay-container {
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 0 !important;
  padding-bottom: 46.7%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block; }

.charity-selection .grid-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem 3rem 2rem; }

.charity-selection .charity-logo {
  width: 100%;
  margin-bottom: 2rem; }

.charity-selection img, .charity-selection .svg {
  max-width: 50%;
  margin: 0 auto; }

.charity-selection .grid-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

#charities {
  transform: unset !important; }
  #charities .grid-item {
    background-position: top;
    background-image: linear-gradient(to right, #141322 14.28571%, rgba(255, 255, 255, 0) 0%);
    background-size: 7px 1px;
    background-repeat: repeat-x; }
    @media (max-width: 767px) {
      #charities .grid-item {
        padding-top: 3rem;
        padding-bottom: 3rem; } }

.dooonate-wrap {
  position: relative;
  /* margin-top: 3rem;
  padding-top: 6rem; */
}

.dooonate-inner {
  /*background: #274f67;*/ 
}

#dooonate {
  padding: 7rem 0 3rem; }
  #dooonate .intro {
    color: #fff; }
    #dooonate .intro h2 {
      margin-top: 1.2rem; }
  #dooonate .charity-tile {
    cursor: pointer;
    /*svg path {
      transition: all .2s ease;
    }
    &.deselected svg path[fill] {
      fill: $form-radio-img-selected;
    }
    &.deselected svg.svg-thebigissue path[fill="#FFF"] {
      fill: $white;
    }
    &.deselected svg.svg-thecureparkinsonstrust {
      polygon[fill] {
        fill: $form-radio-img-selected;
      }
      path[fill] {
        fill: $white;
      }
    }*/ }
    #dooonate .charity-tile label {
      pointer-events: none; }
    #dooonate .charity-tile .form-charity-logo {
      width: 65px;
      height: 48px;
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 200%; }
    #dooonate .charity-tile.deselected .form-charity-logo {
      background-position: center right; }
  #dooonate [type="radio"]:checked,
  #dooonate [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  #dooonate [type="radio"]:checked + label,
  #dooonate [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: 2rem;
    height: 2rem; }
  #dooonate [type="radio"]:checked + label:before,
  #dooonate [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #b0b0b0;
    border-radius: 50%; }
  #dooonate [type="radio"]:checked + label:after,
  #dooonate [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background: #221d32;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    border-radius: 50%;
    transition: all .2s ease; }
  #dooonate [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  #dooonate [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  #dooonate .field-validation-valid.text-default {
    display: block;
    color: inherit;
    display: inline-block;
    margin-top: 0.5rem; }

.dooonate-steps {
  max-width: 60rem;
  margin: 3rem auto 0;
  background: #f0f0f0;
  min-height: 10rem;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  position: relative; }

.msf-view {
  opacity: 0; }

.msf-view, .msf-nav-button {
  display: none; }

#PreviewMessage {
  font-family: "woodfordMedium", sans-serif;
  border-top: 1px solid #d8dada;
  padding-top: 1rem; }

#PreviewDiv {
  background: #fff;
  border: 1px solid #d8dada;
  border-radius: 1.6rem;
  min-height: 20rem;
  padding: 2rem 0; }
  #PreviewDiv h5 {
    font-family: "woodfordMedium", sans-serif;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    /*@media (min-width: $large-mobile) {
      display: table;
      white-space: nowrap;
      overflow: hidden;
      &:before, &:after {
        content: '';
        border-top: 1px solid $black;
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 45%;
      }
      &:before {
        right: 1.5%;
      }
      &:after {
        left: 1.5%;
      }
    }*/ }
  #PreviewDiv .small-copy {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column; }
    #PreviewDiv .small-copy h6 {
      font-family: "woodfordMedium", sans-serif;
      font-size: 1.6rem;
      line-height: 1.4;
      text-transform: none;
      padding: 0 2rem; }
    #PreviewDiv .small-copy img {
      max-width: 50%;
      margin: 0 auto; }

#PreviewDivInner {
  text-align: left; }
  @media (min-width: 480px) {
    #PreviewDivInner img {
      margin: 0 auto; } }

#SuccessMessage, #ErrorMessage {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  background: #f0f0f0;
  padding: 3rem 6rem;
  width: 80%;
  border: 2px solid #407aba;
  color: inherit;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2); }
  #SuccessMessage .close, #ErrorMessage .close {
    font-size: 5rem;
    font-weight: normal;
    line-height: 3rem;
    height: 3rem;
    opacity: 1;
    color: #dd6257;
    top: 1rem;
    right: 1rem;
    position: absolute;
    transition: all .2s; }
    #SuccessMessage .close:hover, #ErrorMessage .close:hover {
      color: inherit; }
  #SuccessMessage h4, #ErrorMessage h4 {
    display: inline-block; }
  #SuccessMessage p, #ErrorMessage p {
    margin: 0.5rem 0 1.5rem; }
    #SuccessMessage p .email-address:before, #ErrorMessage p .email-address:before {
      content: '<'; }
    #SuccessMessage p .email-address:after, #ErrorMessage p .email-address:after {
      content: '>'; }

#loader {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 10rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
  border-radius: 50%;
  z-index: 10; }
  #loader.secondary {
    max-width: 7rem;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

#faqs {
  background: url("Images/wavebottom.svg") center top/200px repeat-x;
  color: #fff;
  padding-top: 6.2rem;
  position: relative;
  z-index: 100; }
  #faqs .faqs-inner {
    background-color: #df8270;
    padding: 5rem 0 15rem; }
  #faqs h2 {
    margin-bottom: 4rem; }
  #faqs ul {
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background-position: bottom;
    background-image: linear-gradient(to right, #f9e259 20%, rgba(255, 255, 255, 0) 0%);
    background-size: 5px 1px;
    background-repeat: repeat-x; }
  #faqs li {
    padding: 2.5rem 0;
    background-position: top;
    background-image: linear-gradient(to right, #f9e259 20%, rgba(255, 255, 255, 0) 0%);
    background-size: 5px 1px;
    background-repeat: repeat-x; }
  #faqs h3 {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding-left: 2.8rem;
    position: relative; }
    #faqs h3:before {
      content: '';
      position: absolute;
      top: 0.9rem;
      left: 0;
      border-left: 0.7rem solid transparent;
      border-right: 0.7rem solid transparent;
      border-top: 1rem solid #f9e259; }
    #faqs h3.collapsed:before {
      top: 0.7rem;
      left: 0.3rem;
      border-top: 0.7rem solid transparent;
      border-bottom: 0.7rem solid transparent;
      border-left: 1rem solid #f9e259; }
  #faqs .faq-content {
    padding: 1rem 0 0 2.8rem;
    color: #231c34; }
    #faqs .faq-content p {
      margin-bottom: 0;
      font-size: 1.8rem; }

#MyDooonateForm .container {
  margin-top: 12rem; }

#MyDooonateForm h3 {
  margin: 2rem 0 4rem; }

#MyDooonateForm .btn-control {
  min-width: 15rem; }

@media (min-width: 768px) {
  .charity-selection .grid-item p {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .charity-selection .charity-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    min-height: 6rem; }
  #charities .grid-item {
    background-position: left;
    background-image: linear-gradient(#141322 14.28571%, rgba(255, 255, 255, 0) 0%);
    background-size: 1px 7px;
    background-repeat: repeat-y; }
  #charities .charity-logo {
    min-height: 11.5rem; } }

.privacypolicy a:hover {
  color: white; }

.page-footer {
  text-align: center;
  color: #999; }

.inline-text-list {
  display: inline-flex;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  padding-top: 15px; }

.inline-text-list li {
  padding-left: 10px; }

.inline-text-list a {
  color: #999; }

.copyright {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #999; }
