/*Generated on:Wed Aug 20 2025 09:38:20 GMT-0700 (Pacific Daylight Time)*/@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  Arial,
  "Noto Sans",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,
  Menlo,
  Monaco,
  Consolas,
  "Liberation Mono",
  "Courier New",
  monospace
}
*,
::after,
::before {
  box-sizing:border-box
}
html {
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display:block
}
body {
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#fff
}
[tabindex="-1"]:focus {
  outline:0!important
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  margin-bottom:.5rem
}
p {
  margin-top:0;
  margin-bottom:1rem
}
abbr[data-original-title],
abbr[title] {
  text-decoration:underline;
  text-decoration:underline dotted;
  cursor:help;
  border-bottom:0;
  text-decoration-skip-ink:none
}
address {
  margin-bottom:1rem;
  font-style:normal;
  line-height:inherit
}
dl,
ol,
ul {
  margin-top:0;
  margin-bottom:1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom:0
}
dt {
  font-weight:700
}
dd {
  margin-bottom:.5rem;
  margin-left:0
}
blockquote {
  margin:0 0 1rem
}
b,
strong {
  font-weight:bolder
}
small {
  font-size:80%
}
sub,
sup {
  position:relative;
  font-size:75%;
  line-height:0;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
a {
  color:#007bff;
  text-decoration:none;
  background-color:transparent
}
a:hover {
  color:#0056b3;
  text-decoration:underline
}
a:not([href]):not([tabindex]) {
  color:inherit;
  text-decoration:none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color:inherit;
  text-decoration:none
}
a:not([href]):not([tabindex]):focus {
  outline:0
}
code,
kbd,
pre,
samp {
  font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size:1em
}
pre {
  margin-top:0;
  margin-bottom:1rem;
  overflow:auto
}
figure {
  margin:0 0 1rem
}
img {
  vertical-align:middle;
  border-style:none
}
svg {
  overflow:hidden;
  vertical-align:middle
}
table {
  border-collapse:collapse
}
caption {
  padding-top:.75rem;
  padding-bottom:.75rem;
  color:#6c757d;
  text-align:left;
  caption-side:bottom
}
th {
  text-align:inherit
}
label {
  display:inline-block;
  margin-bottom:.5rem
}
button {
  border-radius:0
}
button:focus {
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
  margin:0;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
select {
  word-wrap:normal
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor:pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding:0;
  border-style:none
}
input[type=checkbox],
input[type=radio] {
  box-sizing:border-box;
  padding:0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance:listbox
}
textarea {
  overflow:auto;
  resize:vertical
}
fieldset {
  min-width:0;
  padding:0;
  margin:0;
  border:0
}
legend {
  display:block;
  width:100%;
  max-width:100%;
  padding:0;
  margin-bottom:.5rem;
  font-size:1.5rem;
  line-height:inherit;
  color:inherit;
  white-space:normal
}
progress {
  vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  outline-offset:-2px;
  -webkit-appearance:none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  font:inherit;
  -webkit-appearance:button
}
output {
  display:inline-block
}
summary {
  display:list-item;
  cursor:pointer
}
template {
  display:none
}
[hidden] {
  display:none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom:.5rem;
  font-weight:500;
  line-height:1.2
}
.h1,
h1 {
  font-size:2.5rem
}
.h2,
h2 {
  font-size:2rem
}
.h3,
h3 {
  font-size:1.75rem
}
.h4,
h4 {
  font-size:1.5rem
}
.h5,
h5 {
  font-size:1.25rem
}
.h6,
h6 {
  font-size:1rem
}
.lead {
  font-size:1.25rem;
  font-weight:300
}
.display-1 {
  font-size:6rem;
  font-weight:300;
  line-height:1.2
}
.display-2 {
  font-size:5.5rem;
  font-weight:300;
  line-height:1.2
}
.display-3 {
  font-size:4.5rem;
  font-weight:300;
  line-height:1.2
}
.display-4 {
  font-size:3.5rem;
  font-weight:300;
  line-height:1.2
}
hr {
  margin-top:1rem;
  margin-bottom:1rem;
  border:0;
  border-top:1px solid rgba(0,0,0,.1)
}
.small,
small {
  font-size:80%;
  font-weight:400
}
.mark,
mark {
  padding:.2em;
  background-color:#fcf8e3
}
.list-unstyled {
  padding-left:0;
  list-style:none
}
.list-inline {
  padding-left:0;
  list-style:none
}
.list-inline-item {
  display:inline-block
}
.list-inline-item:not(:last-child) {
  margin-right:.5rem
}
.initialism {
  font-size:90%;
  text-transform:uppercase
}
.blockquote {
  margin-bottom:1rem;
  font-size:1.25rem
}
.blockquote-footer {
  display:block;
  font-size:80%;
  color:#6c757d
}
.blockquote-footer::before {
  content:"\2014\00A0"
}
.img-fluid {
  max-width:100%;
  height:auto
}
.img-thumbnail {
  padding:.25rem;
  background-color:#fff;
  border:1px solid #dee2e6;
  border-radius:.25rem;
  max-width:100%;
  height:auto
}
.figure {
  display:inline-block
}
.figure-img {
  margin-bottom:.5rem;
  line-height:1
}
.figure-caption {
  font-size:90%;
  color:#6c757d
}
code {
  font-size:87.5%;
  color:#e83e8c;
  word-break:break-word
}
a>code {
  color:inherit
}
kbd {
  padding:.2rem .4rem;
  font-size:87.5%;
  color:#fff;
  background-color:#212529;
  border-radius:.2rem
}
kbd kbd {
  padding:0;
  font-size:100%;
  font-weight:700
}
pre {
  display:block;
  font-size:87.5%;
  color:#212529
}
pre code {
  font-size:inherit;
  color:inherit;
  word-break:normal
}
.pre-scrollable {
  max-height:340px;
  overflow-y:scroll
}
.container,
.share-this-story,
.story__full-width-image figcaption,
section.blue-sub-footer>*,
section.features-block>*,
section.section-purple-bg>* {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px) {
  .container,
  .share-this-story,
  .story__full-width-image figcaption,
  section.blue-sub-footer>*,
  section.features-block>*,
  section.section-purple-bg>* {
    max-width:540px
  }
}
@media (min-width:768px) {
  .container,
  .share-this-story,
  .story__full-width-image figcaption,
  section.blue-sub-footer>*,
  section.features-block>*,
  section.section-purple-bg>* {
    max-width:720px
  }
}
@media (min-width:992px) {
  .container,
  .share-this-story,
  .story__full-width-image figcaption,
  section.blue-sub-footer>*,
  section.features-block>*,
  section.section-purple-bg>* {
    max-width:960px
  }
}
@media (min-width:1200px) {
  .container,
  .share-this-story,
  .story__full-width-image figcaption,
  section.blue-sub-footer>*,
  section.features-block>*,
  section.section-purple-bg>* {
    max-width:1140px
  }
}
.container-fluid {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
.featured-actions__heading,
.featured-actions__listing,
.features-block__heading,
.features-block__listing,
.latest-stories__row,
.row {
  display:flex;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.no-gutters {
  margin-right:0;
  margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right:0;
  padding-left:0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.featured-actions__heading-contents,
.features-block__heading-contents,
.features-block__item.full-width,
.features-block__item.full-width a.title,
.features-block__listing .features-block__item,
.latest-stories__column.large,
.latest-stories__column.medium,
.latest-stories__column.small,
.latest-stories__column.small-stack {
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px
}
.col {
  flex-basis:0;
  flex-grow:1;
  max-width:100%
}
.col-auto {
  flex:0 0 auto;
  width:auto;
  max-width:100%
}
.col-1 {
  flex:0 0 8.33333%;
  max-width:8.33333%
}
.col-2 {
  flex:0 0 16.66667%;
  max-width:16.66667%
}
.col-3 {
  flex:0 0 25%;
  max-width:25%
}
.col-4 {
  flex:0 0 33.33333%;
  max-width:33.33333%
}
.col-5 {
  flex:0 0 41.66667%;
  max-width:41.66667%
}
.col-6 {
  flex:0 0 50%;
  max-width:50%
}
.col-7 {
  flex:0 0 58.33333%;
  max-width:58.33333%
}
.col-8 {
  flex:0 0 66.66667%;
  max-width:66.66667%
}
.col-9 {
  flex:0 0 75%;
  max-width:75%
}
.col-10 {
  flex:0 0 83.33333%;
  max-width:83.33333%
}
.col-11 {
  flex:0 0 91.66667%;
  max-width:91.66667%
}
.col-12 {
  flex:0 0 100%;
  max-width:100%
}
.order-first {
  order:-1
}
.order-last {
  order:13
}
.order-0 {
  order:0
}
.order-1 {
  order:1
}
.order-2 {
  order:2
}
.order-3 {
  order:3
}
.order-4 {
  order:4
}
.order-5 {
  order:5
}
.order-6 {
  order:6
}
.order-7 {
  order:7
}
.order-8 {
  order:8
}
.order-9 {
  order:9
}
.order-10 {
  order:10
}
.order-11 {
  order:11
}
.order-12 {
  order:12
}
.offset-1 {
  margin-left:8.33333%
}
.offset-2 {
  margin-left:16.66667%
}
.offset-3 {
  margin-left:25%
}
.offset-4 {
  margin-left:33.33333%
}
.offset-5 {
  margin-left:41.66667%
}
.offset-6 {
  margin-left:50%
}
.offset-7 {
  margin-left:58.33333%
}
.offset-8 {
  margin-left:66.66667%
}
.offset-9 {
  margin-left:75%
}
.offset-10 {
  margin-left:83.33333%
}
.offset-11 {
  margin-left:91.66667%
}
@media (min-width:576px) {
  .col-sm {
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }
  .col-sm-auto {
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }
  .col-sm-1 {
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-sm-2 {
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-sm-3 {
    flex:0 0 25%;
    max-width:25%
  }
  .col-sm-4 {
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-sm-5 {
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-sm-6 {
    flex:0 0 50%;
    max-width:50%
  }
  .col-sm-7 {
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-sm-8 {
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-sm-9 {
    flex:0 0 75%;
    max-width:75%
  }
  .col-sm-10 {
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-sm-11 {
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-sm-12 {
    flex:0 0 100%;
    max-width:100%
  }
  .order-sm-first {
    order:-1
  }
  .order-sm-last {
    order:13
  }
  .order-sm-0 {
    order:0
  }
  .order-sm-1 {
    order:1
  }
  .order-sm-2 {
    order:2
  }
  .order-sm-3 {
    order:3
  }
  .order-sm-4 {
    order:4
  }
  .order-sm-5 {
    order:5
  }
  .order-sm-6 {
    order:6
  }
  .order-sm-7 {
    order:7
  }
  .order-sm-8 {
    order:8
  }
  .order-sm-9 {
    order:9
  }
  .order-sm-10 {
    order:10
  }
  .order-sm-11 {
    order:11
  }
  .order-sm-12 {
    order:12
  }
  .offset-sm-0 {
    margin-left:0
  }
  .offset-sm-1 {
    margin-left:8.33333%
  }
  .offset-sm-2 {
    margin-left:16.66667%
  }
  .offset-sm-3 {
    margin-left:25%
  }
  .offset-sm-4 {
    margin-left:33.33333%
  }
  .offset-sm-5 {
    margin-left:41.66667%
  }
  .offset-sm-6 {
    margin-left:50%
  }
  .offset-sm-7 {
    margin-left:58.33333%
  }
  .offset-sm-8 {
    margin-left:66.66667%
  }
  .offset-sm-9 {
    margin-left:75%
  }
  .offset-sm-10 {
    margin-left:83.33333%
  }
  .offset-sm-11 {
    margin-left:91.66667%
  }
}
@media (min-width:768px) {
  .col-md {
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }
  .col-md-auto {
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }
  .col-md-1 {
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-md-2 {
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-md-3 {
    flex:0 0 25%;
    max-width:25%
  }
  .col-md-4 {
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-md-5 {
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-md-6,
  .latest-stories__column.medium,
  .latest-stories__column.small {
    flex:0 0 50%;
    max-width:50%
  }
  .col-md-7 {
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-md-8 {
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-md-9 {
    flex:0 0 75%;
    max-width:75%
  }
  .col-md-10 {
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-md-11 {
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-md-12 {
    flex:0 0 100%;
    max-width:100%
  }
  .order-md-first {
    order:-1
  }
  .order-md-last {
    order:13
  }
  .order-md-0 {
    order:0
  }
  .order-md-1 {
    order:1
  }
  .order-md-2 {
    order:2
  }
  .order-md-3 {
    order:3
  }
  .order-md-4 {
    order:4
  }
  .order-md-5 {
    order:5
  }
  .order-md-6 {
    order:6
  }
  .order-md-7 {
    order:7
  }
  .order-md-8 {
    order:8
  }
  .order-md-9 {
    order:9
  }
  .order-md-10 {
    order:10
  }
  .order-md-11 {
    order:11
  }
  .order-md-12 {
    order:12
  }
  .offset-md-0 {
    margin-left:0
  }
  .offset-md-1 {
    margin-left:8.33333%
  }
  .offset-md-2 {
    margin-left:16.66667%
  }
  .offset-md-3 {
    margin-left:25%
  }
  .offset-md-4 {
    margin-left:33.33333%
  }
  .offset-md-5 {
    margin-left:41.66667%
  }
  .offset-md-6 {
    margin-left:50%
  }
  .offset-md-7 {
    margin-left:58.33333%
  }
  .offset-md-8 {
    margin-left:66.66667%
  }
  .offset-md-9 {
    margin-left:75%
  }
  .offset-md-10 {
    margin-left:83.33333%
  }
  .offset-md-11 {
    margin-left:91.66667%
  }
}
@media (min-width:992px) {
  .col-lg {
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }
  .col-lg-auto {
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }
  .col-lg-1 {
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-lg-2 {
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-lg-3 {
    flex:0 0 25%;
    max-width:25%
  }
  .col-lg-4,
  .latest-stories__column.small,
  .latest-stories__column.small-stack {
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-lg-5 {
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-lg-6,
  .featured-actions__heading-contents,
  .features-block__heading-contents,
  .features-block__item.full-width a.title,
  .features-block__listing .features-block__item {
    flex:0 0 50%;
    max-width:50%
  }
  .col-lg-7 {
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-lg-8,
  .latest-stories__column.large {
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-lg-9 {
    flex:0 0 75%;
    max-width:75%
  }
  .col-lg-10 {
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-lg-11 {
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-lg-12,
  .features-block__item.full-width {
    flex:0 0 100%;
    max-width:100%
  }
  .order-lg-first {
    order:-1
  }
  .order-lg-last {
    order:13
  }
  .order-lg-0 {
    order:0
  }
  .order-lg-1 {
    order:1
  }
  .order-lg-2 {
    order:2
  }
  .order-lg-3 {
    order:3
  }
  .order-lg-4 {
    order:4
  }
  .order-lg-5 {
    order:5
  }
  .order-lg-6 {
    order:6
  }
  .order-lg-7 {
    order:7
  }
  .order-lg-8 {
    order:8
  }
  .order-lg-9 {
    order:9
  }
  .order-lg-10 {
    order:10
  }
  .order-lg-11 {
    order:11
  }
  .order-lg-12 {
    order:12
  }
  .offset-lg-0 {
    margin-left:0
  }
  .offset-lg-1 {
    margin-left:8.33333%
  }
  .offset-lg-2 {
    margin-left:16.66667%
  }
  .offset-lg-3 {
    margin-left:25%
  }
  .offset-lg-4 {
    margin-left:33.33333%
  }
  .offset-lg-5 {
    margin-left:41.66667%
  }
  .offset-lg-6 {
    margin-left:50%
  }
  .offset-lg-7 {
    margin-left:58.33333%
  }
  .offset-lg-8 {
    margin-left:66.66667%
  }
  .offset-lg-9 {
    margin-left:75%
  }
  .offset-lg-10 {
    margin-left:83.33333%
  }
  .offset-lg-11 {
    margin-left:91.66667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }
  .col-xl-auto {
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }
  .col-xl-1 {
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-xl-2 {
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-xl-3 {
    flex:0 0 25%;
    max-width:25%
  }
  .col-xl-4 {
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-xl-5 {
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-xl-6 {
    flex:0 0 50%;
    max-width:50%
  }
  .col-xl-7 {
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-xl-8 {
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-xl-9 {
    flex:0 0 75%;
    max-width:75%
  }
  .col-xl-10 {
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-xl-11 {
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-xl-12 {
    flex:0 0 100%;
    max-width:100%
  }
  .order-xl-first {
    order:-1
  }
  .order-xl-last {
    order:13
  }
  .order-xl-0 {
    order:0
  }
  .order-xl-1 {
    order:1
  }
  .order-xl-2 {
    order:2
  }
  .order-xl-3 {
    order:3
  }
  .order-xl-4 {
    order:4
  }
  .order-xl-5 {
    order:5
  }
  .order-xl-6 {
    order:6
  }
  .order-xl-7 {
    order:7
  }
  .order-xl-8 {
    order:8
  }
  .order-xl-9 {
    order:9
  }
  .order-xl-10 {
    order:10
  }
  .order-xl-11 {
    order:11
  }
  .order-xl-12 {
    order:12
  }
  .offset-xl-0 {
    margin-left:0
  }
  .offset-xl-1 {
    margin-left:8.33333%
  }
  .offset-xl-2 {
    margin-left:16.66667%
  }
  .offset-xl-3 {
    margin-left:25%
  }
  .offset-xl-4 {
    margin-left:33.33333%
  }
  .offset-xl-5 {
    margin-left:41.66667%
  }
  .offset-xl-6 {
    margin-left:50%
  }
  .offset-xl-7 {
    margin-left:58.33333%
  }
  .offset-xl-8 {
    margin-left:66.66667%
  }
  .offset-xl-9 {
    margin-left:75%
  }
  .offset-xl-10 {
    margin-left:83.33333%
  }
  .offset-xl-11 {
    margin-left:91.66667%
  }
}
.table {
  width:100%;
  margin-bottom:1rem;
  color:#212529
}
.table td,
.table th {
  padding:.75rem;
  vertical-align:top;
  border-top:1px solid #dee2e6
}
.table thead th {
  vertical-align:bottom;
  border-bottom:2px solid #dee2e6
}
.table tbody+tbody {
  border-top:2px solid #dee2e6
}
.table-sm td,
.table-sm th {
  padding:.3rem
}
.table-bordered {
  border:1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
  border:1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width:2px
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border:0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
  color:#212529;
  background-color:rgba(0,0,0,.075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
  background-color:#b8daff
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color:#7abaff
}
.table-hover .table-primary:hover {
  background-color:#9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color:#9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color:#d6d8db
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color:#b3b7bb
}
.table-hover .table-secondary:hover {
  background-color:#c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color:#c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
  background-color:#c3e6cb
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color:#8fd19e
}
.table-hover .table-success:hover {
  background-color:#b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color:#b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
  background-color:#bee5eb
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color:#86cfda
}
.table-hover .table-info:hover {
  background-color:#abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color:#abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
  background-color:#ffeeba
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color:#ffdf7e
}
.table-hover .table-warning:hover {
  background-color:#ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color:#ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
  background-color:#f5c6cb
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color:#ed969e
}
.table-hover .table-danger:hover {
  background-color:#f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color:#f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
  background-color:#fdfdfe
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color:#fbfcfc
}
.table-hover .table-light:hover {
  background-color:#ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color:#ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
  background-color:#c6c8ca
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color:#95999c
}
.table-hover .table-dark:hover {
  background-color:#b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color:#b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
  background-color:rgba(0,0,0,.075)
}
.table-hover .table-active:hover {
  background-color:rgba(0,0,0,.075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color:rgba(0,0,0,.075)
}
.table .thead-dark th {
  color:#fff;
  background-color:#343a40;
  border-color:#454d55
}
.table .thead-light th {
  color:#495057;
  background-color:#e9ecef;
  border-color:#dee2e6
}
.table-dark {
  color:#fff;
  background-color:#343a40
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color:#454d55
}
.table-dark.table-bordered {
  border:0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
  color:#fff;
  background-color:rgba(255,255,255,.075)
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
  .table-responsive-sm>.table-bordered {
    border:0
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
  .table-responsive-md>.table-bordered {
    border:0
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
  .table-responsive-lg>.table-bordered {
    border:0
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
  .table-responsive-xl>.table-bordered {
    border:0
  }
}
.table-responsive {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
}
.table-responsive>.table-bordered {
  border:0
}
.form-control,
input.en__field__input--text {
  display:block;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ced4da;
  border-radius:.25rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control,
  input.en__field__input--text {
    transition:none
  }
}
.form-control::-ms-expand,
input.en__field__input--text::-ms-expand {
  background-color:transparent;
  border:0
}
.form-control:focus,
input.en__field__input--text:focus {
  color:#495057;
  background-color:#fff;
  border-color:#80bdff;
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::placeholder,
input.en__field__input--text::placeholder {
  color:#6c757d;
  opacity:1
}
.form-control:disabled,
.form-control[readonly],
input.en__field__input--text:disabled,
input.en__field__input--text[readonly] {
  background-color:#e9ecef;
  opacity:1
}
select.form-control:focus::-ms-value {
  color:#495057;
  background-color:#fff
}
.form-control-file,
.form-control-range {
  display:block;
  width:100%
}
.col-form-label {
  padding-top:calc(.375rem + 1px);
  padding-bottom:calc(.375rem + 1px);
  margin-bottom:0;
  font-size:inherit;
  line-height:1.5
}
.col-form-label-lg {
  padding-top:calc(.5rem + 1px);
  padding-bottom:calc(.5rem + 1px);
  font-size:1.25rem;
  line-height:1.5
}
.col-form-label-sm {
  padding-top:calc(.25rem + 1px);
  padding-bottom:calc(.25rem + 1px);
  font-size:.875rem;
  line-height:1.5
}
.form-control-plaintext {
  display:block;
  width:100%;
  padding-top:.375rem;
  padding-bottom:.375rem;
  margin-bottom:0;
  line-height:1.5;
  color:#212529;
  background-color:transparent;
  border:solid transparent;
  border-width:1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
input.form-control-plaintext.en__field__input--text {
  padding-right:0;
  padding-left:0
}
.form-control-sm {
  height:calc(1.5em + .5rem + 2px);
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}
.form-control-lg,
input.en__field__input--text {
  height:calc(1.5em + 1rem + 2px);
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}
select.form-control[multiple],
select.form-control[size] {
  height:auto
}
textarea.form-control {
  height:auto
}
.form-group {
  margin-bottom:1rem
}
.form-text {
  display:block;
  margin-top:.25rem
}
.form-row {
  display:flex;
  flex-wrap:wrap;
  margin-right:-5px;
  margin-left:-5px
}
.form-row>.col,
.form-row>[class*=col-] {
  padding-right:5px;
  padding-left:5px
}
.form-check {
  position:relative;
  display:block;
  padding-left:1.25rem
}
.form-check-input {
  position:absolute;
  margin-top:.3rem;
  margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label {
  color:#6c757d
}
.form-check-label {
  margin-bottom:0
}
.form-check-inline {
  display:inline-flex;
  align-items:center;
  padding-left:0;
  margin-right:.75rem
}
.form-check-inline .form-check-input {
  position:static;
  margin-top:0;
  margin-right:.3125rem;
  margin-left:0
}
.valid-feedback {
  display:none;
  width:100%;
  margin-top:.25rem;
  font-size:80%;
  color:#28a745
}
.valid-tooltip {
  position:absolute;
  top:100%;
  z-index:5;
  display:none;
  max-width:100%;
  padding:.25rem .5rem;
  margin-top:.1rem;
  font-size:.875rem;
  line-height:1.5;
  color:#fff;
  background-color:rgba(40,167,69,.9);
  border-radius:.25rem
}
.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated input.en__field__input--text:valid,
input.is-valid.en__field__input--text {
  border-color:#28a745;
  padding-right:calc(1.5em + .75rem);
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat:no-repeat;
  background-position:center right calc(.375em + .1875rem);
  background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated input.en__field__input--text:valid:focus,
input.is-valid.en__field__input--text:focus {
  border-color:#28a745;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated input.en__field__input--text:valid~.valid-feedback,
.was-validated input.en__field__input--text:valid~.valid-tooltip,
input.is-valid.en__field__input--text~.valid-feedback,
input.is-valid.en__field__input--text~.valid-tooltip {
  display:block
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right:calc(1.5em + .75rem);
  background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color:#28a745;
  padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color:#28a745;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
  display:block
}
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
  display:block
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color:#28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display:block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color:#28a745
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color:#28a745
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
  display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color:#34ce57;
  background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
  border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color:#28a745
}
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
  display:block
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color:#28a745;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
  display:none;
  width:100%;
  margin-top:.25rem;
  font-size:80%;
  color:#dc3545
}
.invalid-tooltip {
  position:absolute;
  top:100%;
  z-index:5;
  display:none;
  max-width:100%;
  padding:.25rem .5rem;
  margin-top:.1rem;
  font-size:.875rem;
  line-height:1.5;
  color:#fff;
  background-color:rgba(220,53,69,.9);
  border-radius:.25rem
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated input.en__field__input--text:invalid,
input.is-invalid.en__field__input--text {
  border-color:#dc3545;
  padding-right:calc(1.5em + .75rem);
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat:no-repeat;
  background-position:center right calc(.375em + .1875rem);
  background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated input.en__field__input--text:invalid:focus,
input.is-invalid.en__field__input--text:focus {
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated input.en__field__input--text:invalid~.invalid-feedback,
.was-validated input.en__field__input--text:invalid~.invalid-tooltip,
input.is-invalid.en__field__input--text~.invalid-feedback,
input.is-invalid.en__field__input--text~.invalid-tooltip {
  display:block
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right:calc(1.5em + .75rem);
  background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color:#dc3545;
  padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
  display:block
}
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
  display:block
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display:block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color:#dc3545
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  border-color:#e4606d;
  background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color:#dc3545
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
  display:flex;
  flex-flow:row wrap;
  align-items:center
}
.form-inline .form-check {
  width:100%
}
@media (min-width:576px) {
  .form-inline label {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0
  }
  .form-inline .form-group {
    display:flex;
    flex:0 0 auto;
    flex-flow:row wrap;
    align-items:center;
    margin-bottom:0
  }
  .form-inline .form-control,
  .form-inline input.en__field__input--text {
    display:inline-block;
    width:auto;
    vertical-align:middle
  }
  .form-inline .form-control-plaintext {
    display:inline-block
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width:auto
  }
  .form-inline .form-check {
    display:flex;
    align-items:center;
    justify-content:center;
    width:auto;
    padding-left:0
  }
  .form-inline .form-check-input {
    position:relative;
    flex-shrink:0;
    margin-top:0;
    margin-right:.25rem;
    margin-left:0
  }
  .form-inline .custom-control {
    align-items:center;
    justify-content:center
  }
  .form-inline .custom-control-label {
    margin-bottom:0
  }
}
.btn,
.btn-paypal,
.en__submit button,
.home-hero__banner-contents .donate-submit,
input[type=button] {
  display:inline-block;
  font-weight:400;
  color:#212529;
  text-align:center;
  vertical-align:middle;
  user-select:none;
  background-color:transparent;
  border:1px solid transparent;
  padding:.375rem .75rem;
  font-size:1rem;
  line-height:1.5;
  border-radius:.25rem;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .btn,
  .btn-paypal,
  .en__submit button,
  .home-hero__banner-contents .donate-submit,
  input[type=button] {
    transition:none
  }
}
.btn-paypal:hover,
.btn:hover,
.en__submit button:hover,
.home-hero__banner-contents .donate-submit:hover,
input:hover[type=button] {
  color:#212529;
  text-decoration:none
}
.btn-paypal:focus,
.btn.focus,
.btn:focus,
.en__submit button.focus,
.en__submit button:focus,
.focus.btn-paypal,
.home-hero__banner-contents .donate-submit:focus,
.home-hero__banner-contents .focus.donate-submit,
input.focus[type=button],
input:focus[type=button] {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn-paypal:disabled,
.btn.disabled,
.btn:disabled,
.disabled.btn-paypal,
.en__submit button.disabled,
.en__submit button:disabled,
.home-hero__banner-contents .disabled.donate-submit,
.home-hero__banner-contents .donate-submit:disabled,
input.disabled[type=button],
input:disabled[type=button] {
  opacity:.65
}
.home-hero__banner-contents a.disabled.donate-submit,
.home-hero__banner-contents fieldset:disabled a.donate-submit,
a.btn.disabled,
a.disabled.btn-paypal,
fieldset:disabled .home-hero__banner-contents a.donate-submit,
fieldset:disabled a.btn,
fieldset:disabled a.btn-paypal {
  pointer-events:none
}
.btn-paypal,
.btn-primary,
.en__submit .sectionBlockLayout button.button1,
.en__submit button,
.home-hero__banner-contents .donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit,
.sectionBlockLayout .btn.button1,
.sectionBlockLayout .button1.btn-paypal,
.sectionBlockLayout .en__submit button.button1,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit,
.sectionBlockLayout input.button1[type=button],
input[type=button] {
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.btn-paypal:hover,
.btn-primary:hover,
.en__submit .sectionBlockLayout button.button1:hover,
.en__submit button:hover,
.home-hero__banner-contents .donate-submit:hover,
.sectionBlockLayout .btn.button1:hover,
.sectionBlockLayout .button1.btn-paypal:hover,
.sectionBlockLayout .en__submit button.button1:hover,
.sectionBlockLayout input.button1:hover[type=button],
input:hover[type=button] {
  color:#fff;
  background-color:#0069d9;
  border-color:#0062cc
}
.btn-paypal:focus,
.btn-primary.focus,
.btn-primary:focus,
.en__submit .sectionBlockLayout button.button1:focus,
.en__submit .sectionBlockLayout button.focus.button1,
.en__submit button.focus,
.en__submit button:focus,
.focus.btn-paypal,
.home-hero__banner-contents .donate-submit:focus,
.home-hero__banner-contents .focus.donate-submit,
.sectionBlockLayout .btn.button1:focus,
.sectionBlockLayout .button1.btn-paypal:focus,
.sectionBlockLayout .en__submit button.button1:focus,
.sectionBlockLayout .en__submit button.focus.button1,
.sectionBlockLayout .focus.btn.button1,
.sectionBlockLayout .focus.button1.btn-paypal,
.sectionBlockLayout input.button1:focus[type=button],
.sectionBlockLayout input.focus.button1[type=button],
input.focus[type=button],
input:focus[type=button] {
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-paypal:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.disabled.btn-paypal,
.en__submit .sectionBlockLayout button.button1:disabled,
.en__submit .sectionBlockLayout button.disabled.button1,
.en__submit button.disabled,
.en__submit button:disabled,
.home-hero__banner-contents .disabled.donate-submit,
.home-hero__banner-contents .donate-submit:disabled,
.sectionBlockLayout .btn.button1:disabled,
.sectionBlockLayout .button1.btn-paypal:disabled,
.sectionBlockLayout .disabled.btn.button1,
.sectionBlockLayout .disabled.button1.btn-paypal,
.sectionBlockLayout .en__submit button.button1:disabled,
.sectionBlockLayout .en__submit button.disabled.button1,
.sectionBlockLayout input.button1:disabled[type=button],
.sectionBlockLayout input.disabled.button1[type=button],
input.disabled[type=button],
input:disabled[type=button] {
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.btn-paypal:not(:disabled):not(.disabled).active,
.btn-paypal:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.en__submit .sectionBlockLayout .show>button.dropdown-toggle.button1,
.en__submit .show>button.dropdown-toggle,
.en__submit button:not(:disabled):not(.disabled).active,
.en__submit button:not(:disabled):not(.disabled):active,
.home-hero__banner-contents .donate-submit:not(:disabled):not(.disabled).active,
.home-hero__banner-contents .donate-submit:not(:disabled):not(.disabled):active,
.home-hero__banner-contents .sectionBlockLayout .show>.dropdown-toggle.button1.donate-submit,
.home-hero__banner-contents .show>.dropdown-toggle.donate-submit,
.sectionBlockLayout .btn.button1:not(:disabled):not(.disabled).active,
.sectionBlockLayout .btn.button1:not(:disabled):not(.disabled):active,
.sectionBlockLayout .show>.dropdown-toggle.btn.button1,
.sectionBlockLayout .show>.dropdown-toggle.button1.btn-paypal,
.sectionBlockLayout .show>input.dropdown-toggle.button1[type=button],
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.btn-paypal,
.show>input.dropdown-toggle[type=button],
input:not(:disabled):not(.disabled).active[type=button],
input:not(:disabled):not(.disabled):active[type=button] {
  color:#fff;
  background-color:#0062cc;
  border-color:#005cbf
}
.btn-paypal:not(:disabled):not(.disabled).active:focus,
.btn-paypal:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.en__submit .sectionBlockLayout .show>button.dropdown-toggle.button1:focus,
.en__submit .show>button.dropdown-toggle:focus,
.en__submit button:not(:disabled):not(.disabled).active:focus,
.en__submit button:not(:disabled):not(.disabled):active:focus,
.home-hero__banner-contents .donate-submit:not(:disabled):not(.disabled).active:focus,
.home-hero__banner-contents .donate-submit:not(:disabled):not(.disabled):active:focus,
.home-hero__banner-contents .sectionBlockLayout .show>.dropdown-toggle.button1.donate-submit:focus,
.home-hero__banner-contents .show>.dropdown-toggle.donate-submit:focus,
.sectionBlockLayout .btn.button1:not(:disabled):not(.disabled).active:focus,
.sectionBlockLayout .btn.button1:not(:disabled):not(.disabled):active:focus,
.sectionBlockLayout .show>.dropdown-toggle.btn.button1:focus,
.sectionBlockLayout .show>.dropdown-toggle.button1.btn-paypal:focus,
.sectionBlockLayout .show>input.dropdown-toggle.button1:focus[type=button],
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.btn-paypal:focus,
.show>input.dropdown-toggle:focus[type=button],
input:not(:disabled):not(.disabled).active:focus[type=button],
input:not(:disabled):not(.disabled):active:focus[type=button] {
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-secondary {
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}
.btn-secondary:hover {
  color:#fff;
  background-color:#5a6268;
  border-color:#545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color:#fff;
  background-color:#545b62;
  border-color:#4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-success {
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}
.btn-success:hover {
  color:#fff;
  background-color:#218838;
  border-color:#1e7e34
}
.btn-success.focus,
.btn-success:focus {
  box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success.disabled,
.btn-success:disabled {
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color:#fff;
  background-color:#1e7e34;
  border-color:#1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-info {
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}
.btn-info:hover {
  color:#fff;
  background-color:#138496;
  border-color:#117a8b
}
.btn-info.focus,
.btn-info:focus {
  box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info.disabled,
.btn-info:disabled {
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color:#fff;
  background-color:#117a8b;
  border-color:#10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-warning {
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}
.btn-warning:hover {
  color:#212529;
  background-color:#e0a800;
  border-color:#d39e00
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color:#212529;
  background-color:#d39e00;
  border-color:#c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-danger {
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}
.btn-danger:hover {
  color:#fff;
  background-color:#c82333;
  border-color:#bd2130
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color:#fff;
  background-color:#bd2130;
  border-color:#b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-light {
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}
.btn-light:hover {
  color:#212529;
  background-color:#e2e6ea;
  border-color:#dae0e5
}
.btn-light.focus,
.btn-light:focus {
  box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-light.disabled,
.btn-light:disabled {
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color:#212529;
  background-color:#dae0e5;
  border-color:#d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-dark {
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}
.btn-dark:hover {
  color:#fff;
  background-color:#23272b;
  border-color:#1d2124
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color:#fff;
  background-color:#1d2124;
  border-color:#171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-outline-primary {
  color:#007bff;
  border-color:#007bff
}
.btn-outline-primary:hover {
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color:#007bff;
  background-color:transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-secondary {
  color:#6c757d;
  border-color:#6c757d
}
.btn-outline-secondary:hover {
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color:#6c757d;
  background-color:transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-success {
  color:#28a745;
  border-color:#28a745
}
.btn-outline-success:hover {
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color:#28a745;
  background-color:transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-info {
  color:#17a2b8;
  border-color:#17a2b8
}
.btn-outline-info:hover {
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color:#17a2b8;
  background-color:transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning {
  color:#ffc107;
  border-color:#ffc107
}
.btn-outline-warning:hover {
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color:#ffc107;
  background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-danger {
  color:#dc3545;
  border-color:#dc3545
}
.btn-outline-danger:hover {
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color:#dc3545;
  background-color:transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-light {
  color:#f8f9fa;
  border-color:#f8f9fa
}
.btn-outline-light:hover {
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color:#f8f9fa;
  background-color:transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-dark {
  color:#343a40;
  border-color:#343a40
}
.btn-outline-dark:hover {
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color:#343a40;
  background-color:transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-link {
  font-weight:400;
  color:#007bff;
  text-decoration:none
}
.btn-link:hover {
  color:#0056b3;
  text-decoration:underline
}
.btn-link.focus,
.btn-link:focus {
  text-decoration:underline;
  box-shadow:none
}
.btn-link.disabled,
.btn-link:disabled {
  color:#6c757d;
  pointer-events:none
}
.btn-group-lg>.btn,
.btn-group-lg>.btn-paypal,
.btn-group-lg>input[type=button],
.btn-lg,
.en__submit .btn-group-lg>button,
.home-hero__banner-contents .btn-group-lg>.donate-submit {
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}
.btn-group-sm>.btn,
.btn-group-sm>.btn-paypal,
.btn-group-sm>input[type=button],
.btn-sm,
.en__submit .btn-group-sm>button,
.home-hero__banner-contents .btn-group-sm>.donate-submit {
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}
.btn-block {
  display:block;
  width:100%
}
.btn-block+.btn-block {
  margin-top:.5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width:100%
}
.fade {
  transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition:none
  }
}
.fade:not(.show) {
  opacity:0
}
.collapse:not(.show) {
  display:none
}
.collapsing {
  position:relative;
  height:0;
  overflow:hidden;
  transition:height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition:none
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position:relative
}
.dropdown-toggle {
  white-space:nowrap
}
.dropdown-toggle::after {
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid;
  border-right:.3em solid transparent;
  border-bottom:0;
  border-left:.3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left:0
}
.dropdown-menu {
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:10rem;
  padding:.5rem 0;
  margin:.125rem 0 0;
  font-size:1rem;
  color:#212529;
  text-align:left;
  list-style:none;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.15);
  border-radius:.25rem
}
.dropdown-menu-left {
  right:auto;
  left:0
}
.dropdown-menu-right {
  right:0;
  left:auto
}
@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right:auto;
    left:0
  }
  .dropdown-menu-sm-right {
    right:0;
    left:auto
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-left {
    right:auto;
    left:0
  }
  .dropdown-menu-md-right {
    right:0;
    left:auto
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right:auto;
    left:0
  }
  .dropdown-menu-lg-right {
    right:0;
    left:auto
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right:auto;
    left:0
  }
  .dropdown-menu-xl-right {
    right:0;
    left:auto
  }
}
.dropup .dropdown-menu {
  top:auto;
  bottom:100%;
  margin-top:0;
  margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:0;
  border-right:.3em solid transparent;
  border-bottom:.3em solid;
  border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
  margin-left:0
}
.dropright .dropdown-menu {
  top:0;
  right:auto;
  left:100%;
  margin-top:0;
  margin-left:.125rem
}
.dropright .dropdown-toggle::after {
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid transparent;
  border-right:0;
  border-bottom:.3em solid transparent;
  border-left:.3em solid
}
.dropright .dropdown-toggle:empty::after {
  margin-left:0
}
.dropright .dropdown-toggle::after {
  vertical-align:0
}
.dropleft .dropdown-menu {
  top:0;
  right:100%;
  left:auto;
  margin-top:0;
  margin-right:.125rem
}
.dropleft .dropdown-toggle::after {
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:""
}
.dropleft .dropdown-toggle::after {
  display:none
}
.dropleft .dropdown-toggle::before {
  display:inline-block;
  margin-right:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid transparent;
  border-right:.3em solid;
  border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
  margin-left:0
}
.dropleft .dropdown-toggle::before {
  vertical-align:0
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right:auto;
  bottom:auto
}
.dropdown-divider,
.main-navigation li.divider {
  height:0;
  margin:.5rem 0;
  overflow:hidden;
  border-top:1px solid #e9ecef
}
.dropdown-item,
.main-navigation .dropdown-menu li a {
  display:block;
  width:100%;
  padding:.25rem 1.5rem;
  clear:both;
  font-weight:400;
  color:#212529;
  text-align:inherit;
  white-space:nowrap;
  background-color:transparent;
  border:0
}
.dropdown-item:focus,
.dropdown-item:hover,
.main-navigation .dropdown-menu li a:focus,
.main-navigation .dropdown-menu li a:hover {
  color:#16181b;
  text-decoration:none;
  background-color:#f8f9fa
}
.dropdown-item.active,
.dropdown-item:active,
.main-navigation .dropdown-menu li a.active,
.main-navigation .dropdown-menu li a:active {
  color:#fff;
  text-decoration:none;
  background-color:#007bff
}
.dropdown-item.disabled,
.dropdown-item:disabled,
.main-navigation .dropdown-menu li a.disabled,
.main-navigation .dropdown-menu li a:disabled {
  color:#6c757d;
  pointer-events:none;
  background-color:transparent
}
.dropdown-menu.show {
  display:block
}
.dropdown-header {
  display:block;
  padding:.5rem 1.5rem;
  margin-bottom:0;
  font-size:.875rem;
  color:#6c757d;
  white-space:nowrap
}
.dropdown-item-text {
  display:block;
  padding:.25rem 1.5rem;
  color:#212529
}
.btn-group,
.btn-group-vertical {
  position:relative;
  display:inline-flex;
  vertical-align:middle
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-paypal,
.btn-group-vertical>input[type=button],
.btn-group>.btn,
.btn-group>.btn-paypal,
.btn-group>input[type=button],
.en__submit .btn-group-vertical>button,
.en__submit .btn-group>button,
.home-hero__banner-contents .btn-group-vertical>.donate-submit,
.home-hero__banner-contents .btn-group>.donate-submit {
  position:relative;
  flex:1 1 auto
}
.btn-group-vertical>.btn-paypal:hover,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>input:hover[type=button],
.btn-group>.btn-paypal:hover,
.btn-group>.btn:hover,
.btn-group>input:hover[type=button],
.en__submit .btn-group-vertical>button:hover,
.en__submit .btn-group>button:hover,
.home-hero__banner-contents .btn-group-vertical>.donate-submit:hover,
.home-hero__banner-contents .btn-group>.donate-submit:hover {
  z-index:1
}
.btn-group-vertical>.active.btn-paypal,
.btn-group-vertical>.btn-paypal:active,
.btn-group-vertical>.btn-paypal:focus,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>input.active[type=button],
.btn-group-vertical>input:active[type=button],
.btn-group-vertical>input:focus[type=button],
.btn-group>.active.btn-paypal,
.btn-group>.btn-paypal:active,
.btn-group>.btn-paypal:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>input.active[type=button],
.btn-group>input:active[type=button],
.btn-group>input:focus[type=button],
.en__submit .btn-group-vertical>button.active,
.en__submit .btn-group-vertical>button:active,
.en__submit .btn-group-vertical>button:focus,
.en__submit .btn-group>button.active,
.en__submit .btn-group>button:active,
.en__submit .btn-group>button:focus,
.home-hero__banner-contents .btn-group-vertical>.active.donate-submit,
.home-hero__banner-contents .btn-group-vertical>.donate-submit:active,
.home-hero__banner-contents .btn-group-vertical>.donate-submit:focus,
.home-hero__banner-contents .btn-group>.active.donate-submit,
.home-hero__banner-contents .btn-group>.donate-submit:active,
.home-hero__banner-contents .btn-group>.donate-submit:focus {
  z-index:1
}
.btn-toolbar {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start
}
.btn-toolbar .input-group {
  width:auto
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn-paypal:not(:first-child),
.btn-group>.btn:not(:first-child),
.btn-group>input:not(:first-child)[type=button],
.en__submit .btn-group>button:not(:first-child),
.home-hero__banner-contents .btn-group>.donate-submit:not(:first-child) {
  margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn-group:not(:last-child)>.btn-paypal,
.btn-group>.btn-group:not(:last-child)>input[type=button],
.btn-group>.btn-paypal:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>input:not(:last-child):not(.dropdown-toggle)[type=button],
.en__submit .btn-group>.btn-group:not(:last-child)>button,
.en__submit .btn-group>button:not(:last-child):not(.dropdown-toggle),
.home-hero__banner-contents .btn-group>.btn-group:not(:last-child)>.donate-submit,
.home-hero__banner-contents .btn-group>.donate-submit:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn-group:not(:first-child)>.btn-paypal,
.btn-group>.btn-group:not(:first-child)>input[type=button],
.btn-group>.btn-paypal:not(:first-child),
.btn-group>.btn:not(:first-child),
.btn-group>input:not(:first-child)[type=button],
.en__submit .btn-group>.btn-group:not(:first-child)>button,
.en__submit .btn-group>button:not(:first-child),
.home-hero__banner-contents .btn-group>.btn-group:not(:first-child)>.donate-submit,
.home-hero__banner-contents .btn-group>.donate-submit:not(:first-child) {
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.dropdown-toggle-split {
  padding-right:.5625rem;
  padding-left:.5625rem
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left:0
}
.dropleft .dropdown-toggle-split::before {
  margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-group-sm>.btn-paypal+.dropdown-toggle-split,
.btn-group-sm>input[type=button]+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.en__submit .btn-group-sm>button+.dropdown-toggle-split,
.home-hero__banner-contents .btn-group-sm>.donate-submit+.dropdown-toggle-split {
  padding-right:.375rem;
  padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-lg>.btn-paypal+.dropdown-toggle-split,
.btn-group-lg>input[type=button]+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.en__submit .btn-group-lg>button+.dropdown-toggle-split,
.home-hero__banner-contents .btn-group-lg>.donate-submit+.dropdown-toggle-split {
  padding-right:.75rem;
  padding-left:.75rem
}
.btn-group-vertical {
  flex-direction:column;
  align-items:flex-start;
  justify-content:center
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-paypal,
.btn-group-vertical>input[type=button],
.en__submit .btn-group-vertical>button,
.home-hero__banner-contents .btn-group-vertical>.donate-submit {
  width:100%
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn-paypal:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>input:not(:first-child)[type=button],
.en__submit .btn-group-vertical>button:not(:first-child),
.home-hero__banner-contents .btn-group-vertical>.donate-submit:not(:first-child) {
  margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:last-child)>.btn-paypal,
.btn-group-vertical>.btn-group:not(:last-child)>input[type=button],
.btn-group-vertical>.btn-paypal:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=button],
.en__submit .btn-group-vertical>.btn-group:not(:last-child)>button,
.en__submit .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle),
.home-hero__banner-contents .btn-group-vertical>.btn-group:not(:last-child)>.donate-submit,
.home-hero__banner-contents .btn-group-vertical>.donate-submit:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn-paypal,
.btn-group-vertical>.btn-group:not(:first-child)>input[type=button],
.btn-group-vertical>.btn-paypal:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>input:not(:first-child)[type=button],
.en__submit .btn-group-vertical>.btn-group:not(:first-child)>button,
.en__submit .btn-group-vertical>button:not(:first-child),
.home-hero__banner-contents .btn-group-vertical>.btn-group:not(:first-child)>.donate-submit,
.home-hero__banner-contents .btn-group-vertical>.donate-submit:not(:first-child) {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.btn-group-toggle>.btn-group>.btn-paypal,
.btn-group-toggle>.btn-group>input[type=button],
.btn-group-toggle>.btn-paypal,
.btn-group-toggle>input[type=button],
.en__submit .btn-group-toggle>.btn-group>button,
.en__submit .btn-group-toggle>button,
.home-hero__banner-contents .btn-group-toggle>.btn-group>.donate-submit,
.home-hero__banner-contents .btn-group-toggle>.donate-submit {
  margin-bottom:0
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn-paypal input[type=checkbox],
.btn-group-toggle>.btn-group>.btn-paypal input[type=radio],
.btn-group-toggle>.btn-group>input[type=button] input[type=checkbox],
.btn-group-toggle>.btn-group>input[type=button] input[type=radio],
.btn-group-toggle>.btn-paypal input[type=checkbox],
.btn-group-toggle>.btn-paypal input[type=radio],
.btn-group-toggle>input[type=button] input[type=checkbox],
.btn-group-toggle>input[type=button] input[type=radio],
.en__submit .btn-group-toggle>.btn-group>button input[type=checkbox],
.en__submit .btn-group-toggle>.btn-group>button input[type=radio],
.en__submit .btn-group-toggle>button input[type=checkbox],
.en__submit .btn-group-toggle>button input[type=radio],
.home-hero__banner-contents .btn-group-toggle>.btn-group>.donate-submit input[type=checkbox],
.home-hero__banner-contents .btn-group-toggle>.btn-group>.donate-submit input[type=radio],
.home-hero__banner-contents .btn-group-toggle>.donate-submit input[type=checkbox],
.home-hero__banner-contents .btn-group-toggle>.donate-submit input[type=radio] {
  position:absolute;
  clip:rect(0,0,0,0);
  pointer-events:none
}
.input-group {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  width:100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>input.en__field__input--text {
  position:relative;
  flex:1 1 auto;
  width:1%;
  margin-bottom:0
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+input.en__field__input--text,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+input.en__field__input--text,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control+input.en__field__input--text,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+input.en__field__input--text,
.input-group>input.en__field__input--text+.custom-file,
.input-group>input.en__field__input--text+.custom-select,
.input-group>input.en__field__input--text+.form-control,
.input-group>input.en__field__input--text+input.en__field__input--text {
  margin-left:-1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus,
.input-group>input.en__field__input--text:focus {
  z-index:3
}
.input-group>.custom-file .custom-file-input:focus {
  z-index:4
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child),
.input-group>input.en__field__input--text:not(:last-child) {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.input-group>input.en__field__input--text:not(:first-child) {
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.input-group>.custom-file {
  display:flex;
  align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.input-group-append,
.input-group-prepend {
  display:flex
}
.en__submit .input-group-append button,
.en__submit .input-group-prepend button,
.home-hero__banner-contents .input-group-append .donate-submit,
.home-hero__banner-contents .input-group-prepend .donate-submit,
.input-group-append .btn,
.input-group-append .btn-paypal,
.input-group-append .en__submit button,
.input-group-append .home-hero__banner-contents .donate-submit,
.input-group-append input[type=button],
.input-group-prepend .btn,
.input-group-prepend .btn-paypal,
.input-group-prepend .en__submit button,
.input-group-prepend .home-hero__banner-contents .donate-submit,
.input-group-prepend input[type=button] {
  position:relative;
  z-index:2
}
.en__submit .input-group-append button:focus,
.en__submit .input-group-prepend button:focus,
.home-hero__banner-contents .input-group-append .donate-submit:focus,
.home-hero__banner-contents .input-group-prepend .donate-submit:focus,
.input-group-append .btn-paypal:focus,
.input-group-append .btn:focus,
.input-group-append .en__submit button:focus,
.input-group-append .home-hero__banner-contents .donate-submit:focus,
.input-group-append input:focus[type=button],
.input-group-prepend .btn-paypal:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .en__submit button:focus,
.input-group-prepend .home-hero__banner-contents .donate-submit:focus,
.input-group-prepend input:focus[type=button] {
  z-index:3
}
.en__submit .home-hero__banner-contents .input-group-append .donate-submit+button,
.en__submit .home-hero__banner-contents .input-group-prepend .donate-submit+button,
.en__submit .input-group-append .btn+button,
.en__submit .input-group-append .btn-paypal+button,
.en__submit .input-group-append .home-hero__banner-contents .donate-submit+button,
.en__submit .input-group-append .home-hero__banner-contents button+.donate-submit,
.en__submit .input-group-append .input-group-text+button,
.en__submit .input-group-append button+.btn,
.en__submit .input-group-append button+.btn-paypal,
.en__submit .input-group-append button+.input-group-text,
.en__submit .input-group-append button+button,
.en__submit .input-group-append button+input[type=button],
.en__submit .input-group-append input[type=button]+button,
.en__submit .input-group-prepend .btn+button,
.en__submit .input-group-prepend .btn-paypal+button,
.en__submit .input-group-prepend .home-hero__banner-contents .donate-submit+button,
.en__submit .input-group-prepend .home-hero__banner-contents button+.donate-submit,
.en__submit .input-group-prepend .input-group-text+button,
.en__submit .input-group-prepend button+.btn,
.en__submit .input-group-prepend button+.btn-paypal,
.en__submit .input-group-prepend button+.input-group-text,
.en__submit .input-group-prepend button+button,
.en__submit .input-group-prepend button+input[type=button],
.en__submit .input-group-prepend input[type=button]+button,
.home-hero__banner-contents .en__submit .input-group-append button+.donate-submit,
.home-hero__banner-contents .en__submit .input-group-prepend button+.donate-submit,
.home-hero__banner-contents .input-group-append .btn+.donate-submit,
.home-hero__banner-contents .input-group-append .btn-paypal+.donate-submit,
.home-hero__banner-contents .input-group-append .donate-submit+.btn,
.home-hero__banner-contents .input-group-append .donate-submit+.btn-paypal,
.home-hero__banner-contents .input-group-append .donate-submit+.donate-submit,
.home-hero__banner-contents .input-group-append .donate-submit+.input-group-text,
.home-hero__banner-contents .input-group-append .donate-submit+input[type=button],
.home-hero__banner-contents .input-group-append .en__submit .donate-submit+button,
.home-hero__banner-contents .input-group-append .en__submit button+.donate-submit,
.home-hero__banner-contents .input-group-append .input-group-text+.donate-submit,
.home-hero__banner-contents .input-group-append input[type=button]+.donate-submit,
.home-hero__banner-contents .input-group-prepend .btn+.donate-submit,
.home-hero__banner-contents .input-group-prepend .btn-paypal+.donate-submit,
.home-hero__banner-contents .input-group-prepend .donate-submit+.btn,
.home-hero__banner-contents .input-group-prepend .donate-submit+.btn-paypal,
.home-hero__banner-contents .input-group-prepend .donate-submit+.donate-submit,
.home-hero__banner-contents .input-group-prepend .donate-submit+.input-group-text,
.home-hero__banner-contents .input-group-prepend .donate-submit+input[type=button],
.home-hero__banner-contents .input-group-prepend .en__submit .donate-submit+button,
.home-hero__banner-contents .input-group-prepend .en__submit button+.donate-submit,
.home-hero__banner-contents .input-group-prepend .input-group-text+.donate-submit,
.home-hero__banner-contents .input-group-prepend input[type=button]+.donate-submit,
.input-group-append .btn+.btn,
.input-group-append .btn+.btn-paypal,
.input-group-append .btn+.input-group-text,
.input-group-append .btn+input[type=button],
.input-group-append .btn-paypal+.btn,
.input-group-append .btn-paypal+.btn-paypal,
.input-group-append .btn-paypal+.input-group-text,
.input-group-append .btn-paypal+input[type=button],
.input-group-append .en__submit .btn+button,
.input-group-append .en__submit .btn-paypal+button,
.input-group-append .en__submit .home-hero__banner-contents button+.donate-submit,
.input-group-append .en__submit .input-group-text+button,
.input-group-append .en__submit button+.btn,
.input-group-append .en__submit button+.btn-paypal,
.input-group-append .en__submit button+.input-group-text,
.input-group-append .en__submit button+button,
.input-group-append .en__submit button+input[type=button],
.input-group-append .en__submit input[type=button]+button,
.input-group-append .home-hero__banner-contents .btn+.donate-submit,
.input-group-append .home-hero__banner-contents .btn-paypal+.donate-submit,
.input-group-append .home-hero__banner-contents .donate-submit+.btn,
.input-group-append .home-hero__banner-contents .donate-submit+.btn-paypal,
.input-group-append .home-hero__banner-contents .donate-submit+.donate-submit,
.input-group-append .home-hero__banner-contents .donate-submit+.input-group-text,
.input-group-append .home-hero__banner-contents .donate-submit+input[type=button],
.input-group-append .home-hero__banner-contents .en__submit .donate-submit+button,
.input-group-append .home-hero__banner-contents .input-group-text+.donate-submit,
.input-group-append .home-hero__banner-contents input[type=button]+.donate-submit,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.btn-paypal,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+input[type=button],
.input-group-append input[type=button]+.btn,
.input-group-append input[type=button]+.btn-paypal,
.input-group-append input[type=button]+.input-group-text,
.input-group-append input[type=button]+input[type=button],
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.btn-paypal,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .btn+input[type=button],
.input-group-prepend .btn-paypal+.btn,
.input-group-prepend .btn-paypal+.btn-paypal,
.input-group-prepend .btn-paypal+.input-group-text,
.input-group-prepend .btn-paypal+input[type=button],
.input-group-prepend .en__submit .btn+button,
.input-group-prepend .en__submit .btn-paypal+button,
.input-group-prepend .en__submit .home-hero__banner-contents button+.donate-submit,
.input-group-prepend .en__submit .input-group-text+button,
.input-group-prepend .en__submit button+.btn,
.input-group-prepend .en__submit button+.btn-paypal,
.input-group-prepend .en__submit button+.input-group-text,
.input-group-prepend .en__submit button+button,
.input-group-prepend .en__submit button+input[type=button],
.input-group-prepend .en__submit input[type=button]+button,
.input-group-prepend .home-hero__banner-contents .btn+.donate-submit,
.input-group-prepend .home-hero__banner-contents .btn-paypal+.donate-submit,
.input-group-prepend .home-hero__banner-contents .donate-submit+.btn,
.input-group-prepend .home-hero__banner-contents .donate-submit+.btn-paypal,
.input-group-prepend .home-hero__banner-contents .donate-submit+.donate-submit,
.input-group-prepend .home-hero__banner-contents .donate-submit+.input-group-text,
.input-group-prepend .home-hero__banner-contents .donate-submit+input[type=button],
.input-group-prepend .home-hero__banner-contents .en__submit .donate-submit+button,
.input-group-prepend .home-hero__banner-contents .input-group-text+.donate-submit,
.input-group-prepend .home-hero__banner-contents input[type=button]+.donate-submit,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.btn-paypal,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+input[type=button],
.input-group-prepend input[type=button]+.btn,
.input-group-prepend input[type=button]+.btn-paypal,
.input-group-prepend input[type=button]+.input-group-text,
.input-group-prepend input[type=button]+input[type=button] {
  margin-left:-1px
}
.input-group-prepend {
  margin-right:-1px
}
.input-group-append {
  margin-left:-1px
}
.input-group-text {
  display:flex;
  align-items:center;
  padding:.375rem .75rem;
  margin-bottom:0;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  text-align:center;
  white-space:nowrap;
  background-color:#e9ecef;
  border:1px solid #ced4da;
  border-radius:.25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top:0
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea),
.input-group-lg>input.en__field__input--text:not(textarea) {
  height:calc(1.5em + 1rem + 2px)
}
.en__submit .input-group-lg>.input-group-append>button,
.en__submit .input-group-lg>.input-group-prepend>button,
.home-hero__banner-contents .input-group-lg>.input-group-append>.donate-submit,
.home-hero__banner-contents .input-group-lg>.input-group-prepend>.donate-submit,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.btn-paypal,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-append>input[type=button],
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.btn-paypal,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-prepend>input[type=button],
.input-group-lg>input.en__field__input--text {
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea),
.input-group-sm>input.en__field__input--text:not(textarea) {
  height:calc(1.5em + .5rem + 2px)
}
.en__submit .input-group-sm>.input-group-append>button,
.en__submit .input-group-sm>.input-group-prepend>button,
.home-hero__banner-contents .input-group-sm>.input-group-append>.donate-submit,
.home-hero__banner-contents .input-group-sm>.input-group-prepend>.donate-submit,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.btn-paypal,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-append>input[type=button],
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.btn-paypal,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-prepend>input[type=button],
.input-group-sm>input.en__field__input--text {
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}
.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right:1.75rem
}
.en__submit .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle),
.en__submit .input-group>.input-group-append:not(:last-child)>button,
.en__submit .input-group>.input-group-prepend>button,
.home-hero__banner-contents .input-group>.input-group-append:last-child>.donate-submit:not(:last-child):not(.dropdown-toggle),
.home-hero__banner-contents .input-group>.input-group-append:not(:last-child)>.donate-submit,
.home-hero__banner-contents .input-group>.input-group-prepend>.donate-submit,
.input-group>.input-group-append:last-child>.btn-paypal:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type=button],
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-paypal,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:not(:last-child)>input[type=button],
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.btn-paypal,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-prepend>input[type=button] {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.en__submit .input-group>.input-group-append>button,
.en__submit .input-group>.input-group-prepend:first-child>button:not(:first-child),
.en__submit .input-group>.input-group-prepend:not(:first-child)>button,
.home-hero__banner-contents .input-group>.input-group-append>.donate-submit,
.home-hero__banner-contents .input-group>.input-group-prepend:first-child>.donate-submit:not(:first-child),
.home-hero__banner-contents .input-group>.input-group-prepend:not(:first-child)>.donate-submit,
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.btn-paypal,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-append>input[type=button],
.input-group>.input-group-prepend:first-child>.btn-paypal:not(:first-child),
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:first-child>input:not(:first-child)[type=button],
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-paypal,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>input[type=button] {
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.custom-control {
  position:relative;
  display:block;
  min-height:1.5rem;
  padding-left:1.5rem
}
.custom-control-inline {
  display:inline-flex;
  margin-right:1rem
}
.custom-control-input {
  position:absolute;
  z-index:-1;
  opacity:0
}
.custom-control-input:checked~.custom-control-label::before {
  color:#fff;
  border-color:#007bff;
  background-color:#007bff
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color:#80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color:#fff;
  background-color:#b3d7ff;
  border-color:#b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
  color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
  background-color:#e9ecef
}
.custom-control-label {
  position:relative;
  margin-bottom:0;
  vertical-align:top
}
.custom-control-label::before {
  position:absolute;
  top:.25rem;
  left:-1.5rem;
  display:block;
  width:1rem;
  height:1rem;
  pointer-events:none;
  content:"";
  background-color:#fff;
  border:#adb5bd solid 1px
}
.custom-control-label::after {
  position:absolute;
  top:.25rem;
  left:-1.5rem;
  display:block;
  width:1rem;
  height:1rem;
  content:"";
  background:no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
  border-radius:.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color:#007bff;
  background-color:#007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color:rgba(0,123,255,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color:rgba(0,123,255,.5)
}
.custom-radio .custom-control-label::before {
  border-radius:50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color:rgba(0,123,255,.5)
}
.custom-switch {
  padding-left:2.25rem
}
.custom-switch .custom-control-label::before {
  left:-2.25rem;
  width:1.75rem;
  pointer-events:all;
  border-radius:.5rem
}
.custom-switch .custom-control-label::after {
  top:calc(.25rem + 2px);
  left:calc(-2.25rem + 2px);
  width:calc(1rem - 4px);
  height:calc(1rem - 4px);
  background-color:#adb5bd;
  border-radius:.5rem;
  transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition:none
  }
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color:#fff;
  transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color:rgba(0,123,255,.5)
}
.custom-select {
  display:inline-block;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem 1.75rem .375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  vertical-align:middle;
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color:#fff;
  border:1px solid #ced4da;
  border-radius:.25rem;
  appearance:none
}
.custom-select:focus {
  border-color:#80bdff;
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-select:focus::-ms-value {
  color:#495057;
  background-color:#fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height:auto;
  padding-right:.75rem;
  background-image:none
}
.custom-select:disabled {
  color:#6c757d;
  background-color:#e9ecef
}
.custom-select::-ms-expand {
  display:none
}
.custom-select-sm {
  height:calc(1.5em + .5rem + 2px);
  padding-top:.25rem;
  padding-bottom:.25rem;
  padding-left:.5rem;
  font-size:.875rem
}
.custom-select-lg {
  height:calc(1.5em + 1rem + 2px);
  padding-top:.5rem;
  padding-bottom:.5rem;
  padding-left:1rem;
  font-size:1.25rem
}
.custom-file {
  position:relative;
  display:inline-block;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  margin-bottom:0
}
.custom-file-input {
  position:relative;
  z-index:2;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  margin:0;
  opacity:0
}
.custom-file-input:focus~.custom-file-label {
  border-color:#80bdff;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-file-input:disabled~.custom-file-label {
  background-color:#e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
  content:"Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
  content:attr(data-browse)
}
.custom-file-label {
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:1;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem .75rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  border:1px solid #ced4da;
  border-radius:.25rem
}
.custom-file-label::after {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:3;
  display:block;
  height:calc(1.5em + .75rem);
  padding:.375rem .75rem;
  line-height:1.5;
  color:#495057;
  content:"Browse";
  background-color:#e9ecef;
  border-left:inherit;
  border-radius:0 .25rem .25rem 0
}
.custom-range {
  width:100%;
  height:calc(1rem + .4rem);
  padding:0;
  background-color:transparent;
  appearance:none
}
.custom-range:focus {
  outline:0
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-moz-range-thumb {
  box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-ms-thumb {
  box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-moz-focus-outer {
  border:0
}
.custom-range::-webkit-slider-thumb {
  width:1rem;
  height:1rem;
  margin-top:-.25rem;
  background-color:#007bff;
  border:0;
  border-radius:1rem;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance:none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition:none
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
  width:100%;
  height:.5rem;
  color:transparent;
  cursor:pointer;
  background-color:#dee2e6;
  border-color:transparent;
  border-radius:1rem
}
.custom-range::-moz-range-thumb {
  width:1rem;
  height:1rem;
  background-color:#007bff;
  border:0;
  border-radius:1rem;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance:none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition:none
  }
}
.custom-range::-moz-range-thumb:active {
  background-color:#b3d7ff
}
.custom-range::-moz-range-track {
  width:100%;
  height:.5rem;
  color:transparent;
  cursor:pointer;
  background-color:#dee2e6;
  border-color:transparent;
  border-radius:1rem
}
.custom-range::-ms-thumb {
  width:1rem;
  height:1rem;
  margin-top:0;
  margin-right:.2rem;
  margin-left:.2rem;
  background-color:#007bff;
  border:0;
  border-radius:1rem;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance:none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition:none
  }
}
.custom-range::-ms-thumb:active {
  background-color:#b3d7ff
}
.custom-range::-ms-track {
  width:100%;
  height:.5rem;
  color:transparent;
  cursor:pointer;
  background-color:transparent;
  border-color:transparent;
  border-width:.5rem
}
.custom-range::-ms-fill-lower {
  background-color:#dee2e6;
  border-radius:1rem
}
.custom-range::-ms-fill-upper {
  margin-right:15px;
  background-color:#dee2e6;
  border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor:default
}
.custom-range:disabled::-moz-range-thumb {
  background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track {
  cursor:default
}
.custom-range:disabled::-ms-thumb {
  background-color:#adb5bd
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition:none
  }
}
.nav {
  display:flex;
  flex-wrap:wrap;
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.main-navigation li a,
.nav-link {
  display:block;
  padding:.5rem 1rem
}
.main-navigation li a:focus,
.main-navigation li a:hover,
.nav-link:focus,
.nav-link:hover {
  text-decoration:none
}
.main-navigation li a.disabled,
.nav-link.disabled {
  color:#6c757d;
  pointer-events:none;
  cursor:default
}
.nav-tabs {
  border-bottom:1px solid #dee2e6
}
.main-navigation .nav-tabs li,
.nav-tabs .main-navigation li,
.nav-tabs .nav-item {
  margin-bottom:-1px
}
.main-navigation li .nav-tabs a,
.nav-tabs .main-navigation li a,
.nav-tabs .nav-link {
  border:1px solid transparent;
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
}
.main-navigation li .nav-tabs a:focus,
.main-navigation li .nav-tabs a:hover,
.nav-tabs .main-navigation li a:focus,
.nav-tabs .main-navigation li a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color:#e9ecef #e9ecef #dee2e6
}
.main-navigation li .nav-tabs a.disabled,
.nav-tabs .main-navigation li a.disabled,
.nav-tabs .nav-link.disabled {
  color:#6c757d;
  background-color:transparent;
  border-color:transparent
}
.main-navigation .nav-tabs li.show .nav-link,
.main-navigation .nav-tabs li.show a,
.main-navigation li .nav-tabs .nav-item.show a,
.main-navigation li .nav-tabs a.active,
.nav-tabs .main-navigation li a.active,
.nav-tabs .main-navigation li.show .nav-link,
.nav-tabs .main-navigation li.show a,
.nav-tabs .nav-item.show .main-navigation li a,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color:#495057;
  background-color:#fff;
  border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
  margin-top:-1px;
  border-top-left-radius:0;
  border-top-right-radius:0
}
.main-navigation li .nav-pills a,
.nav-pills .main-navigation li a,
.nav-pills .nav-link {
  border-radius:.25rem
}
.main-navigation li .nav-pills .show>a,
.main-navigation li .nav-pills a.active,
.nav-pills .main-navigation li .show>a,
.nav-pills .main-navigation li a.active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color:#fff;
  background-color:#007bff
}
.main-navigation .nav-fill li,
.nav-fill .main-navigation li,
.nav-fill .nav-item {
  flex:1 1 auto;
  text-align:center
}
.main-navigation .nav-justified li,
.nav-justified .main-navigation li,
.nav-justified .nav-item {
  flex-basis:0;
  flex-grow:1;
  text-align:center
}
.tab-content>.tab-pane {
  display:none
}
.tab-content>.active {
  display:block
}
.navbar {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  padding:.5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.share-this-story,
.story__full-width-image .navbar>figcaption,
section.blue-sub-footer.navbar>*,
section.features-block.navbar>*,
section.section-purple-bg.navbar>* {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between
}
.navbar-brand {
  display:inline-block;
  padding-top:.3125rem;
  padding-bottom:.3125rem;
  margin-right:1rem;
  font-size:1.25rem;
  line-height:inherit;
  white-space:nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration:none
}
.navbar-nav {
  display:flex;
  flex-direction:column;
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.main-navigation li .navbar-nav a,
.navbar-nav .main-navigation li a,
.navbar-nav .nav-link {
  padding-right:0;
  padding-left:0
}
.navbar-nav .dropdown-menu {
  position:static;
  float:none
}
.navbar-text {
  display:inline-block;
  padding-top:.5rem;
  padding-bottom:.5rem
}
.navbar-collapse {
  flex-basis:100%;
  flex-grow:1;
  align-items:center
}
.navbar-toggler {
  padding:.25rem .75rem;
  font-size:1.25rem;
  line-height:1;
  background-color:transparent;
  border:1px solid transparent;
  border-radius:.25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration:none
}
.navbar-toggler-icon {
  display:inline-block;
  width:1.5em;
  height:1.5em;
  vertical-align:middle;
  content:"";
  background:no-repeat center center;
  background-size:100% 100%
}
@media (max-width:575.98px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.share-this-story,
  .story__full-width-image .navbar-expand-sm>figcaption,
  section.blue-sub-footer.navbar-expand-sm>*,
  section.features-block.navbar-expand-sm>*,
  section.section-purple-bg.navbar-expand-sm>* {
    padding-right:0;
    padding-left:0
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow:row nowrap;
    justify-content:flex-start
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position:absolute
  }
  .main-navigation li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav .main-navigation li a,
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right:.5rem;
    padding-left:.5rem
  }
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.share-this-story,
  .story__full-width-image .navbar-expand-sm>figcaption,
  section.blue-sub-footer.navbar-expand-sm>*,
  section.features-block.navbar-expand-sm>*,
  section.section-purple-bg.navbar-expand-sm>* {
    flex-wrap:nowrap
  }
  .navbar-expand-sm .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-sm .navbar-toggler {
    display:none
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.share-this-story,
  .story__full-width-image .navbar-expand-md>figcaption,
  section.blue-sub-footer.navbar-expand-md>*,
  section.features-block.navbar-expand-md>*,
  section.section-purple-bg.navbar-expand-md>* {
    padding-right:0;
    padding-left:0
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow:row nowrap;
    justify-content:flex-start
  }
  .navbar-expand-md .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position:absolute
  }
  .main-navigation li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav .main-navigation li a,
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right:.5rem;
    padding-left:.5rem
  }
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.share-this-story,
  .story__full-width-image .navbar-expand-md>figcaption,
  section.blue-sub-footer.navbar-expand-md>*,
  section.features-block.navbar-expand-md>*,
  section.section-purple-bg.navbar-expand-md>* {
    flex-wrap:nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-md .navbar-toggler {
    display:none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.share-this-story,
  .story__full-width-image .navbar-expand-lg>figcaption,
  section.blue-sub-footer.navbar-expand-lg>*,
  section.features-block.navbar-expand-lg>*,
  section.section-purple-bg.navbar-expand-lg>* {
    padding-right:0;
    padding-left:0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow:row nowrap;
    justify-content:flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position:absolute
  }
  .main-navigation li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav .main-navigation li a,
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right:.5rem;
    padding-left:.5rem
  }
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.share-this-story,
  .story__full-width-image .navbar-expand-lg>figcaption,
  section.blue-sub-footer.navbar-expand-lg>*,
  section.features-block.navbar-expand-lg>*,
  section.section-purple-bg.navbar-expand-lg>* {
    flex-wrap:nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-lg .navbar-toggler {
    display:none
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.share-this-story,
  .story__full-width-image .navbar-expand-xl>figcaption,
  section.blue-sub-footer.navbar-expand-xl>*,
  section.features-block.navbar-expand-xl>*,
  section.section-purple-bg.navbar-expand-xl>* {
    padding-right:0;
    padding-left:0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow:row nowrap;
    justify-content:flex-start
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction:row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position:absolute
  }
  .main-navigation li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav .main-navigation li a,
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right:.5rem;
    padding-left:.5rem
  }
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.share-this-story,
  .story__full-width-image .navbar-expand-xl>figcaption,
  section.blue-sub-footer.navbar-expand-xl>*,
  section.features-block.navbar-expand-xl>*,
  section.section-purple-bg.navbar-expand-xl>* {
    flex-wrap:nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display:flex!important;
    flex-basis:auto
  }
  .navbar-expand-xl .navbar-toggler {
    display:none
  }
}
.navbar-expand {
  flex-flow:row nowrap;
  justify-content:flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.share-this-story,
.story__full-width-image .navbar-expand>figcaption,
section.blue-sub-footer.navbar-expand>*,
section.features-block.navbar-expand>*,
section.section-purple-bg.navbar-expand>* {
  padding-right:0;
  padding-left:0
}
.navbar-expand .navbar-nav {
  flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position:absolute
}
.main-navigation li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav .main-navigation li a,
.navbar-expand .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.share-this-story,
.story__full-width-image .navbar-expand>figcaption,
section.blue-sub-footer.navbar-expand>*,
section.features-block.navbar-expand>*,
section.section-purple-bg.navbar-expand>* {
  flex-wrap:nowrap
}
.navbar-expand .navbar-collapse {
  display:flex!important;
  flex-basis:auto
}
.navbar-expand .navbar-toggler {
  display:none
}
.navbar-light .navbar-brand {
  color:rgba(0,0,0,.9)
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color:rgba(0,0,0,.9)
}
.main-navigation li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .main-navigation li a,
.navbar-light .navbar-nav .nav-link {
  color:rgba(0,0,0,.5)
}
.main-navigation li .navbar-light .navbar-nav a:focus,
.main-navigation li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .main-navigation li a:focus,
.navbar-light .navbar-nav .main-navigation li a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color:rgba(0,0,0,.7)
}
.main-navigation li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav .main-navigation li a.disabled,
.navbar-light .navbar-nav .nav-link.disabled {
  color:rgba(0,0,0,.3)
}
.main-navigation li .navbar-light .navbar-nav .active>a,
.main-navigation li .navbar-light .navbar-nav .show>a,
.main-navigation li .navbar-light .navbar-nav a.active,
.main-navigation li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .main-navigation li .active>a,
.navbar-light .navbar-nav .main-navigation li .show>a,
.navbar-light .navbar-nav .main-navigation li a.active,
.navbar-light .navbar-nav .main-navigation li a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
  color:rgba(0,0,0,.5);
  border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
  color:rgba(0,0,0,.5)
}
.navbar-light .navbar-text a {
  color:rgba(0,0,0,.9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color:rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand {
  color:#fff
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color:#fff
}
.main-navigation li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .main-navigation li a,
.navbar-dark .navbar-nav .nav-link {
  color:rgba(255,255,255,.5)
}
.main-navigation li .navbar-dark .navbar-nav a:focus,
.main-navigation li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .main-navigation li a:focus,
.navbar-dark .navbar-nav .main-navigation li a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color:rgba(255,255,255,.75)
}
.main-navigation li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .main-navigation li a.disabled,
.navbar-dark .navbar-nav .nav-link.disabled {
  color:rgba(255,255,255,.25)
}
.main-navigation li .navbar-dark .navbar-nav .active>a,
.main-navigation li .navbar-dark .navbar-nav .show>a,
.main-navigation li .navbar-dark .navbar-nav a.active,
.main-navigation li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .main-navigation li .active>a,
.navbar-dark .navbar-nav .main-navigation li .show>a,
.navbar-dark .navbar-nav .main-navigation li a.active,
.navbar-dark .navbar-nav .main-navigation li a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color:#fff
}
.navbar-dark .navbar-toggler {
  color:rgba(255,255,255,.5);
  border-color:rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
  color:rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a {
  color:#fff
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color:#fff
}
.card {
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:border-box;
  border:1px solid rgba(0,0,0,.125);
  border-radius:.25rem
}
.card>hr {
  margin-right:0;
  margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius:.25rem;
  border-bottom-left-radius:.25rem
}
.card-body {
  flex:1 1 auto;
  padding:1.25rem
}
.card-title {
  margin-bottom:.75rem
}
.card-subtitle {
  margin-top:-.375rem;
  margin-bottom:0
}
.card-text:last-child {
  margin-bottom:0
}
.card-link:hover {
  text-decoration:none
}
.card-link+.card-link {
  margin-left:1.25rem
}
.card-header {
  padding:.75rem 1.25rem;
  margin-bottom:0;
  background-color:rgba(0,0,0,.03);
  border-bottom:1px solid rgba(0,0,0,.125)
}
.card-header:first-child {
  border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
  border-top:0
}
.card-footer {
  padding:.75rem 1.25rem;
  background-color:rgba(0,0,0,.03);
  border-top:1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
  border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
  margin-right:-.625rem;
  margin-bottom:-.75rem;
  margin-left:-.625rem;
  border-bottom:0
}
.card-header-pills {
  margin-right:-.625rem;
  margin-left:-.625rem
}
.card-img-overlay {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding:1.25rem
}
.card-img {
  width:100%;
  border-radius:calc(.25rem - 1px)
}
.card-img-top {
  width:100%;
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
  width:100%;
  border-bottom-right-radius:calc(.25rem - 1px);
  border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck {
  display:flex;
  flex-direction:column
}
.card-deck .card {
  margin-bottom:15px
}
@media (min-width:576px) {
  .card-deck {
    flex-flow:row wrap;
    margin-right:-15px;
    margin-left:-15px
  }
  .card-deck .card {
    display:flex;
    flex:1 0 0%;
    flex-direction:column;
    margin-right:15px;
    margin-bottom:0;
    margin-left:15px
  }
}
.card-group {
  display:flex;
  flex-direction:column
}
.card-group>.card {
  margin-bottom:15px
}
@media (min-width:576px) {
  .card-group {
    flex-flow:row wrap
  }
  .card-group>.card {
    flex:1 0 0%;
    margin-bottom:0
  }
  .card-group>.card+.card {
    margin-left:0;
    border-left:0
  }
  .card-group>.card:not(:last-child) {
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius:0
  }
  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius:0
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius:0
  }
  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius:0
  }
}
.card-columns .card {
  margin-bottom:.75rem
}
@media (min-width:576px) {
  .card-columns {
    column-count:3;
    column-gap:1.25rem;
    orphans:1;
    widows:1
  }
  .card-columns .card {
    display:inline-block;
    width:100%
  }
}
.accordion>.card {
  overflow:hidden
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius:0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom:0;
  border-radius:0
}
.accordion>.card:first-of-type {
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}
.accordion>.card:last-of-type {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.accordion>.card .card-header {
  margin-bottom:-1px
}
.breadcrumb {
  display:flex;
  flex-wrap:wrap;
  padding:.75rem 1rem;
  margin-bottom:1rem;
  list-style:none;
  background-color:#e9ecef;
  border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
  padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
  display:inline-block;
  padding-right:.5rem;
  color:#6c757d;
  content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration:none
}
.breadcrumb-item.active {
  color:#6c757d
}
.pagination {
  display:flex;
  padding-left:0;
  list-style:none;
  border-radius:.25rem
}
.page-link {
  position:relative;
  display:block;
  padding:.5rem .75rem;
  margin-left:-1px;
  line-height:1.25;
  color:#007bff;
  background-color:#fff;
  border:1px solid #dee2e6
}
.page-link:hover {
  z-index:2;
  color:#0056b3;
  text-decoration:none;
  background-color:#e9ecef;
  border-color:#dee2e6
}
.page-link:focus {
  z-index:2;
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-item:first-child .page-link {
  margin-left:0;
  border-top-left-radius:.25rem;
  border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
  border-top-right-radius:.25rem;
  border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
  z-index:1;
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.page-item.disabled .page-link {
  color:#6c757d;
  pointer-events:none;
  cursor:auto;
  background-color:#fff;
  border-color:#dee2e6
}
.pagination-lg .page-link {
  padding:.75rem 1.5rem;
  font-size:1.25rem;
  line-height:1.5
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius:.3rem;
  border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius:.3rem;
  border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius:.2rem;
  border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius:.2rem;
  border-bottom-right-radius:.2rem
}
.badge {
  display:inline-block;
  padding:.25em .4em;
  font-size:75%;
  font-weight:700;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:.25rem;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    transition:none
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration:none
}
.badge:empty {
  display:none
}
.btn .badge,
.btn-paypal .badge,
.en__submit button .badge,
.home-hero__banner-contents .donate-submit .badge,
input[type=button] .badge {
  position:relative;
  top:-1px
}
.badge-pill {
  padding-right:.6em;
  padding-left:.6em;
  border-radius:10rem
}
.badge-primary {
  color:#fff;
  background-color:#007bff
}
a.badge-primary:focus,
a.badge-primary:hover {
  color:#fff;
  background-color:#0062cc
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.badge-secondary {
  color:#fff;
  background-color:#6c757d
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color:#fff;
  background-color:#545b62
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.badge-success {
  color:#fff;
  background-color:#28a745
}
a.badge-success:focus,
a.badge-success:hover {
  color:#fff;
  background-color:#1e7e34
}
a.badge-success.focus,
a.badge-success:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.badge-info {
  color:#fff;
  background-color:#17a2b8
}
a.badge-info:focus,
a.badge-info:hover {
  color:#fff;
  background-color:#117a8b
}
a.badge-info.focus,
a.badge-info:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.badge-warning {
  color:#212529;
  background-color:#ffc107
}
a.badge-warning:focus,
a.badge-warning:hover {
  color:#212529;
  background-color:#d39e00
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.badge-danger {
  color:#fff;
  background-color:#dc3545
}
a.badge-danger:focus,
a.badge-danger:hover {
  color:#fff;
  background-color:#bd2130
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.badge-light {
  color:#212529;
  background-color:#f8f9fa
}
a.badge-light:focus,
a.badge-light:hover {
  color:#212529;
  background-color:#dae0e5
}
a.badge-light.focus,
a.badge-light:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.badge-dark {
  color:#fff;
  background-color:#343a40
}
a.badge-dark:focus,
a.badge-dark:hover {
  color:#fff;
  background-color:#1d2124
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline:0;
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.jumbotron {
  padding:2rem 1rem;
  margin-bottom:2rem;
  background-color:#e9ecef;
  border-radius:.3rem
}
@media (min-width:576px) {
  .jumbotron {
    padding:4rem 2rem
  }
}
.jumbotron-fluid {
  padding-right:0;
  padding-left:0;
  border-radius:0
}
.alert {
  position:relative;
  padding:.75rem 1.25rem;
  margin-bottom:1rem;
  border:1px solid transparent;
  border-radius:.25rem
}
.alert-heading {
  color:inherit
}
.alert-link {
  font-weight:700
}
.alert-dismissible {
  padding-right:4rem
}
.alert-dismissible .close {
  position:absolute;
  top:0;
  right:0;
  padding:.75rem 1.25rem;
  color:inherit
}
.alert-primary {
  color:#004085;
  background-color:#cce5ff;
  border-color:#b8daff
}
.alert-primary hr {
  border-top-color:#9fcdff
}
.alert-primary .alert-link {
  color:#002752
}
.alert-secondary {
  color:#383d41;
  background-color:#e2e3e5;
  border-color:#d6d8db
}
.alert-secondary hr {
  border-top-color:#c8cbcf
}
.alert-secondary .alert-link {
  color:#202326
}
.alert-success {
  color:#155724;
  background-color:#d4edda;
  border-color:#c3e6cb
}
.alert-success hr {
  border-top-color:#b1dfbb
}
.alert-success .alert-link {
  color:#0b2e13
}
.alert-info {
  color:#0c5460;
  background-color:#d1ecf1;
  border-color:#bee5eb
}
.alert-info hr {
  border-top-color:#abdde5
}
.alert-info .alert-link {
  color:#062c33
}
.alert-warning {
  color:#856404;
  background-color:#fff3cd;
  border-color:#ffeeba
}
.alert-warning hr {
  border-top-color:#ffe8a1
}
.alert-warning .alert-link {
  color:#533f03
}
.alert-danger {
  color:#721c24;
  background-color:#f8d7da;
  border-color:#f5c6cb
}
.alert-danger hr {
  border-top-color:#f1b0b7
}
.alert-danger .alert-link {
  color:#491217
}
.alert-light {
  color:#818182;
  background-color:#fefefe;
  border-color:#fdfdfe
}
.alert-light hr {
  border-top-color:#ececf6
}
.alert-light .alert-link {
  color:#686868
}
.alert-dark {
  color:#1b1e21;
  background-color:#d6d8d9;
  border-color:#c6c8ca
}
.alert-dark hr {
  border-top-color:#b9bbbe
}
.alert-dark .alert-link {
  color:#040505
}
@keyframes progress-bar-stripes {
  from {
    background-position:1rem 0
  }
  to {
    background-position:0 0
  }
}
.progress {
  display:flex;
  height:1rem;
  overflow:hidden;
  font-size:.75rem;
  background-color:#e9ecef;
  border-radius:.25rem
}
.progress-bar {
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  background-color:#007bff;
  transition:width .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition:none
  }
}
.progress-bar-striped {
  background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size:1rem 1rem
}
.progress-bar-animated {
  animation:progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation:none
  }
}
.media {
  display:flex;
  align-items:flex-start
}
.media-body {
  flex:1
}
.list-group {
  display:flex;
  flex-direction:column;
  padding-left:0;
  margin-bottom:0
}
.list-group-item-action {
  width:100%;
  color:#495057;
  text-align:inherit
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index:1;
  color:#495057;
  text-decoration:none;
  background-color:#f8f9fa
}
.list-group-item-action:active {
  color:#212529;
  background-color:#e9ecef
}
.list-group-item {
  position:relative;
  display:block;
  padding:.75rem 1.25rem;
  margin-bottom:-1px;
  background-color:#fff;
  border:1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
}
.list-group-item:last-child {
  margin-bottom:0;
  border-bottom-right-radius:.25rem;
  border-bottom-left-radius:.25rem
}
.list-group-item.disabled,
.list-group-item:disabled {
  color:#6c757d;
  pointer-events:none;
  background-color:#fff
}
.list-group-item.active {
  z-index:2;
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.list-group-horizontal {
  flex-direction:row
}
.list-group-horizontal .list-group-item {
  margin-right:-1px;
  margin-bottom:0
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius:.25rem;
  border-bottom-left-radius:.25rem;
  border-top-right-radius:0
}
.list-group-horizontal .list-group-item:last-child {
  margin-right:0;
  border-top-right-radius:.25rem;
  border-bottom-right-radius:.25rem;
  border-bottom-left-radius:0
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction:row
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right:-1px;
    margin-bottom:0
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right:0;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:0
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction:row
  }
  .list-group-horizontal-md .list-group-item {
    margin-right:-1px;
    margin-bottom:0
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right:0;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:0
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction:row
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right:-1px;
    margin-bottom:0
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right:0;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:0
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction:row
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right:-1px;
    margin-bottom:0
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right:0;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:0
  }
}
.list-group-flush .list-group-item {
  border-right:0;
  border-left:0;
  border-radius:0
}
.list-group-flush .list-group-item:last-child {
  margin-bottom:-1px
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top:0
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom:0;
  border-bottom:0
}
.list-group-item-primary {
  color:#004085;
  background-color:#b8daff
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color:#004085;
  background-color:#9fcdff
}
.list-group-item-primary.list-group-item-action.active {
  color:#fff;
  background-color:#004085;
  border-color:#004085
}
.list-group-item-secondary {
  color:#383d41;
  background-color:#d6d8db
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color:#383d41;
  background-color:#c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
  color:#fff;
  background-color:#383d41;
  border-color:#383d41
}
.list-group-item-success {
  color:#155724;
  background-color:#c3e6cb
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color:#155724;
  background-color:#b1dfbb
}
.list-group-item-success.list-group-item-action.active {
  color:#fff;
  background-color:#155724;
  border-color:#155724
}
.list-group-item-info {
  color:#0c5460;
  background-color:#bee5eb
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color:#0c5460;
  background-color:#abdde5
}
.list-group-item-info.list-group-item-action.active {
  color:#fff;
  background-color:#0c5460;
  border-color:#0c5460
}
.list-group-item-warning {
  color:#856404;
  background-color:#ffeeba
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color:#856404;
  background-color:#ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
  color:#fff;
  background-color:#856404;
  border-color:#856404
}
.list-group-item-danger {
  color:#721c24;
  background-color:#f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color:#721c24;
  background-color:#f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
  color:#fff;
  background-color:#721c24;
  border-color:#721c24
}
.list-group-item-light {
  color:#818182;
  background-color:#fdfdfe
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color:#818182;
  background-color:#ececf6
}
.list-group-item-light.list-group-item-action.active {
  color:#fff;
  background-color:#818182;
  border-color:#818182
}
.list-group-item-dark {
  color:#1b1e21;
  background-color:#c6c8ca
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color:#1b1e21;
  background-color:#b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
  color:#fff;
  background-color:#1b1e21;
  border-color:#1b1e21
}
.close {
  float:right;
  font-size:1.5rem;
  font-weight:700;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  opacity:.5
}
.close:hover {
  color:#000;
  text-decoration:none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity:.75
}
button.close {
  padding:0;
  background-color:transparent;
  border:0;
  appearance:none
}
a.close.disabled {
  pointer-events:none
}
.toast {
  max-width:350px;
  overflow:hidden;
  font-size:.875rem;
  background-color:rgba(255,255,255,.85);
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.1);
  box-shadow:0 .25rem .75rem rgba(0,0,0,.1);
  backdrop-filter:blur(10px);
  opacity:0;
  border-radius:.25rem
}
.toast:not(:last-child) {
  margin-bottom:.75rem
}
.toast.showing {
  opacity:1
}
.toast.show {
  display:block;
  opacity:1
}
.toast.hide {
  display:none
}
.toast-header {
  display:flex;
  align-items:center;
  padding:.25rem .75rem;
  color:#6c757d;
  background-color:rgba(255,255,255,.85);
  background-clip:padding-box;
  border-bottom:1px solid rgba(0,0,0,.05)
}
.toast-body {
  padding:.75rem
}
.modal-open {
  overflow:hidden
}
.modal-open .modal {
  overflow-x:hidden;
  overflow-y:auto
}
.modal {
  position:fixed;
  top:0;
  left:0;
  z-index:1050;
  display:none;
  width:100%;
  height:100%;
  overflow:hidden;
  outline:0
}
.modal-dialog {
  position:relative;
  width:auto;
  margin:.5rem;
  pointer-events:none
}
.modal.fade .modal-dialog {
  transition:transform .3s ease-out;
  transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition:none
  }
}
.modal.show .modal-dialog {
  transform:none
}
.modal-dialog-scrollable {
  display:flex;
  max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height:calc(100vh - 1rem);
  overflow:hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink:0
}
.modal-dialog-scrollable .modal-body {
  overflow-y:auto
}
.modal-dialog-centered {
  display:flex;
  align-items:center;
  min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before {
  display:block;
  height:calc(100vh - 1rem);
  content:""
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction:column;
  justify-content:center;
  height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content:none
}
.modal-content {
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  pointer-events:auto;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.2);
  border-radius:.3rem;
  outline:0
}
.modal-backdrop {
  position:fixed;
  top:0;
  left:0;
  z-index:1040;
  width:100vw;
  height:100vh;
  background-color:#000
}
.modal-backdrop.fade {
  opacity:0
}
.modal-backdrop.show {
  opacity:.5
}
.modal-header {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:1rem 1rem;
  border-bottom:1px solid #dee2e6;
  border-top-left-radius:.3rem;
  border-top-right-radius:.3rem
}
.modal-header .close {
  padding:1rem 1rem;
  margin:-1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom:0;
  line-height:1.5
}
.modal-body {
  position:relative;
  flex:1 1 auto;
  padding:1rem
}
.modal-footer {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:1rem;
  border-top:1px solid #dee2e6;
  border-bottom-right-radius:.3rem;
  border-bottom-left-radius:.3rem
}
.modal-footer>:not(:first-child) {
  margin-left:.25rem
}
.modal-footer>:not(:last-child) {
  margin-right:.25rem
}
.modal-scrollbar-measure {
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width:500px;
    margin:1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height:calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height:calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height:calc(100% - 3.5rem)
  }
  .modal-dialog-centered::before {
    height:calc(100vh - 3.5rem)
  }
  .modal-sm {
    max-width:300px
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width:800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width:1140px
  }
}
.tooltip {
  position:absolute;
  z-index:1070;
  display:block;
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style:normal;
  font-weight:400;
  line-height:1.5;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  letter-spacing:normal;
  word-break:normal;
  word-spacing:normal;
  white-space:normal;
  line-break:auto;
  font-size:.875rem;
  word-wrap:break-word;
  opacity:0
}
.tooltip.show {
  opacity:.9
}
.tooltip .arrow {
  position:absolute;
  display:block;
  width:.8rem;
  height:.4rem
}
.tooltip .arrow::before {
  position:absolute;
  content:"";
  border-color:transparent;
  border-style:solid
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom:0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top:0;
  border-width:.4rem .4rem 0;
  border-top-color:#000
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left:0;
  width:.4rem;
  height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right:0;
  border-width:.4rem .4rem .4rem 0;
  border-right-color:#000
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top:0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom:0;
  border-width:0 .4rem .4rem;
  border-bottom-color:#000
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right:0;
  width:.4rem;
  height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left:0;
  border-width:.4rem 0 .4rem .4rem;
  border-left-color:#000
}
.tooltip-inner {
  max-width:200px;
  padding:.25rem .5rem;
  color:#fff;
  text-align:center;
  background-color:#000;
  border-radius:.25rem
}
.popover {
  position:absolute;
  top:0;
  left:0;
  z-index:1060;
  display:block;
  max-width:276px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style:normal;
  font-weight:400;
  line-height:1.5;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  letter-spacing:normal;
  word-break:normal;
  word-spacing:normal;
  white-space:normal;
  line-break:auto;
  font-size:.875rem;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.2);
  border-radius:.3rem
}
.popover .arrow {
  position:absolute;
  display:block;
  width:1rem;
  height:.5rem;
  margin:0 .3rem
}
.popover .arrow::after,
.popover .arrow::before {
  position:absolute;
  display:block;
  content:"";
  border-color:transparent;
  border-style:solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
  bottom:0;
  border-width:.5rem .5rem 0;
  border-top-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
  bottom:1px;
  border-width:.5rem .5rem 0;
  border-top-color:#fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  left:calc((.5rem + 1px) * -1);
  width:.5rem;
  height:1rem;
  margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
  left:0;
  border-width:.5rem .5rem .5rem 0;
  border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
  left:1px;
  border-width:.5rem .5rem .5rem 0;
  border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  top:0;
  border-width:0 .5rem .5rem .5rem;
  border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  top:1px;
  border-width:0 .5rem .5rem .5rem;
  border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position:absolute;
  top:0;
  left:50%;
  display:block;
  width:1rem;
  margin-left:-.5rem;
  content:"";
  border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  right:calc((.5rem + 1px) * -1);
  width:.5rem;
  height:1rem;
  margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
  right:0;
  border-width:.5rem 0 .5rem .5rem;
  border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
  right:1px;
  border-width:.5rem 0 .5rem .5rem;
  border-left-color:#fff
}
.popover-header {
  padding:.5rem .75rem;
  margin-bottom:0;
  font-size:1rem;
  background-color:#f7f7f7;
  border-bottom:1px solid #ebebeb;
  border-top-left-radius:calc(.3rem - 1px);
  border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
  display:none
}
.popover-body {
  padding:.5rem .75rem;
  color:#212529
}
.carousel {
  position:relative
}
.carousel.pointer-event {
  touch-action:pan-y
}
.carousel-inner {
  position:relative;
  width:100%;
  overflow:hidden
}
.carousel-inner::after {
  display:block;
  clear:both;
  content:""
}
.carousel-item {
  position:relative;
  display:none;
  float:left;
  width:100%;
  margin-right:-100%;
  backface-visibility:hidden;
  transition:transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition:none
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display:block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform:translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform:translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity:0;
  transition-property:opacity;
  transform:none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index:1;
  opacity:1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index:0;
  opacity:0;
  transition:0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition:none
  }
}
.carousel-control-next,
.carousel-control-prev {
  position:absolute;
  top:0;
  bottom:0;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:15%;
  color:#fff;
  text-align:center;
  opacity:.5;
  transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition:none
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color:#fff;
  text-decoration:none;
  outline:0;
  opacity:.9
}
.carousel-control-prev {
  left:0
}
.carousel-control-next {
  right:0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display:inline-block;
  width:20px;
  height:20px;
  background:no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:15;
  display:flex;
  justify-content:center;
  padding-left:0;
  margin-right:15%;
  margin-left:15%;
  list-style:none
}
.carousel-indicators li {
  box-sizing:content-box;
  flex:0 1 auto;
  width:30px;
  height:3px;
  margin-right:3px;
  margin-left:3px;
  text-indent:-999px;
  cursor:pointer;
  background-color:#fff;
  background-clip:padding-box;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  opacity:.5;
  transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition:none
  }
}
.carousel-indicators .active {
  opacity:1
}
.carousel-caption {
  position:absolute;
  right:15%;
  bottom:20px;
  left:15%;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#fff;
  text-align:center
}
@keyframes spinner-border {
  to {
    transform:rotate(360deg)
  }
}
.spinner-border {
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:text-bottom;
  border:.25em solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  animation:spinner-border .75s linear infinite
}
.spinner-border-sm {
  width:1rem;
  height:1rem;
  border-width:.2em
}
@keyframes spinner-grow {
  0% {
    transform:scale(0)
  }
  50% {
    opacity:1
  }
}
.spinner-grow {
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:text-bottom;
  background-color:currentColor;
  border-radius:50%;
  opacity:0;
  animation:spinner-grow .75s linear infinite
}
.spinner-grow-sm {
  width:1rem;
  height:1rem
}
.align-baseline {
  vertical-align:baseline!important
}
.align-top {
  vertical-align:top!important
}
.align-middle {
  vertical-align:middle!important
}
.align-bottom {
  vertical-align:bottom!important
}
.align-text-bottom {
  vertical-align:text-bottom!important
}
.align-text-top {
  vertical-align:text-top!important
}
.bg-primary {
  background-color:#007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color:#0062cc!important
}
.bg-secondary {
  background-color:#6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color:#545b62!important
}
.bg-success {
  background-color:#28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color:#1e7e34!important
}
.bg-info {
  background-color:#17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color:#117a8b!important
}
.bg-warning {
  background-color:#ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color:#d39e00!important
}
.bg-danger {
  background-color:#dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color:#bd2130!important
}
.bg-light {
  background-color:#f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color:#dae0e5!important
}
.bg-dark {
  background-color:#343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color:#1d2124!important
}
.bg-white {
  background-color:#fff!important
}
.bg-transparent {
  background-color:transparent!important
}
.border {
  border:1px solid #dee2e6!important
}
.border-top {
  border-top:1px solid #dee2e6!important
}
.border-right {
  border-right:1px solid #dee2e6!important
}
.border-bottom {
  border-bottom:1px solid #dee2e6!important
}
.border-left {
  border-left:1px solid #dee2e6!important
}
.border-0 {
  border:0!important
}
.border-top-0 {
  border-top:0!important
}
.border-right-0 {
  border-right:0!important
}
.border-bottom-0 {
  border-bottom:0!important
}
.border-left-0 {
  border-left:0!important
}
.border-primary {
  border-color:#007bff!important
}
.border-secondary {
  border-color:#6c757d!important
}
.border-success {
  border-color:#28a745!important
}
.border-info {
  border-color:#17a2b8!important
}
.border-warning {
  border-color:#ffc107!important
}
.border-danger {
  border-color:#dc3545!important
}
.border-light {
  border-color:#f8f9fa!important
}
.border-dark {
  border-color:#343a40!important
}
.border-white {
  border-color:#fff!important
}
.rounded-sm {
  border-radius:.2rem!important
}
.rounded {
  border-radius:.25rem!important
}
.rounded-top {
  border-top-left-radius:.25rem!important;
  border-top-right-radius:.25rem!important
}
.rounded-right {
  border-top-right-radius:.25rem!important;
  border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
  border-bottom-right-radius:.25rem!important;
  border-bottom-left-radius:.25rem!important
}
.rounded-left {
  border-top-left-radius:.25rem!important;
  border-bottom-left-radius:.25rem!important
}
.rounded-lg {
  border-radius:.3rem!important
}
.rounded-circle {
  border-radius:50%!important
}
.rounded-pill {
  border-radius:50rem!important
}
.rounded-0 {
  border-radius:0!important
}
.clearfix::after {
  display:block;
  clear:both;
  content:""
}
.d-none,
.home-wwl .persecution-levels-stats .desktop-map {
  display:none!important
}
.d-inline {
  display:inline!important
}
.d-inline-block {
  display:inline-block!important
}
.d-block {
  display:block!important
}
.d-table {
  display:table!important
}
.d-table-row {
  display:table-row!important
}
.d-table-cell {
  display:table-cell!important
}
.d-flex {
  display:flex!important
}
.d-inline-flex {
  display:inline-flex!important
}
@media (min-width:576px) {
  .d-sm-none {
    display:none!important
  }
  .d-sm-inline {
    display:inline!important
  }
  .d-sm-inline-block {
    display:inline-block!important
  }
  .d-sm-block {
    display:block!important
  }
  .d-sm-table {
    display:table!important
  }
  .d-sm-table-row {
    display:table-row!important
  }
  .d-sm-table-cell {
    display:table-cell!important
  }
  .d-sm-flex {
    display:flex!important
  }
  .d-sm-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display:none!important
  }
  .d-md-inline {
    display:inline!important
  }
  .d-md-inline-block {
    display:inline-block!important
  }
  .d-md-block {
    display:block!important
  }
  .d-md-table {
    display:table!important
  }
  .d-md-table-row {
    display:table-row!important
  }
  .d-md-table-cell {
    display:table-cell!important
  }
  .d-md-flex {
    display:flex!important
  }
  .d-md-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display:none!important
  }
  .d-lg-inline {
    display:inline!important
  }
  .d-lg-inline-block {
    display:inline-block!important
  }
  .d-lg-block {
    display:block!important
  }
  .d-lg-table {
    display:table!important
  }
  .d-lg-table-row {
    display:table-row!important
  }
  .d-lg-table-cell {
    display:table-cell!important
  }
  .d-lg-flex {
    display:flex!important
  }
  .d-lg-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:1200px) {
  .d-xl-none,
  .home-wwl .mobile-map {
    display:none!important
  }
  .d-xl-inline {
    display:inline!important
  }
  .d-xl-inline-block {
    display:inline-block!important
  }
  .d-xl-block,
  .home-wwl .persecution-levels-stats .desktop-map {
    display:block!important
  }
  .d-xl-table {
    display:table!important
  }
  .d-xl-table-row {
    display:table-row!important
  }
  .d-xl-table-cell {
    display:table-cell!important
  }
  .d-xl-flex {
    display:flex!important
  }
  .d-xl-inline-flex {
    display:inline-flex!important
  }
}
@media print {
  .d-print-none {
    display:none!important
  }
  .d-print-inline {
    display:inline!important
  }
  .d-print-inline-block {
    display:inline-block!important
  }
  .d-print-block {
    display:block!important
  }
  .d-print-table {
    display:table!important
  }
  .d-print-table-row {
    display:table-row!important
  }
  .d-print-table-cell {
    display:table-cell!important
  }
  .d-print-flex {
    display:flex!important
  }
  .d-print-inline-flex {
    display:inline-flex!important
  }
}
.embed-responsive {
  position:relative;
  display:block;
  width:100%;
  padding:0;
  overflow:hidden
}
.embed-responsive::before {
  display:block;
  content:""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  border:0
}
.embed-responsive-21by9::before {
  padding-top:42.85714%
}
.embed-responsive-16by9::before {
  padding-top:56.25%
}
.embed-responsive-4by3::before {
  padding-top:75%
}
.embed-responsive-1by1::before {
  padding-top:100%
}
.flex-row {
  flex-direction:row!important
}
.flex-column {
  flex-direction:column!important
}
.flex-row-reverse {
  flex-direction:row-reverse!important
}
.flex-column-reverse {
  flex-direction:column-reverse!important
}
.flex-wrap {
  flex-wrap:wrap!important
}
.flex-nowrap {
  flex-wrap:nowrap!important
}
.flex-wrap-reverse {
  flex-wrap:wrap-reverse!important
}
.flex-fill {
  flex:1 1 auto!important
}
.flex-grow-0 {
  flex-grow:0!important
}
.flex-grow-1 {
  flex-grow:1!important
}
.flex-shrink-0 {
  flex-shrink:0!important
}
.flex-shrink-1 {
  flex-shrink:1!important
}
.justify-content-start {
  justify-content:flex-start!important
}
.justify-content-end {
  justify-content:flex-end!important
}
.justify-content-center {
  justify-content:center!important
}
.justify-content-between {
  justify-content:space-between!important
}
.justify-content-around {
  justify-content:space-around!important
}
.align-items-start {
  align-items:flex-start!important
}
.align-items-end {
  align-items:flex-end!important
}
.align-items-center {
  align-items:center!important
}
.align-items-baseline {
  align-items:baseline!important
}
.align-items-stretch {
  align-items:stretch!important
}
.align-content-start {
  align-content:flex-start!important
}
.align-content-end {
  align-content:flex-end!important
}
.align-content-center {
  align-content:center!important
}
.align-content-between {
  align-content:space-between!important
}
.align-content-around {
  align-content:space-around!important
}
.align-content-stretch {
  align-content:stretch!important
}
.align-self-auto {
  align-self:auto!important
}
.align-self-start {
  align-self:flex-start!important
}
.align-self-end {
  align-self:flex-end!important
}
.align-self-center {
  align-self:center!important
}
.align-self-baseline {
  align-self:baseline!important
}
.align-self-stretch {
  align-self:stretch!important
}
@media (min-width:576px) {
  .flex-sm-row {
    flex-direction:row!important
  }
  .flex-sm-column {
    flex-direction:column!important
  }
  .flex-sm-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-sm-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-sm-wrap {
    flex-wrap:wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-sm-fill {
    flex:1 1 auto!important
  }
  .flex-sm-grow-0 {
    flex-grow:0!important
  }
  .flex-sm-grow-1 {
    flex-grow:1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink:0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-sm-start {
    justify-content:flex-start!important
  }
  .justify-content-sm-end {
    justify-content:flex-end!important
  }
  .justify-content-sm-center {
    justify-content:center!important
  }
  .justify-content-sm-between {
    justify-content:space-between!important
  }
  .justify-content-sm-around {
    justify-content:space-around!important
  }
  .align-items-sm-start {
    align-items:flex-start!important
  }
  .align-items-sm-end {
    align-items:flex-end!important
  }
  .align-items-sm-center {
    align-items:center!important
  }
  .align-items-sm-baseline {
    align-items:baseline!important
  }
  .align-items-sm-stretch {
    align-items:stretch!important
  }
  .align-content-sm-start {
    align-content:flex-start!important
  }
  .align-content-sm-end {
    align-content:flex-end!important
  }
  .align-content-sm-center {
    align-content:center!important
  }
  .align-content-sm-between {
    align-content:space-between!important
  }
  .align-content-sm-around {
    align-content:space-around!important
  }
  .align-content-sm-stretch {
    align-content:stretch!important
  }
  .align-self-sm-auto {
    align-self:auto!important
  }
  .align-self-sm-start {
    align-self:flex-start!important
  }
  .align-self-sm-end {
    align-self:flex-end!important
  }
  .align-self-sm-center {
    align-self:center!important
  }
  .align-self-sm-baseline {
    align-self:baseline!important
  }
  .align-self-sm-stretch {
    align-self:stretch!important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    flex-direction:row!important
  }
  .flex-md-column {
    flex-direction:column!important
  }
  .flex-md-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-md-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-md-wrap {
    flex-wrap:wrap!important
  }
  .flex-md-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-md-fill {
    flex:1 1 auto!important
  }
  .flex-md-grow-0 {
    flex-grow:0!important
  }
  .flex-md-grow-1 {
    flex-grow:1!important
  }
  .flex-md-shrink-0 {
    flex-shrink:0!important
  }
  .flex-md-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-md-start {
    justify-content:flex-start!important
  }
  .justify-content-md-end {
    justify-content:flex-end!important
  }
  .justify-content-md-center {
    justify-content:center!important
  }
  .justify-content-md-between {
    justify-content:space-between!important
  }
  .justify-content-md-around {
    justify-content:space-around!important
  }
  .align-items-md-start {
    align-items:flex-start!important
  }
  .align-items-md-end {
    align-items:flex-end!important
  }
  .align-items-md-center {
    align-items:center!important
  }
  .align-items-md-baseline {
    align-items:baseline!important
  }
  .align-items-md-stretch {
    align-items:stretch!important
  }
  .align-content-md-start {
    align-content:flex-start!important
  }
  .align-content-md-end {
    align-content:flex-end!important
  }
  .align-content-md-center {
    align-content:center!important
  }
  .align-content-md-between {
    align-content:space-between!important
  }
  .align-content-md-around {
    align-content:space-around!important
  }
  .align-content-md-stretch {
    align-content:stretch!important
  }
  .align-self-md-auto {
    align-self:auto!important
  }
  .align-self-md-start {
    align-self:flex-start!important
  }
  .align-self-md-end {
    align-self:flex-end!important
  }
  .align-self-md-center {
    align-self:center!important
  }
  .align-self-md-baseline {
    align-self:baseline!important
  }
  .align-self-md-stretch {
    align-self:stretch!important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    flex-direction:row!important
  }
  .flex-lg-column {
    flex-direction:column!important
  }
  .flex-lg-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-lg-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-lg-wrap {
    flex-wrap:wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-lg-fill {
    flex:1 1 auto!important
  }
  .flex-lg-grow-0 {
    flex-grow:0!important
  }
  .flex-lg-grow-1 {
    flex-grow:1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink:0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-lg-start {
    justify-content:flex-start!important
  }
  .justify-content-lg-end {
    justify-content:flex-end!important
  }
  .justify-content-lg-center {
    justify-content:center!important
  }
  .justify-content-lg-between {
    justify-content:space-between!important
  }
  .justify-content-lg-around {
    justify-content:space-around!important
  }
  .align-items-lg-start {
    align-items:flex-start!important
  }
  .align-items-lg-end {
    align-items:flex-end!important
  }
  .align-items-lg-center {
    align-items:center!important
  }
  .align-items-lg-baseline {
    align-items:baseline!important
  }
  .align-items-lg-stretch {
    align-items:stretch!important
  }
  .align-content-lg-start {
    align-content:flex-start!important
  }
  .align-content-lg-end {
    align-content:flex-end!important
  }
  .align-content-lg-center {
    align-content:center!important
  }
  .align-content-lg-between {
    align-content:space-between!important
  }
  .align-content-lg-around {
    align-content:space-around!important
  }
  .align-content-lg-stretch {
    align-content:stretch!important
  }
  .align-self-lg-auto {
    align-self:auto!important
  }
  .align-self-lg-start {
    align-self:flex-start!important
  }
  .align-self-lg-end {
    align-self:flex-end!important
  }
  .align-self-lg-center {
    align-self:center!important
  }
  .align-self-lg-baseline {
    align-self:baseline!important
  }
  .align-self-lg-stretch {
    align-self:stretch!important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction:row!important
  }
  .flex-xl-column {
    flex-direction:column!important
  }
  .flex-xl-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-xl-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-xl-wrap {
    flex-wrap:wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-xl-fill {
    flex:1 1 auto!important
  }
  .flex-xl-grow-0 {
    flex-grow:0!important
  }
  .flex-xl-grow-1 {
    flex-grow:1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink:0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-xl-start {
    justify-content:flex-start!important
  }
  .justify-content-xl-end {
    justify-content:flex-end!important
  }
  .justify-content-xl-center {
    justify-content:center!important
  }
  .justify-content-xl-between {
    justify-content:space-between!important
  }
  .justify-content-xl-around {
    justify-content:space-around!important
  }
  .align-items-xl-start {
    align-items:flex-start!important
  }
  .align-items-xl-end {
    align-items:flex-end!important
  }
  .align-items-xl-center {
    align-items:center!important
  }
  .align-items-xl-baseline {
    align-items:baseline!important
  }
  .align-items-xl-stretch {
    align-items:stretch!important
  }
  .align-content-xl-start {
    align-content:flex-start!important
  }
  .align-content-xl-end {
    align-content:flex-end!important
  }
  .align-content-xl-center {
    align-content:center!important
  }
  .align-content-xl-between {
    align-content:space-between!important
  }
  .align-content-xl-around {
    align-content:space-around!important
  }
  .align-content-xl-stretch {
    align-content:stretch!important
  }
  .align-self-xl-auto {
    align-self:auto!important
  }
  .align-self-xl-start {
    align-self:flex-start!important
  }
  .align-self-xl-end {
    align-self:flex-end!important
  }
  .align-self-xl-center {
    align-self:center!important
  }
  .align-self-xl-baseline {
    align-self:baseline!important
  }
  .align-self-xl-stretch {
    align-self:stretch!important
  }
}
.float-left {
  float:left!important
}
.float-right {
  float:right!important
}
.float-none {
  float:none!important
}
@media (min-width:576px) {
  .float-sm-left {
    float:left!important
  }
  .float-sm-right {
    float:right!important
  }
  .float-sm-none {
    float:none!important
  }
}
@media (min-width:768px) {
  .float-md-left {
    float:left!important
  }
  .float-md-right {
    float:right!important
  }
  .float-md-none {
    float:none!important
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float:left!important
  }
  .float-lg-right {
    float:right!important
  }
  .float-lg-none {
    float:none!important
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float:left!important
  }
  .float-xl-right {
    float:right!important
  }
  .float-xl-none {
    float:none!important
  }
}
.overflow-auto {
  overflow:auto!important
}
.overflow-hidden {
  overflow:hidden!important
}
.position-static {
  position:static!important
}
.position-relative {
  position:relative!important
}
.position-absolute {
  position:absolute!important
}
.position-fixed {
  position:fixed!important
}
.position-sticky {
  position:sticky!important
}
.fixed-top {
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030
}
.fixed-bottom {
  position:fixed;
  right:0;
  bottom:0;
  left:0;
  z-index:1030
}
@supports (position:sticky) {
  .sticky-top {
    position:sticky;
    top:0;
    z-index:1020
  }
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  overflow:visible;
  clip:auto;
  white-space:normal
}
.shadow-sm {
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
  box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
  box-shadow:none!important
}
.w-25 {
  width:25%!important
}
.w-50 {
  width:50%!important
}
.w-75 {
  width:75%!important
}
.w-100 {
  width:100%!important
}
.w-auto {
  width:auto!important
}
.h-25 {
  height:25%!important
}
.h-50 {
  height:50%!important
}
.h-75 {
  height:75%!important
}
.h-100 {
  height:100%!important
}
.h-auto {
  height:auto!important
}
.mw-100 {
  max-width:100%!important
}
.mh-100 {
  max-height:100%!important
}
.min-vw-100 {
  min-width:100vw!important
}
.min-vh-100 {
  min-height:100vh!important
}
.vw-100 {
  width:100vw!important
}
.vh-100 {
  height:100vh!important
}
.stretched-link::after {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  pointer-events:auto;
  content:"";
  background-color:rgba(0,0,0,0)
}
.m-0 {
  margin:0!important
}
.mt-0,
.my-0 {
  margin-top:0!important
}
.mr-0,
.mx-0 {
  margin-right:0!important
}
.mb-0,
.my-0 {
  margin-bottom:0!important
}
.ml-0,
.mx-0 {
  margin-left:0!important
}
.m-1 {
  margin:.25rem!important
}
.mt-1,
.my-1 {
  margin-top:.25rem!important
}
.mr-1,
.mx-1 {
  margin-right:.25rem!important
}
.mb-1,
.my-1 {
  margin-bottom:.25rem!important
}
.ml-1,
.mx-1 {
  margin-left:.25rem!important
}
.m-2 {
  margin:.5rem!important
}
.mt-2,
.my-2 {
  margin-top:.5rem!important
}
.mr-2,
.mx-2 {
  margin-right:.5rem!important
}
.mb-2,
.my-2 {
  margin-bottom:.5rem!important
}
.ml-2,
.mx-2 {
  margin-left:.5rem!important
}
.m-3 {
  margin:1rem!important
}
.mt-3,
.my-3 {
  margin-top:1rem!important
}
.mr-3,
.mx-3 {
  margin-right:1rem!important
}
.mb-3,
.my-3 {
  margin-bottom:1rem!important
}
.ml-3,
.mx-3 {
  margin-left:1rem!important
}
.m-4 {
  margin:1.5rem!important
}
.mt-4,
.my-4 {
  margin-top:1.5rem!important
}
.mr-4,
.mx-4 {
  margin-right:1.5rem!important
}
.mb-4,
.my-4 {
  margin-bottom:1.5rem!important
}
.ml-4,
.mx-4 {
  margin-left:1.5rem!important
}
.m-5 {
  margin:3rem!important
}
.mt-5,
.my-5 {
  margin-top:3rem!important
}
.mr-5,
.mx-5 {
  margin-right:3rem!important
}
.mb-5,
.my-5 {
  margin-bottom:3rem!important
}
.ml-5,
.mx-5 {
  margin-left:3rem!important
}
.p-0 {
  padding:0!important
}
.pt-0,
.py-0 {
  padding-top:0!important
}
.pr-0,
.px-0 {
  padding-right:0!important
}
.pb-0,
.py-0 {
  padding-bottom:0!important
}
.pl-0,
.px-0 {
  padding-left:0!important
}
.p-1 {
  padding:.25rem!important
}
.pt-1,
.py-1 {
  padding-top:.25rem!important
}
.pr-1,
.px-1 {
  padding-right:.25rem!important
}
.pb-1,
.py-1 {
  padding-bottom:.25rem!important
}
.pl-1,
.px-1 {
  padding-left:.25rem!important
}
.p-2 {
  padding:.5rem!important
}
.pt-2,
.py-2 {
  padding-top:.5rem!important
}
.pr-2,
.px-2 {
  padding-right:.5rem!important
}
.pb-2,
.py-2 {
  padding-bottom:.5rem!important
}
.pl-2,
.px-2 {
  padding-left:.5rem!important
}
.p-3 {
  padding:1rem!important
}
.pt-3,
.py-3 {
  padding-top:1rem!important
}
.pr-3,
.px-3 {
  padding-right:1rem!important
}
.pb-3,
.py-3 {
  padding-bottom:1rem!important
}
.pl-3,
.px-3 {
  padding-left:1rem!important
}
.p-4 {
  padding:1.5rem!important
}
.pt-4,
.py-4 {
  padding-top:1.5rem!important
}
.pr-4,
.px-4 {
  padding-right:1.5rem!important
}
.pb-4,
.py-4 {
  padding-bottom:1.5rem!important
}
.pl-4,
.px-4 {
  padding-left:1.5rem!important
}
.p-5 {
  padding:3rem!important
}
.pt-5,
.py-5 {
  padding-top:3rem!important
}
.pr-5,
.px-5 {
  padding-right:3rem!important
}
.pb-5,
.py-5 {
  padding-bottom:3rem!important
}
.pl-5,
.px-5 {
  padding-left:3rem!important
}
.m-n1 {
  margin:-.25rem!important
}
.mt-n1,
.my-n1 {
  margin-top:-.25rem!important
}
.mr-n1,
.mx-n1 {
  margin-right:-.25rem!important
}
.mb-n1,
.my-n1 {
  margin-bottom:-.25rem!important
}
.ml-n1,
.mx-n1 {
  margin-left:-.25rem!important
}
.m-n2 {
  margin:-.5rem!important
}
.mt-n2,
.my-n2 {
  margin-top:-.5rem!important
}
.mr-n2,
.mx-n2 {
  margin-right:-.5rem!important
}
.mb-n2,
.my-n2 {
  margin-bottom:-.5rem!important
}
.ml-n2,
.mx-n2 {
  margin-left:-.5rem!important
}
.m-n3 {
  margin:-1rem!important
}
.mt-n3,
.my-n3 {
  margin-top:-1rem!important
}
.mr-n3,
.mx-n3 {
  margin-right:-1rem!important
}
.mb-n3,
.my-n3 {
  margin-bottom:-1rem!important
}
.ml-n3,
.mx-n3 {
  margin-left:-1rem!important
}
.m-n4 {
  margin:-1.5rem!important
}
.mt-n4,
.my-n4 {
  margin-top:-1.5rem!important
}
.mr-n4,
.mx-n4 {
  margin-right:-1.5rem!important
}
.mb-n4,
.my-n4 {
  margin-bottom:-1.5rem!important
}
.ml-n4,
.mx-n4 {
  margin-left:-1.5rem!important
}
.m-n5 {
  margin:-3rem!important
}
.mt-n5,
.my-n5 {
  margin-top:-3rem!important
}
.mr-n5,
.mx-n5 {
  margin-right:-3rem!important
}
.mb-n5,
.my-n5 {
  margin-bottom:-3rem!important
}
.ml-n5,
.mx-n5 {
  margin-left:-3rem!important
}
.m-auto {
  margin:auto!important
}
.mt-auto,
.my-auto {
  margin-top:auto!important
}
.featured-actions__heading-contents,
.features-block__heading-contents,
.mr-auto,
.mx-auto {
  margin-right:auto!important
}
.mb-auto,
.my-auto {
  margin-bottom:auto!important
}
.featured-actions__heading-contents,
.features-block__heading-contents,
.fr-logo,
.ml-auto,
.mx-auto {
  margin-left:auto!important
}
@media (min-width:576px) {
  .m-sm-0 {
    margin:0!important
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top:0!important
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right:0!important
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom:0!important
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left:0!important
  }
  .m-sm-1 {
    margin:.25rem!important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top:.25rem!important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right:.25rem!important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom:.25rem!important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left:.25rem!important
  }
  .m-sm-2 {
    margin:.5rem!important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top:.5rem!important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right:.5rem!important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom:.5rem!important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left:.5rem!important
  }
  .m-sm-3 {
    margin:1rem!important
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top:1rem!important
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right:1rem!important
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom:1rem!important
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left:1rem!important
  }
  .m-sm-4 {
    margin:1.5rem!important
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top:1.5rem!important
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right:1.5rem!important
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom:1.5rem!important
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left:1.5rem!important
  }
  .m-sm-5 {
    margin:3rem!important
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top:3rem!important
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right:3rem!important
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom:3rem!important
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left:3rem!important
  }
  .p-sm-0 {
    padding:0!important
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top:0!important
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right:0!important
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom:0!important
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left:0!important
  }
  .p-sm-1 {
    padding:.25rem!important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top:.25rem!important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right:.25rem!important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom:.25rem!important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left:.25rem!important
  }
  .p-sm-2 {
    padding:.5rem!important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top:.5rem!important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right:.5rem!important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom:.5rem!important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left:.5rem!important
  }
  .p-sm-3 {
    padding:1rem!important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top:1rem!important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right:1rem!important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom:1rem!important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left:1rem!important
  }
  .p-sm-4 {
    padding:1.5rem!important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top:1.5rem!important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right:1.5rem!important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom:1.5rem!important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left:1.5rem!important
  }
  .p-sm-5 {
    padding:3rem!important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top:3rem!important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right:3rem!important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom:3rem!important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left:3rem!important
  }
  .m-sm-n1 {
    margin:-.25rem!important
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top:-.25rem!important
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right:-.25rem!important
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left:-.25rem!important
  }
  .m-sm-n2 {
    margin:-.5rem!important
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top:-.5rem!important
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right:-.5rem!important
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left:-.5rem!important
  }
  .m-sm-n3 {
    margin:-1rem!important
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top:-1rem!important
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right:-1rem!important
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom:-1rem!important
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left:-1rem!important
  }
  .m-sm-n4 {
    margin:-1.5rem!important
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top:-1.5rem!important
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right:-1.5rem!important
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left:-1.5rem!important
  }
  .m-sm-n5 {
    margin:-3rem!important
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top:-3rem!important
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right:-3rem!important
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom:-3rem!important
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left:-3rem!important
  }
  .m-sm-auto {
    margin:auto!important
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top:auto!important
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right:auto!important
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom:auto!important
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left:auto!important
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin:0!important
  }
  .mt-md-0,
  .my-md-0 {
    margin-top:0!important
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right:0!important
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom:0!important
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left:0!important
  }
  .m-md-1 {
    margin:.25rem!important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top:.25rem!important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right:.25rem!important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom:.25rem!important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left:.25rem!important
  }
  .m-md-2 {
    margin:.5rem!important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top:.5rem!important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right:.5rem!important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom:.5rem!important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left:.5rem!important
  }
  .m-md-3 {
    margin:1rem!important
  }
  .mt-md-3,
  .my-md-3 {
    margin-top:1rem!important
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right:1rem!important
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom:1rem!important
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left:1rem!important
  }
  .m-md-4 {
    margin:1.5rem!important
  }
  .mt-md-4,
  .my-md-4 {
    margin-top:1.5rem!important
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right:1.5rem!important
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom:1.5rem!important
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left:1.5rem!important
  }
  .m-md-5 {
    margin:3rem!important
  }
  .mt-md-5,
  .my-md-5 {
    margin-top:3rem!important
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right:3rem!important
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom:3rem!important
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left:3rem!important
  }
  .p-md-0 {
    padding:0!important
  }
  .pt-md-0,
  .py-md-0 {
    padding-top:0!important
  }
  .pr-md-0,
  .px-md-0 {
    padding-right:0!important
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom:0!important
  }
  .pl-md-0,
  .px-md-0 {
    padding-left:0!important
  }
  .p-md-1 {
    padding:.25rem!important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top:.25rem!important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right:.25rem!important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom:.25rem!important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left:.25rem!important
  }
  .p-md-2 {
    padding:.5rem!important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top:.5rem!important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right:.5rem!important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom:.5rem!important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left:.5rem!important
  }
  .p-md-3 {
    padding:1rem!important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top:1rem!important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right:1rem!important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom:1rem!important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left:1rem!important
  }
  .p-md-4 {
    padding:1.5rem!important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top:1.5rem!important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right:1.5rem!important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom:1.5rem!important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left:1.5rem!important
  }
  .p-md-5 {
    padding:3rem!important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top:3rem!important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right:3rem!important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom:3rem!important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left:3rem!important
  }
  .m-md-n1 {
    margin:-.25rem!important
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top:-.25rem!important
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right:-.25rem!important
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left:-.25rem!important
  }
  .m-md-n2 {
    margin:-.5rem!important
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top:-.5rem!important
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right:-.5rem!important
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left:-.5rem!important
  }
  .m-md-n3 {
    margin:-1rem!important
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top:-1rem!important
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right:-1rem!important
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom:-1rem!important
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left:-1rem!important
  }
  .m-md-n4 {
    margin:-1.5rem!important
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top:-1.5rem!important
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right:-1.5rem!important
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left:-1.5rem!important
  }
  .m-md-n5 {
    margin:-3rem!important
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top:-3rem!important
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right:-3rem!important
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom:-3rem!important
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left:-3rem!important
  }
  .m-md-auto {
    margin:auto!important
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top:auto!important
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right:auto!important
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom:auto!important
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left:auto!important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin:0!important
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top:0!important
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right:0!important
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom:0!important
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left:0!important
  }
  .m-lg-1 {
    margin:.25rem!important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top:.25rem!important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right:.25rem!important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom:.25rem!important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left:.25rem!important
  }
  .m-lg-2 {
    margin:.5rem!important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top:.5rem!important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right:.5rem!important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom:.5rem!important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left:.5rem!important
  }
  .m-lg-3 {
    margin:1rem!important
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top:1rem!important
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right:1rem!important
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom:1rem!important
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left:1rem!important
  }
  .m-lg-4 {
    margin:1.5rem!important
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top:1.5rem!important
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right:1.5rem!important
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom:1.5rem!important
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left:1.5rem!important
  }
  .m-lg-5 {
    margin:3rem!important
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top:3rem!important
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right:3rem!important
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom:3rem!important
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left:3rem!important
  }
  .p-lg-0 {
    padding:0!important
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top:0!important
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right:0!important
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom:0!important
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left:0!important
  }
  .p-lg-1 {
    padding:.25rem!important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top:.25rem!important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right:.25rem!important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom:.25rem!important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left:.25rem!important
  }
  .p-lg-2 {
    padding:.5rem!important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top:.5rem!important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right:.5rem!important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom:.5rem!important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left:.5rem!important
  }
  .p-lg-3 {
    padding:1rem!important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top:1rem!important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right:1rem!important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom:1rem!important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left:1rem!important
  }
  .p-lg-4 {
    padding:1.5rem!important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top:1.5rem!important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right:1.5rem!important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom:1.5rem!important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left:1.5rem!important
  }
  .p-lg-5 {
    padding:3rem!important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top:3rem!important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right:3rem!important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom:3rem!important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left:3rem!important
  }
  .m-lg-n1 {
    margin:-.25rem!important
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top:-.25rem!important
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right:-.25rem!important
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left:-.25rem!important
  }
  .m-lg-n2 {
    margin:-.5rem!important
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top:-.5rem!important
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right:-.5rem!important
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left:-.5rem!important
  }
  .m-lg-n3 {
    margin:-1rem!important
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top:-1rem!important
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right:-1rem!important
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom:-1rem!important
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left:-1rem!important
  }
  .m-lg-n4 {
    margin:-1.5rem!important
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top:-1.5rem!important
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right:-1.5rem!important
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left:-1.5rem!important
  }
  .m-lg-n5 {
    margin:-3rem!important
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top:-3rem!important
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right:-3rem!important
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom:-3rem!important
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left:-3rem!important
  }
  .m-lg-auto {
    margin:auto!important
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top:auto!important
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right:auto!important
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom:auto!important
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left:auto!important
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin:0!important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top:0!important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right:0!important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom:0!important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left:0!important
  }
  .m-xl-1 {
    margin:.25rem!important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top:.25rem!important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right:.25rem!important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom:.25rem!important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left:.25rem!important
  }
  .m-xl-2 {
    margin:.5rem!important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top:.5rem!important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right:.5rem!important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom:.5rem!important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left:.5rem!important
  }
  .m-xl-3 {
    margin:1rem!important
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top:1rem!important
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right:1rem!important
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom:1rem!important
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left:1rem!important
  }
  .m-xl-4 {
    margin:1.5rem!important
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top:1.5rem!important
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right:1.5rem!important
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom:1.5rem!important
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left:1.5rem!important
  }
  .m-xl-5 {
    margin:3rem!important
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top:3rem!important
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right:3rem!important
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom:3rem!important
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left:3rem!important
  }
  .p-xl-0 {
    padding:0!important
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top:0!important
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right:0!important
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom:0!important
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left:0!important
  }
  .p-xl-1 {
    padding:.25rem!important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top:.25rem!important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right:.25rem!important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom:.25rem!important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left:.25rem!important
  }
  .p-xl-2 {
    padding:.5rem!important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top:.5rem!important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right:.5rem!important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom:.5rem!important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left:.5rem!important
  }
  .p-xl-3 {
    padding:1rem!important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top:1rem!important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right:1rem!important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom:1rem!important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left:1rem!important
  }
  .p-xl-4 {
    padding:1.5rem!important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top:1.5rem!important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right:1.5rem!important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom:1.5rem!important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left:1.5rem!important
  }
  .p-xl-5 {
    padding:3rem!important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top:3rem!important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right:3rem!important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom:3rem!important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left:3rem!important
  }
  .m-xl-n1 {
    margin:-.25rem!important
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top:-.25rem!important
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right:-.25rem!important
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left:-.25rem!important
  }
  .m-xl-n2 {
    margin:-.5rem!important
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top:-.5rem!important
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right:-.5rem!important
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left:-.5rem!important
  }
  .m-xl-n3 {
    margin:-1rem!important
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top:-1rem!important
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right:-1rem!important
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom:-1rem!important
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left:-1rem!important
  }
  .m-xl-n4 {
    margin:-1.5rem!important
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top:-1.5rem!important
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right:-1.5rem!important
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left:-1.5rem!important
  }
  .m-xl-n5 {
    margin:-3rem!important
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top:-3rem!important
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right:-3rem!important
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom:-3rem!important
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left:-3rem!important
  }
  .m-xl-auto {
    margin:auto!important
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top:auto!important
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right:auto!important
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom:auto!important
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left:auto!important
  }
}
.text-monospace {
  font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}
.text-justify {
  text-align:justify!important
}
.text-wrap {
  white-space:normal!important
}
.text-nowrap {
  white-space:nowrap!important
}
.text-truncate {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.text-left {
  text-align:left!important
}
.text-right {
  text-align:right!important
}
.text-center {
  text-align:center!important
}
@media (min-width:576px) {
  .text-sm-left {
    text-align:left!important
  }
  .text-sm-right {
    text-align:right!important
  }
  .text-sm-center {
    text-align:center!important
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align:left!important
  }
  .text-md-right {
    text-align:right!important
  }
  .text-md-center {
    text-align:center!important
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align:left!important
  }
  .text-lg-right {
    text-align:right!important
  }
  .text-lg-center {
    text-align:center!important
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align:left!important
  }
  .text-xl-right {
    text-align:right!important
  }
  .text-xl-center {
    text-align:center!important
  }
}
.text-lowercase {
  text-transform:lowercase!important
}
.text-uppercase {
  text-transform:uppercase!important
}
.text-capitalize {
  text-transform:capitalize!important
}
.font-weight-light {
  font-weight:300!important
}
.font-weight-lighter {
  font-weight:lighter!important
}
.font-weight-normal {
  font-weight:400!important
}
.font-weight-bold {
  font-weight:700!important
}
.font-weight-bolder {
  font-weight:bolder!important
}
.font-italic {
  font-style:italic!important
}
.text-white {
  color:#fff!important
}
.text-primary {
  color:#007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
  color:#0056b3!important
}
.text-secondary {
  color:#6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
  color:#494f54!important
}
.text-success {
  color:#28a745!important
}
a.text-success:focus,
a.text-success:hover {
  color:#19692c!important
}
.text-info {
  color:#17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
  color:#0f6674!important
}
.text-warning {
  color:#ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
  color:#ba8b00!important
}
.text-danger {
  color:#dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
  color:#a71d2a!important
}
.text-light {
  color:#f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
  color:#cbd3da!important
}
.text-dark {
  color:#343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
  color:#121416!important
}
.text-body {
  color:#212529!important
}
.text-muted {
  color:#6c757d!important
}
.text-black-50 {
  color:rgba(0,0,0,.5)!important
}
.text-white-50 {
  color:rgba(255,255,255,.5)!important
}
.text-hide {
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0
}
.text-decoration-none {
  text-decoration:none!important
}
.text-break {
  word-break:break-word!important;
  overflow-wrap:break-word!important
}
.text-reset {
  color:inherit!important
}
.visible {
  visibility:visible!important
}
.invisible {
  visibility:hidden!important
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow:none!important;
    box-shadow:none!important
  }
  a:not(.btn):not(.btn-paypal):not(input[type=button]) {
    text-decoration:underline
  }
  abbr[title]::after {
    content:" (" attr(title) ")"
  }
  pre {
    white-space:pre-wrap!important
  }
  blockquote,
  pre {
    border:1px solid #adb5bd;
    page-break-inside:avoid
  }
  thead {
    display:table-header-group
  }
  img,
  tr {
    page-break-inside:avoid
  }
  h2,
  h3,
  p {
    orphans:3;
    widows:3
  }
  h2,
  h3 {
    page-break-after:avoid
  }
  @page {
    size:a3
  }
  body {
    min-width:992px!important
  }
  .container,
  .share-this-story,
  .story__full-width-image figcaption,
  section.blue-sub-footer>*,
  section.features-block>*,
  section.section-purple-bg>* {
    min-width:992px!important
  }
  .navbar {
    display:none
  }
  .badge {
    border:1px solid #000
  }
  .table {
    border-collapse:collapse!important
  }
  .table td,
  .table th {
    background-color:#fff!important
  }
  .table-bordered td,
  .table-bordered th {
    border:1px solid #dee2e6!important
  }
  .table-dark {
    color:inherit
  }
  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color:#dee2e6
  }
  .table .thead-dark th {
    color:inherit;
    border-color:#dee2e6
  }
}
body {
  color:#3b4037;
  font-size:18px;
  line-height:30px;
  font-family:proxima-nova,sans-serif;
  font-style:normal;
  font-weight:400
}
h1 {
  margin-bottom:30px;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif;
  font-size:Min(60px,calc(20px + 21 * ((100vw - 320px)/ 680)));
  line-height:calc(30px + 18 * ((100vw - 320px)/ 680))
}
h2 {
  font-size:calc(21px + 12 * ((100vw - 320px)/ 680));
  line-height:calc(28px + 12 * ((100vw - 320px)/ 680));
  margin-bottom:30px;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif
}
h3 {
  font-size:calc(20px + 8 * ((100vw - 320px)/ 680));
  line-height:calc(26px + 8 * ((100vw - 320px)/ 680));
  margin-bottom:30px;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif
}
h4 {
  font-size:calc(20px + 6 * ((100vw - 320px)/ 680));
  line-height:calc(24px + 6 * ((100vw - 320px)/ 680));
  margin-bottom:30px;
  font-family:proxima-nova,sans-serif;
  font-weight:800
}
h5 {
  font-size:calc(19px + 4 * ((100vw - 320px)/ 680));
  line-height:calc(22px + 4 * ((100vw - 320px)/ 680));
  margin-bottom:30px;
  font-family:proxima-nova,sans-serif;
  font-weight:800
}
h6 {
  font-size:calc(18px + 2 * ((100vw - 320px)/ 680));
  line-height:calc(20px + 2 * ((100vw - 320px)/ 680));
  margin-bottom:30px;
  font-family:proxima-nova,sans-serif;
  font-weight:800
}
p {
  margin-bottom:30px
}
small {
  font-size:14px;
  line-height:25px
}
img {
  width:100%;
  height:auto
}
blockquote,
body blockquote.primary {
  margin-bottom:30px;
  position:relative;
  padding:initial;
  border:0
}
blockquote p,
body blockquote.primary p {
  font-size:25px;
  line-height:35px;
  display:inline;
  padding:5px 12px 5px 12px;
  background-color:#6b3267;
  color:#fff;
  box-decoration-break:clone;
  box-shadow:-3px 0 0 #6b3267;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif;
  font-style:normal;
  box-shadow:-6px 0 0 #6b3267,6px 0 0 #6b3267;
  -webkit-box-decoration-break:clone;
  -ms-box-decoration-break:clone;
  -o-box-decoration-break:clone;
  box-decoration-break:clone
}
blockquote cite,
body blockquote.primary cite {
  display:block;
  clear:both;
  background:#fff;
  display:block;
  color:#3b4037;
  text-transform:uppercase;
  font-style:normal;
  font-family:proxima-nova,sans-serif;
  font-weight:800;
  line-height:30px;
  font-size:20px;
  margin-top:15px;
  padding:initial
}
blockquote cite:before,
body blockquote.primary cite:before {
  content:"\2014";
  margin-right:5px
}
blockquote cite.plain:before,
body blockquote.primary cite.plain:before {
  content:"";
  margin-right:0
}
blockquote img,
body blockquote.primary img {
  float:left;
  width:80px;
  height:80px;
  border-radius:50%;
  margin-right:20px
}
@media (min-width:1200px) {
  blockquote img,
  body blockquote.primary img {
    float:none;
    position:absolute;
    left:-95px
  }
}
@media (max-width:767.98px) {
  blockquote img,
  body blockquote.primary img {
    float:none;
    margin-bottom:10px;
    display:block
  }
}
.wwl2025 blockquote,
blockquote.secondary {
  border-left:4px solid #87bcd2;
  padding-left:1.2em
}
.wwl2025 blockquote p,
blockquote.secondary p {
  background:0 0;
  box-shadow:none;
  color:#6b3267;
  font-size:22px;
  line-height:24px
}
.wwl2025 blockquote cite,
blockquote.secondary cite {
  color:#6b3267;
  font-weight:500;
  margin-top:1em;
  padding-left:12px;
  font-size:18px
}
.wwl2025 blockquote cite:before,
blockquote.secondary cite:before {
  display:none
}
@media (min-width:768px) {
  .pull-left-wrapper {
    width:350px;
    float:left;
    margin-right:30px
  }
}
@media (min-width:1200px) {
  .pull-left-wrapper {
    margin-left:-12%
  }
}
@media (min-width:1200px) {
  .sectionBlockLayout .pull-left-wrapper {
    margin-left:-12%;
    margin-right:auto;
    order:1
  }
}
@media (min-width:768px) {
  .pull-right-wrapper {
    width:350px;
    float:right;
    margin-left:30px
  }
}
@media (min-width:1200px) {
  .pull-right-wrapper {
    margin-right:-12%
  }
}
@media (min-width:1200px) {
  .sectionBlockLayout .pull-right-wrapper {
    margin-right:-12%;
    margin-left:auto;
    order:2
  }
  .sectionBlockLayout .pull-left-wrapper+p,
  .sectionBlockLayout .pull-right-wrapper+p,
  p:has(+.pull-left-wrapper),
  p:has(+.pull-right-wrapper) {
    max-width:calc(112% - 390px)
  }
  .sectionBlockLayout .pull-left-wrapper+p,
  p:has(+.pull-left-wrapper) {
    order:2
  }
  .sectionBlockLayout .pull-right-wrapper+p,
  p:has(+.pull-right-wrapper) {
    order:1
  }
}
.float-left-wrapper {
  float:left;
  width:37.5%;
  margin-right:30px;
  margin-bottom:30px
}
.float-right-wrapper {
  float:right;
  width:37.5%;
  margin-left:30px;
  margin-bottom:30px
}
@media (max-width:767.98px) {
  .float-left-wrapper,
  .float-right-wrapper {
    float:none;
    width:100%;
    margin:inherit 0
  }
}
.two-images-wrapper {
  display:flex;
  margin-left:-15px;
  margin-right:-15px
}
.two-images-wrapper img {
  width:50%;
  margin:0 15px;
  margin-bottom:30px
}
@media (max-width:991.98px) {
  .two-images-wrapper {
    display:block;
    margin:0
  }
  .two-images-wrapper img {
    width:100%;
    margin:0 0 30px 0
  }
}
.cta-box {
  background:#6b3267;
  color:#fff;
  padding:20px 30px;
  margin-bottom:30px
}
.cta-box h5 {
  color:#fff
}
.cta-box .stat {
  font-size:35px;
  line-height:45px;
  margin-bottom:10px;
  font-weight:500;
  font-family:proxima-nova,sans-serif
}
.cta-box .btn,
.cta-box .btn-paypal,
.cta-box .en__submit button,
.cta-box .home-hero__banner-contents .donate-submit,
.cta-box input[type=button],
.en__submit .cta-box button,
.home-hero__banner-contents .cta-box .donate-submit {
  text-decoration:none
}
@media (max-width:767.98px) {
  .cta-box .btn,
  .cta-box .btn-paypal,
  .cta-box .en__submit button,
  .cta-box .home-hero__banner-contents .donate-submit,
  .cta-box input[type=button],
  .en__submit .cta-box button,
  .home-hero__banner-contents .cta-box .donate-submit {
    width:100%
  }
}
.cta-box .description {
  font-size:18px;
  line-height:25px;
  margin-bottom:20px
}
.cta-box a.link {
  color:#fff;
  font-size:16px;
  line-height:25px;
  text-decoration:underline;
  margin-top:0
}
.cta-box a.link::after {
  color:#fff
}
figure {
  margin-bottom:30px
}
figure figcaption {
  margin-top:10px
}
a {
  color:#6b3267;
  text-decoration:underline;
  overflow-wrap:break-word;
  word-wrap:break-word;
  word-break:break-word;
  -ms-hyphens:auto;
  -moz-hyphens:auto;
  -webkit-hyphens:auto;
  hyphens:auto
}
a:hover {
  color:#3b4037
}
ul {
  margin-bottom:30px
}
a.view-more {
  text-decoration:underline;
  font-size:16px;
  line-height:24px;
  display:block
}
a.view-more::after {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:14px;
  content:"\f054";
  color:#6b3267;
  padding-left:6px
}
a.view-more:hover {
  color:#3b4037
}
a.view-morehover::after {
  padding-left:10px
}
a.view-more:hover::after {
  padding-left:8px;
  margin-right:-2px
}
a.back-link::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:14px;
  content:"\f053";
  color:#6b3267;
  padding-right:6px
}
a.back-link:hover {
  color:#3b4037
}
a.back-link:hover::before {
  padding-right:8px;
  margin-left:-2px
}
a.view-more:hover::after {
  color:#3b4037;
  padding-left:8px
}
.small-label {
  margin-bottom:30px
}
.small-label span {
  background:#6b3267;
  color:#fff;
  font-size:16px;
  font-weight:400;
  line-height:25px;
  display:inline-block;
  padding:5px;
  text-transform:uppercase;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif
}
.large-label {
  margin-bottom:30px
}
.large-label span {
  background:#6b3267;
  color:#fff;
  font-size:30px;
  font-weight:400;
  line-height:40px;
  display:inline-block;
  padding:0 10px;
  text-transform:uppercase;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif
}
.responsive-wrapper {
  margin-bottom:30px;
  position:relative;
  padding-bottom:56.25%;
  padding-top:25px;
  height:0
}
.responsive-wrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.breadcrumbs {
  margin-top:30px
}
.breadcrumbs a {
  text-decoration:underline
}
.share-buttons a,
.share-this-story__buttons a {
  display:inline-block;
  margin-right:5px;
  color:#3b4037;
  border:1px solid #b1b3af;
  width:50px;
  line-height:50px;
  height:50px;
  text-align:center;
  border-radius:3px
}
.share-buttons a:hover,
.share-this-story__buttons a:hover {
  color:#6b3267;
  border-color:#6b3267
}
caption,
figcaption {
  font-size:16px;
  font-weight:300;
  line-height:25px
}
.scrollable-menu {
  height:auto;
  max-height:200px;
  overflow-x:hidden
}
.features-block {
  background-color:#f6f7f8;
  padding-top:60px;
  padding-bottom:60px
}
.features-block__heading {
  padding-bottom:30px
}
.features-block__heading-contents {
  text-align:center
}
.features-block__item {
  margin-bottom:30px;
  display:flex;
  flex-direction:column
}
.features-block__thumbnail {
  position:relative
}
.features-block__label {
  position:absolute;
  bottom:0;
  padding:20px;
  z-index:1
}
.features-block__label span {
  background:#c01f1c;
  color:#fff;
  display:inline-block;
  padding:5px 10px;
  font-size:30px;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif;
  font-weight:400
}
.features-block__contents {
  background-color:#fff;
  padding:20px
}
.features-block__contents a {
  color:#3b4037;
  text-decoration:none;
  font-size:16px;
  line-height:25px;
  display:block
}
.en__submit .features-block__contents button,
.features-block__contents .btn,
.features-block__contents .btn-paypal,
.features-block__contents .en__submit button,
.features-block__contents .home-hero__banner-contents .donate-submit,
.features-block__contents input[type=button],
.home-hero__banner-contents .features-block__contents .donate-submit {
  color:#6b3267;
  display:inline-block;
  margin-top:20px
}
.features-block__item.full-width {
  text-align:center
}
.features-block__item.full-width a.title {
  margin-left:auto;
  margin-right:auto
}
.features-block__item.full-width .features-block__label {
  width:100%
}
.featured-actions {
  padding-top:60px;
  padding-bottom:60px
}
.featured-actions__heading {
  padding-bottom:30px
}
.featured-actions__heading-contents {
  text-align:center
}
.featured-action-slider {
  position:relative;
  max-width:1140px;
  margin:0 auto
}
@media (max-width:1199.98px) {
  .featured-action-slider {
    padding-right:15px;
    padding-left:15px
  }
}
.featured-action-slider__slide {
  position:relative;
  text-align:left
}
.featured-action-slider__slide:hover {
  cursor:pointer
}
.featured-action-slider__slide:hover .featured-action-slider__details {
  top:0;
  right:20px;
  left:0;
  bottom:0;
  background:#eba500;
  padding:20px;
  text-align:left
}
.featured-action-slider__slide:hover .featured-action-slider__details .featured-action-slider__gradient {
  display:none
}
.featured-action-slider__slide:hover .featured-action-slider__details .location {
  color:#3b4037
}
.featured-action-slider__slide:hover .featured-action-slider__details .extra {
  display:block
}
.featured-action-slider button {
  border:0;
  background:purple
}
.featured-action-slider__details {
  position:absolute;
  top:calc(50% - 18px);
  z-index:2;
  text-align:center;
  width:100%
}
.featured-action-slider__details span {
  display:block;
  text-align:left
}
.featured-action-slider__details .name {
  font-size:20px;
  font-weight:900;
  line-height:35px;
  color:#fff;
  background-color:#e05c16;
  text-transform:uppercase;
  padding:0 10px;
  display:inline-block
}
.featured-action-slider__details .location {
  margin-top:5px;
  color:#fff;
  font-size:16px;
  line-height:25px
}
.featured-action-slider__details .extra {
  display:none;
  font-size:14px;
  line-height:18px;
  margin-top:15px
}
.featured-action-slider__gradient {
  position:absolute;
  bottom:0;
  height:80px;
  right:20px;
  left:0;
  content:"";
  z-index:1;
  display:block;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)
}
@media (max-width:1199.98px) {
  .featured-action-slider__nav {
    display:none
  }
}
.featured-action-slider__nav .slider-prev {
  line-height:1;
  background:0 0;
  border:0;
  position:absolute;
  top:calc(50% - 20px);
  left:-5%
}
.featured-action-slider__nav .slider-prev::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:40px;
  content:"\f053";
  color:#c01f1c
}
.featured-action-slider__nav .slider-prev.disabled::before {
  color:#fff;
  cursor:default
}
.featured-action-slider__nav .slider-next {
  line-height:1;
  position:absolute;
  background:0 0;
  border:0;
  top:calc(50% - 20px);
  right:-5%
}
.featured-action-slider__nav .slider-next:focus {
  outline:0
}
.featured-action-slider__nav .slider-next::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:40px;
  content:"\f054";
  color:#c01f1c
}
.featured-action-slider__nav .slider-next.disabled::before {
  color:#fff;
  cursor:default
}
.faqs-resources {
  background-color:#f1f3f3;
  padding-top:60px;
  padding-bottom:60px
}
.faqs {
  margin-bottom:50px
}
.faqs .card {
  background-color:transparent;
  border:none
}
.faqs .card .card-body {
  padding-top:8px
}
.faqs .card-header {
  background-color:transparent;
  padding-left:0;
  padding-right:0;
  border:0
}
.faqs .card-header button {
  color:#3b4037;
  font-size:20px;
  font-weight:900;
  letter-spacing:0;
  line-height:30px;
  padding:0;
  padding-left:30px;
  background:0 0;
  border-width:0 0 2px;
  width:100%;
  text-align:left;
  outline:0
}
.faqs .card-header button::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:12px;
  content:"\f067";
  color:#3b4037;
  padding:3px;
  border:1px solid #3b4037;
  border-radius:50%;
  line-height:12px;
  position:absolute;
  margin-top:5px;
  left:0
}
.faqs .card-header button[aria-expanded=true]::before {
  content:"\f068"
}
.faqs .card-header button:hover {
  text-decoration:none;
  color:#6b3267
}
.faqs .card-header button:hover::before {
  color:#6b3267
}
.faqs .card-body {
  padding-left:0;
  padding-right:0;
  font-size:16px;
  letter-spacing:0;
  line-height:25px;
  font-size:inherit
}
.resource-downloads__listing {
  display:flex;
  flex-wrap:wrap;
  margin-left:-10px;
  margin-right:-10px
}
.resource-downloads__listing .card {
  border-radius:0;
  border:1px solid #e8ebec;
  height:100%
}
.resource-downloads__listing .card-body {
  padding:20px;
  font-size:16px;
  font-weight:700;
  letter-spacing:0;
  line-height:25px
}
.resource-downloads__listing .card-body:hover {
  cursor:pointer
}
.resource-downloads__listing .card-body:hover a {
  color:#6b3267
}
.resource-downloads__item {
  flex:calc(50% - 20px);
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
  flex-grow:0
}
.resource-downloads__listing.three-cols .resource-downloads__item {
  flex:calc(33.333% - 20px);
  flex-grow:0
}
@media (max-width:991.98px) {
  .resource-downloads .resource-downloads__item {
    flex:100%!important
  }
}
.resource-downloads a {
  color:#3b4037;
  display:block
}
.resource-downloads a::after {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  content:"\f56d";
  position:absolute;
  right:31px
}
.btn,
.btn-paypal,
.en__submit button,
.home-hero__banner-contents .donate-submit,
input[type=button] {
  font-size:18px;
  font-weight:900;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif;
  margin-bottom:4px;
  margin-right:4px
}
.btn-link {
  text-transform:none;
  text-align:left
}
.btn-paypal,
.btn-primary,
.en__submit .sectionBlockLayout button.button1,
.en__submit button,
.home-hero__banner-contents .donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit,
.sectionBlockLayout .btn.button1,
.sectionBlockLayout .button1.btn-paypal,
.sectionBlockLayout .en__submit button.button1,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit,
.sectionBlockLayout input.button1[type=button],
input[type=button] {
  min-width:120px;
  padding:11px 20px;
  text-transform:uppercase;
  font-size:18px;
  font-weight:400;
  background-color:#6b3267;
  border:2px solid #6b3267;
  color:#fff;
  text-decoration:none
}
.btn-paypal:hover,
.btn-primary:hover,
.en__submit .sectionBlockLayout button.button1:hover,
.en__submit button:hover,
.home-hero__banner-contents .donate-submit:hover,
.sectionBlockLayout .btn.button1:hover,
.sectionBlockLayout .button1.btn-paypal:hover,
.sectionBlockLayout .en__submit button.button1:hover,
.sectionBlockLayout input.button1:hover[type=button],
input:hover[type=button] {
  border-color:#87bcd2;
  background-color:#87bcd2;
  color:#3b4037
}
.btn-paypal:active,
.btn-paypal:focus,
.btn-primary:active,
.btn-primary:focus,
.en__submit .sectionBlockLayout button.button1:active,
.en__submit .sectionBlockLayout button.button1:focus,
.en__submit button:active,
.en__submit button:focus,
.home-hero__banner-contents .donate-submit:active,
.home-hero__banner-contents .donate-submit:focus,
.sectionBlockLayout .btn.button1:active,
.sectionBlockLayout .btn.button1:focus,
.sectionBlockLayout .button1.btn-paypal:active,
.sectionBlockLayout .button1.btn-paypal:focus,
.sectionBlockLayout .en__submit button.button1:active,
.sectionBlockLayout .en__submit button.button1:focus,
.sectionBlockLayout input.button1:active[type=button],
.sectionBlockLayout input.button1:focus[type=button],
input:active[type=button],
input:focus[type=button] {
  border-color:#3b4037;
  background-color:#3b4037;
  outline:0 none;
  box-shadow:none;
  color:#fff
}
.btn-paypal .btn-primary.disabled,
.btn-paypal .disabled.btn-paypal,
.btn-paypal .en__submit .sectionBlockLayout button.disabled.button1,
.btn-paypal .en__submit button.disabled,
.btn-paypal .home-hero__banner-contents .disabled.donate-submit,
.btn-paypal .home-hero__banner-contents .sectionBlockLayout .disabled.button1.donate-submit,
.btn-paypal .sectionBlockLayout .disabled.btn.button1,
.btn-paypal .sectionBlockLayout .disabled.button1.btn-paypal,
.btn-paypal .sectionBlockLayout .en__submit button.disabled.button1,
.btn-paypal .sectionBlockLayout .home-hero__banner-contents .disabled.button1.donate-submit,
.btn-paypal .sectionBlockLayout input.disabled.button1[type=button],
.btn-paypal input.disabled[type=button],
.btn-primary .btn-primary.disabled,
.btn-primary .disabled.btn-paypal,
.btn-primary .en__submit .sectionBlockLayout button.disabled.button1,
.btn-primary .en__submit button.disabled,
.btn-primary .home-hero__banner-contents .disabled.donate-submit,
.btn-primary .home-hero__banner-contents .sectionBlockLayout .disabled.button1.donate-submit,
.btn-primary .sectionBlockLayout .disabled.btn.button1,
.btn-primary .sectionBlockLayout .disabled.button1.btn-paypal,
.btn-primary .sectionBlockLayout .en__submit button.disabled.button1,
.btn-primary .sectionBlockLayout .home-hero__banner-contents .disabled.button1.donate-submit,
.btn-primary .sectionBlockLayout input.disabled.button1[type=button],
.btn-primary input.disabled[type=button],
.en__submit .btn-paypal button.disabled,
.en__submit .btn-primary button.disabled,
.en__submit .home-hero__banner-contents .donate-submit button.disabled,
.en__submit .home-hero__banner-contents .sectionBlockLayout .button1.donate-submit button.disabled,
.en__submit .home-hero__banner-contents .sectionBlockLayout .button1.donate-submit button.disabled.button1,
.en__submit .home-hero__banner-contents .sectionBlockLayout button.button1 .disabled.button1.donate-submit,
.en__submit .sectionBlockLayout .btn-paypal button.disabled.button1,
.en__submit .sectionBlockLayout .btn-primary button.disabled.button1,
.en__submit .sectionBlockLayout .btn.button1 button.disabled,
.en__submit .sectionBlockLayout .btn.button1 button.disabled.button1,
.en__submit .sectionBlockLayout .button1.btn-paypal button.disabled,
.en__submit .sectionBlockLayout .button1.btn-paypal button.disabled.button1,
.en__submit .sectionBlockLayout .en__submit button.button1 button.disabled.button1,
.en__submit .sectionBlockLayout .home-hero__banner-contents .button1.donate-submit button.disabled,
.en__submit .sectionBlockLayout .home-hero__banner-contents .button1.donate-submit button.disabled.button1,
.en__submit .sectionBlockLayout .home-hero__banner-contents .donate-submit button.disabled.button1,
.en__submit .sectionBlockLayout .home-hero__banner-contents button.button1 .disabled.button1.donate-submit,
.en__submit .sectionBlockLayout button button.disabled.button1,
.en__submit .sectionBlockLayout button.button1 .btn-primary.disabled,
.en__submit .sectionBlockLayout button.button1 .disabled.btn-paypal,
.en__submit .sectionBlockLayout button.button1 .disabled.btn.button1,
.en__submit .sectionBlockLayout button.button1 .disabled.button1.btn-paypal,
.en__submit .sectionBlockLayout button.button1 .en__submit button.disabled.button1,
.en__submit .sectionBlockLayout button.button1 .home-hero__banner-contents .disabled.button1.donate-submit,
.en__submit .sectionBlockLayout button.button1 .home-hero__banner-contents .disabled.donate-submit,
.en__submit .sectionBlockLayout button.button1 button.disabled,
.en__submit .sectionBlockLayout button.button1 button.disabled.button1,
.en__submit .sectionBlockLayout button.button1 input.disabled.button1[type=button],
.en__submit .sectionBlockLayout button.button1 input.disabled[type=button],
.en__submit .sectionBlockLayout input.button1[type=button] button.disabled,
.en__submit .sectionBlockLayout input.button1[type=button] button.disabled.button1,
.en__submit .sectionBlockLayout input[type=button] button.disabled.button1,
.en__submit button .btn-primary.disabled,
.en__submit button .disabled.btn-paypal,
.en__submit button .home-hero__banner-contents .disabled.donate-submit,
.en__submit button .home-hero__banner-contents .sectionBlockLayout .disabled.button1.donate-submit,
.en__submit button .sectionBlockLayout .disabled.btn.button1,
.en__submit button .sectionBlockLayout .disabled.button1.btn-paypal,
.en__submit button .sectionBlockLayout .home-hero__banner-contents .disabled.button1.donate-submit,
.en__submit button .sectionBlockLayout button.disabled.button1,
.en__submit button .sectionBlockLayout input.disabled.button1[type=button],
.en__submit button button.disabled,
.en__submit button input.disabled[type=button],
.en__submit input[type=button] button.disabled,
.home-hero__banner-contents .btn-paypal .disabled.donate-submit,
.home-hero__banner-contents .btn-primary .disabled.donate-submit,
.home-hero__banner-contents .donate-submit .btn-primary.disabled,
.home-hero__banner-contents .donate-submit .disabled.btn-paypal,
.home-hero__banner-contents .donate-submit .disabled.donate-submit,
.home-hero__banner-contents .donate-submit .en__submit .sectionBlockLayout button.disabled.button1,
.home-hero__banner-contents .donate-submit .en__submit button.disabled,
.home-hero__banner-contents .donate-submit .sectionBlockLayout .disabled.btn.button1,
.home-hero__banner-contents .donate-submit .sectionBlockLayout .disabled.button1.btn-paypal,
.home-hero__banner-contents .donate-submit .sectionBlockLayout .disabled.button1.donate-submit,
.home-hero__banner-contents .donate-submit .sectionBlockLayout .en__submit button.disabled.button1,
.home-hero__banner-contents .donate-submit .sectionBlockLayout input.disabled.button1[type=button],
.home-hero__banner-contents .donate-submit input.disabled[type=button],
.home-hero__banner-contents .en__submit .sectionBlockLayout .button1.donate-submit button.disabled.button1,
.home-hero__banner-contents .en__submit .sectionBlockLayout button.button1 .disabled.button1.donate-submit,
.home-hero__banner-contents .en__submit .sectionBlockLayout button.button1 .disabled.donate-submit,
.home-hero__banner-contents .en__submit button .disabled.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .btn-paypal .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .btn-primary .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .btn.button1 .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .btn.button1 .disabled.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.btn-paypal .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.btn-paypal .disabled.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .btn-primary.disabled,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .disabled.btn-paypal,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .disabled.btn.button1,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .disabled.button1.btn-paypal,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .disabled.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .en__submit button.disabled,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .en__submit button.disabled.button1,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .home-hero__banner-contents .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit input.disabled.button1[type=button],
.home-hero__banner-contents .sectionBlockLayout .button1.donate-submit input.disabled[type=button],
.home-hero__banner-contents .sectionBlockLayout .donate-submit .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .en__submit .button1.donate-submit button.disabled.button1,
.home-hero__banner-contents .sectionBlockLayout .en__submit button .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .en__submit button.button1 .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .en__submit button.button1 .disabled.donate-submit,
.home-hero__banner-contents .sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout input.button1[type=button] .disabled.button1.donate-submit,
.home-hero__banner-contents .sectionBlockLayout input.button1[type=button] .disabled.donate-submit,
.home-hero__banner-contents .sectionBlockLayout input[type=button] .disabled.button1.donate-submit,
.home-hero__banner-contents input[type=button] .disabled.donate-submit,
.sectionBlockLayout .btn-paypal .disabled.btn.button1,
.sectionBlockLayout .btn-paypal .disabled.button1.btn-paypal,
.sectionBlockLayout .btn-paypal input.disabled.button1[type=button],
.sectionBlockLayout .btn-primary .disabled.btn.button1,
.sectionBlockLayout .btn-primary .disabled.button1.btn-paypal,
.sectionBlockLayout .btn-primary input.disabled.button1[type=button],
.sectionBlockLayout .btn.button1 .btn-primary.disabled,
.sectionBlockLayout .btn.button1 .disabled.btn-paypal,
.sectionBlockLayout .btn.button1 .disabled.btn.button1,
.sectionBlockLayout .btn.button1 .disabled.button1.btn-paypal,
.sectionBlockLayout .btn.button1 .en__submit button.disabled,
.sectionBlockLayout .btn.button1 .en__submit button.disabled.button1,
.sectionBlockLayout .btn.button1 .home-hero__banner-contents .disabled.button1.donate-submit,
.sectionBlockLayout .btn.button1 .home-hero__banner-contents .disabled.donate-submit,
.sectionBlockLayout .btn.button1 input.disabled.button1[type=button],
.sectionBlockLayout .btn.button1 input.disabled[type=button],
.sectionBlockLayout .button1.btn-paypal .btn-primary.disabled,
.sectionBlockLayout .button1.btn-paypal .disabled.btn-paypal,
.sectionBlockLayout .button1.btn-paypal .disabled.btn.button1,
.sectionBlockLayout .button1.btn-paypal .disabled.button1.btn-paypal,
.sectionBlockLayout .button1.btn-paypal .en__submit button.disabled,
.sectionBlockLayout .button1.btn-paypal .en__submit button.disabled.button1,
.sectionBlockLayout .button1.btn-paypal .home-hero__banner-contents .disabled.button1.donate-submit,
.sectionBlockLayout .button1.btn-paypal .home-hero__banner-contents .disabled.donate-submit,
.sectionBlockLayout .button1.btn-paypal input.disabled.button1[type=button],
.sectionBlockLayout .button1.btn-paypal input.disabled[type=button],
.sectionBlockLayout .en__submit .btn-paypal button.disabled.button1,
.sectionBlockLayout .en__submit .btn-primary button.disabled.button1,
.sectionBlockLayout .en__submit .btn.button1 button.disabled.button1,
.sectionBlockLayout .en__submit .button1.btn-paypal button.disabled.button1,
.sectionBlockLayout .en__submit .home-hero__banner-contents .button1.donate-submit button.disabled.button1,
.sectionBlockLayout .en__submit .home-hero__banner-contents .donate-submit button.disabled.button1,
.sectionBlockLayout .en__submit .sectionBlockLayout button.button1 button.disabled.button1,
.sectionBlockLayout .en__submit button .disabled.btn.button1,
.sectionBlockLayout .en__submit button .disabled.button1.btn-paypal,
.sectionBlockLayout .en__submit button button.disabled.button1,
.sectionBlockLayout .en__submit button input.disabled.button1[type=button],
.sectionBlockLayout .en__submit button.button1 .btn-primary.disabled,
.sectionBlockLayout .en__submit button.button1 .disabled.btn-paypal,
.sectionBlockLayout .en__submit button.button1 .disabled.btn.button1,
.sectionBlockLayout .en__submit button.button1 .disabled.button1.btn-paypal,
.sectionBlockLayout .en__submit button.button1 .home-hero__banner-contents .disabled.button1.donate-submit,
.sectionBlockLayout .en__submit button.button1 .home-hero__banner-contents .disabled.donate-submit,
.sectionBlockLayout .en__submit button.button1 .sectionBlockLayout button.disabled.button1,
.sectionBlockLayout .en__submit button.button1 button.disabled,
.sectionBlockLayout .en__submit button.button1 button.disabled.button1,
.sectionBlockLayout .en__submit button.button1 input.disabled.button1[type=button],
.sectionBlockLayout .en__submit button.button1 input.disabled[type=button],
.sectionBlockLayout .en__submit input.button1[type=button] button.disabled.button1,
.sectionBlockLayout .en__submit input[type=button] button.disabled.button1,
.sectionBlockLayout .home-hero__banner-contents .btn-paypal .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .btn-primary .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .btn.button1 .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .button1.btn-paypal .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .btn-primary.disabled,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .disabled.btn-paypal,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .disabled.btn.button1,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .disabled.button1.btn-paypal,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .disabled.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .en__submit button.disabled,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .en__submit button.disabled.button1,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit .sectionBlockLayout .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit input.disabled.button1[type=button],
.sectionBlockLayout .home-hero__banner-contents .button1.donate-submit input.disabled[type=button],
.sectionBlockLayout .home-hero__banner-contents .donate-submit .disabled.btn.button1,
.sectionBlockLayout .home-hero__banner-contents .donate-submit .disabled.button1.btn-paypal,
.sectionBlockLayout .home-hero__banner-contents .donate-submit .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .donate-submit input.disabled.button1[type=button],
.sectionBlockLayout .home-hero__banner-contents .en__submit button .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .en__submit button.button1 .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents .sectionBlockLayout .button1.donate-submit .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents input.button1[type=button] .disabled.button1.donate-submit,
.sectionBlockLayout .home-hero__banner-contents input[type=button] .disabled.button1.donate-submit,
.sectionBlockLayout input.button1[type=button] .btn-primary.disabled,
.sectionBlockLayout input.button1[type=button] .disabled.btn-paypal,
.sectionBlockLayout input.button1[type=button] .disabled.btn.button1,
.sectionBlockLayout input.button1[type=button] .disabled.button1.btn-paypal,
.sectionBlockLayout input.button1[type=button] .en__submit button.disabled,
.sectionBlockLayout input.button1[type=button] .en__submit button.disabled.button1,
.sectionBlockLayout input.button1[type=button] .home-hero__banner-contents .disabled.button1.donate-submit,
.sectionBlockLayout input.button1[type=button] .home-hero__banner-contents .disabled.donate-submit,
.sectionBlockLayout input.button1[type=button] input.disabled.button1[type=button],
.sectionBlockLayout input.button1[type=button] input.disabled[type=button],
.sectionBlockLayout input[type=button] .disabled.btn.button1,
.sectionBlockLayout input[type=button] .disabled.button1.btn-paypal,
.sectionBlockLayout input[type=button] input.disabled.button1[type=button],
input[type=button] .btn-primary.disabled,
input[type=button] .disabled.btn-paypal,
input[type=button] .en__submit .sectionBlockLayout button.disabled.button1,
input[type=button] .en__submit button.disabled,
input[type=button] .home-hero__banner-contents .disabled.donate-submit,
input[type=button] .home-hero__banner-contents .sectionBlockLayout .disabled.button1.donate-submit,
input[type=button] .sectionBlockLayout .disabled.btn.button1,
input[type=button] .sectionBlockLayout .disabled.button1.btn-paypal,
input[type=button] .sectionBlockLayout .en__submit button.disabled.button1,
input[type=button] .sectionBlockLayout .home-hero__banner-contents .disabled.button1.donate-submit,
input[type=button] .sectionBlockLayout input.disabled.button1[type=button],
input[type=button] input.disabled[type=button] {
  border-color:#6b3267;
  background-color:#6b3267;
  outline:0 none;
  box-shadow:none;
  opacity:.4
}
.btn-paypal[style*="pointer-events: none"],
.btn-paypal[style*="pointer-events:none"],
.btn[style*="pointer-events: none"],
.btn[style*="pointer-events:none"],
.en__submit button[style*="pointer-events: none"],
.en__submit button[style*="pointer-events:none"],
.home-hero__banner-contents .donate-submit[style*="pointer-events: none"],
.home-hero__banner-contents .donate-submit[style*="pointer-events:none"],
input[style*="pointer-events: none"][type=button],
input[style*="pointer-events:none"][type=button] {
  background:#d8d8d8!important;
  border-width:0!important;
  cursor:default
}
.sectionBlockLayout .btn-secondary {
  margin-right:auto
}
.btn-secondary,
body .page-copy .sectionBlockLayout .btn-secondary,
body section .sectionBlockLayout .btn-secondary {
  min-width:160px;
  padding:11px 20px;
  text-transform:uppercase;
  font-size:16px;
  font-weight:400;
  background-color:#fff!important;
  border:2px solid #6b3267;
  color:#6b3267
}
.btn-secondary:hover,
body .page-copy .sectionBlockLayout .btn-secondary:hover,
body section .sectionBlockLayout .btn-secondary:hover {
  border-color:#87bcd2;
  background-color:#87bcd2!important;
  color:#6b3267
}
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
body .page-copy .sectionBlockLayout .btn-secondary.active,
body .page-copy .sectionBlockLayout .btn-secondary:active,
body .page-copy .sectionBlockLayout .btn-secondary:focus,
body .page-copy .sectionBlockLayout .btn-secondary:not(:disabled):not(.disabled).active,
body section .sectionBlockLayout .btn-secondary.active,
body section .sectionBlockLayout .btn-secondary:active,
body section .sectionBlockLayout .btn-secondary:focus,
body section .sectionBlockLayout .btn-secondary:not(:disabled):not(.disabled).active {
  border-color:#6b3267;
  background-color:#6b3267!important;
  outline:0 none;
  box-shadow:none;
  color:#fff
}
.btn-secondary .btn-secondary.disabled,
body .page-copy .sectionBlockLayout .btn-secondary .btn-secondary.disabled,
body section .sectionBlockLayout .btn-secondary .btn-secondary.disabled {
  border-color:#6b3267;
  background-color:#fff;
  color:#6b3267;
  outline:0 none;
  box-shadow:none;
  opacity:.4
}
.btn-fb {
  background:#3b5998;
  color:#fff;
  text-transform:none
}
.btn-tw {
  background:#1ca1f2;
  color:#fff;
  text-transform:none
}
.btn-fb:hover,
.btn-tw:hover {
  background-color:#87bcd2
}
.btn-fb:active,
.btn-fb:focus,
.btn-tw:active,
.btn-tw:focus {
  border-color:#3b4037;
  background-color:#3b4037;
  outline:0 none;
  box-shadow:none;
  color:#fff
}
.btn-info {
  background-color:#87bcd2;
  border-color:#87bcd2;
  color:#fff
}
.btn-info:hover {
  color:#6b3267;
  border-color:#87bcd2;
  background-color:#87bcd2
}
.btn-info.active,
.btn-info:active,
.btn-info:focus {
  border-color:#3b4037;
  background-color:#3b4037;
  outline:0 none;
  box-shadow:none;
  color:#fff
}
.btn-paypal {
  background:#fff;
  border:0
}
section .clickdform .responsiveRow {
  font-size:14px
}
section .clickdform .responsiveCellSize1 {
  min-width:inherit;
  width:auto;
  margin-right:5px
}
section .clickdform input[type=email],
section .clickdform input[type=password],
section .clickdform input[type=text],
section .clickdform select {
  border:0;
  border-radius:3px;
  background-color:#f9f9f9
}
section .clickdform input[type=email].width100per,
section .clickdform input[type=password].width100per,
section .clickdform input[type=text].width100per,
section .clickdform select.width100per {
  width:auto
}
section .clickdform select {
  min-height:30px;
  min-width:70px
}
section .clickdform .ui-datepicker-trigger,
section .clickdform img {
  width:auto
}
section .clickdform .minSize1 {
  width:auto;
  min-width:80px
}
section .clickdform input[type=checkbox] {
  margin-right:8px;
  height:18px;
  width:18px;
  margin-top:2px
}
section .clickdform input[type=button] {
  color:#fff!important;
  font-weight:700
}
.od-dropdown {
  position:relative;
  margin-bottom:30px
}
.od-dropdown button {
  font-size:16px;
  padding:8px 20px;
  height:50px;
  border-radius:3px;
  background-color:#fff;
  width:100%;
  text-align:left
}
.od-dropdown .dropdown-menu {
  width:100%
}
.od-dropdown a:focus,
.od-dropdown a:hover {
  background-color:#f6f7f8
}
label {
  margin-bottom:0;
  font-size:16px;
  line-height:25px
}
.form-check-label {
  margin-left:5px
}
.form-group {
  margin-bottom:20px
}
.en__submit .od-narrow-form button,
.home-hero__banner-contents .od-narrow-form .donate-submit,
.od-narrow-form .btn,
.od-narrow-form .btn-paypal,
.od-narrow-form .checkbox,
.od-narrow-form .en__submit button,
.od-narrow-form .home-hero__banner-contents .donate-submit,
.od-narrow-form input[type=button],
.od-narrow-form input[type=email],
.od-narrow-form input[type=password],
.od-narrow-form input[type=text] {
  max-width:380px
}
@media (max-width:767.98px) {
  .en__submit .od-narrow-form button,
  .home-hero__banner-contents .od-narrow-form .donate-submit,
  .od-narrow-form .btn,
  .od-narrow-form .btn-paypal,
  .od-narrow-form .checkbox,
  .od-narrow-form .en__submit button,
  .od-narrow-form .home-hero__banner-contents .donate-submit,
  .od-narrow-form input[type=button],
  .od-narrow-form input[type=email],
  .od-narrow-form input[type=password],
  .od-narrow-form input[type=text] {
    max-width:none
  }
}
form {
  font-size:16px;
  line-height:25px
}
form h6,
form p {
  margin-bottom:20px
}
.en__submit form button,
.home-hero__banner-contents form .donate-submit,
form .btn,
form .btn-paypal,
form .en__submit button,
form .home-hero__banner-contents .donate-submit,
form input[type=button] {
  width:100%;
  margin:20px 0
}
form .btn-tooltip {
  height:25px;
  width:230px;
  color:#b1b3af;
  font-size:14px;
  line-height:25px;
  font-weight:400
}
form .btn-tooltip:hover {
  color:#6b3267
}
form .divider {
  margin-bottom:40px
}
.form-grey-box {
  padding:20px;
  border:1px solid #f1f3f3;
  background-color:#fafbfb
}
.form-grey-box h6 {
  font-size:16px;
  line-height:25px
}
.form-grey-box li {
  margin-bottom:20px
}
.search-form .btn-submit-search {
  padding:0;
  border:0;
  text-align:center;
  height:50px;
  width:50px;
  min-width:0;
  margin-top:0;
  margin-bottom:0;
  background-color:transparent;
  color:#3b4037;
  border:1px solid #d1d7da;
  border-left:none;
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.search-form .search-field {
  width:calc(100% - 50px);
  height:50px;
  border:1px solid #d1d7da;
  border-right:0;
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.filter-buttons {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-left:-10px;
  margin-right:-10px
}
.en__submit .filter-buttons button,
.filter-buttons .btn,
.filter-buttons .btn-paypal,
.filter-buttons .en__submit button,
.filter-buttons .home-hero__banner-contents .donate-submit,
.filter-buttons input[type=button],
.home-hero__banner-contents .filter-buttons .donate-submit {
  flex-grow:1;
  min-width:calc(14.2857% - 20px);
  padding:12px;
  color:#3b4037;
  font-size:16px;
  font-weight:500;
  line-height:25px;
  text-align:center;
  border:1px solid #e3e7e9;
  margin-right:10px;
  margin-left:10px
}
.en__submit .filter-buttons button.active,
.en__submit .filter-buttons button:active,
.en__submit .filter-buttons button:focus,
.en__submit .filter-buttons button:hover,
.filter-buttons .active.btn-paypal,
.filter-buttons .btn-paypal:active,
.filter-buttons .btn-paypal:focus,
.filter-buttons .btn-paypal:hover,
.filter-buttons .btn.active,
.filter-buttons .btn:active,
.filter-buttons .btn:focus,
.filter-buttons .btn:hover,
.filter-buttons .en__submit button.active,
.filter-buttons .en__submit button:active,
.filter-buttons .en__submit button:focus,
.filter-buttons .en__submit button:hover,
.filter-buttons .home-hero__banner-contents .active.donate-submit,
.filter-buttons .home-hero__banner-contents .donate-submit:active,
.filter-buttons .home-hero__banner-contents .donate-submit:focus,
.filter-buttons .home-hero__banner-contents .donate-submit:hover,
.filter-buttons input.active[type=button],
.filter-buttons input:active[type=button],
.filter-buttons input:focus[type=button],
.filter-buttons input:hover[type=button],
.home-hero__banner-contents .filter-buttons .active.donate-submit,
.home-hero__banner-contents .filter-buttons .donate-submit:active,
.home-hero__banner-contents .filter-buttons .donate-submit:focus,
.home-hero__banner-contents .filter-buttons .donate-submit:hover {
  border-color:#3b4037;
  background-color:#3b4037;
  outline:0 none;
  box-shadow:none;
  color:#fff
}
@media (max-width:991.98px) {
  .filter-buttons {
    margin-top:10px
  }
  .en__submit .filter-buttons button,
  .filter-buttons .btn,
  .filter-buttons .btn-paypal,
  .filter-buttons .en__submit button,
  .filter-buttons .home-hero__banner-contents .donate-submit,
  .filter-buttons input[type=button],
  .home-hero__banner-contents .filter-buttons .donate-submit {
    margin-top:10px
  }
}
input.en__field__input--text {
  width:100%
}
.en__field__element--checkbox {
  display:flex
}
.view .page-header button#MonthViewToggleButton {
  color:#6b3267
}
.view .calendar .badge-important,
.view .calendar .event-danger,
.view .calendar .event-important {
  background-color:#6b3267
}
.view .calendar .event-info {
  background-color:#87bcd2
}
.view .calendar a {
  color:#6b3267;
  text-decoration:none
}
.view .event-list .label-default {
  background-color:#fff!important
}
.view .list-group a.event-item {
  text-decoration:none
}
.team img {
  width:100%;
  height:auto;
  max-width:150px;
  margin-bottom:10px
}
.team__member {
  font-size:16px;
  line-height:25px;
  font-weight:400;
  margin-bottom:30px
}
.team__member strong {
  margin-bottom:10px;
  display:block
}
.updates-listing {
  padding-top:60px
}
.updates-listing .view-more {
  margin-top:30px
}
.updates-listing article {
  margin:10px 0 20px 0;
  padding-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,.1)
}
.updates-listing .summary-details {
  color:#b1b3af;
  font-size:16px;
  line-height:25px
}
.updates-listing .excerpt {
  font-size:16px;
  line-height:25px
}
.updates-listing .excerpt a {
  color:#3b4037
}
.updates-listing .view-more {
  margin-bottom:30px
}
.media {
  margin-top:30px;
  display:flex;
  align-items:flex-start
}
.media .media-body {
  flex:1
}
.media .summary-details {
  color:#d1d7da
}
.media article {
  display:flex;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #e8ebec;
  padding-right:30px
}
.media article .title {
  font-weight:700
}
.media article .thumbnail {
  width:150px;
  margin-right:20px
}
.media article .thumbnail img {
  width:100%;
  height:auto
}
.page-hero {
  height:450px;
  background:#f6f7f8;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  margin-bottom:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-around
}
@media (max-width:1199.98px) {
  .page-hero {
    margin-left:calc(50% - 50vw);
    width:100vw
  }
}
.page-hero__banner-overlay {
  right:0;
  left:0;
  top:0;
  bottom:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(4,1,4,.7) 100%);
  position:absolute
}
.page-hero__banner-title {
  font-size:50px;
  line-height:60px;
  color:#fff;
  font-weight:800;
  font-family:futura-pt-bold,sans-serif
}
@media (max-width:991.98px) {
  .page-hero__banner-title {
    font-size:30px;
    line-height:40px
  }
}
.page-hero__banner-description {
  color:#fff
}
@media (max-width:991.98px) {
  .page-hero__banner-description {
    font-size:16px
  }
}
.page-hero__banner-contents {
  z-index:1;
  position:relative;
  padding-bottom:50px
}
.en__submit .page-hero__banner-contents button,
.home-hero__banner-contents .page-hero__banner-contents .donate-submit,
.page-hero__banner-contents .btn,
.page-hero__banner-contents .btn-paypal,
.page-hero__banner-contents .en__submit button,
.page-hero__banner-contents .home-hero__banner-contents .donate-submit,
.page-hero__banner-contents input[type=button] {
  min-width:50%
}
@media (max-width:991.98px) {
  .en__submit .page-hero__banner-contents button,
  .home-hero__banner-contents .page-hero__banner-contents .donate-submit,
  .page-hero__banner-contents .btn,
  .page-hero__banner-contents .btn-paypal,
  .page-hero__banner-contents .en__submit button,
  .page-hero__banner-contents .home-hero__banner-contents .donate-submit,
  .page-hero__banner-contents input[type=button] {
    width:100%
  }
}
.link-buttons {
  display:flex;
  align-items:center;
  margin-bottom:60px
}
.link-buttons .button {
  display:flex;
  align-items:center;
  box-sizing:border-box;
  height:70px;
  border:1px solid #e8ebec;
  background-color:#fff;
  margin-right:15px;
  justify-content:space-between;
  width:100%;
  padding:0 20px;
  color:#3b4037;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  line-height:25px
}
.link-buttons .button::after {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:14px;
  content:"\f054";
  color:#3b4037;
  padding-left:6px
}
.link-buttons .button:last-child {
  margin:0
}
.link-buttons .button:hover {
  color:#fff;
  background:#6b3267
}
.link-buttons .button:hover::after {
  color:#fff
}
@media (max-width:1199.98px) {
  .link-buttons .button {
    border:0;
    background:#6b3267;
    color:#fff
  }
  .link-buttons .button::after {
    color:#fff
  }
}
@media (max-width:767.98px) {
  .link-buttons {
    display:block
  }
  .link-buttons .button {
    margin-bottom:10px
  }
}
.sign-up {
  margin-bottom:30px
}
.sign-up__inner {
  background:#edeff0;
  padding:30px
}
@media (max-width:1199.98px) {
  .sign-up {
    background:#87bcd2;
    padding:50px 30px;
    text-align:center
  }
  .sign-up__inner {
    background:0 0;
    padding:0
  }
  .sign-up p {
    display:none
  }
  .sign-up h4 {
    font-size:40px;
    line-height:50px;
    font-weight:400
  }
}
.take-action__listing article .wrapper {
  display:flex;
  align-items:center;
  margin-bottom:20px;
  border:1px solid #e8ebec;
  padding-right:30px;
  font-size:25px;
  line-height:35px
}
.take-action__listing article .thumbnail {
  margin-right:20px
}
.take-action__listing article .thumbnail img {
  width:130px;
  height:130px
}
.take-action__listing article .content {
  border-right:1px solid #e8ebec;
  padding-right:30px;
  margin-right:49px;
  width:100%
}
.en__submit .take-action__listing article button,
.home-hero__banner-contents .take-action__listing article .donate-submit,
.take-action__listing article .btn,
.take-action__listing article .btn-paypal,
.take-action__listing article .en__submit button,
.take-action__listing article .home-hero__banner-contents .donate-submit,
.take-action__listing article input[type=button] {
  min-width:200px;
  margin-left:49px
}
@media (max-width:1199.98px) {
  .take-action__listing article .wrapper {
    background-color:#e05c16
  }
  .take-action__listing article .content {
    color:#fff;
    font-size:20px;
    font-weight:900;
    line-height:30px
  }
}
@media (max-width:767.98px) {
  .take-action__listing article .wrapper {
    background-color:#e05c16;
    display:flex;
    padding:0;
    border:0;
    margin:0;
    min-height:425px;
    flex-direction:column;
    align-items:stretch
  }
  .take-action__listing article .thumbnail {
    width:100%;
    padding:20px
  }
  .take-action__listing article .thumbnail img {
    width:100%;
    height:auto
  }
  .take-action__listing article .content {
    width:100%;
    padding-right:0;
    margin-right:0;
    border-right:0;
    padding:0 20px
  }
  .take-action__listing article .cta {
    padding:20px;
    margin-top:auto
  }
  .en__submit .take-action__listing article .cta button,
  .home-hero__banner-contents .take-action__listing article .cta .donate-submit,
  .take-action__listing article .cta .btn,
  .take-action__listing article .cta .btn-paypal,
  .take-action__listing article .cta .en__submit button,
  .take-action__listing article .cta .home-hero__banner-contents .donate-submit,
  .take-action__listing article .cta input[type=button] {
    width:100%;
    min-width:0
  }
}
header.banner {
  border-bottom:1px solid #e3e7e9
}
.navbar-brand img {
  width:280px;
  height:auto
}
@media (max-width:767.98px) {
  .navbar-brand img {
    max-width:40vw
  }
}
.fr-logo {
  width:130px;
  height:40px
}
.top-navigation {
  background-color:#f6f7f8
}
.top-navigation .navbar {
  max-width:1400px;
  margin:0 auto
}
.top-navigation li a {
  color:#3b4037;
  font-size:16px;
  line-height:19px;
  text-decoration:none
}
.top-navigation li a:hover {
  color:#6b3267
}
@media (max-width:1199.98px) {
  .top-navigation {
    display:none
  }
}
.tablet-donate-search {
  display:none
}
.tablet-donate-search.toggle-search {
  margin-right:30px
}
@media (min-width:768px) {
  .tablet-donate-search {
    display:inline-block
  }
}
@media (min-width:1200px) {
  .tablet-donate-search {
    display:none
  }
}
#header-search-form-tablet {
  position:absolute;
  right:95px;
  top:10px;
  bottom:auto;
  margin-top:-5px;
  margin-right:1px
}
#header-search-form-tablet .btn-submit-search {
  padding:0;
  border:0;
  text-align:center;
  height:50px;
  width:50px;
  margin-left:15px;
  min-width:0
}
#header-search-form-tablet .search-field {
  height:50px
}
.btn-nav-donate,
.btn-nav-pray,
.btn-nav-search,
.btn-submit-search,
.tablet-donate-search {
  height:50px;
  margin-top:0;
  margin-bottom:0
}
.btn-nav-pray {
  text-transform:uppercase;
  text-decoration:none;
  padding:11px 20px
}
.main-navigation {
  max-width:1400px;
  margin:0 auto;
  padding-top:25px;
  padding-bottom:25px
}
.main-navigation li {
  margin-right:40px
}
.main-navigation li a {
  text-decoration:none;
  color:#3b4037;
  padding-left:0;
  padding-right:0
}
.main-navigation li a:hover {
  color:#6b3267
}
@media (max-width:767.98px) {
  .main-navigation li {
    margin-right:0
  }
}
.main-navigation .nav-item.active a,
.main-navigation li.active a {
  color:#6b3267
}
.main-navigation .dropdown-menu {
  background:#6b3267;
  color:#fff;
  margin-top:5px
}
.main-navigation .dropdown-menu .dropdown-divider,
.main-navigation .dropdown-menu li.divider {
  border-color:#7a4676
}
.main-navigation .dropdown-menu li {
  margin:0;
  position:relative
}
.main-navigation .dropdown-menu li .dropdown-menu {
  border:0
}
@media only screen and (min-width:992px) {
  .main-navigation .dropdown-menu li:hover .dropdown-menu {
    left:100%;
    display:block;
    top:0;
    border-left:1px solid transparent
  }
}
.main-navigation .dropdown-menu li a {
  color:#fff;
  width:auto
}
.main-navigation .dropdown-menu li a.dropdown-toggle::after {
  display:none
}
.main-navigation .dropdown-menu li a.dropdown-toggle>.caret {
  padding:.5em 1em
}
.main-navigation .dropdown-menu li a.dropdown-toggle>.caret::after {
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid;
  border-right:.3em solid transparent;
  border-bottom:0;
  border-left:.3em solid transparent;
  background:#6b3267;
  color:#fff
}
.main-navigation .dropdown-menu li a:link,
.main-navigation .dropdown-menu li a:visited {
  background:#6b3267;
  color:#fff
}
.main-navigation .dropdown-menu li a:active,
.main-navigation .dropdown-menu li a:hover {
  background-color:#7a4676;
  color:#fff
}
.main-navigation .dropdown-submenu {
  position:relative
}
.main-navigation .dropdown-submenu span.caret::after {
  transform:rotate(-90deg);
  position:absolute;
  right:6px;
  top:.8em
}
.main-navigation .dropdown-submenu a.active span.caret::after {
  transform:rotate(0)
}
.main-navigation .dropdown-submenu .dropdown-menu {
  top:0;
  left:100%;
  margin-right:.1rem;
  margin-top:-6px
}
@media (max-width:1199.98px) {
  .main-navigation .navbar-collapse {
    border-top:1px solid #e3e7e9;
    margin-top:20px;
    padding-top:20px
  }
  .main-navigation .navbar-nav {
    margin-bottom:10px
  }
  .main-navigation .btn-nav-donate {
    display:none
  }
  .main-navigation .btn-nav-search {
    display:none
  }
}
@media (max-width:767.98px) {
  .main-navigation {
    padding-top:5px;
    padding-bottom:5px
  }
  .main-navigation .navbar-collapse {
    margin-top:5px;
    padding-top:10px
  }
  .main-navigation .btn-nav-donate {
    display:block;
    margin-bottom:10px;
    width:100%
  }
  .main-navigation .dropdown-submenu .dropdown-menu li a {
    padding-left:2.5rem
  }
}
#header-search-form {
  position:absolute;
  right:15px;
  top:30px;
  bottom:auto;
  margin-top:-5px;
  margin-right:1px;
  height:auto;
  overflow:hidden
}
#header-search-form.in {
  display:block;
  height:auto
}
#header-search-form .btn-submit-search {
  padding:0;
  border:0;
  text-align:center;
  height:50px;
  width:50px;
  margin-left:15px;
  min-width:0;
  margin-top:0;
  margin-bottom:0
}
#header-search-form .search-field {
  min-width:300px;
  height:50px;
  box-shadow:0 0 21px 0 rgba(0,0,0,.15)
}
@media (max-width:767.98px) {
  #header-search-form {
    display:block;
    position:static
  }
  #header-search-form .header-search-form {
    align-items:flex-start;
    margin-top:20px;
    margin-bottom:20px
  }
  #header-search-form .search-field {
    width:calc(100% - 65px);
    min-width:0;
    box-shadow:0 0 21px 0 rgba(0,0,0,.15)
  }
}
#header-prayer-dropdown {
  position:absolute;
  top:90px;
  max-width:Min(400px,90%);
  padding:1.5em;
  background:#fff;
  z-index:999;
  right:16px;
  border-radius:0 0 10px 10px;
  border:1px solid #ddd
}
@media (max-width:767.98px) {
  #header-prayer-dropdown {
    top:60px;
    right:5%
  }
}
.collapse a {
  word-break:auto-phrase
}
.navbar-toggler {
  padding:0;
  margin:0;
  width:50px;
  height:50px;
  border:1px solid #6b3267;
  border-radius:3px
}
@media (max-width:767.98px) {
  .navbar-toggler {
    width:42px;
    height:40px;
    border:0;
    margin-top:-6px
  }
}
.navbar-toggler-icon {
  width:26px;
  height:20px;
  background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="26px" height="20px" viewBox="0 0 26 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Group</title><desc>Created with Sketch.</desc><g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="header-/-T" transform="translate(-696.000000, -40.000000)" fill="%236B3267"><g id="input-/-default"><g transform="translate(684.000000, 25.000000)"><g id="select-/-default"><g id="Group" transform="translate(12.000000, 15.000000)"><rect id="Rectangle" x="0" y="0" width="26" height="2" rx="1"></rect><rect id="Rectangle" x="0" y="9" width="26" height="2" rx="1"></rect><rect id="Rectangle" x="0" y="18" width="13" height="2" rx="1"></rect></g></g></g></g></g></g></svg>');
  background-repeat:no-repeat;
  background-size:contain
}
.toggle-search {
  min-width:0;
  width:50px;
  text-align:center;
  padding-left:0;
  padding-right:0;
  margin-left:20px;
  color:#d1d7da;
  border-color:#d1d7da
}
.toggle-search:active,
.toggle-search:focus {
  background:#87bcd2
}
#manage p {
  line-height:1.4em;
  max-height:20vh;
  overflow-y:auto
}
@media (max-width:991.98px) {
  #manage p {
    line-height:1.3em
  }
  #manage small {
    font-size:13px
  }
  #manage .btn-paypal,
  #manage .btn-primary,
  #manage .btn-secondary,
  #manage .en__submit button,
  #manage .home-hero__banner-contents .donate-submit,
  #manage .sectionBlockLayout .btn.button1,
  #manage input[type=button],
  .en__submit #manage button,
  .home-hero__banner-contents #manage .donate-submit,
  .sectionBlockLayout #manage .btn.button1 {
    font-size:14px;
    padding:8px
  }
}
.slider-style-two__slide {
  position:relative;
  border-radius:3px;
  text-align:left
}
.slider-style-two__slide .title:hover {
  text-decoration:none
}
.slider-style-two__slide:hover .title {
  z-index:1
}
.slider-style-two__slide:hover::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:28px;
  content:"\f054";
  color:#c01f1c;
  z-index:1;
  position:absolute;
  top:calc(50% - 20px);
  left:calc(50% - 10px);
  pointer-events:none
}
.slider-style-two__slide:hover::after {
  cursor:pointer;
  position:absolute;
  top:0;
  bottom:0;
  right:20px;
  left:0;
  content:"";
  background-color:#87bcd2;
  pointer-events:none
}
.slider-style-two__slide img {
  border-radius:3px;
  width:100%;
  height:auto
}
.slider-style-two__slide .title-wrapper {
  position:absolute;
  bottom:20px;
  left:20px;
  right:40px
}
.slider-style-two__slide .title,
.slider-style-two__slide .title:after {
  background-color:#6b3267
}
.slider-style-two__slide .title {
  font-size:20px;
  line-height:30px;
  font-weight:900;
  position:relative;
  line-height:1.4em;
  color:#fff;
  display:inline;
  white-space:pre-wrap;
  border:0 solid #6b3267;
  border-width:.25em 0;
  padding-right:.25em;
  font-weight:600;
  font-family:futura-pt,sans-serif
}
.slider-style-two__slide .title::after {
  content:"";
  position:absolute;
  top:-.25em;
  right:100%;
  bottom:-.25em;
  width:.25em
}
.tns-nav button {
  background-color:#7a4676
}
.tns-nav button.tns-nav-active {
  background:#fff
}
footer {
  background:#3b4037;
  color:#fff;
  font-size:16px;
  line-height:25px;
  padding-top:60px;
  padding-bottom:60px
}
footer .footer-logo {
  max-width:245px;
  margin-bottom:25px;
  width:100%;
  height:auto
}
footer h5 {
  font-size:16px;
  line-height:25px;
  font-weight:400;
  margin-bottom:15px
}
footer a {
  font-size:16px;
  line-height:25px;
  color:#fff
}
footer a:hover {
  color:#e8ebec
}
footer .charity-details {
  text-align:right
}
@media (max-width:991.98px) {
  footer .charity-details {
    margin-top:30px;
    text-align:left
  }
}
footer ul {
  padding:0;
  list-style:none
}
@media (max-width:991.98px) {
  footer ul {
    margin-bottom:60px
  }
}
footer ul li {
  line-height:18px;
  margin-bottom:5px
}
footer ul li i {
  display:inline-block;
  width:20px;
  margin-right:5px
}
footer hr {
  margin-top:20px;
  border:0;
  display:block;
  height:1px;
  background:#555;
  width:100%
}
@media (min-width:992px) {
  footer hr {
    margin-top:60px
  }
}
footer .copyright {
  padding-top:30px
}
.blue-sub-footer {
  background:#87bcd2;
  padding-top:60px;
  padding-bottom:60px
}
.page-wrapper,
.standard-page {
  padding-top:60px;
  padding-bottom:30px
}
.page-wrapper__banner,
.standard-page__banner {
  margin-bottom:30px
}
.page-wrapper hr,
.standard-page hr {
  margin:60px 0
}
@media (min-width:1200px) {
  .page-wrapper hr,
  .standard-page hr {
    margin-left:-8.3333%;
    margin-right:-8.3333%
  }
}
@media (max-width:991.98px) {
  .ppFlexContainer {
    flex-wrap:wrap
  }
}
@media (max-width:1199.98px) {
  .sectionBlockLayout>.container>.columnBlockLayout,
  .sectionBlockLayout>.share-this-story>.columnBlockLayout,
  .story__full-width-image .sectionBlockLayout>figcaption>.columnBlockLayout,
  section.blue-sub-footer.sectionBlockLayout>*>.columnBlockLayout,
  section.features-block.sectionBlockLayout>*>.columnBlockLayout,
  section.section-purple-bg.sectionBlockLayout>*>.columnBlockLayout {
    min-width:initial!important
  }
}
.sectionBlockLayout .clickd-form {
  width:100%
}
.columnBlockLayout {
  padding-left:15px;
  padding-right:15px
}
hr {
  width:100%
}
.alternative-page {
  background:#f6f7f8;
  padding-top:60px;
  padding-bottom:60px
}
@media (max-width:767.98px) {
  .alternative-page {
    padding-top:30px;
    padding-bottom:30px
  }
}
.alternative-page .alternative-page__wrapper {
  padding-top:60px;
  padding-bottom:30px;
  background:#fff
}
#overlay {
  background:#fff;
  color:#666;
  position:fixed;
  height:100%;
  width:100%;
  z-index:5000;
  top:0;
  left:0;
  float:left;
  text-align:center;
  padding-top:25%;
  opacity:.8
}
section.empty {
  justify-content:flex-start;
  height:30px!important;
  overflow:hidden;
  padding:0;
  opacity:0
}
@media only screen and (min-width:1200px) {
  .wide .pull-right-wrapper {
    margin-right:-10%
  }
  .wide .pull-left-wrapper {
    margin-left:-10%
  }
}
@media (max-width:767.98px) {
  .float-left-wrapper,
  .float-right-wrapper {
    margin:inherit
  }
  .wide {
    padding-left:15px;
    padding-right:15px
  }
  .wwl__listing td,
  .wwl__listing th {
    word-break:break-word
  }
}
.spinner {
  margin:0 auto;
  height:64px;
  width:64px;
  animation:rotate .8s infinite linear;
  border:5px solid #b22222;
  border-right-color:transparent;
  border-radius:50%
}
@keyframes rotate {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}
ul.breadcrumb {
  gap:6px
}
ul.breadcrumb li:not(:last-child):after {
  font-weight:700;
  content:"/";
  padding-left:.5em
}
.page-hero {
  background-image:url(/img/banner-placeholder);
  background-position:center center;
  height:600px;
  max-width:1400px;
  margin:0 auto;
  justify-content:flex-end
}
section.home-hero {
  background-image:url(/camp/hero);
  background-position:center right;
  height:600px
}
.camp-hero {
  max-width:initial
}
section.hero {
  max-height:600px
}
@media (max-width:991.98px) {
  section.home-hero {
    background-image:url(/camp/hero-mobile)
  }
  .hero,
  .home-hero,
  .page-hero {
    background-position:center center;
    max-height:500px;
    justify-content:flex-end
  }
  .home-hero__banner-contents {
    padding-bottom:20px
  }
}
.home-hero video,
.page-hero video {
  position:absolute;
  height:100%;
  left:0;
  object-fit:cover;
  top:0;
  width:100%
}
.hero {
  max-height:600px;
  background:#f6f7f8;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
  max-width:1400px;
  margin:0 auto
}
@media (max-width:991.98px) {
  .hero {
    max-height:500px
  }
  .hero img {
    height:100%;
    width:auto
  }
}
.hero__banner-overlay {
  right:0;
  left:0;
  top:0;
  bottom:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(4,1,4,.7) 100%);
  position:absolute
}
.hero h1,
.hero__banner-title {
  font-size:50px;
  line-height:60px;
  color:#fff;
  font-weight:800;
  text-transform:uppercase;
  text-align:left;
  z-index:1;
  position:relative;
  margin-top:auto;
  margin-bottom:auto
}
@media (max-width:991.98px) {
  .hero h1,
  .hero__banner-title {
    font-size:30px;
    line-height:40px
  }
}
.hero p,
.hero__banner-description {
  color:#fff
}
@media (max-width:991.98px) {
  .hero p,
  .hero__banner-description {
    font-size:16px
  }
}
.hero__banner-contents {
  z-index:10;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin-left:min(calc(50vw - 545px),155px);
  margin-right:auto;
  display:flex;
  justify-content:center;
  flex-direction:column;
  max-width:1140px;
  padding-bottom:20px;
  width:50%
}
@media (max-width:1199.98px) {
  .hero__banner-contents {
    margin-left:min(calc(50vw - 466px),132px);
    padding-left:10px;
    padding-right:10px;
    width:67%
  }
}
@media (max-width:991.98px) {
  .hero__banner-contents {
    margin-left:max(20px,min(calc(50vw - 345px),142px));
    width:80%
  }
}
.hero__donation-banner {
  padding:25px 10%;
  margin-top:auto;
  background-color:#e8ebec;
  z-index:1;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center
}
.hero__donation-banner label {
  min-width:200px;
  color:#3b4037;
  text-transform:uppercase;
  font-size:30px;
  font-weight:900;
  line-height:40px;
  margin-right:15px;
  display:inline-block
}
.hero__donation-banner .amount-box .input-group-text {
  background:#fff;
  border:0
}
.hero__donation-banner .amount-box input {
  border-radius:3px;
  display:block;
  border:0;
  text-align:center
}
.hero__donation-banner input {
  max-width:180px;
  margin-right:15px
}
.en__submit .hero__donation-banner button,
.en__submit .sectionBlockLayout .hero__donation-banner button.button1,
.hero__donation-banner .btn-paypal,
.hero__donation-banner .btn-primary,
.hero__donation-banner .en__submit .sectionBlockLayout button.button1,
.hero__donation-banner .en__submit button,
.hero__donation-banner .home-hero__banner-contents .donate-submit,
.hero__donation-banner .sectionBlockLayout .btn.button1,
.hero__donation-banner .sectionBlockLayout .button1.btn-paypal,
.hero__donation-banner .sectionBlockLayout .en__submit button.button1,
.hero__donation-banner .sectionBlockLayout input.button1[type=button],
.hero__donation-banner input[type=button],
.home-hero__banner-contents .hero__donation-banner .donate-submit,
.sectionBlockLayout .en__submit .hero__donation-banner button.button1,
.sectionBlockLayout .hero__donation-banner .btn.button1,
.sectionBlockLayout .hero__donation-banner .button1.btn-paypal,
.sectionBlockLayout .hero__donation-banner input.button1[type=button] {
  margin-right:15px
}
.en__submit .hero__donation-banner button:last-child,
.hero__donation-banner .btn-paypal:last-child,
.hero__donation-banner .btn-primary:last-child,
.hero__donation-banner .en__submit button:last-child,
.hero__donation-banner .home-hero__banner-contents .donate-submit:last-child,
.hero__donation-banner .sectionBlockLayout .btn.button1:last-child,
.hero__donation-banner input:last-child[type=button],
.home-hero__banner-contents .hero__donation-banner .donate-submit:last-child,
.sectionBlockLayout .hero__donation-banner .btn.button1:last-child {
  margin-right:0
}
.hero__donation-banner .donate-amount {
  border:2px solid #6b3267;
  text-align:center
}
@media (max-width:991.98px) {
  .hero__donation-banner {
    display:block
  }
  .hero__donation-banner label {
    margin-bottom:15px
  }
  .hero__donation-banner input {
    width:100%;
    max-width:none;
    margin-bottom:15px;
    margin-right:0
  }
  .hero__donation-banner .amount-box {
    margin-bottom:15px
  }
  .en__submit .hero__donation-banner button,
  .en__submit .sectionBlockLayout .hero__donation-banner button.button1,
  .hero__donation-banner .btn-paypal,
  .hero__donation-banner .btn-primary,
  .hero__donation-banner .en__submit .sectionBlockLayout button.button1,
  .hero__donation-banner .en__submit button,
  .hero__donation-banner .home-hero__banner-contents .donate-submit,
  .hero__donation-banner .sectionBlockLayout .btn.button1,
  .hero__donation-banner .sectionBlockLayout .button1.btn-paypal,
  .hero__donation-banner .sectionBlockLayout .en__submit button.button1,
  .hero__donation-banner .sectionBlockLayout input.button1[type=button],
  .hero__donation-banner input[type=button],
  .home-hero__banner-contents .hero__donation-banner .donate-submit,
  .sectionBlockLayout .en__submit .hero__donation-banner button.button1,
  .sectionBlockLayout .hero__donation-banner .btn.button1,
  .sectionBlockLayout .hero__donation-banner .button1.btn-paypal,
  .sectionBlockLayout .hero__donation-banner input.button1[type=button] {
    width:calc(50% - 10px)
  }
  .en__submit .hero__donation-banner button:last-child,
  .hero__donation-banner .btn-paypal:last-child,
  .hero__donation-banner .btn-primary:last-child,
  .hero__donation-banner .en__submit button:last-child,
  .hero__donation-banner .home-hero__banner-contents .donate-submit:last-child,
  .hero__donation-banner .sectionBlockLayout .btn.button1:last-child,
  .hero__donation-banner input:last-child[type=button],
  .home-hero__banner-contents .hero__donation-banner .donate-submit:last-child,
  .sectionBlockLayout .hero__donation-banner .btn.button1:last-child {
    margin-right:0
  }
}
@media (max-width:767.98px) {
  .en__submit .hero__donation-banner button,
  .en__submit .sectionBlockLayout .hero__donation-banner button.button1,
  .hero__donation-banner .btn-paypal,
  .hero__donation-banner .btn-primary,
  .hero__donation-banner .en__submit .sectionBlockLayout button.button1,
  .hero__donation-banner .en__submit button,
  .hero__donation-banner .home-hero__banner-contents .donate-submit,
  .hero__donation-banner .sectionBlockLayout .btn.button1,
  .hero__donation-banner .sectionBlockLayout .button1.btn-paypal,
  .hero__donation-banner .sectionBlockLayout .en__submit button.button1,
  .hero__donation-banner .sectionBlockLayout input.button1[type=button],
  .hero__donation-banner input[type=button],
  .home-hero__banner-contents .hero__donation-banner .donate-submit,
  .sectionBlockLayout .en__submit .hero__donation-banner button.button1,
  .sectionBlockLayout .hero__donation-banner .btn.button1,
  .sectionBlockLayout .hero__donation-banner .button1.btn-paypal,
  .sectionBlockLayout .hero__donation-banner input.button1[type=button] {
    width:100%;
    margin-bottom:15px
  }
  .en__submit .hero__donation-banner button:last-child,
  .hero__donation-banner .btn-paypal:last-child,
  .hero__donation-banner .btn-primary:last-child,
  .hero__donation-banner .en__submit button:last-child,
  .hero__donation-banner .home-hero__banner-contents .donate-submit:last-child,
  .hero__donation-banner .sectionBlockLayout .btn.button1:last-child,
  .hero__donation-banner input:last-child[type=button],
  .home-hero__banner-contents .hero__donation-banner .donate-submit:last-child,
  .sectionBlockLayout .hero__donation-banner .btn.button1:last-child {
    margin-bottom:0
  }
}
body .home-hero.carousel,
body .home-hero.front {
  background-image:none
}
.home-hero__banner-description span,
.home-hero__banner-title span {
  display:inline-block;
  position:relative
}
.home-hero__banner-description span:after,
.home-hero__banner-title span:after {
  z-index:-1;
  content:"";
  display:inline-block;
  position:absolute;
  top:65%;
  left:-2px;
  width:103%;
  height:8px;
  background:#6b3267
}
.home-hero__banner-title span:after {
  top:76%;
  height:8px;
  background:#87bcd2
}
.carousel-item .desktop,
.carousel-item .desktop-img,
.home-hero .desktop,
.page-hero .desktop {
  display:block
}
.carousel-item .desktop.btn,
.carousel-item .desktop.btn-paypal,
.carousel-item .en__submit button.desktop,
.carousel-item .home-hero__banner-contents .desktop.donate-submit,
.carousel-item input.desktop[type=button],
.en__submit .carousel-item button.desktop,
.en__submit .home-hero button.desktop,
.en__submit .page-hero button.desktop,
.home-hero .desktop.btn,
.home-hero .desktop.btn-paypal,
.home-hero .en__submit button.desktop,
.home-hero .home-hero__banner-contents .desktop.donate-submit,
.home-hero input.desktop[type=button],
.home-hero__banner-contents .carousel-item .desktop.donate-submit,
.home-hero__banner-contents .home-hero .desktop.donate-submit,
.home-hero__banner-contents .page-hero .desktop.donate-submit,
.page-hero .desktop.btn,
.page-hero .desktop.btn-paypal,
.page-hero .en__submit button.desktop,
.page-hero .home-hero__banner-contents .desktop.donate-submit,
.page-hero input.desktop[type=button] {
  display:inline-block
}
.carousel-item .mobile,
.carousel-item .mobile-img,
.home-hero .mobile,
.page-hero .mobile {
  display:none!important;
  width:100%
}
@media only screen and (max-width:768px) {
  .carousel-item .desktop,
  .carousel-item .desktop-img,
  .home-hero .desktop,
  .page-hero .desktop {
    display:none!important
  }
  .carousel-item .mobile,
  .carousel-item .mobile-img,
  .home-hero .mobile,
  .page-hero .mobile {
    display:block!important
  }
}
.home-hero {
  height:600px;
  display:flex;
  justify-content:flex-end;
  flex-direction:column;
  background:#f6f7f8;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  max-width:1400px;
  margin:0 auto;
  max-width:1400px;
  margin:0 auto
}
@media (max-width:991.98px) {
  .home-hero {
    padding-top:270px
  }
}
.home-hero__banner-overlay {
  right:0;
  left:0;
  top:0;
  bottom:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(4,1,4,.7) 100%);
  position:absolute
}
.home-hero__banner-title {
  font-size:50px;
  line-height:60px;
  color:#fff;
  font-weight:400;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif;
  text-transform:uppercase
}
@media (max-width:991.98px) {
  .home-hero__banner-title {
    font-size:30px;
    line-height:40px
  }
}
.home-hero__banner-description {
  color:#fff;
  font-weight:500;
  font-family:proxima-nova;
  margin-top:10px
}
@media (max-width:991.98px) {
  .home-hero__banner-description {
    font-size:16px
  }
}
.home-hero__banner-contents {
  z-index:1;
  position:relative;
  padding-bottom:50px
}
.home-hero__banner-contents .btn-donate {
  min-width:0;
  background-color:#fff;
  border:2px solid #6b3267;
  font-size:16px;
  line-height:25px;
  letter-spacing:1px;
  font-weight:900;
  padding:0;
  width:50px;
  height:50px;
  text-align:center;
  margin-right:10px
}
.home-hero__banner-contents .btn-donate.active {
  background:#6b3267;
  color:#fff
}
.home-hero__banner-contents .donate-other {
  width:calc(100% - 180px);
  font-size:16px;
  line-height:25px;
  padding:10px;
  height:50px;
  border:1px solid #494458
}
@media (min-width:768px) {
  .home-hero__banner-contents .donate-other {
    width:auto
  }
}
.home-hero__banner-contents .donate-other.active {
  border-color:#6b3267;
  border-width:2px
}
.home-hero__banner-contents .donate-submit {
  width:370px;
  margin-top:20px
}
@media (max-width:991.98px) {
  .home-hero__banner-contents .donate-submit {
    width:100%
  }
}
.home-hero__banner-contents ul.breadcrumb {
  background-color:transparent
}
.home-hero__banner-contents ul.breadcrumb .breadcrumb-item,
.home-hero__banner-contents ul.breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.home-hero__banner-contents ul.breadcrumb .breadcrumb-item.active,
.home-hero__banner-contents ul.breadcrumb a {
  color:#e8ebec
}
.carousel-item img {
  width:auto
}
.carousel-caption {
  bottom:13.5%;
  max-width:550px
}
@media (max-width:991.98px) {
  .carousel-caption {
    bottom:1%
  }
}
.carousel-caption.right {
  right:10.5%;
  text-align:right;
  left:auto
}
.carousel-caption.left {
  left:10.5%;
  text-align:left;
  right:auto
}
.carousel-control-next,
.carousel-control-prev {
  width:5%
}
.home-hero.front {
  height:auto
}
.home-hero.front .home-hero__banner-contents {
  padding-bottom:0
}
@media (max-width:991.98px) {
  .home-hero.front {
    padding:0
  }
}
.tagline {
  padding-top:60px;
  padding-bottom:60px
}
.tagline h1 {
  font-size:30px;
  font-weight:400;
  line-height:40px;
  text-align:center;
  font-family:proxima-nova,sans-serif;
  font-weight:800
}
@media (max-width:991.98px) {
  .tagline h1 {
    font-size:20px;
    line-height:30px
  }
}
.section-intro h2,
.section-intro p {
  text-align:center
}
.section-intro h2 {
  margin-bottom:20px
}
.section-intro p {
  margin-bottom:30px
}
@media (max-width:991.98px) {
  .section-intro h2 {
    font-size:25px;
    line-height:35px
  }
}
.slider-style-one {
  position:relative;
  max-width:1140px;
  margin:0 auto
}
@media (max-width:1199.98px) {
  .slider-style-one {
    padding-right:15px;
    padding-left:15px
  }
}
.slider-style-one__slide {
  position:relative;
  text-align:left
}
.slider-style-one__slide:hover {
  cursor:pointer
}
.slider-style-one__slide:hover .slider-style-one__details {
  top:0;
  right:20px;
  left:0;
  bottom:0;
  background:#87bcd2;
  color:#3b4037;
  padding:20px
}
.slider-style-one__slide:hover .slider-style-one__details .slider-style-one__gradient {
  display:none
}
.slider-style-one__slide:hover .slider-style-one__details .location {
  color:#3b4037
}
.slider-style-one__slide:hover .slider-style-one__details .extra {
  display:block
}
.slider-style-one button {
  border:0;
  background:purple
}
.slider-style-one__details {
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:2
}
.slider-style-one__details span {
  display:block;
  text-align:left
}
.slider-style-one__details .name {
  font-size:20px;
  font-weight:400;
  line-height:35px;
  color:#fff;
  background-color:#e05c16;
  text-transform:uppercase;
  padding:0 10px;
  display:inline-block;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif
}
.slider-style-one__details .location {
  margin-top:5px;
  color:#fff;
  font-weight:700;
  font-size:16px;
  line-height:25px
}
.slider-style-one__details .extra {
  display:none;
  font-size:14px;
  line-height:18px;
  margin-top:15px
}
@media (max-width:767.98px) {
  .slider-style-one__details {
    padding:10px!important
  }
  .slider-style-one__details .extra {
    font-size:12px;
    line-height:16px
  }
}
.slider-style-one__gradient {
  position:absolute;
  bottom:0;
  height:80px;
  right:20px;
  left:0;
  content:"";
  z-index:1;
  display:block;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)
}
#wrapper .slider-style-one__slide {
  display:inline-block;
  max-width:24%
}
#wrapper .slider-style-two__slide {
  display:inline-block;
  max-width:32%
}
#wrapper .title {
  line-height:1.5em
}
.row.sectionBlockLayout>.container,
.row.sectionBlockLayout>.share-this-story,
.sectionBlockLayout.featured-actions__heading>.container,
.sectionBlockLayout.featured-actions__heading>.share-this-story,
.sectionBlockLayout.featured-actions__listing>.container,
.sectionBlockLayout.featured-actions__listing>.share-this-story,
.sectionBlockLayout.features-block__heading>.container,
.sectionBlockLayout.features-block__heading>.share-this-story,
.sectionBlockLayout.features-block__listing>.container,
.sectionBlockLayout.features-block__listing>.share-this-story,
.sectionBlockLayout.latest-stories__row>.container,
.sectionBlockLayout.latest-stories__row>.share-this-story,
.story__full-width-image .row.sectionBlockLayout>figcaption,
.story__full-width-image .sectionBlockLayout.featured-actions__heading>figcaption,
.story__full-width-image .sectionBlockLayout.featured-actions__listing>figcaption,
.story__full-width-image .sectionBlockLayout.features-block__heading>figcaption,
.story__full-width-image .sectionBlockLayout.features-block__listing>figcaption,
.story__full-width-image .sectionBlockLayout.latest-stories__row>figcaption,
section.blue-sub-footer.row.sectionBlockLayout>*,
section.blue-sub-footer.sectionBlockLayout.featured-actions__heading>*,
section.blue-sub-footer.sectionBlockLayout.featured-actions__listing>*,
section.blue-sub-footer.sectionBlockLayout.features-block__heading>*,
section.blue-sub-footer.sectionBlockLayout.features-block__listing>*,
section.blue-sub-footer.sectionBlockLayout.latest-stories__row>*,
section.features-block.row.sectionBlockLayout>*,
section.features-block.sectionBlockLayout.featured-actions__heading>*,
section.features-block.sectionBlockLayout.featured-actions__listing>*,
section.features-block.sectionBlockLayout.features-block__heading>*,
section.features-block.sectionBlockLayout.features-block__listing>*,
section.features-block.sectionBlockLayout.latest-stories__row>*,
section.section-purple-bg.row.sectionBlockLayout>*,
section.section-purple-bg.sectionBlockLayout.featured-actions__heading>*,
section.section-purple-bg.sectionBlockLayout.featured-actions__listing>*,
section.section-purple-bg.sectionBlockLayout.features-block__heading>*,
section.section-purple-bg.sectionBlockLayout.features-block__listing>*,
section.section-purple-bg.sectionBlockLayout.latest-stories__row>* {
  flex-wrap:wrap;
  display:flex
}
.row.sectionBlockLayout[style*=background-image],
.sectionBlockLayout.featured-actions__heading[style*=background-image],
.sectionBlockLayout.featured-actions__listing[style*=background-image],
.sectionBlockLayout.features-block__heading[style*=background-image],
.sectionBlockLayout.features-block__listing[style*=background-image],
.sectionBlockLayout.latest-stories__row[style*=background-image] {
  min-height:300px;
  margin:0
}
@media (min-width:992px) {
  .row.sectionBlockLayout[style*=background-image] .container-fluid,
  .sectionBlockLayout.featured-actions__heading[style*=background-image] .container-fluid,
  .sectionBlockLayout.featured-actions__listing[style*=background-image] .container-fluid,
  .sectionBlockLayout.features-block__heading[style*=background-image] .container-fluid,
  .sectionBlockLayout.features-block__listing[style*=background-image] .container-fluid,
  .sectionBlockLayout.latest-stories__row[style*=background-image] .container-fluid {
    max-width:1140px
  }
}
[data-gjs-type=image] img {
  height:auto!important;
  min-height:20px
}
.sectionBlockLayout [data-gjs-type=FlexContainer] {
  outline-width:2px;
  padding:10px
}
p[data-wrapper]:empty {
  margin:0
}
.sectionBlockLayout iframe[src*=vimeo],
.sectionBlockLayout iframe[src*=youtube],
.standard-page iframe[src*=vimeo],
.standard-page iframe[src*=youtube] {
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important
}
@media (max-width:767.98px) {
  .sectionBlockLayout .video-bg iframe[src*=vimeo],
  .sectionBlockLayout .video-bg iframe[src*=youtube],
  .standard-page .video-bg iframe[src*=vimeo],
  .standard-page .video-bg iframe[src*=youtube] {
    width:auto!important;
    height:100%!important
  }
}
.sectionBlockLayout iframe[src*=vimeo],
.sectionBlockLayout iframe[src*=youtube],
.standard-page iframe[src*=vimeo],
.standard-page iframe[src*=youtube] {
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important
}
@media (max-width:1199.98px) {
  .slider-navigation {
    display:none
  }
}
.slider-navigation .slider-prev {
  line-height:1;
  background:0 0;
  border:0;
  position:absolute;
  top:calc(50% - 20px);
  left:-5%
}
.slider-navigation .slider-prev::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:40px;
  content:"\f053";
  color:#c01f1c
}
.slider-navigation .slider-prev.disabled::before {
  color:#fff;
  cursor:default
}
.slider-navigation .slider-next {
  line-height:1;
  position:absolute;
  background:0 0;
  border:0;
  top:calc(50% - 20px);
  right:-5%
}
.slider-navigation .slider-next:focus {
  outline:0
}
.slider-navigation .slider-next::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:40px;
  content:"\f054";
  color:#c01f1c
}
.slider-navigation .slider-next.disabled::before {
  color:#fff;
  cursor:default
}
.section-purple-bg .slider-next::before,
.section-purple-bg .slider-prev::before {
  color:#fff
}
.tns-nav {
  text-align:center
}
@media (min-width:1200px) {
  .tns-nav {
    display:none
  }
}
.tns-nav button {
  border-radius:50px;
  width:10px;
  margin:0!important;
  padding:0;
  display:inline-block;
  margin-left:5px;
  margin-right:5px;
  background-color:#dde0e0;
  width:10%;
  border:0;
  height:2px
}
.tns-nav button:focus {
  outline:0
}
.tns-nav button.tns-nav-active {
  background:#6b3267
}
.section-purple-bg {
  background:#6b3267;
  padding-top:60px;
  padding-bottom:60px
}
.section-purple-bg h2,
.section-purple-bg p {
  color:#fff
}
.section-grey-bg {
  text-align:center;
  background-color:#f6f7f8;
  padding-top:60px;
  padding-bottom:60px
}
.section-grey-bg ul {
  padding:0
}
.section-grey-bg ul li {
  margin:0
}
.section-white-bg {
  background:#fff;
  padding-top:60px;
  padding-bottom:60px
}
.home-wwl {
  padding-top:60px;
  padding-bottom:60px
}
@media (min-width:992px) {
  .home-wwl .container-fluid {
    max-width:1140px
  }
}
.home-wwl h5 {
  font-size:20px;
  font-weight:900;
  line-height:30px
}
.home-wwl img {
  width:100%;
  height:auto
}
.home-wwl .mobile-map {
  margin-right:-15px;
  margin-left:-15px
}
.home-wwl .persecution-levels-stats {
  background:#e8ebec
}
.home-wwl .persecution-levels-stats .map-key {
  font-size:16px;
  line-height:25px;
  padding:30px 20px 0;
  margin-bottom:0
}
.home-wwl .persecution-levels-stats .map-key h5 {
  font-size:16px;
  line-height:25px;
  margin-bottom:20px
}
.home-wwl .persecution-levels-stats .map-key ul {
  list-style:none;
  padding:0
}
.home-wwl .persecution-levels-stats .map-key ul li {
  margin-bottom:6px
}
.home-wwl .persecution-levels-stats .map-key ul li span {
  margin-right:5px
}
.home-wwl .persecution-levels-stats .map-key span {
  width:20px;
  height:20px;
  border-radius:50%;
  content:"";
  display:inline-block
}
.home-wwl .persecution-levels-stats .map-key .extreme span {
  background-color:#c01f1c
}
.home-wwl .persecution-levels-stats .map-key .very-high span {
  background-color:#e05c16
}
.home-wwl .persecution-levels-stats .map-key .high span {
  background-color:#eba500
}
@media (min-width:992px) {
  .home-wwl .persecution-levels-stats .map-key {
    padding:30px 40px
  }
}
.home-wwl .country-profiles {
  background:#e8ebec;
  padding-top:60px;
  padding-left:30px;
  padding-right:30px
}
@media (min-width:768px) {
  .home-wwl .country-profiles {
    background:#f1f3f3
  }
}
.home-wwl .country-profiles .filter-control {
  margin-bottom:40px
}
.home-wwl .country-profiles h5 {
  margin-bottom:20px
}
.home-wwl .country-profiles select {
  border:1px solid #3b4037;
  height:50px;
  width:100%;
  font-size:16px;
  line-height:25px
}
.en__submit .home-wwl .country-profiles button,
.home-hero__banner-contents .home-wwl .country-profiles .donate-submit,
.home-wwl .country-profiles .btn,
.home-wwl .country-profiles .btn-paypal,
.home-wwl .country-profiles .en__submit button,
.home-wwl .country-profiles .home-hero__banner-contents .donate-submit,
.home-wwl .country-profiles input[type=button] {
  width:100%;
  margin-bottom:30px
}
.home-wwl .country-profiles ol {
  list-style:none;
  counter-reset:li 0;
  padding:0
}
.home-wwl .country-profiles ol li {
  counter-increment:li;
  font-size:16px;
  line-height:25px;
  margin-bottom:10px
}
.home-wwl .country-profiles ol li::before {
  content:counter(li);
  width:25px;
  height:22px;
  margin-right:10px;
  text-align:center;
  font-size:16px;
  line-height:22px;
  background:#c01f1c;
  border-radius:3px;
  color:#fff;
  display:inline-block
}
.home-wwl .country-profiles ol li.very-high::before {
  background:#e05c16
}
.home-wwl .country-profiles ol li.high::before {
  background:#eba500
}
@media (max-width:1199.98px) {
  .home-wwl {
    padding-bottom:0
  }
}
.stats-carousel {
  min-height:170px;
  padding-right:30px;
  padding-left:30px
}
@media (min-width:768px) {
  .stats-carousel {
    padding-top:30px;
    padding-left:40px;
    min-height:initial
  }
}
@media (min-width:992px) {
  .stats-carousel {
    padding-left:0
  }
}
.stats-carousel #wwl-stats-carousel {
  min-height:160px
}
.stats-carousel .carousel-indicators {
  justify-content:left;
  margin:10px 0 0 0;
  position:relative
}
.stats-carousel .carousel-indicators li {
  width:15px;
  height:15px;
  background-color:#d1d7da;
  margin-right:10px
}
.stats-carousel .carousel-indicators li.active {
  background-color:#c01f1c
}
.stats-carousel .stat {
  font-size:35px;
  font-weight:900;
  line-height:45px;
  color:#c01f1c
}
.stats-carousel .description {
  font-size:16px;
  line-height:25px
}
.latest {
  overflow:hidden
}
@media (min-width:992px) {
  .latest {
    background:linear-gradient(to right,#f6f7f8 50%,#87bcd2 50%)
  }
}
.latest h2 {
  font-size:30px;
  line-height:40px;
  font-weight:900
}
.latest__stories {
  padding-top:60px;
  padding-bottom:60px;
  background-color:#f6f7f8;
  padding-right:0;
  position:relative
}
@media (max-width:991.98px) {
  .latest__stories::before {
    content:"";
    background-color:#f6f7f8;
    position:absolute;
    top:0;
    height:100%;
    width:200vw;
    left:-100vw;
    z-index:-1
  }
}
.latest__stories h2 {
  margin-bottom:40px
}
.latest__stories article {
  display:flex;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #e8ebec;
  padding-right:30px
}
.latest__stories article .thumbnail {
  width:80px;
  margin-right:20px
}
.latest__stories article .thumbnail img {
  width:100%;
  height:100%;
  object-fit:cover
}
.latest__stories article .content {
  width:calc(100% - 100px)
}
.latest__stories article .summary-details {
  font-weight:500;
  font-family:proxima-nova,sans-serif;
  color:#b1b3af;
  font-size:16px;
  line-height:25px
}
.latest__stories article .excerpt {
  font-size:16px;
  line-height:25px;
  font-weight:500;
  font-family:proxima-nova,sans-serif
}
.latest__stories article .excerpt a {
  color:#3b4037
}
.latest__stories article:hover {
  cursor:pointer
}
.latest__stories article:hover img {
  opacity:.8
}
.latest__stories article:hover a {
  text-decoration:underline;
  color:#6b3267
}
.latest__prayer {
  padding-top:60px;
  padding-bottom:60px;
  background-color:#87bcd2;
  position:relative
}
@media (min-width:992px) {
  .latest__prayer {
    padding-left:60px
  }
}
@media (max-width:991.98px) {
  .latest__prayer::before {
    content:"";
    background-color:#87bcd2;
    position:absolute;
    top:0;
    height:100%;
    width:200vw;
    left:-100vw;
    z-index:-1
  }
}
.latest__prayer h2 {
  margin-bottom:30px
}
.latest__prayer article {
  margin-bottom:30px
}
.latest__prayer article .action-label {
  background-color:#6b3267;
  color:#fff;
  display:inline-block;
  padding:0 5px;
  font-size:15px;
  line-height:25px;
  font-weight:400;
  text-transform:uppercase;
  margin-bottom:5px;
  text-transform:uppercase;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif
}
.latest__prayer article .summary-details {
  font-size:16px;
  line-height:25px
}
.od-subscribe-form {
  margin-top:15px
}
.od-subscribe-form label {
  font-size:16px;
  line-height:20px;
  margin-bottom:0
}
.en__submit .od-subscribe-form button,
.home-hero__banner-contents .od-subscribe-form .donate-submit,
.od-subscribe-form .btn,
.od-subscribe-form .btn-paypal,
.od-subscribe-form .en__submit button,
.od-subscribe-form .home-hero__banner-contents .donate-submit,
.od-subscribe-form input[type=button] {
  width:100%
}
.od-subscribe-form input:focus {
  border-color:#6b3267
}
.od-subscribe-form a {
  color:#3b4037;
  text-decoration:underline
}
.our-impact {
  padding-top:80px;
  padding-bottom:80px;
  max-width:1400px;
  margin:auto;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat
}
.our-impact .our-impact__contents {
  background:#ffffffbd;
  padding:25px 35px
}
@media (min-width:768px) {
  .our-impact .our-impact__contents {
    background:#fff
  }
}
.our-impact__contents h2 {
  text-align:center
}
.our-impact__contents .featured-actions__heading .col-4,
.our-impact__contents .featured-actions__heading .col-md-4,
.our-impact__contents .featured-actions__listing .col-4,
.our-impact__contents .featured-actions__listing .col-md-4,
.our-impact__contents .features-block__heading .col-4,
.our-impact__contents .features-block__heading .col-md-4,
.our-impact__contents .features-block__listing .col-4,
.our-impact__contents .features-block__listing .col-md-4,
.our-impact__contents .latest-stories__row .col-4,
.our-impact__contents .latest-stories__row .col-md-4,
.our-impact__contents .row .col-4,
.our-impact__contents .row .col-md-4 {
  text-align:center;
  line-height:1em
}
.highlight-number {
  justify-content:center;
  align-items:center;
  display:flex;
  background-color:#c3342a;
  border-radius:5px;
  color:#fff;
  padding:4px;
  font-weight:600;
  margin-bottom:.5em;
  font-size:1.1em
}
.highlight-number big {
  font-size:2.5em;
  font-weight:500;
  font-family:proxima-nova,sans-serif
}
.highlight-number small {
  font-weight:600
}
.highlight-number:after {
  content:"";
  display:block;
  padding-bottom:100%
}
:root {
  --scrollbarWidth:12px;
  --scrollbarBg:rgb(208, 215, 218);
  --scrollbarThumb:rgb(135, 188, 210)
}
#panell {
  scrollbar-width:var(--scrollbarWidth);
  scrollbar-color:var(--scrollbarThumb) var(--scrollbarBg)
}
#panell::-webkit-scrollbar {
  width:var(--scrollbarWidth)
}
#panell::-webkit-scrollbar-track {
  background:var(--scrollbarBg)
}
#panell::-webkit-scrollbar-thumb {
  background-color:var(--scrollbarThumb);
  border-radius:0;
  border:3px solid var(--scrollbarBg)
}
.wwl {
  max-width:1400px;
  margin:0 auto;
  padding-bottom:0;
  overflow:hidden
}
.wwl__map-related-content h2 {
  color:#6b3267
}
.main-navigation li .wwl.nav-tabs a,
.wwl.nav-tabs .main-navigation li a,
.wwl.nav-tabs .nav-link {
  margin:0;
  border:1px solid transparent;
  border-color:#dee2e6 #dee2e6 #fff;
  border-width:1px 1px 0 1px
}
.main-navigation li .wwl.nav-tabs a.active,
.wwl.nav-tabs .main-navigation li a.active,
.wwl.nav-tabs .nav-link.active {
  color:#fff;
  background-color:#6b3267;
  border-color:transparent
}
.wwl__map-wrapper {
  width:100%
}
.wwl__map-wrapper input[type=range] {
  height:22px;
  background:#000;
  padding:0 6px 0;
  border-radius:20px;
  -webkit-appearance:none
}
.wwl__map-wrapper input[type=range].slider-progress {
  --range:calc(var(--max) - var(--min));
  --ratio:calc((var(--value) - var(--min)) / var(--range));
  --sx:calc(0.5 * 1em + var(--ratio) * (100% - 1em))
}
.wwl__map-wrapper input[type=range].slider-progress::-webkit-slider-runnable-track {
  background:linear-gradient(#e05c16,#e05c16) 0/var(--sx) 100% no-repeat,#fff
}
.wwl__map-wrapper input[type=range].slider-progress::-moz-range-track {
  background:linear-gradient(#e05c16,#e05c16) 0/var(--sx) 100% no-repeat,#fff
}
.wwl__map-wrapper input[type=range].slider-progress::-ms-fill-lower {
  height:1px;
  border-radius:.5em 0 0 .5em;
  margin:-1px 0 -1px -1px;
  background:#e05c16;
  border:1px solid #b2b2b2;
  border-right-width:0
}
.wwl__map-wrapper input[type=range]:focus {
  outline:0
}
.wwl__map-wrapper input[type=range]::-webkit-slider-thumb {
  width:1em;
  height:1em;
  border-radius:1em;
  background:#f84600;
  border:none;
  box-shadow:0 0 2px #000;
  margin-top:calc(max((.2em - 1px - 1px) * .5,0px) - 1em * .5);
  -webkit-appearance:none
}
.wwl__map-wrapper input[type=range]::-webkit-slider-runnable-track {
  height:.2em;
  border-radius:.5em;
  background:#fff;
  border:1px solid #b2b2b2;
  box-shadow:none
}
.wwl__map-wrapper input[type=range]::-moz-range-thumb {
  width:1em;
  height:1em;
  border-radius:1em;
  background:#f84600;
  border:none;
  box-shadow:0 0 2px #000
}
.wwl__map-wrapper input[type=range]::-moz-range-track {
  height:1px;
  border-radius:.5em;
  background:#fff;
  border:1px solid #b2b2b2;
  box-shadow:none
}
.wwl__map-wrapper input[type=range]::-ms-fill-upper {
  background:0 0;
  border-color:transparent
}
.wwl__map-wrapper input[type=range]::-ms-fill-lower {
  background:0 0;
  border-color:transparent
}
.wwl__map-wrapper input[type=range]::-ms-thumb {
  width:1em;
  height:1em;
  border-radius:1em;
  background:#f84600;
  border:none;
  box-shadow:0 0 2px #000;
  margin-top:0;
  box-sizing:border-box
}
.wwl__map-wrapper input[type=range]::-ms-track {
  height:.2em;
  border-radius:.5em;
  background:#fff;
  border:1px solid #b2b2b2;
  box-shadow:none;
  box-sizing:border-box
}
.wwl__map-wrapper .panel .closebtnl,
.wwl__map-wrapper .panel .closebtnr {
  color:#000
}
.wwl__map-index {
  padding-top:60px
}
.wwl__rankings {
  margin-bottom:30px
}
@media (min-width:992px) {
  .wwl__rankings {
    margin-bottom:50px
  }
}
.wwl__map-key {
  font-size:16px;
  line-height:25px;
  padding:30px 20px 0
}
.wwl__map-key h5 {
  font-size:16px;
  line-height:25px;
  margin-bottom:20px
}
.wwl__map-key ul {
  list-style:none;
  padding:0
}
.wwl__map-key ul li {
  margin-bottom:6px
}
.wwl__map-key ul li span {
  margin-right:5px
}
.wwl__map-key span {
  width:20px;
  height:20px;
  border-radius:50%;
  content:"";
  display:inline-block
}
.wwl__map-key .extreme span {
  background-color:#c01f1c
}
.wwl__map-key .very-high span {
  background-color:#e05c16
}
.wwl__map-key .high span {
  background-color:#eba500
}
.wwl__map-key h5 {
  text-transform:uppercase
}
.wwl__map-key p {
  margin-bottom:20px
}
.wwl__map-key ul li {
  text-transform:uppercase;
  display:inline-block;
  margin-right:20px;
  margin-bottom:0;
  line-height:20px;
  font-size:14px;
  font-weight:600;
  font-family:futura-pt
}
@media (max-width:991.98px) {
  .wwl__map-key ul li {
    display:block;
    margin-bottom:10px
  }
}
.wwl__listing {
  overflow-y:auto;
  max-height:700px
}
@media (max-width:991.98px) {
  .wwl__listing {
    max-height:360px
  }
}
.wwl__listing table {
  width:100%
}
.wwl__listing thead {
  position:sticky;
  top:0;
  z-index:1;
  background:#fff;
  width:100%
}
.wwl__listing thead td {
  padding:20px 10px
}
.wwl__listing thead td[data-order=DESC] h6:after {
  content:'\2191'
}
.wwl__listing thead td[data-order=ASC] h6:after {
  content:'\2193'
}
.wwl__listing th {
  vertical-align:bottom;
  padding:20px 20px;
  text-transform:uppercase
}
.wwl__listing th:first-child {
  padding-left:30px
}
.wwl__listing select {
  width:100%;
  text-transform:uppercase;
  font-weight:500;
  font-family:proxima-nova;
  font-weight:700;
  font-size:14px;
  background:#fff;
  border:0;
  border-radius:6px;
  padding:5px;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:url(../img/wwl-dropdown-bg.png);
  background-repeat:no-repeat;
  background-position:right 5px center;
  background-size:15px 10px
}
.wwl__listing select * {
  font-size:14px;
  font-family:arial;
  padding:5px
}
.wwl__listing label {
  font-family:proxima-nova,sans-serif;
  font-weight:800;
  font-size:20px
}
.wwl__listing .wwl-list-reset {
  background:#c01f1c;
  border:0;
  border-radius:6px;
  color:#fff;
  font-size:30px;
  padding:0 8px;
  height:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none
}
.wwl__listing td {
  vertical-align:middle;
  padding:12px 10px;
  font-weight:500;
  font-family:proxima-nova;
  font-weight:700;
  font-size:16px;
  line-height:20px;
  border-right:1px solid #e8ebec;
  border-bottom:1px solid #e8ebec
}
.wwl__listing td.hide-md {
  display:none!important
}
@media (min-width:992px) {
  .wwl__listing td.hide-md {
    display:table-cell!important
  }
}
.wwl__listing td.hide-sm {
  display:none!important
}
@media (min-width:576px) {
  .wwl__listing td.hide-sm {
    display:table-cell!important
  }
}
.wwl__listing td:last-child {
  border-right:0;
  text-align:center
}
.wwl__listing td h6 {
  margin:0;
  font-size:calc(14px + 4 * ((100vw - 320px)/ 680))
}
.wwl__listing .country-details {
  display:flex;
  align-items:center
}
@media (max-width:991.98px) {
  .wwl__listing .country-details {
    flex-wrap:wrap
  }
}
.wwl__listing .flag img {
  width:40px;
  height:auto;
  display:inline-block;
  margin:0 10px 0 20px
}
.wwl__listing .rankNum {
  display:inline-block;
  font-family:proxima-nova,sans-serif;
  font-weight:800;
  padding:0;
  margin:0;
  margin-right:5px;
  color:#fff;
  display:inline-flex;
  min-width:24px;
  min-height:24px;
  align-items:center;
  justify-content:center;
  font-weight:400;
  border-radius:50%;
  line-height:15px;
  font-size:15px
}
.wwl__listing .view-more::after {
  font-size:28px;
  line-height:1
}
@media (max-width:991.98px) {
  .wwl__listing th {
    padding:30px 10px
  }
  .wwl__listing th:first-child {
    padding-left:10px
  }
}
@media (max-width:767.98px) {
  .wwl__listing thead {
    padding:10px 10px 10px 10px
  }
  .wwl__listing thead th {
    float:left;
    width:50%
  }
  .wwl__listing thead th:nth-child(5) {
    float:right;
    width:45px
  }
  .wwl__listing select {
    font-size:14px
  }
  .wwl__listing .flag img {
    margin:0;
    width:30px;
    margin-left:5px
  }
  .wwl__listing .country-details span {
    float:left
  }
  .wwl__listing .country-details span.title {
    display:block;
    text-align:left;
    clear:both;
    margin-top:5px
  }
  .wwl__listing td,
  .wwl__listing th {
    font-size:14px;
    width:25%;
    padding:10px 5px
  }
  .wwl__listing th {
    padding:5px
  }
  .wwl__listing th:first-child {
    padding:5px
  }
  .wwl__listing td:nth-child(2) {
    width:30%
  }
  .wwl__listing td:nth-child(5) {
    width:10%
  }
}
.wwl__rankings-list li {
  font-weight:500
}
.wwl__rankings-list li a {
  color:#3b4037
}
.wwl__rankings-list li:hover {
  opacity:.9;
  cursor:pointer
}
.wwl__rankings-list li:hover a {
  text-decoration:underline
}
.wwl__rankings-list.first-column {
  list-style:none;
  counter-reset:li 0;
  padding:0
}
.wwl__rankings-list.first-column li {
  counter-increment:li;
  font-size:16px;
  line-height:25px;
  margin-bottom:10px
}
.wwl__rankings-list.first-column li::before {
  content:counter(li);
  width:25px;
  height:22px;
  margin-right:10px;
  text-align:center;
  font-size:16px;
  line-height:22px;
  background:#c01f1c;
  border-radius:3px;
  color:#fff;
  display:inline-block
}
.wwl__rankings-list.first-column li.very-high::before {
  background:#e05c16
}
.wwl__rankings-list.first-column li.high::before {
  background:#eba500
}
@media (min-width:768px) {
  .wwl__rankings-list.first-column li {
    line-height:60px;
    font-size:20px
  }
  .wwl__rankings-list.first-column li::before {
    width:60px;
    height:60px;
    font-size:20px;
    line-height:60px
  }
}
.wwl__rankings-list.second-column {
  list-style:none;
  counter-reset:li 10;
  padding:0
}
.wwl__rankings-list.second-column li {
  counter-increment:li;
  font-size:16px;
  line-height:25px;
  margin-bottom:10px
}
.wwl__rankings-list.second-column li::before {
  content:counter(li);
  width:25px;
  height:22px;
  margin-right:10px;
  text-align:center;
  font-size:16px;
  line-height:22px;
  background:#c01f1c;
  border-radius:3px;
  color:#fff;
  display:inline-block
}
.wwl__rankings-list.second-column li.very-high::before {
  background:#e05c16
}
.wwl__rankings-list.second-column li.high::before {
  background:#eba500
}
.wwl__rankings-list.third-column {
  list-style:none;
  counter-reset:li 30;
  padding:0
}
.wwl__rankings-list.third-column li {
  counter-increment:li;
  font-size:16px;
  line-height:25px;
  margin-bottom:10px
}
.wwl__rankings-list.third-column li::before {
  content:counter(li);
  width:25px;
  height:22px;
  margin-right:10px;
  text-align:center;
  font-size:16px;
  line-height:22px;
  background:#c01f1c;
  border-radius:3px;
  color:#fff;
  display:inline-block
}
.wwl__rankings-list.third-column li.very-high::before {
  background:#e05c16
}
.wwl__rankings-list.third-column li.high::before {
  background:#eba500
}
.wwl__map-side {
  background:#f6f7f8;
  margin-top:30px;
  margin-bottom:60px
}
.wwl__map-side>div:first-child {
  margin-top:20px
}
.wwl__highlighted-stat-box {
  background:#c01f1c;
  color:#fff;
  padding:20px;
  margin-bottom:30px
}
.wwl__highlighted-stat-box .stat {
  font-size:35px;
  font-weight:700;
  line-height:45px;
  margin-bottom:10px;
  font-family:proxima-nova-medium,sans-serif
}
.wwl__highlighted-stat-box .description {
  font-size:16px;
  line-height:25px;
  margin-bottom:20px
}
.wwl__highlighted-stat-box a.link {
  color:#fff;
  font-size:16px;
  line-height:25px;
  text-decoration:underline;
  margin-top:0
}
.wwl__highlighted-stat-box a.link::after {
  color:#fff
}
.wwl__order-resources-box {
  padding:20px;
  margin-bottom:30px;
  box-sizing:border-box;
  border:1px solid #edeff0;
  background-color:#fafbfb
}
.wwl__order-resources-box .thumbnail {
  display:flex
}
.wwl__order-resources-box img {
  max-width:70px;
  align-self:flex-start
}
.en__submit .wwl__order-resources-box button,
.home-hero__banner-contents .wwl__order-resources-box .donate-submit,
.wwl__order-resources-box .btn,
.wwl__order-resources-box .btn-paypal,
.wwl__order-resources-box .en__submit button,
.wwl__order-resources-box .home-hero__banner-contents .donate-submit,
.wwl__order-resources-box input[type=button] {
  margin-top:20px;
  width:100%
}
.wwl__order-resources-box .link {
  margin-top:20px
}
.wwl__order-resources-box span {
  padding-left:20px;
  display:block;
  font-size:18px
}
.wwl__stories-listing h6 {
  margin-bottom:20px
}
.wwl__stories-listing ul {
  list-style:none;
  padding:0;
  border-top:1px solid rgba(59,64,55,.1)
}
.wwl__stories-listing ul li {
  display:flex;
  border-bottom:1px solid rgba(59,64,55,.1);
  padding:10px 0
}
.wwl__stories-listing ul li:hover {
  opacity:.9;
  cursor:pointer
}
.wwl__stories-listing ul li:hover a {
  text-decoration:underline;
  color:#6b3267
}
.wwl__stories-listing ul a {
  display:block;
  color:#3b4037
}
.wwl__stories-listing ul img {
  width:80px;
  height:80px;
  align-self:flex-start;
  margin-right:20px
}
@media (max-width:1199.98px) {
  .wwl__map-side {
    display:flex;
    flex-wrap:wrap
  }
  .wwl__highlighted-stat-box,
  .wwl__order-resources-box {
    flex:2
  }
  .wwl__highlighted-stat-box {
    margin-right:20px
  }
  .wwl .wwl__stories-listing {
    width:100%
  }
  .wwl .wwl__stories-listing ul {
    display:flex;
    border:0
  }
  .wwl .wwl__stories-listing li {
    margin-right:20px;
    flex:3;
    border-top:1px solid rgba(59,64,55,.1)
  }
  .wwl .wwl__stories-listing li:last-child {
    margin:0
  }
  .wwl .wwl__stories-listing .link {
    margin-bottom:60px
  }
}
@media (max-width:991.98px) {
  .wwl__map-side {
    display:block;
    padding-top:30px
  }
  .wwl__highlighted-stat-box,
  .wwl__order-resources-box {
    margin-right:0
  }
  .wwl .wwl__stories-listing ul {
    display:block
  }
  .wwl .wwl__stories-listing ul li {
    margin:0
  }
}
.wwl-subscribe-form {
  background-color:#87bcd2;
  padding:60px 0
}
.wwl-subscribe-form__intro {
  font-size:45px;
  line-height:60px;
  padding-right:80px
}
.wwl-subscribe-form__form-container {
  padding-top:80px
}
.en__submit .sectionBlockLayout .wwl-subscribe-form button.button1,
.en__submit .wwl-subscribe-form button,
.home-hero__banner-contents .wwl-subscribe-form .donate-submit,
.sectionBlockLayout .en__submit .wwl-subscribe-form button.button1,
.sectionBlockLayout .wwl-subscribe-form .btn.button1,
.sectionBlockLayout .wwl-subscribe-form .button1.btn-paypal,
.sectionBlockLayout .wwl-subscribe-form input.button1[type=button],
.wwl-subscribe-form .btn-paypal,
.wwl-subscribe-form .btn-primary,
.wwl-subscribe-form .en__submit .sectionBlockLayout button.button1,
.wwl-subscribe-form .en__submit button,
.wwl-subscribe-form .home-hero__banner-contents .donate-submit,
.wwl-subscribe-form .sectionBlockLayout .btn.button1,
.wwl-subscribe-form .sectionBlockLayout .button1.btn-paypal,
.wwl-subscribe-form .sectionBlockLayout .en__submit button.button1,
.wwl-subscribe-form .sectionBlockLayout input.button1[type=button],
.wwl-subscribe-form input[type=button] {
  margin-top:0
}
@media (max-width:1199.98px) {
  .wwl-subscribe-form {
    padding:60px 15px
  }
  .wwl-subscribe-form__intro {
    padding-left:60px;
    font-size:30px;
    line-height:40px;
    padding-right:80px
  }
  .wwl-subscribe-form__form-container {
    padding-top:60px
  }
}
@media (max-width:991.98px) {
  .wwl-subscribe-form__intro {
    padding-left:15px;
    font-size:16px;
    line-height:25px
  }
  .wwl-subscribe-form__form-container {
    padding-top:15px
  }
}
.purple-stat-boxes {
  display:flex;
  justify-content:space-between
}
.purple-stat-boxes .box {
  background-color:#6b3267;
  color:#fff;
  width:31%;
  padding:20px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  margin-bottom:30px
}
.purple-stat-boxes .box h4 {
  margin:0
}
@media (max-width:991.98px) {
  .purple-stat-boxes {
    flex-wrap:wrap
  }
  .purple-stat-boxes .box {
    width:48%
  }
  .purple-stat-boxes .box .description {
    font-size:14px
  }
}
.purple-stat-boxes .icons {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom:10px;
  flex-flow:row wrap
}
.purple-stat-boxes .icons::after {
  content:"";
  flex:auto
}
.purple-stat-boxes .icons span {
  display:block;
  width:33%;
  text-align:center
}
.purple-stat-boxes .icons span img {
  max-width:35px;
  margin-bottom:10px
}
.purple-stat-boxes .icons span img.one {
  transform:scale(1.1)
}
.purple-stat-boxes .icons.smaller-to-fit-more span {
  width:25%
}
.purple-stat-boxes .icons.smaller-to-fit-more span img {
  max-width:25px;
  margin-bottom:5px
}
.purple-stat-boxes .description {
  font-family:proxima-nova,sans-serif;
  font-weight:800;
  line-height:1.2;
  font-weight:400
}
.three-stats-columns {
  margin-bottom:30px
}
.three-stats-columns .wrapper {
  text-align:center
}
.three-stats-columns h4 {
  margin:0
}
.three-stats-columns .icon img {
  max-width:80px
}
.wwl-country {
  position:relative
}
.wwl-country__header {
  border-bottom:1px solid #e8ebec;
  margin-bottom:20px
}
@media (min-width:768px) {
  .wwl-country__header {
    display:flex
  }
}
.wwl-country__header .rank {
  text-align:right
}
.wwl-country__header h1 {
  margin-bottom:10px
}
@media (max-width:767.98px) {
  .wwl-country__header h1 {
    border-bottom:1px solid #e8ebec
  }
}
.wwl-country.extreme .wwl-country__ranking {
  color:#c01f1c
}
.wwl-country.very-high .wwl-country__ranking {
  color:#e05c16
}
.wwl-country__ranking-label {
  font-size:20px;
  font-weight:900;
  line-height:30px;
  text-align:right;
  display:inline-block
}
.wwl-country__ranking {
  font-size:50px;
  font-weight:900;
  line-height:60px;
  display:inline-block
}
.wwl-country__highlight {
  background-color:#eba500;
  height:60px;
  font-size:16px;
  line-height:25px;
  text-align:center;
  margin-bottom:20px;
  margin-top:-10px
}
.wwl-country__highlight a {
  text-decoration:underline
}
.wwl-country__thumbnail {
  margin-bottom:30px
}
.wwl-country__header {
  border:0;
  margin-bottom:40px;
  align-items:flex-end;
  text-transform:uppercase;
  font-family:futura-pt,futura-pt-bold,sans-serif;
  letter-spacing:-.5px
}
@media (min-width:768px) {
  .wwl-country__header {
    padding-left:15px;
    padding-right:15px
  }
}
.wwl-country__header .title {
  order:2;
  text-transform:uppercase;
  text-align:right;
  overflow:hidden
}
.wwl-country__header .title h1 {
  text-overflow:ellipsis;
  overflow:hidden;
  font-family:futura-pt,futura-pt-bold,sans-serif;
  font-weight:800;
  letter-spacing:-.5px
}
.wwl-country__header .rank {
  order:1;
  text-transform:uppercase;
  text-align:left
}
.wwl-country__header .rank .wwl-country__ranking-label {
  text-align:left
}
@media (min-width:768px) {
  .wwl-country__header .title {
    padding-right:0
  }
  .wwl-country__header .rank {
    padding-left:0
  }
}
.wwl-country .wwl-navigation {
  display:flex;
  justify-content:space-between;
  width:100%
}
.wwl-country .wwl-navigation a {
  text-decoration:none;
  border:0;
  background:0 0;
  display:flex;
  gap:12px;
  padding:.3em 1em;
  flex-grow:1;
  max-width:calc(50% - 44px);
  flex-basis:35%
}
.wwl-country .wwl-navigation a.next {
  justify-content:flex-end
}
.wwl-country .wwl-navigation a.back-link {
  justify-content:center;
  flex-basis:auto
}
.wwl-country .wwl-navigation a .wwl-navigation-icons {
  justify-content:space-between;
  width:80px;
  align-items:center
}
.wwl-country .wwl-navigation a .wwl-navigation-icons a {
  gap:initial;
  padding:initial;
  flex-grow:initial
}
.wwl-country .wwl-navigation a .wwl-navigation-icons a.panel-link {
  justify-content:center;
  flex-basis:auto
}
.wwl-country .wwl-navigation a .wwl-navigation-icons a.panel-link:after {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:14px;
  line-height:18px;
  content:"\f054";
  color:#6b3267;
  padding-left:6px;
  transition:transform .3s linear
}
.wwl-country .wwl-navigation a .wwl-navigation-icons a.panel-link.panel-open:after {
  transform:rotate(-180deg) translateX(-5px)
}
@media (max-width:991.98px) {
  .wwl-country .wwl-navigation a {
    font-size:.8em;
    padding:.3em .5em
  }
  .wwl-country .wwl-navigation a.back-link {
    flex-basis:10%
  }
}
.wwl-country .wwl-navigation .arrow {
  font-size:3.5em;
  line-height:30px;
  margin-top:-6px
}
.wwl-country .wwl-navigation .rank {
  font-family:proxima-nova,sans-serif;
  font-weight:800;
  line-height:1em;
  min-height:30px;
  min-width:30px;
  max-height:30px;
  font-weight:400;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff
}
.wwl-country .wwl-navigation .rank.extreme {
  background-color:#c01f1c
}
.wwl-country .wwl-navigation .rank.very-high {
  background-color:#e05c16
}
.wwl-country .wwl-navigation .name {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}
.wwl-country__core-info h6 {
  margin-bottom:10px
}
.wwl-country__core-info ul {
  padding-left:30px
}
.wwl-country__core-info p {
  margin-bottom:0
}
.wwl-country__core-info hr {
  margin-top:20px;
  margin-bottom:30px
}
.en__submit .wwl-country__core-info button,
.home-hero__banner-contents .wwl-country__core-info .donate-submit,
.wwl-country__core-info .btn,
.wwl-country__core-info .btn-paypal,
.wwl-country__core-info .en__submit button,
.wwl-country__core-info .home-hero__banner-contents .donate-submit,
.wwl-country__core-info input[type=button] {
  width:100%
}
.wwl-country__core-info .total-score-box {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
  position:relative
}
.wwl-country__core-info .total-score-box .progress-bar {
  border-radius:20px;
  background-color:#eba500
}
.wwl-country__core-info .total-score-box.extreme .progress-bar {
  background-color:#c01f1c
}
.wwl-country__core-info .total-score-box.very-high .progress-bar {
  background-color:#e05c16
}
.wwl-country__core-info .total-score-box .progress {
  height:20px;
  width:84%;
  border-radius:20px;
  overflow:visible
}
.wwl-country__core-info .total-score-box #total-score {
  position:absolute;
  font-size:1.1em;
  line-height:1.7em;
  text-align:center;
  font-weight:700;
  color:#fff;
  background-color:#000;
  border-radius:50%;
  left:var(--left);
  top:20px;
  z-index:9;
  height:32px;
  width:32px;
  margin-left:calc(-1* var(--left)/ 7);
  z-index:2;
  transition:.5s linear left
}
.wwl-country__core-info .total-score {
  font-size:1em;
  font-weight:500
}
.wwl-country__core-info .total-outof,
.wwl-country__core-info .zero {
  font-weight:600;
  font-size:.6em
}
.wwl-country__core-info .wwl-info-box {
  padding:20px;
  background-color:#f6f7f8;
  line-height:1.4em;
  margin-bottom:20px;
  border-radius:.25rem
}
.wwl-country__core-info .wwl-info-box p {
  margin-bottom:10px
}
.wwl-country__core-info .annual-data-wrapper {
  position:relative
}
.wwl-country__core-info .annual-data-wrapper.bottom .year:first-child {
  border-bottom-left-radius:5px;
  overflow:hidden
}
.wwl-country__core-info .annual-data-wrapper.bottom .year:last-child {
  border-bottom-right-radius:5px;
  overflow:hidden
}
.wwl-country__core-info .annual-data-wrapper.top .year:first-child {
  border-top-left-radius:5px;
  overflow:hidden
}
.wwl-country__core-info .annual-data-wrapper.top .year:last-child {
  border-top-right-radius:5px;
  overflow:hidden
}
.wwl-country__core-info .annual-data {
  display:flex;
  gap:4px;
  font-size:.8em;
  justify-content:space-between;
  overflow:hidden
}
.wwl-country__core-info .annual-data .year {
  text-align:center;
  flex-grow:1;
  flex-basis:10%;
  color:#000
}
.wwl-country__core-info .annual-data .year:nth-child(even) {
  background-color:#e8ebec50
}
.wwl-country__core-info .annual-data .year.active .title {
  font-weight:700;
  background-color:#b8b9bb
}
.wwl-country__core-info .annual-data .year .title {
  background-color:#d1d7DA80;
  color:#6b3267
}
.wwl-country__core-info .annual-data .year .title a {
  text-decoration:none
}
.wwl-country__core-info .annual-data .year .score {
  font-size:.7em;
  background-color:#e8ebec50
}
.wwl-country__core-info .css-chart {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  pointer-events:none;
  z-index:9;
  height:var(--chart-height);
  margin:.5em;
  padding:0;
  width:var(--widget-size);
  opacity:.6
}
.wwl-country__core-info .line-chart {
  list-style:none;
  margin:0;
  padding:0
}
.wwl-country__core-info .data-point {
  background-color:transparent;
  border:0;
  border-radius:50%;
  bottom:calc(var(--y) - 0px);
  height:3px;
  left:calc(var(--x) - 0px);
  position:absolute;
  width:3px;
  z-index:1
}
.wwl-country__core-info .line-segment {
  background-color:#e05c16;
  bottom:var(--y);
  height:2px;
  left:var(--x);
  position:absolute;
  transform:rotate(calc(var(--angle) * 1deg));
  transform-origin:left bottom;
  width:calc(var(--hypotenuse) * 1px)
}
.wwl-country__sidebar .expand {
  display:none
}
.wwl-country__sidebar .progress-bar {
  width:0
}
.wwl-country__sidebar .expandable .wwl__map-wrapper-inner {
  border:1px solid #e8ebec;
  border-width:0 1px 2px;
  padding:8px 10px 0;
  border-radius:0 0 6px 6px
}
.wwl-country__sidebar .expandable .wwl__map-wrapper-inner.expanded {
  border-bottom-width:0;
  border-radius:0
}
.wwl-country__sidebar .expandable .expand-pls {
  text-align:center;
  cursor:pointer;
  color:grey;
  margin-top:-10px
}
.wwl-country__sidebar .expandable .expand-pls i {
  -webkit-transform:scale(6,1);
  -moz-transform:scale(6,1);
  -ms-transform:scale(6,1);
  -o-transform:scale(6,1);
  transform:scale(6,1);
  font-size:.5em
}
.wwl-country__sidebar .expandable .expand {
  display:none
}
.wwl-country__sidebar .expandable .annual-data-wrapper.bottom {
  transition:.3s linear height;
  height:0;
  overflow:visible;
  opacity:0;
  border-left:1px solid #e8ebec;
  border-right:1px solid #e8ebec;
  border-radius:0 0 6px 6px
}
.wwl-country__sidebar .expandable .annual-data-wrapper.bottom.expanded {
  height:auto;
  opacity:1
}
.wwl-country__sidebar .expandable .panel.expanded i.fa-angle-down:before {
  content:""!important
}
.wwl-country__sidebar .expandable .panel-contents {
  display:grid;
  grid-template-rows:0fr;
  transition:250ms grid-template-rows ease
}
.wwl-country__sidebar .expandable .panel.expanded .panel-contents {
  grid-template-rows:1fr
}
.wwl-country__sidebar .expandable .panel .persecution-levels-wrapper {
  overflow:hidden
}
.wwl-country__sidebar ul.engines {
  padding:0;
  list-style:none;
  margin-top:10px
}
.wwl-country__sidebar ul.engines li {
  display:inline-block;
  margin-bottom:4px
}
.wwl-country__sidebar ul.engines li img {
  max-width:120px
}
.wwl-country__sidebar h6 {
  margin-bottom:0;
  text-transform:uppercase;
  font-family:futura-pt,futura-pt-bold,sans-serif;
  font-weight:800;
  font-size:calc(16px + 2*((100vw - 320px)/ 680))
}
.wwl-country__sidebar hr {
  margin-top:0;
  margin-bottom:30px;
  border:0
}
.wwl-country__body h2,
.wwl-country__body h3,
.wwl-country__body h4 {
  color:#6b3267;
  font-family:futura-pt,futura-pt-bold,sans-serif;
  letter-spacing:-.5px;
  font-weight:800
}
.wwl-country__body h3 {
  font-size:calc(18px + 6*((100vw - 320px)/ 680));
  margin-bottom:20px
}
.wwl-country__featured-image {
  margin-bottom:30px
}
.wwl-country__prayer {
  margin-top:60px;
  background:#6b3267;
  gap:0
}
.wwl-country__prayer .wwl-country__prayer-img {
  padding:0
}
.wwl-country__prayer .wwl-country__prayer-img img {
  height:100%;
  object-fit:cover;
  object-position:bottom left
}
.wwl-country__prayer>div {
  display:flex;
  align-items:center
}
@media (max-width:767.98px) {
  .wwl-country__rank {
    display:flex;
    align-items:center;
    justify-content:space-between
  }
  .wwl-country__ranking-label {
    font-size:12px;
    line-height:16px
  }
  .wwl-country__ranking {
    font-size:36px;
    line-height:40px
  }
  .wwl-country__core-info .total-score {
    font-size:1.3em
  }
}
.wwl-country__thumbnail img {
  object-fit:cover;
  aspect-ratio:1/1
}
@media (min-width:768px) {
  .wwl-country__featured-image img,
  .wwl-country__thumbnail img {
    max-height:220px;
    object-fit:cover
  }
}
@media (min-width:992px) {
  .wwl-country__featured-image img,
  .wwl-country__thumbnail img {
    max-height:300px;
    object-fit:cover
  }
}
.wwl-country__news-listing article {
  margin:10px 0 20px 0;
  padding-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,.1)
}
.wwl-country__news-listing .summary-details {
  color:#b1b3af;
  font-size:16px;
  line-height:25px
}
.wwl-country__news-listing .excerpt {
  font-size:16px;
  line-height:25px
}
.wwl-country__news-listing .excerpt a {
  color:#3b4037
}
.wwl-country__news-listing .view-more {
  margin-bottom:30px
}
.wwl-country__highlighted-stat-box {
  background:#6b3267;
  color:#fff;
  padding:20px 30px;
  margin-bottom:30px
}
.wwl-country__highlighted-stat-box .stat {
  font-size:35px;
  font-weight:900;
  line-height:45px;
  margin-bottom:10px
}
.wwl-country__highlighted-stat-box .description {
  font-size:18px;
  line-height:25px;
  margin-bottom:20px
}
.wwl-country__highlighted-stat-box a.link {
  color:#fff;
  font-size:16px;
  line-height:25px;
  text-decoration:underline;
  margin-top:0
}
.wwl-country__highlighted-stat-box a.link::after {
  color:#fff
}
.wwl-country__share-buttons {
  margin-bottom:30px
}
.wwl-country__share-buttons h6 {
  margin-bottom:10px
}
.wwl-country__further-links {
  margin-bottom:30px
}
.wwl-country__further-links a {
  display:block;
  margin-bottom:10px
}
.wwl-country .wwl-country__feature-box {
  color:#fff;
  background:#6b3267;
  padding:50px 12.5%
}
.wwl-country .wwl-country__feature-box .small-label {
  margin-bottom:10px;
  text-transform:uppercase;
  font-weight:500;
  color:#fff
}
.wwl-country .wwl-country__feature-box .small-label span {
  padding-left:0;
  font-family:futura-pt,futura-pt-bold,sans-serif;
  font-weight:800;
  font-size:calc(20px + 8*((100vw - 320px)/ 680));
  line-height:calc(18px + 8*((100vw - 320px)/ 680));
  letter-spacing:-.5px;
  display:block
}
.wwl-country .wwl-country__feature-box p {
  margin:0;
  line-height:1.5em
}
.wwl-country.wwl__map-wrapper #panell {
  border-right:1px solid #e3e7e9;
  max-height:calc(-157px + 100vh)
}
.wwl-country-resources {
  background-color:#e8ebec;
  padding:60px 0;
  margin-top:30px
}
.wwl-country-resources__listing .card {
  margin-bottom:30px;
  background:0 0;
  border:0;
  min-height:300px
}
.wwl-country-resources__listing .card .wrap {
  background:#fff;
  flex:1
}
.wwl-country-resources__listing .card:hover {
  cursor:pointer
}
.wwl-country-resources__listing .card:hover a {
  text-decoration:underline
}
.home-hero__banner-contents .wwl-country-resources__listing .card:hover a.donate-submit,
.wwl-country-resources__listing .card:hover .home-hero__banner-contents a.donate-submit,
.wwl-country-resources__listing .card:hover a.btn,
.wwl-country-resources__listing .card:hover a.btn-paypal {
  text-decoration:none;
  background-color:#87bcd2;
  color:#3b4037;
  border-color:#3b4037
}
.wwl-country-resources__listing .card:hover img {
  opacity:.9
}
.wwl-country-resources__listing .card-title {
  font-size:20px;
  line-height:30px;
  font-weight:400;
  margin:0
}
.wwl-country-resources__listing .card-title a {
  color:#3b4037
}
.wwl-country-resources__listing .card-body {
  background:#fff
}
.wwl-country-resources__listing .card-footer {
  border:0;
  background:0 0;
  padding:0 20px 20px 20px;
  align-self:baseline;
  background:#fff;
  width:100%
}
.en__submit .wwl-country-resources__listing button,
.home-hero__banner-contents .wwl-country-resources__listing .donate-submit,
.wwl-country-resources__listing .btn,
.wwl-country-resources__listing .btn-paypal,
.wwl-country-resources__listing .en__submit button,
.wwl-country-resources__listing .home-hero__banner-contents .donate-submit,
.wwl-country-resources__listing input[type=button] {
  display:block
}
.wwl-country-resources .report-download .card-title {
  font-size:30px;
  line-height:40px;
  font-weight:400
}
.wwl-country-resources .report-download img {
  max-width:48%;
  align-self:flex-start;
  padding-right:20px
}
.wwl-trends__banner {
  margin-bottom:30px
}
.wwl-trends__brief {
  display:flex;
  flex-wrap:wrap;
  padding-left:0;
  padding-right:0;
  padding-bottom:60px
}
.wwl-trends__brief article {
  width:33.333%;
  padding:0 20px
}
@media (max-width:1199.98px) {
  .wwl-trends__brief article {
    width:50%
  }
}
@media (max-width:767.98px) {
  .wwl-trends__brief article {
    width:100%
  }
}
.wwl-trends__brief p {
  font-size:16px;
  line-height:25px
}
.wwl-trends__brief span {
  background-color:#c01f1c;
  background-color:#fff;
  border-radius:50%;
  border:2px solid #3b4037;
  width:26px;
  height:26px;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1em;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
.wwl-trends__brief h6 span {
  width:30px;
  height:30px
}
.wwl-trends__section {
  background:#f6f7f8;
  padding:60px 0;
  font-size:16px;
  line-height:25px
}
.wwl-trends__section.alternate {
  background:#fff
}
.wwl-trends__section.alternate h6 {
  margin-bottom:10px
}
.wwl-trends__section p.intro {
  font-size:20px;
  line-height:30px
}
.wwl-trends__section ol {
  padding-left:15px;
  list-style-position:outside
}
.wwl-trends__section ol li {
  padding:0 0 0 10px;
  margin-bottom:30px
}
#panell .wrapper {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px
}
#panell .wwl__rankings-list li a {
  color:#000
}
#panell .left-panel-rankings {
  list-style:none;
  counter-reset:li 0;
  padding:0
}
#panell .left-panel-rankings li {
  counter-increment:li;
  font-size:16px;
  line-height:25px;
  margin-bottom:10px
}
#panell .left-panel-rankings li::before {
  content:counter(li);
  width:25px;
  height:22px;
  margin-right:10px;
  text-align:center;
  font-size:16px;
  line-height:22px;
  background:#c01f1c;
  border-radius:3px;
  color:#fff;
  display:inline-block
}
#panell .left-panel-rankings li.very-high::before {
  background:#e05c16
}
#panell .left-panel-rankings li.high::before {
  background:#eba500
}
#panell.sidebar .left-panel-rankings li::before {
  content:attr(data-order)!important
}
.map-key-interactive {
  display:flex;
  align-items:stretch;
  justify-content:stretch;
  height:26px
}
.map-key-interactive a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  line-height:11px;
  padding:0 3px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:600;
  font-family:futura-pt;
  flex:1 1 auto
}
@media (max-width:767.98px) {
  .map-key-interactive {
    height:auto
  }
  .map-key-interactive a {
    padding:2px 3px;
    font-size:12px
  }
}
.wwl__rankings-list.first.second-column.js-apply-links-list {
  counter-reset:li 0
}
.rankRed {
  background-color:#c01f1c
}
.rankOrange {
  background-color:#e05c16
}
.rankYellow {
  background-color:#eba500
}
.wwl__map-wrapper.sidebar {
  margin-top:20px
}
.wwl__map-wrapper.sidebar .panel {
  position:relative;
  width:100%;
  top:initial;
  left:initial;
  overflow:visible;
  background:#6b3267;
  color:#fff;
  z-index:1
}
.wwl__map-wrapper.sidebar .panel .persecution-levels-wrapper {
  background-color:#fff
}
.wwl__map-wrapper .panel h4 a {
  color:#fff
}
.en__submit .wwl__map-wrapper .panel button,
.home-hero__banner-contents .wwl__map-wrapper .panel .donate-submit,
.wwl__map-wrapper .panel .btn,
.wwl__map-wrapper .panel .btn-paypal,
.wwl__map-wrapper .panel .en__submit button,
.wwl__map-wrapper .panel .home-hero__banner-contents .donate-submit,
.wwl__map-wrapper .panel input[type=button] {
  margin-bottom:20px
}
.wwl__map-wrapper .panel .persecution-levels .progress {
  line-height:1.1em
}
.wwl__map-wrapper .sliding-menu {
  color:#e05c16;
  cursor:pointer;
  margin:9px 17px 9px 13px;
  position:absolute;
  z-index:9;
  text-transform:uppercase;
  font-family:futura-pt,futura-pt-bold,sans-serif;
  letter-spacing:-.5px;
  font-weight:800;
  font-size:20px
}
@media (max-width:991.98px) {
  .wwl__map-wrapper .sliding-menu {
    display:none
  }
}
.wwl__map-wrapper .history {
  width:200px;
  left:50%;
  margin-left:-100px;
  bottom:30px;
  position:absolute;
  transition:.5s
}
@media (max-width:1199.98px) {
  .wwl__map-wrapper .history {
    bottom:10px
  }
}
@media (max-width:991.98px) {
  .wwl__map-wrapper .history {
    display:none
  }
}
.wwl__map-wrapper .history svg {
  width:100%;
  margin-top:-60px
}
.wwl__map-wrapper input[type=range] {
  width:100%;
  margin:0;
  box-sizing:border-box;
  z-index:10;
  position:relative
}
.wwl__map-wrapper .history-wrapper {
  padding:6px;
  padding-bottom:0;
  border-radius:100px;
  margin:0;
  position:relative
}
.wwl__map-wrapper .history-wrapper::before {
  background:#000;
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  bottom:0;
  left:0;
  content:"";
  border-radius:100px;
  display:none
}
.wwl__map-wrapper datalist {
  display:flex;
  width:100%;
  justify-content:space-between;
  padding-top:0;
  font-size:12px;
  font-weight:700;
  color:#000;
  padding:0 6px
}
.wwl__map-wrapper option {
  width:6%;
  display:flex;
  justify-content:center
}
.wwl__map-wrapper option::before {
  content:"";
  width:8px;
  height:8px;
  background:#fff;
  position:absolute;
  top:3px;
  border-radius:50%
}
.wwl__map-wrapper ::-webkit-slider-thumb {
  background:#6b3267;
  border:0;
  width:9px;
  height:9px
}
.wwl__map-wrapper ::-moz-range-thumb {
  background:#6b3267;
  width:9px;
  height:9px;
  border:0
}
.wwl__map-wrapper #panell {
  width:20%;
  min-width:220px;
  left:-100vw
}
.wwl__map-wrapper #panell.visible {
  left:0
}
.wwl__map-wrapper #panelr {
  width:450px;
  max-width:98vw;
  right:-100vw
}
.wwl__map-wrapper #panelr .persecution-levels-wrapper {
  background-color:#f6f7f8
}
.wwl__map-wrapper #panelr.visible {
  right:0
}
.wwl__map-wrapper .panel {
  height:100%;
  width:0;
  position:absolute;
  z-index:10;
  top:0;
  background-color:#fff;
  color:#000;
  overflow-x:hidden;
  transition:.5s
}
.wwl__map-wrapper .panel__contents {
  padding:20px 30px 0 30px;
  background-color:#6b3267;
  position:relative
}
.wwl__map-wrapper .panel h4 {
  margin-left:10px;
  display:flex;
  font-weight:600;
  font-family:futura-pt;
  margin-bottom:15px;
  text-transform:uppercase;
  align-items:center;
  font-size:32px;
  line-height:1.1em
}
.wwl__map-wrapper .panel h4 .rankNum {
  font-family:proxima-nova,sans-serif;
  font-weight:800;
  font-size:32px;
  line-height:1em;
  min-height:52px;
  min-width:52px;
  font-weight:400
}
.wwl__map-wrapper .panel h4 img.flag {
  margin-right:10px;
  width:45px;
  height:auto;
  align-self:center
}
.wwl__map-wrapper .panel .country-details {
  list-style:none;
  padding:0;
  margin:0 4px;
  margin-bottom:10px
}
.wwl__map-wrapper .panel .country-details li {
  margin-bottom:5px;
  display:flex;
  line-height:1.2;
  min-height:25px
}
.wwl__map-wrapper .panel .country-details .label {
  width:55%;
  font-weight:600;
  text-transform:uppercase;
  font-family:futura-pt-bold,sans-serif;
  font-size:16px
}
.wwl__map-wrapper .panel .country-details .value {
  width:45%;
  font-size:14px;
  font-weight:500;
  font-family:proxima-nova
}
.wwl__map-wrapper .panel .persecution-levels-wrapper {
  padding:10px 20px;
  margin-bottom:10px;
  color:#3b4037
}
.wwl__map-wrapper .panel .persecution-levels-wrapper h6 {
  margin-bottom:10px;
  text-transform:uppercase;
  font-weight:400;
  font-size:16px
}
.wwl__map-wrapper .panel .persecution-levels {
  list-style:none;
  padding:0;
  margin:0;
  font-size:13px;
  line-height:26px;
  line-height:20px;
  font-family:proxima-nova,sans-serif;
  font-weight:800
}
.wwl__map-wrapper .panel .persecution-levels li {
  display:flex;
  align-items:center;
  margin-bottom:5px;
  text-transform:uppercase
}
.wwl__map-wrapper .panel .persecution-levels li .icon {
  display:flex;
  align-items:center;
  width:20%;
  margin-right:2px
}
.wwl__map-wrapper .panel .persecution-levels li .icon i {
  border:0;
  min-width:25px;
  min-height:25px;
  width:32px;
  height:35px;
  border-radius:50%
}
.wwl__map-wrapper .panel .persecution-levels li .icon i.violence {
  background:url(https://www.opendoors.org/img/IconSpheres-Violence-WWL2023.png) center center no-repeat;
  background-size:contain
}
.wwl__map-wrapper .panel .persecution-levels li .icon i.church {
  background:url(https://www.opendoors.org/img/IconSpheres-ChurchLife-WWL2023.png) center center no-repeat;
  background-size:contain
}
.wwl__map-wrapper .panel .persecution-levels li .icon i.private {
  background:url(https://www.opendoors.org/img/IconSpheres-PersonalLife-WWL2023.png) center center no-repeat;
  background-size:contain
}
.wwl__map-wrapper .panel .persecution-levels li .icon i.family {
  background:url(https://www.opendoors.org/img/IconSpheres-FamilyLife-WWL2023.png) center center no-repeat;
  background-size:contain
}
.wwl__map-wrapper .panel .persecution-levels li .icon i.community {
  background:url(https://www.opendoors.org/img/IconSpheres-CommunityLife-WWL2023.png) center center no-repeat;
  background-size:contain
}
.wwl__map-wrapper .panel .persecution-levels li .icon i.national {
  background:url(https://www.opendoors.org/img/IconSpheres-NationalLife-WWL2023.png) center center no-repeat;
  background-size:contain
}
.wwl__map-wrapper .panel .persecution-levels .label {
  width:40%;
  min-width:120px;
  line-height:.9em;
  word-break:break-word
}
.wwl__map-wrapper .panel .persecution-levels .value {
  width:18%
}
.wwl__map-wrapper .panel .persecution-levels .score {
  display:none
}
.wwl__map-wrapper .panel .persecution-levels .progress {
  border-radius:15px;
  width:160px;
  background-color:#e8ebec;
  width:40%;
  height:12px
}
.wwl__map-wrapper .panel .persecution-levels .progress .progress-bar {
  background-color:#3b4037;
  border-radius:15px
}
.wwl__map-wrapper .panel .persecution-levels .very-high .progress-bar {
  background:#e05c16
}
.wwl__map-wrapper .panel .persecution-levels .very-high .value {
  color:#e05c16
}
.wwl__map-wrapper .panel .persecution-levels .high .progress-bar {
  background:#eba500
}
.wwl__map-wrapper .panel .persecution-levels .high .value {
  color:#eba500
}
.wwl__map-wrapper .panel .persecution-levels .extreme .progress-bar {
  background-color:#c01f1c
}
.wwl__map-wrapper .panel .persecution-levels .extreme .value {
  color:#c01f1c
}
.wwl__map-wrapper .panel .persecution-levels .dark .progress-bar {
  background-color:#3b4037
}
@media screen and (max-width:1330px) {
  .wwl__map-wrapper .panel .panel-contents {
    padding:20px 20px 0 20px
  }
  .wwl__map-wrapper .panel h4 {
    font-size:30px
  }
  .wwl__map-wrapper .panel h4 .rankNum {
    font-size:22px;
    min-height:36px;
    min-width:36px
  }
  .wwl__map-wrapper .panel .closebtnr {
    top:75px!important
  }
  .wwl__map-wrapper .panel .country-details li {
    min-height:0
  }
  .wwl__map-wrapper .panel .persecution-levels-wrapper {
    margin-bottom:20px
  }
}
@media screen and (max-width:1300px) {
  .wwl__map-wrapper .panel .closebtnr {
    top:15px!important
  }
}
.wwl__map-wrapper .pager a .rank {
  margin-right:10px;
  color:#fff;
  letter-spacing:1.2px;
  border:0;
  font-size:16px;
  line-height:16px;
  min-width:30px;
  min-height:30px;
  display:flex;
  align-items:center;
  justify-content:center
}
.wwl__map-wrapper .pager a .rank.extreme {
  background-color:#c01f1c
}
.wwl__map-wrapper .pager a .rank.very-high {
  background-color:#e05c16
}
.wwl__map-wrapper .pager a .rank.high {
  background-color:#eba500
}
.wwl__map-wrapper .pager {
  display:flex;
  justify-content:space-between;
  width:100%;
  background:#6b3267
}
@media (max-width:991.98px) {
  .wwl__map-wrapper .pager {
    flex-wrap:wrap;
    justify-content:center
  }
  .wwl__map-wrapper .pager>a {
    width:100%
  }
  .wwl__map-wrapper .pager>a.next .button-contents {
    justify-content:flex-end
  }
}
.wwl__map-wrapper .panel .pager a {
  min-height:60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:0;
  height:100%;
  color:#fff;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
  line-height:1em;
  font-weight:600;
  font-family:futura-pt;
  font-size:16px;
  max-width:50%
}
.wwl__map-wrapper .panel .pager a .name {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}
.wwl__map-wrapper .panel .pager a.prev::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  margin-left:20px;
  font-size:30px;
  content:"\f053";
  color:#fff
}
.wwl__map-wrapper .panel .pager a.next::after {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  content:"\f054";
  margin-left:15px;
  margin-right:20px;
  font-size:30px;
  color:#fff
}
.wwl__map-wrapper .panel .pager a:hover.next::after,
.wwl__map-wrapper .panel .pager a:hover.prev::before {
  color:#fff
}
.wwl__map-wrapper .button-contents {
  margin-left:15px;
  margin-right:15px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:hidden
}
.wwl__map-wrapper path {
  stroke:#fff;
  stroke-width:.5px;
  stroke-linejoin:round
}
.wwl__map-wrapper .left {
  left:0
}
.wwl__map-wrapper .right {
  right:0
}
.wwl__map-wrapper .panel-contents {
  padding:25px 15px 0 15px
}
.en__submit .sectionBlockLayout .wwl__map-wrapper button.button1,
.en__submit .wwl__map-wrapper button,
.home-hero__banner-contents .wwl__map-wrapper .donate-submit,
.sectionBlockLayout .en__submit .wwl__map-wrapper button.button1,
.sectionBlockLayout .wwl__map-wrapper .btn.button1,
.sectionBlockLayout .wwl__map-wrapper .button1.btn-paypal,
.sectionBlockLayout .wwl__map-wrapper input.button1[type=button],
.wwl__map-wrapper .btn-paypal,
.wwl__map-wrapper .btn-primary,
.wwl__map-wrapper .en__submit .sectionBlockLayout button.button1,
.wwl__map-wrapper .en__submit button,
.wwl__map-wrapper .home-hero__banner-contents .donate-submit,
.wwl__map-wrapper .sectionBlockLayout .btn.button1,
.wwl__map-wrapper .sectionBlockLayout .button1.btn-paypal,
.wwl__map-wrapper .sectionBlockLayout .en__submit button.button1,
.wwl__map-wrapper .sectionBlockLayout input.button1[type=button],
.wwl__map-wrapper input[type=button] {
  background-color:#e05c16;
  border-color:#e05c16;
  padding:6px 40px 6px 15px;
  border-radius:100px;
  font-size:16px;
  font-weight:600;
  font-family:futura-pt;
  display:inline-flex;
  align-items:center;
  position:relative
}
.en__submit .sectionBlockLayout .wwl__map-wrapper button.button1::after,
.en__submit .wwl__map-wrapper button::after,
.home-hero__banner-contents .wwl__map-wrapper .donate-submit::after,
.sectionBlockLayout .en__submit .wwl__map-wrapper button.button1::after,
.sectionBlockLayout .wwl__map-wrapper .btn.button1::after,
.sectionBlockLayout .wwl__map-wrapper .button1.btn-paypal::after,
.sectionBlockLayout .wwl__map-wrapper input.button1[type=button]::after,
.wwl__map-wrapper .btn-paypal::after,
.wwl__map-wrapper .btn-primary::after,
.wwl__map-wrapper .en__submit .sectionBlockLayout button.button1::after,
.wwl__map-wrapper .en__submit button::after,
.wwl__map-wrapper .home-hero__banner-contents .donate-submit::after,
.wwl__map-wrapper .sectionBlockLayout .btn.button1::after,
.wwl__map-wrapper .sectionBlockLayout .button1.btn-paypal::after,
.wwl__map-wrapper .sectionBlockLayout .en__submit button.button1::after,
.wwl__map-wrapper .sectionBlockLayout input.button1[type=button]::after,
.wwl__map-wrapper input[type=button]::after {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  content:"\f054";
  color:#fff;
  position:absolute;
  right:15px
}
.en__submit .wwl__map-wrapper button:hover,
.home-hero__banner-contents .wwl__map-wrapper .donate-submit:hover,
.sectionBlockLayout .wwl__map-wrapper .btn.button1:hover,
.wwl__map-wrapper .btn-paypal:hover,
.wwl__map-wrapper .btn-primary:hover,
.wwl__map-wrapper .en__submit button:hover,
.wwl__map-wrapper .home-hero__banner-contents .donate-submit:hover,
.wwl__map-wrapper .sectionBlockLayout .btn.button1:hover,
.wwl__map-wrapper input:hover[type=button] {
  border-color:#87bcd2;
  background-color:#87bcd2;
  color:#6b3267;
  transition:all
}
.en__submit .wwl__map-wrapper button:hover::after,
.home-hero__banner-contents .wwl__map-wrapper .donate-submit:hover::after,
.sectionBlockLayout .wwl__map-wrapper .btn.button1:hover::after,
.wwl__map-wrapper .btn-paypal:hover::after,
.wwl__map-wrapper .btn-primary:hover::after,
.wwl__map-wrapper .en__submit button:hover::after,
.wwl__map-wrapper .home-hero__banner-contents .donate-submit:hover::after,
.wwl__map-wrapper .sectionBlockLayout .btn.button1:hover::after,
.wwl__map-wrapper input[type=button]:hover::after {
  color:#6b3267
}
.wwl__map-wrapper .panel .closebtnr {
  position:absolute;
  top:85px;
  right:20px;
  font-size:60px;
  margin-left:50px;
  text-decoration:none
}
.wwl__map-wrapper .panel .closebtnl {
  color:#000;
  text-decoration:none;
  font-size:60px;
  margin-left:80%;
  position:-webkit-sticky;
  position:sticky;
  top:-10px
}
.wwl__map-wrapper #hover,
.wwl__map-wrapper #mapinfobox {
  z-index:2;
  position:absolute;
  top:auto;
  background:#fff;
  padding:6px;
  margin:0;
  color:#000;
  font-size:14px;
  line-height:14px;
  display:flex;
  align-items:center;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif
}
.wwl__map-wrapper #hover {
  background-color:rgba(255,255,255,.5)
}
.wwl__map-wrapper #mapinfobox {
  border-radius:14px;
  text-transform:uppercase
}
.wwl__map-wrapper #mapfs {
  position:absolute;
  top:5px;
  right:5px;
  background:#fff;
  padding:0;
  margin:0;
  color:#000;
  font-size:14px;
  line-height:14px;
  border:1px solid #dfe2e2
}
.wwl__map-wrapper .rankNum {
  padding:0;
  margin:0;
  margin-right:10px;
  color:#fff;
  display:inline-flex;
  min-width:20px;
  min-height:20px;
  align-items:center;
  justify-content:center;
  font-weight:400;
  border-radius:50%;
  line-height:14px;
  font-size:14px
}
.wwl__map-wrapper .rankNum.hover-rank {
  background:#6b3267
}
.wwl__map-wrapper #map svg {
  background:#f2f3f4
}
.wwl__map-wrapper #map svg .country {
  fill:#d1d9db;
  -webkit-transition:fill 1s;
  -moz-transition:fill 1s;
  -o-transition:fill 1s;
  transition:fill 2s
}
.wwl__map-wrapper #map svg .country.disabled {
  pointer-events:none;
  cursor:default
}
.wwl__map-wrapper #map svg .country.disabled {
  fill:#d1d9db
}
.wwl__map-wrapper #map svg .country.level-extreme {
  fill:#c01f1c
}
.wwl__map-wrapper #map svg .country.level-very-high {
  fill:#e05c16
}
.wwl__map-wrapper #map svg .country.level-high {
  fill:#eba500
}
.wwl__map-wrapper #map svg text {
  font-size:14px;
  font-family:futura-pt-bold,sans-serif
}
.wwl__map-wrapper #mapfullscreen:target {
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:rgba(0,0,0,.75)
}
.wwl__map-wrapper #mapfullscreen:target #svg-map {
  position:absolute;
  top:0;
  left:0;
  max-height:100%;
  width:100%;
  border:10pxsolid #fff;
  box-sizing:border-box
}
.wwl__map-wrapper #mapclosefsa,
.wwl__map-wrapper #mapfsa {
  font-weight:inherit;
  color:inherit;
  text-decoration:inherit;
  font-family:inherit
}
.wwl__map-wrapper #mapfullscreen:target #mapbgclose,
.wwl__map-wrapper #mapfullscreen:target #mapclosefs {
  display:block
}
.wwl__map-wrapper #mapfullscreen:target #mapfs {
  display:none
}
.wwl__map-wrapper #mapfullscreen:target #mapbgclose,
.wwl__map-wrapper #mapfullscreen:target #mapclosefs {
  display:block
}
.wwl__map-wrapper #mapfullscreen:target #mapfs {
  display:none
}
.wwl__map-wrapper #map {
  transition:margin-right .5s
}
@media screen and (max-height:450px) {
  .wwl__map-wrapper .panel {
    padding-top:10px
  }
  .wwl__map-wrapper .panel a {
    font-size:18px
  }
}
#map {
  position:relative
}
#map .xrm-editable-html.xrm-attribute {
  height:0
}
.roundlets {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  pointer-events:none;
  display:none
}
@media (max-width:991.98px) {
  .roundlets {
    display:none!important
  }
}
.roundlet {
  position:absolute;
  height:14px;
  width:14px;
  background:#000;
  color:#fff;
  font-size:9px;
  line-height:15px;
  border-radius:50%;
  text-align:center;
  pointer-events:all;
  cursor:pointer
}
.tooltip {
  font-size:.75em
}
.tooltip.in {
  opacity:1
}
.tooltip .tooltip-inner {
  max-width:none
}
.wwl2026-element {
  display:none!important
}
.wwl2026 .wwl2026-element.wwl2026-element-block {
  display:block!important
}
.wwl2026 .wwl2026-element.wwl2026-element-flex {
  display:flex!important
}
section.home-wwl .roundlets {
  opacity:0
}
.extreme .wwl-country__sidebar h6 {
  color:#c01f1c
}
.extreme .wwl-country__header>div {
  border-bottom:3px solid #c01f1c
}
.very-high .wwl-country__sidebar h6 {
  color:#e05c16
}
.very-high .wwl-country__header>div {
  border-bottom:3px solid #e05c16
}
.color-extreme {
  color:#c01f1c
}
.bg-extreme {
  background-color:#c01f1c
}
.color-very-high {
  color:#e05c16
}
.bg-very-high {
  background-color:#e05c16
}
.color-high {
  color:#eba500
}
.bg-high {
  background-color:#eba500
}
.story__header-info .category {
  display:inline-block;
  margin-right:5px
}
.story__header-info time {
  display:inline;
  color:#b1b3af
}
.story__author-avatar {
  width:50px;
  height:50px;
  background-color:#87bcd2;
  display:inline-block;
  margin-right:20px;
  margin-top:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fafbfb;
  font-size:16px;
  line-height:25px;
  border-radius:50%
}
.story__author-avatar img {
  border-radius:50%
}
.story__author,
.story__sharing {
  padding:30px 0;
  font-size:16px;
  line-height:25px;
  font-weight:300
}
.story__author strong,
.story__sharing strong {
  font-weight:600
}
.story__full-width-image figure {
  width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw
}
.story .share-buttons span,
.story .share-this-story__buttons span {
  margin-right:10px
}
@media (max-width:767.98px) {
  .story .share-buttons,
  .story .share-this-story__buttons {
    display:none
  }
}
.story-action-boxes {
  margin-bottom:30px
}
.story-action-boxes hr {
  margin:0 0 60px 0;
  padding:0
}
.story-action-boxes__box {
  background:#87bcd2;
  padding:50px 12.5%;
  margin-bottom:30px
}
.en__submit .story-action-boxes__box button,
.home-hero__banner-contents .story-action-boxes__box .donate-submit,
.story-action-boxes__box .btn,
.story-action-boxes__box .btn-paypal,
.story-action-boxes__box .en__submit button,
.story-action-boxes__box .home-hero__banner-contents .donate-submit,
.story-action-boxes__box input[type=button] {
  margin-top:20px;
  width:280px
}
@media (max-width:991.98px) {
  .en__submit .story-action-boxes__box button,
  .home-hero__banner-contents .story-action-boxes__box .donate-submit,
  .story-action-boxes__box .btn,
  .story-action-boxes__box .btn-paypal,
  .story-action-boxes__box .en__submit button,
  .story-action-boxes__box .home-hero__banner-contents .donate-submit,
  .story-action-boxes__box input[type=button] {
    width:200px
  }
}
@media (max-width:767.98px) {
  .en__submit .story-action-boxes__box button,
  .home-hero__banner-contents .story-action-boxes__box .donate-submit,
  .story-action-boxes__box .btn,
  .story-action-boxes__box .btn-paypal,
  .story-action-boxes__box .en__submit button,
  .story-action-boxes__box .home-hero__banner-contents .donate-submit,
  .story-action-boxes__box input[type=button] {
    width:100%
  }
}
.story-action-boxes__box .small-label {
  margin-bottom:10px
}
.story-action-boxes__box p {
  margin:0
}
.story-action-boxes__box.alternative {
  background-color:#edeff0
}
.share-this-story {
  text-align:center;
  margin-bottom:60px
}
.share-this-story__label {
  margin-bottom:10px
}
.more-stories hr {
  margin:0
}
.more-stories h4 {
  padding-top:60px
}
.more-stories__listing {
  margin-bottom:60px
}
.more-stories__listing h2 {
  margin-bottom:40px
}
.more-stories__listing article {
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #e8ebec;
  padding-right:30px
}
.more-stories__listing article .summary-details {
  color:#b1b3af;
  font-size:16px;
  line-height:25px
}
.more-stories__listing article .excerpt {
  font-size:16px;
  line-height:25px
}
.more-stories__listing article .excerpt a {
  color:#3b4037
}
.more-stories__listing article:hover {
  cursor:pointer
}
.more-stories__listing article:hover img {
  opacity:.8
}
.more-stories__listing article:hover a {
  text-decoration:underline;
  color:#6b3267
}
.error {
  color:red;
  margin-top:5px
}
.donate-thanks .btn-fb,
.donate-thanks .btn-tw {
  width:100%;
  margin-bottom:10px
}
.donate-thanks p {
  font-size:16px;
  line-height:25px;
  margin-bottom:20px
}
@media (max-width:991.98px) {
  .donate-thanks__thanks {
    margin-bottom:30px
  }
}
.donate-thanks__spread {
  text-align:right
}
@media (max-width:991.98px) {
  .donate-thanks__spread {
    text-align:left
  }
}
.donate-step-one__form-wrapper {
  background:#fff;
  padding-top:30px;
  padding-bottom:30px;
  text-align:center;
  margin-top:0
}
@media (min-width:768px) {
  .donate-step-one__form-wrapper {
    padding-top:60px;
    padding-bottom:60px
  }
}
@media (max-width:991.98px) {
  .donate-step-one__form-wrapper form {
    margin:20px 10px 0
  }
}
.donate-step-one__form {
  width:calc(100% - 30px);
  margin-left:auto;
  margin-right:auto;
  font-size:16px;
  line-height:25px
}
@media (min-width:768px) {
  .donate-step-one__form {
    width:75%
  }
}
@media (min-width:992px) {
  .donate-step-one__form {
    width:65%
  }
}
.donate-step-one__donation-type {
  margin-bottom:20px;
  display:flex
}
.donate-step-one__donation-type .btn,
.donate-step-one__donation-type .btn-paypal,
.donate-step-one__donation-type .en__submit button,
.donate-step-one__donation-type .home-hero__banner-contents .donate-submit,
.donate-step-one__donation-type input[type=button],
.en__submit .donate-step-one__donation-type button,
.home-hero__banner-contents .donate-step-one__donation-type .donate-submit {
  min-width:0;
  border-right-width:1px
}
.donate-step-one__donation-type .btn-secondary.btn-paypal:not(.active),
.donate-step-one__donation-type .btn.btn-secondary:not(.active),
.donate-step-one__donation-type .en__submit button.btn-secondary:not(.active),
.donate-step-one__donation-type .home-hero__banner-contents .btn-secondary.donate-submit:not(.active),
.donate-step-one__donation-type input.btn-secondary:not(.active)[type=button],
.en__submit .donate-step-one__donation-type button.btn-secondary:not(.active),
.home-hero__banner-contents .donate-step-one__donation-type .btn-secondary.donate-submit:not(.active) {
  color:#999;
  background-color:#f3f3f3!important;
  border-color:#b8b8b8
}
.donate-step-one__donation-type .btn-secondary.active.btn-paypal,
.donate-step-one__donation-type .btn.btn-secondary.active,
.donate-step-one__donation-type .en__submit button.btn-secondary.active,
.donate-step-one__donation-type .home-hero__banner-contents .btn-secondary.active.donate-submit,
.donate-step-one__donation-type input.btn-secondary.active[type=button],
.en__submit .donate-step-one__donation-type button.btn-secondary.active,
.home-hero__banner-contents .donate-step-one__donation-type .btn-secondary.active.donate-submit {
  color:#fff;
  background-color:#6c757d!important;
  border-color:#6c757d
}
.donate-step-one__donation-type .btn-paypal:first-child,
.donate-step-one__donation-type .btn:first-child,
.donate-step-one__donation-type .en__submit button:first-child,
.donate-step-one__donation-type .home-hero__banner-contents .donate-submit:first-child,
.donate-step-one__donation-type input:first-child[type=button],
.en__submit .donate-step-one__donation-type button:first-child,
.home-hero__banner-contents .donate-step-one__donation-type .donate-submit:first-child {
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.donate-step-one__donation-type .btn-paypal:last-child,
.donate-step-one__donation-type .btn:last-child,
.donate-step-one__donation-type .en__submit button:last-child,
.donate-step-one__donation-type .home-hero__banner-contents .donate-submit:last-child,
.donate-step-one__donation-type input:last-child[type=button],
.en__submit .donate-step-one__donation-type button:last-child,
.home-hero__banner-contents .donate-step-one__donation-type .donate-submit:last-child {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-right-width:2px
}
@media (min-width:768px) {
  .donate-step-one.donations-v2__form-wrapper {
    padding-top:0
  }
  .donate-step-one.donations-v2__donation-type {
    margin:0 -27% 20px
  }
  .donate-step-one.donations-v2__donation-type .btn,
  .donate-step-one.donations-v2__donation-type .btn-paypal,
  .donate-step-one.donations-v2__donation-type .en__submit button,
  .donate-step-one.donations-v2__donation-type .home-hero__banner-contents .donate-submit,
  .donate-step-one.donations-v2__donation-type input[type=button],
  .en__submit .donate-step-one.donations-v2__donation-type button,
  .home-hero__banner-contents .donate-step-one.donations-v2__donation-type .donate-submit {
    margin-top:0;
    border:0
  }
}
.donate-step-one select {
  margin-bottom:20px;
  width:100%;
  text-align:center
}
.donate-step-one select option {
  font-size:16px;
  line-height:25px
}
.donate-step-one__amount-box {
  font-weight:700;
  margin-bottom:40px;
  border:1px solid #f1f3f3;
  border-radius:3px;
  padding:50px;
  width:100%;
  text-align:center;
  text-transform:uppercase;
  display:flex;
  flex-direction:column;
  align-items:center
}
.donate-step-one__amount-box label {
  margin-bottom:4px
}
.donate-step-one__amount-box .input-group {
  width:180px;
  border:1px solid #e8ebec;
  border-radius:3px
}
.donate-step-one__amount-box .input-group-text {
  background:#fff;
  border:0
}
.donate-step-one__amount-box input {
  border-radius:3px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  border:0;
  text-align:center
}
.donate-step-one__options {
  display:flex;
  margin:50px -16%;
  justify-content:center
}
.donate-step-one__options .option {
  background:0 0;
  padding:0;
  border:0;
  margin-right:10px;
  flex-basis:0;
  flex-grow:1
}
.donate-step-one__options .option:last-child {
  margin-right:0
}
.donate-step-one__options .option .thumbnail {
  position:relative;
  height:230px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  border:7px solid transparent
}
.donate-step-one__options .option.active .thumbnail,
.donate-step-one__options .option:hover .thumbnail {
  cursor:pointer;
  border:7px solid #6b3267
}
.donate-step-one__options .option span {
  padding:10px 5px;
  display:block;
  text-align:left;
  font-size:14px;
  line-height:22px;
  text-align:center
}
@media (max-width:767.98px) {
  .donate-step-one__options .option span {
    margin-bottom:20px
  }
}
.donate-step-one__options .option span.header {
  color:#fff;
  font-size:50px;
  line-height:25px;
  font-weight:900;
  position:absolute;
  bottom:15px;
  left:15px;
  padding:10px;
  text-shadow:0 0 4px #562952
}
@media (max-width:991.98px) {
  .donate-step-one__options {
    margin:50px 0
  }
}
@media (max-width:575.98px) {
  .donate-step-one__options {
    display:block
  }
  .donate-step-one__options button {
    width:65%;
    margin-bottom:20px
  }
}
.donate-step-one .btn,
.donate-step-one .btn-paypal,
.donate-step-one .en__submit button,
.donate-step-one .home-hero__banner-contents .donate-submit,
.donate-step-one input[type=button],
.en__submit .donate-step-one button,
.home-hero__banner-contents .donate-step-one .donate-submit {
  width:100%;
  margin-bottom:20px
}
.donate-step-one small {
  font-size:14px;
  line-height:20px;
  color:#d1d7da
}
.donate-step-one label,
.donate-step-one p {
  text-align:left
}
.donate-steps__form-wrapper {
  background:#fff;
  padding-bottom:60px
}
.donate-steps__form #paymentContainer,
.donate-steps__form #paymentMethods {
  margin-bottom:20px
}
.donate-steps__form #paymentMethods .form-check-input {
  margin:4px 4px 0 0;
  display:none
}
.donate-steps__form #paymentMethods label {
  border-radius:7px;
  padding:0 5px 0 3;
  border:3px solid transparent
}
.donate-steps__form #paymentMethods label.active {
  background:#87bcd2;
  color:#fff;
  padding:0 5px 0 0
}
.donate-steps__form .donate-method {
  border:solid 3px transparent;
  border-radius:7px;
  margin-right:5px
}
.donate-steps__form .donate-method.active,
.donate-steps__form .donate-method:hover {
  border:solid 3px #e05c16;
  border-radius:7px;
  cursor:pointer
}
.donate-steps__context-note {
  padding:11px 0 11px 5px
}
.donate-steps__amount-box-wrap {
  display:flex
}
.donate-steps__featured-image {
  border:1px solid #4e4e4e;
  border-radius:5px 5px 2px 2px;
  margin:0 0 40px;
  padding:0
}
.donate-steps__featured-image img {
  width:220px;
  height:auto;
  margin-bottom:0;
  border:6px solid #6b3267
}
@media (max-width:991.98px) {
  .donate-steps__featured-image img {
    width:100%
  }
}
.donate-steps__featured-image>h5.title {
  text-align:center;
  width:100.2%;
  max-width:initial;
  margin-bottom:0;
  padding:10px;
  color:#fff;
  background:#4e4e4e;
  border:2px solid #4e4e4e;
  font-size:1em;
  line-height:1.5em;
  border-radius:5px 5px 0 0
}
.donate-steps__amount-box {
  font-weight:700;
  margin-bottom:40px;
  margin-bottom:20px
}
.donate-steps__amount-box label {
  margin-bottom:4px
}
.donate-steps__amount-box .input-group {
  width:180px;
  border:1px solid #e8ebec;
  border-radius:3px
}
.donate-steps__amount-box .input-group-text {
  background:#fff;
  border:0
}
.donate-steps__amount-box input {
  border-radius:3px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  border:0;
  text-align:center
}
@media (max-width:991.98px) {
  .donate-steps__amount-box .input-group {
    margin-left:auto;
    margin-right:auto
  }
}
.donate-steps .card {
  border:0;
  padding-bottom:3px
}
.donate-steps__card-number {
  background-image:url(/img/logo-mastercard.png);
  background-size:40px;
  background-position:center right 10px;
  background-repeat:no-repeat
}
.donate-steps .card-header {
  background:#87bcd2;
  color:#3b4037
}
@media (max-width:991.98px) {
  .donate-steps__form-wrapper {
    padding-left:8.333%;
    padding-right:8.333%
  }
}
@media (max-width:767.98px) {
  .donate-steps__form-wrapper {
    padding-left:15px;
    padding-right:15px
  }
}
.gift-aid {
  margin-top:30px
}
.gift-aid-logo {
  width:140px;
  height:auto;
  display:block;
  margin-right:20px
}
.donation-progress {
  margin:60px 0 100px;
  overflow:auto
}
@media (max-width:991.98px) {
  .donation-progress {
    margin:40px 0 60px
  }
}
@media (max-width:575.98px) {
  .donation-progress {
    margin:10px 0
  }
  .donation-progress__bar {
    display:none
  }
}
.donation-progress__bar {
  padding:0
}
.donation-progress__bar li {
  list-style-type:none;
  width:33%;
  float:left;
  font-size:12px;
  position:relative;
  text-align:center;
  color:#b1b3af;
  z-index:1;
  font-size:16px;
  line-height:25px
}
.donation-progress__bar li::before {
  width:20px;
  height:20px;
  content:"";
  line-height:20px;
  border:2px solid #b1b3af;
  display:block;
  text-align:center;
  margin:0 auto 10px auto;
  border-radius:50%;
  background-color:#fff
}
.donation-progress__bar li::after {
  width:100%;
  height:2px;
  content:'';
  position:absolute;
  background-color:#b1b3af;
  top:10px;
  left:calc(-50% + 10px);
  z-index:-1
}
.donation-progress__bar li:first-child:after {
  content:none
}
.donation-progress__bar li.current,
.donation-progress__bar li.done {
  color:#3b4037
}
.donation-progress__bar li.current::before,
.donation-progress__bar li.done::before {
  border-color:#3b4037;
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  font-size:11px;
  line-height:18px;
  color:#fff;
  display:block
}
.donation-progress__bar li.done::before {
  content:"\f00c";
  background:#3b4037
}
.donation-progress__bar li.current::before {
  content:"\f105";
  color:#3b4037;
  font-size:17px;
  line-height:17px;
  padding-left:1px
}
.donation-progress__bar li.done+li:after {
  background-color:#3b4037
}
.dd-logo,
.ga-logo {
  max-width:150px;
  margin-bottom:10px
}
.fr-logo {
  width:130px;
  height:55px
}
.result-message {
  line-height:22px;
  font-size:16px
}
.result-message a {
  color:#596fd6;
  font-weight:600;
  text-decoration:none
}
#card-error {
  color:#697386;
  text-align:left;
  font-size:13px;
  line-height:17px;
  margin-top:12px
}
#card-element,
#card-element-cvc,
#card-element-expiry {
  width:100%;
  background:#fff;
  height:calc(1.5em + 1rem + 2px);
  padding:.7rem 1rem;
  line-height:1.5;
  border-radius:.3rem;
  border:1px solid #ced4da
}
#card-element-cvc,
#card-element-expiry {
  width:100px
}
#paymentContainer .form-group {
  margin-top:20px
}
#payment-request-button {
  margin-bottom:32px
}
stripeButton:disabled {
  opacity:.5;
  cursor:default
}
.advocacy hr {
  margin:60px 0
}
@media (min-width:1200px) {
  .advocacy hr {
    margin-left:-8.3333%;
    margin-right:-8.3333%
  }
}
@media (max-width:1199.98px) {
  .advocacy__header {
    display:flex;
    flex-direction:column
  }
  .advocacy hr {
    border:0;
    margin:30px
  }
  .advocacy .link-buttons {
    order:2;
    margin-bottom:0
  }
  .advocacy .intro-content {
    order:1
  }
}
@media (max-width:767.98px) {
  .advocacy .tns-nav {
    display:none
  }
  .advocacy .take-action {
    margin-bottom:30px
  }
}
.latest-stories__filter {
  margin-bottom:30px
}
.latest-stories__header {
  border-bottom:1px solid #e8ebec;
  margin-bottom:20px
}
.latest-stories__header h6 {
  margin-bottom:9px
}
.latest-stories__row {
  margin-right:-10px;
  margin-left:-10px
}
.latest-stories__column {
  padding-right:10px!important;
  padding-left:10px!important;
  position:relative
}
.latest-stories__column.large .title {
  font-size:25px;
  font-weight:900;
  line-height:35px
}
.latest-stories__column.medium {
  font-size:20px;
  line-height:30px;
  font-weight:900
}
.latest-stories__column.small .title {
  font-size:16px;
  line-height:25px;
  font-weight:700
}
.latest-stories__column.small-stack .title {
  font-size:16px;
  line-height:25px;
  font-weight:700
}
@media (max-width:991.98px) {
  .latest-stories__column.large .title,
  .latest-stories__column.medium .title,
  .latest-stories__column.small .title,
  .latest-stories__column.small-stack .title {
    font-size:16px;
    line-height:25px;
    font-weight:700
  }
  .latest-stories__column.small-stack {
    display:flex;
    flex-direction:row
  }
  .latest-stories__column.small-stack .latest-stories__item {
    width:calc(50% - 10px)
  }
  .latest-stories__column.small-stack .latest-stories__item:first-child {
    margin-right:20px
  }
}
@media (max-width:767.98px) {
  .latest-stories__column.small-stack {
    display:block
  }
  .latest-stories__column.small-stack .latest-stories__item {
    width:100%
  }
}
.latest-stories__listing {
  margin-bottom:30px
}
.latest-stories__listing img {
  width:100%;
  height:100%;
  object-fit:cover;
  align-self:flex-start
}
.latest-stories__item {
  position:relative;
  margin-bottom:20px
}
.latest-stories__item:hover {
  cursor:pointer
}
.latest-stories__item:hover img {
  opacity:.9
}
.latest-stories__item:after {
  position:absolute;
  content:"";
  height:150px;
  width:100%;
  bottom:0;
  left:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)
}
.latest-stories__contents {
  position:absolute;
  bottom:0;
  padding:20px;
  z-index:1
}
.latest-stories__contents .title {
  color:#fafbfb;
  font-weight:600
}
.latest-stories__contents .title a {
  color:#fafbfb;
  text-decoration:none
}
.latest-stories__contents .meta {
  color:#fff;
  font-size:16px;
  line-height:25px;
  font-weight:400
}
.latest-stories__contents .label {
  background:#6b3267;
  color:#fff;
  display:inline-block;
  padding:5px;
  text-transform:uppercase;
  font-weight:700;
  font-family:futura-pt-bold,sans-serif;
  font-weight:400
}
.latest-stories #load-more {
  margin-bottom:30px
}
.small-stack .latest-stories__item {
  height:calc(50% - 20px)
}
.latest-stories__item {
  height:calc(100% - 20px)
}
.latest-stories__column {
  min-height:300px;
  flex:0 0 100%;
  max-width:100%
}
.latest-stories__column.medium,
.latest-stories__column.small {
  min-height:190px
}
.tns-nav button.tns-nav-active {
  background:#9d6c9a
}
.tns-nav button {
  margin:1px!important;
  background:#bababa
}
.slider-style-two__slide .extra {
  display:none;
  font-size:15px;
  line-height:18px;
  margin-top:15px;
  transition:.3s all linear
}
.slider-style-two .title-wrapper {
  z-index:99
}
.slider-style-two__slide:hover .extra {
  display:block;
  z-index:9;
  color:#fff;
  position:absolute;
  top:20px;
  left:20px;
  right:20px;
  width:calc(100% - 60px)
}
@media only screen and (max-width:767.98px) {
  .slider-style-two__slide:hover .extra {
    margin-top:0;
    left:15px;
    right:15px;
    top:15px;
    width:calc(100% - 40px)
  }
}
.slider-style-two .slider-style-two__slide:hover::before {
  opacity:.4;
  pointer-events:none
}
.more-stories__listing article {
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #d1d7da;
  padding-right:30px;
  display:flex
}
.more-stories__listing .thumbnail {
  width:80px;
  margin-right:20px
}
.more-stories__listing article .content {
  width:calc(100% - 10px)
}
.latest-stories__2colitem.featured-actions__heading,
.latest-stories__2colitem.featured-actions__listing,
.latest-stories__2colitem.features-block__heading,
.latest-stories__2colitem.features-block__listing,
.latest-stories__2colitem.latest-stories__row,
.latest-stories__2colitem.row {
  margin-right:-5px;
  margin-left:-5px;
  margin-bottom:20px
}
.latest-stories__2colitem>div:first-child {
  padding-left:0;
  padding-right:0
}
.latest-stories__2colitem>div:last-child {
  background:#efefef
}
.latest-stories__2colitem .latest-stories__contents {
  position:relative;
  bottom:initial;
  padding:0
}
.latest-stories__2colitem .contents {
  padding-top:16px;
  padding-bottom:10px
}
.latest-stories__2colitem .title {
  line-height:1.2em;
  padding-bottom:5px
}
.latest-stories__2colitem .title a {
  text-decoration:none;
  color:#6b3267;
  font-weight:600
}
.latest-stories__2colitem .meta {
  font-size:.7em;
  line-height:1.4em
}
.latest-stories__2colitem .meta .summary-details {
  font-style:italic;
  font-size:1em
}
.latest-stories__2colitem p.meta.summary {
  font-size:.8em;
  line-height:1.2em;
  margin-bottom:2px
}
@media only screen and (min-width:769px) {
  .latest-stories__2colitem>div {
    padding-left:0;
    padding-right:15px!important;
    background:#efefef
  }
}
.latest-stories__sidebar .latest-stories__2colitem>div {
  padding-left:10px;
  background:initial
}
.latest-stories__sidebar .latest-stories__2colitem span.label {
  text-transform:uppercase
}
.latest-stories__sidebar .title {
  font-size:.8em;
  padding-bottom:0
}
.resources {
  font-size:16px;
  line-height:25px
}
.resources__intro {
  margin-bottom:40px
}
.resources__listing {
  background-color:#f6f7f8;
  padding:50px 0
}
.resources__items {
  display:flex;
  flex-wrap:wrap
}
.resources__items article {
  width:50%;
  display:flex;
  padding-bottom:20px;
  margin-bottom:20px;
  padding-right:30px
}
.resources__items article:hover {
  cursor:pointer
}
.resources__items article:hover .thumbnail {
  position:relative;
  display:block
}
.resources__items article:hover .thumbnail::after {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:#eba500;
  content:"";
  z-index:1
}
.resources__items article:hover .thumbnail::before {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  content:"\f054";
  display:flex;
  justify-content:center;
  align-items:center;
  color:#c01f1c;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  font-size:28px
}
.resources__items article h6 {
  margin-bottom:10px
}
.resources__items article img {
  min-width:180px;
  height:auto
}
.resources__items article .content {
  margin-left:20px
}
.resources__items article .view-more {
  margin-top:10px
}
@media (max-width:991.98px) {
  .resources__items {
    display:block
  }
  .resources__items article {
    width:100%
  }
}
@media (max-width:575.98px) {
  .resources__items {
    margin-top:15px
  }
  .resources__items article {
    display:block;
    padding-right:0
  }
  .resources__items article img {
    margin-bottom:10px
  }
  .resources__items article .content {
    margin-left:0
  }
}
.resources #load-more {
  background-color:transparent;
  margin-top:20px
}
.single-resource__thumbnail {
  margin-bottom:30px
}
.single-resource ul {
  padding-left:25px
}
.single-resource__order-form {
  margin-bottom:40px
}
#product-shop .price {
  text-transform:uppercase;
  margin-bottom:10px
}
#product-shop label {
  line-height:50px
}
#product-shop input {
  border-radius:3px
}
.shopping-cart {
  margin-bottom:60px
}
.shopping-cart .grand-total {
  margin-bottom:20px
}
.shopping-cart .table thead th {
  background-color:#f6f7f8;
  border:0
}
.shopping-cart .input-group-addon {
  padding:0 5px
}
.shopping-cart .grand-total {
  margin-top:40px
}
@media (max-width:991.98px) {
  .shopping-cart td.description {
    width:100%!important;
    display:block!important
  }
  .en__submit .shopping-cart .form-actions button,
  .home-hero__banner-contents .shopping-cart .form-actions .donate-submit,
  .shopping-cart .form-actions .btn,
  .shopping-cart .form-actions .btn-paypal,
  .shopping-cart .form-actions .en__submit button,
  .shopping-cart .form-actions .home-hero__banner-contents .donate-submit,
  .shopping-cart .form-actions input[type=button] {
    width:20%;
    padding-left:0;
    padding-right:0;
    margin-bottom:10px
  }
}
.shopping-cart .table-wrapper {
  overflow-x:auto
}
@media (max-width:767.98px) {
  .shopping-cart {
    font-size:14px
  }
  .en__submit .shopping-cart .form-actions button,
  .home-hero__banner-contents .shopping-cart .form-actions .donate-submit,
  .shopping-cart .form-actions .btn,
  .shopping-cart .form-actions .btn-paypal,
  .shopping-cart .form-actions .en__submit button,
  .shopping-cart .form-actions .home-hero__banner-contents .donate-submit,
  .shopping-cart .form-actions input[type=button] {
    width:100%
  }
}
table.line-items {
  width:100%;
  margin-bottom:30px
}
table.line-items input[type=checkbox] {
  margin-right:10px
}
.feature-stories-block {
  margin-bottom:30px;
  position:relative
}
.action-block__label,
.feature-stories-block .small-label {
  position:absolute;
  z-index:1;
  padding:20px
}
.feature-stories-block p {
  color:#fff;
  text-shadow:0 0 10px #000
}
.action-block {
  text-align:center;
  padding:10px 20px
}
.action-block .action-block__thumbnail {
  position:relative;
  clip-path:circle(45%)
}
.action-block .action-block__label {
  font-size:2em;
  color:#fff;
  width:100%;
  bottom:50%;
  margin-bottom:-1em;
  font-weight:700
}
.action-block__thumbnail img {
  border-radius:50%
}
.img-fluid {
  margin-top:26px
}
.img-round {
  border-radius:50%
}
.cke_reset_all iframe {
  min-height:75vh
}
.cke_editable .home-hero__banner-description,
.cke_editable .home-hero__banner-title,
.cke_editable .page-hero__banner-title {
  color:#000
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  min-width:300px
}
.cke_editable .collapse:not(.show) {
  display:block
}
