@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: #39d1b4;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff5e00;
  --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; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: left;
  background-color: #f9f9f9; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 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: #39d1b4;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #249a83;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
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; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: 0.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, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.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: 0.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: 0.25rem;
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.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: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .share-buttons > a, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3, .share-buttons > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: #313131; }
  .table th,
  .table td {
    padding: 0.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 th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #313131;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8f2ea; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #98e7d8; }

.table-hover .table-primary:hover {
  background-color: #b3ede2; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b3ede2; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  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 > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  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 > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  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 > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  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 > th,
.table-danger > td {
  background-color: #ffd2b8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffab7a; }

.table-hover .table-danger:hover {
  background-color: #ffc29f; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffc29f; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  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 > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 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 th,
  .table-dark td,
  .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, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.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, .pledge-giftaid .container input,
.pledge-giftaid .container select, #press_edit form p input:not([type="checkbox"]),
#press_edit form p textarea,
#press_new form p input:not([type="checkbox"]),
#press_new form p textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.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: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .pledge-giftaid .container input,
    .pledge-giftaid .container select, #press_edit form p input:not([type="checkbox"]),
    #press_edit form p textarea,
    #press_new form p input:not([type="checkbox"]),
    #press_new form p textarea {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand, .pledge-giftaid .container input::-ms-expand,
  .pledge-giftaid .container select::-ms-expand, #press_edit form p input:not([type="checkbox"])::-ms-expand,
  #press_edit form p textarea::-ms-expand,
  #press_new form p input:not([type="checkbox"])::-ms-expand,
  #press_new form p textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .pledge-giftaid .container input:focus,
  .pledge-giftaid .container select:focus, #press_edit form p input:focus:not([type="checkbox"]),
  #press_edit form p textarea:focus,
  #press_new form p input:focus:not([type="checkbox"]),
  #press_new form p textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a0e9db;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }
  .form-control::-webkit-input-placeholder, .pledge-giftaid .container input::-webkit-input-placeholder,
  .pledge-giftaid .container select::-webkit-input-placeholder, #press_edit form p input:not([type="checkbox"])::-webkit-input-placeholder,
  #press_edit form p textarea::-webkit-input-placeholder,
  #press_new form p input:not([type="checkbox"])::-webkit-input-placeholder,
  #press_new form p textarea::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder, .pledge-giftaid .container input::-moz-placeholder,
  .pledge-giftaid .container select::-moz-placeholder, #press_edit form p input:not([type="checkbox"])::-moz-placeholder,
  #press_edit form p textarea::-moz-placeholder,
  #press_new form p input:not([type="checkbox"])::-moz-placeholder,
  #press_new form p textarea::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .pledge-giftaid .container input:-ms-input-placeholder,
  .pledge-giftaid .container select:-ms-input-placeholder, #press_edit form p input:not([type="checkbox"]):-ms-input-placeholder,
  #press_edit form p textarea:-ms-input-placeholder,
  #press_new form p input:not([type="checkbox"]):-ms-input-placeholder,
  #press_new form p textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder, .pledge-giftaid .container input::-ms-input-placeholder,
  .pledge-giftaid .container select::-ms-input-placeholder, #press_edit form p input:not([type="checkbox"])::-ms-input-placeholder,
  #press_edit form p textarea::-ms-input-placeholder,
  #press_new form p input:not([type="checkbox"])::-ms-input-placeholder,
  #press_new form p textarea::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, .pledge-giftaid .container input::placeholder,
  .pledge-giftaid .container select::placeholder, #press_edit form p input:not([type="checkbox"])::placeholder,
  #press_edit form p textarea::placeholder,
  #press_new form p input:not([type="checkbox"])::placeholder,
  #press_new form p textarea::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .pledge-giftaid .container input:disabled,
  .pledge-giftaid .container select:disabled, #press_edit form p input:disabled:not([type="checkbox"]),
  #press_edit form p textarea:disabled,
  #press_new form p input:disabled:not([type="checkbox"]),
  #press_new form p textarea:disabled, .form-control[readonly], .pledge-giftaid .container input[readonly],
  .pledge-giftaid .container select[readonly], #press_edit form p input[readonly]:not([type="checkbox"]),
  #press_edit form p textarea[readonly],
  #press_new form p input[readonly]:not([type="checkbox"]),
  #press_new form p textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value,
.pledge-giftaid .container select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #313131;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size],
.pledge-giftaid .container select[size], select.form-control[multiple],
.pledge-giftaid .container select[multiple] {
  height: auto; }

textarea.form-control,
#press_edit form p textarea,
#press_new form p textarea {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
}

.amount-btn.selected {
     color: #ffffff;
    background-color: #ff5e00;
    border-color: #ff5e00;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated .pledge-giftaid .container input:valid, .pledge-giftaid .container .was-validated input:valid,
.was-validated .pledge-giftaid .container select:valid, .pledge-giftaid .container .was-validated select:valid, .was-validated #press_edit form p input:valid:not([type="checkbox"]), #press_edit form p .was-validated input:valid:not([type="checkbox"]),
.was-validated #press_edit form p textarea:valid, #press_edit form p .was-validated textarea:valid,
.was-validated #press_new form p input:valid:not([type="checkbox"]), #press_new form p .was-validated input:valid:not([type="checkbox"]),
.was-validated #press_new form p textarea:valid, #press_new form p .was-validated textarea:valid, .form-control.is-valid, .pledge-giftaid .container input.is-valid,
.pledge-giftaid .container select.is-valid, #press_edit form p input.is-valid:not([type="checkbox"]),
#press_edit form p textarea.is-valid,
#press_new form p input.is-valid:not([type="checkbox"]),
#press_new form p textarea.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .pledge-giftaid .container input:valid:focus, .pledge-giftaid .container .was-validated input:valid:focus,
  .was-validated .pledge-giftaid .container select:valid:focus, .pledge-giftaid .container .was-validated select:valid:focus, .was-validated #press_edit form p input:valid:focus:not([type="checkbox"]), #press_edit form p .was-validated input:valid:focus:not([type="checkbox"]),
  .was-validated #press_edit form p textarea:valid:focus, #press_edit form p .was-validated textarea:valid:focus,
  .was-validated #press_new form p input:valid:focus:not([type="checkbox"]), #press_new form p .was-validated input:valid:focus:not([type="checkbox"]),
  .was-validated #press_new form p textarea:valid:focus, #press_new form p .was-validated textarea:valid:focus, .form-control.is-valid:focus, .pledge-giftaid .container input.is-valid:focus,
  .pledge-giftaid .container select.is-valid:focus, #press_edit form p input.is-valid:focus:not([type="checkbox"]),
  #press_edit form p textarea.is-valid:focus,
  #press_new form p input.is-valid:focus:not([type="checkbox"]),
  #press_new form p textarea.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .pledge-giftaid .container input:valid ~ .valid-feedback, .pledge-giftaid .container .was-validated input:valid ~ .valid-feedback, .was-validated .pledge-giftaid .container select:valid ~ .valid-feedback, .pledge-giftaid .container .was-validated select:valid ~ .valid-feedback, .was-validated #press_edit form p input:valid:not([type="checkbox"]) ~ .valid-feedback, #press_edit form p .was-validated input:valid:not([type="checkbox"]) ~ .valid-feedback, .was-validated #press_edit form p textarea:valid ~ .valid-feedback, #press_edit form p .was-validated textarea:valid ~ .valid-feedback, .was-validated #press_new form p input:valid:not([type="checkbox"]) ~ .valid-feedback, #press_new form p .was-validated input:valid:not([type="checkbox"]) ~ .valid-feedback, .was-validated #press_new form p textarea:valid ~ .valid-feedback, #press_new form p .was-validated textarea:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .pledge-giftaid .container input:valid ~ .valid-tooltip,
  .pledge-giftaid .container .was-validated input:valid ~ .valid-tooltip,
  .was-validated .pledge-giftaid .container select:valid ~ .valid-tooltip,
  .pledge-giftaid .container .was-validated select:valid ~ .valid-tooltip,
  .was-validated #press_edit form p input:valid:not([type="checkbox"]) ~ .valid-tooltip,
  #press_edit form p .was-validated input:valid:not([type="checkbox"]) ~ .valid-tooltip,
  .was-validated #press_edit form p textarea:valid ~ .valid-tooltip,
  #press_edit form p .was-validated textarea:valid ~ .valid-tooltip,
  .was-validated #press_new form p input:valid:not([type="checkbox"]) ~ .valid-tooltip,
  #press_new form p .was-validated input:valid:not([type="checkbox"]) ~ .valid-tooltip,
  .was-validated #press_new form p textarea:valid ~ .valid-tooltip,
  #press_new form p .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .pledge-giftaid .container input.is-valid ~ .valid-feedback, .pledge-giftaid .container select.is-valid ~ .valid-feedback, #press_edit form p input.is-valid:not([type="checkbox"]) ~ .valid-feedback, #press_edit form p textarea.is-valid ~ .valid-feedback, #press_new form p input.is-valid:not([type="checkbox"]) ~ .valid-feedback, #press_new form p textarea.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .pledge-giftaid .container input.is-valid ~ .valid-tooltip,
  .pledge-giftaid .container select.is-valid ~ .valid-tooltip,
  #press_edit form p input.is-valid:not([type="checkbox"]) ~ .valid-tooltip,
  #press_edit form p textarea.is-valid ~ .valid-tooltip,
  #press_new form p input.is-valid:not([type="checkbox"]) ~ .valid-tooltip,
  #press_new form p textarea.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid,
.was-validated #press_edit form p textarea:valid, #press_edit form p .was-validated textarea:valid,
.was-validated #press_new form p textarea:valid, #press_new form p .was-validated textarea:valid, textarea.form-control.is-valid,
#press_edit form p textarea.is-valid,
#press_new form p textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.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 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff5e00; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 94, 0, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .pledge-giftaid .container input:invalid, .pledge-giftaid .container .was-validated input:invalid,
.was-validated .pledge-giftaid .container select:invalid, .pledge-giftaid .container .was-validated select:invalid, .was-validated #press_edit form p input:invalid:not([type="checkbox"]), #press_edit form p .was-validated input:invalid:not([type="checkbox"]),
.was-validated #press_edit form p textarea:invalid, #press_edit form p .was-validated textarea:invalid,
.was-validated #press_new form p input:invalid:not([type="checkbox"]), #press_new form p .was-validated input:invalid:not([type="checkbox"]),
.was-validated #press_new form p textarea:invalid, #press_new form p .was-validated textarea:invalid, .form-control.is-invalid, .pledge-giftaid .container input.is-invalid,
.pledge-giftaid .container select.is-invalid, #press_edit form p input.is-invalid:not([type="checkbox"]),
#press_edit form p textarea.is-invalid,
#press_new form p input.is-invalid:not([type="checkbox"]),
#press_new form p textarea.is-invalid {
  border-color: #ff5e00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5e00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5e00' 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(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .pledge-giftaid .container input:invalid:focus, .pledge-giftaid .container .was-validated input:invalid:focus,
  .was-validated .pledge-giftaid .container select:invalid:focus, .pledge-giftaid .container .was-validated select:invalid:focus, .was-validated #press_edit form p input:invalid:focus:not([type="checkbox"]), #press_edit form p .was-validated input:invalid:focus:not([type="checkbox"]),
  .was-validated #press_edit form p textarea:invalid:focus, #press_edit form p .was-validated textarea:invalid:focus,
  .was-validated #press_new form p input:invalid:focus:not([type="checkbox"]), #press_new form p .was-validated input:invalid:focus:not([type="checkbox"]),
  .was-validated #press_new form p textarea:invalid:focus, #press_new form p .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .pledge-giftaid .container input.is-invalid:focus,
  .pledge-giftaid .container select.is-invalid:focus, #press_edit form p input.is-invalid:focus:not([type="checkbox"]),
  #press_edit form p textarea.is-invalid:focus,
  #press_new form p input.is-invalid:focus:not([type="checkbox"]),
  #press_new form p textarea.is-invalid:focus {
    border-color: #ff5e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .pledge-giftaid .container input:invalid ~ .invalid-feedback, .pledge-giftaid .container .was-validated input:invalid ~ .invalid-feedback, .was-validated .pledge-giftaid .container select:invalid ~ .invalid-feedback, .pledge-giftaid .container .was-validated select:invalid ~ .invalid-feedback, .was-validated #press_edit form p input:invalid:not([type="checkbox"]) ~ .invalid-feedback, #press_edit form p .was-validated input:invalid:not([type="checkbox"]) ~ .invalid-feedback, .was-validated #press_edit form p textarea:invalid ~ .invalid-feedback, #press_edit form p .was-validated textarea:invalid ~ .invalid-feedback, .was-validated #press_new form p input:invalid:not([type="checkbox"]) ~ .invalid-feedback, #press_new form p .was-validated input:invalid:not([type="checkbox"]) ~ .invalid-feedback, .was-validated #press_new form p textarea:invalid ~ .invalid-feedback, #press_new form p .was-validated textarea:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .pledge-giftaid .container input:invalid ~ .invalid-tooltip,
  .pledge-giftaid .container .was-validated input:invalid ~ .invalid-tooltip,
  .was-validated .pledge-giftaid .container select:invalid ~ .invalid-tooltip,
  .pledge-giftaid .container .was-validated select:invalid ~ .invalid-tooltip,
  .was-validated #press_edit form p input:invalid:not([type="checkbox"]) ~ .invalid-tooltip,
  #press_edit form p .was-validated input:invalid:not([type="checkbox"]) ~ .invalid-tooltip,
  .was-validated #press_edit form p textarea:invalid ~ .invalid-tooltip,
  #press_edit form p .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated #press_new form p input:invalid:not([type="checkbox"]) ~ .invalid-tooltip,
  #press_new form p .was-validated input:invalid:not([type="checkbox"]) ~ .invalid-tooltip,
  .was-validated #press_new form p textarea:invalid ~ .invalid-tooltip,
  #press_new form p .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .pledge-giftaid .container input.is-invalid ~ .invalid-feedback, .pledge-giftaid .container select.is-invalid ~ .invalid-feedback, #press_edit form p input.is-invalid:not([type="checkbox"]) ~ .invalid-feedback, #press_edit form p textarea.is-invalid ~ .invalid-feedback, #press_new form p input.is-invalid:not([type="checkbox"]) ~ .invalid-feedback, #press_new form p textarea.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .pledge-giftaid .container input.is-invalid ~ .invalid-tooltip,
  .pledge-giftaid .container select.is-invalid ~ .invalid-tooltip,
  #press_edit form p input.is-invalid:not([type="checkbox"]) ~ .invalid-tooltip,
  #press_edit form p textarea.is-invalid ~ .invalid-tooltip,
  #press_new form p input.is-invalid:not([type="checkbox"]) ~ .invalid-tooltip,
  #press_new form p textarea.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid,
.was-validated #press_edit form p textarea:invalid, #press_edit form p .was-validated textarea:invalid,
.was-validated #press_new form p textarea:invalid, #press_new form p .was-validated textarea:invalid, textarea.form-control.is-invalid,
#press_edit form p textarea.is-invalid,
#press_new form p textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff5e00;
  padding-right: calc((1em + 0.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 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5e00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5e00' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ff5e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff5e00; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff5e00; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ff5e00; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7e33;
  background-color: #ff7e33; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff5e00; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff5e00; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff5e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .pledge-giftaid .container input, .pledge-giftaid .container .form-inline input,
    .form-inline .pledge-giftaid .container select, .pledge-giftaid .container .form-inline select, .form-inline #press_edit form p input:not([type="checkbox"]), #press_edit form p .form-inline input:not([type="checkbox"]),
    .form-inline #press_edit form p textarea, #press_edit form p .form-inline textarea,
    .form-inline #press_new form p input:not([type="checkbox"]), #press_new form p .form-inline input:not([type="checkbox"]),
    .form-inline #press_new form p textarea, #press_new form p .form-inline textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: bold;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1em 0.7em;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #313131;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #39d1b4;
  border-color: #39d1b4; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2bb99e;
    border-color: #29ae95; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 183, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(53, 183, 159, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #29ae95;
    border-color: #26a48c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 183, 159, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(53, 183, 159, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff5e00;
  border-color: #ff5e00; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d95000;
    border-color: #cc4b00; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff5e00;
    border-color: #ff5e00; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc4b00;
    border-color: #bf4700; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #39d1b4;
  border-color: #39d1b4; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #39d1b4;
    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: #212529;
    background-color: #39d1b4;
    border-color: #39d1b4; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #ff5e00;
  border-color: #ff5e00; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5e00;
    border-color: #ff5e00; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff5e00;
    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: #ff5e00;
    border-color: #ff5e00; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #39d1b4;
  text-decoration: none; }
  .btn-link:hover {
    color: #249a83;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313131;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.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: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.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: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #39d1b4; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.525em;
  padding-left: 0.525em; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .pledge-giftaid .container .input-group > input,
  .pledge-giftaid .container .input-group > select, #press_edit form p .input-group > input:not([type="checkbox"]),
  #press_edit form p .input-group > textarea,
  #press_new form p .input-group > input:not([type="checkbox"]),
  #press_new form p .input-group > textarea,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .pledge-giftaid .container .input-group > input + .form-control, .pledge-giftaid .container .input-group > select + .form-control, #press_edit form p .input-group > input:not([type="checkbox"]) + .form-control, #press_edit form p .input-group > textarea + .form-control, #press_new form p .input-group > input:not([type="checkbox"]) + .form-control, #press_new form p .input-group > textarea + .form-control, .pledge-giftaid .container .input-group > .form-control + input, .pledge-giftaid .container .input-group > input + input, .pledge-giftaid .container .input-group > select + input, #press_edit form p .pledge-giftaid .container .input-group > input:not([type="checkbox"]) + input, .pledge-giftaid .container #press_edit form p .input-group > input:not([type="checkbox"]) + input, #press_edit form p .pledge-giftaid .container .input-group > textarea + input, .pledge-giftaid .container #press_edit form p .input-group > textarea + input, #press_new form p .pledge-giftaid .container .input-group > input:not([type="checkbox"]) + input, .pledge-giftaid .container #press_new form p .input-group > input:not([type="checkbox"]) + input, #press_new form p .pledge-giftaid .container .input-group > textarea + input, .pledge-giftaid .container #press_new form p .input-group > textarea + input,
    .pledge-giftaid .container .input-group > .form-control + select,
    .pledge-giftaid .container .input-group > input + select,
    .pledge-giftaid .container .input-group > select + select,
    #press_edit form p .pledge-giftaid .container .input-group > input:not([type="checkbox"]) + select, .pledge-giftaid .container #press_edit form p .input-group > input:not([type="checkbox"]) + select,
    #press_edit form p .pledge-giftaid .container .input-group > textarea + select, .pledge-giftaid .container #press_edit form p .input-group > textarea + select,
    #press_new form p .pledge-giftaid .container .input-group > input:not([type="checkbox"]) + select, .pledge-giftaid .container #press_new form p .input-group > input:not([type="checkbox"]) + select,
    #press_new form p .pledge-giftaid .container .input-group > textarea + select, .pledge-giftaid .container #press_new form p .input-group > textarea + select, #press_edit form p .input-group > .form-control + input:not([type="checkbox"]), .pledge-giftaid .container #press_edit form p .input-group > input + input:not([type="checkbox"]), #press_edit form p .pledge-giftaid .container .input-group > input + input:not([type="checkbox"]), .pledge-giftaid .container #press_edit form p .input-group > select + input:not([type="checkbox"]), #press_edit form p .pledge-giftaid .container .input-group > select + input:not([type="checkbox"]), #press_edit form p .input-group > input:not([type="checkbox"]) + input:not([type="checkbox"]), #press_edit form p .input-group > textarea + input:not([type="checkbox"]),
    #press_edit form p .input-group > .form-control + textarea,
    .pledge-giftaid .container #press_edit form p .input-group > input + textarea, #press_edit form p .pledge-giftaid .container .input-group > input + textarea,
    .pledge-giftaid .container #press_edit form p .input-group > select + textarea, #press_edit form p .pledge-giftaid .container .input-group > select + textarea,
    #press_edit form p .input-group > input:not([type="checkbox"]) + textarea,
    #press_edit form p .input-group > textarea + textarea,
    #press_new form p .input-group > .form-control + input:not([type="checkbox"]),
    .pledge-giftaid .container #press_new form p .input-group > input + input:not([type="checkbox"]), #press_new form p .pledge-giftaid .container .input-group > input + input:not([type="checkbox"]),
    .pledge-giftaid .container #press_new form p .input-group > select + input:not([type="checkbox"]), #press_new form p .pledge-giftaid .container .input-group > select + input:not([type="checkbox"]),
    #press_new form p .input-group > input:not([type="checkbox"]) + input:not([type="checkbox"]),
    #press_new form p .input-group > textarea + input:not([type="checkbox"]),
    #press_new form p .input-group > .form-control + textarea,
    .pledge-giftaid .container #press_new form p .input-group > input + textarea, #press_new form p .pledge-giftaid .container .input-group > input + textarea,
    .pledge-giftaid .container #press_new form p .input-group > select + textarea, #press_new form p .pledge-giftaid .container .input-group > select + textarea,
    #press_new form p .input-group > input:not([type="checkbox"]) + textarea,
    #press_new form p .input-group > textarea + textarea,
    .input-group > .form-control + .custom-select,
    .pledge-giftaid .container .input-group > input + .custom-select,
    .pledge-giftaid .container .input-group > select + .custom-select,
    #press_edit form p .input-group > input:not([type="checkbox"]) + .custom-select,
    #press_edit form p .input-group > textarea + .custom-select,
    #press_new form p .input-group > input:not([type="checkbox"]) + .custom-select,
    #press_new form p .input-group > textarea + .custom-select,
    .input-group > .form-control + .custom-file,
    .pledge-giftaid .container .input-group > input + .custom-file,
    .pledge-giftaid .container .input-group > select + .custom-file,
    #press_edit form p .input-group > input:not([type="checkbox"]) + .custom-file,
    #press_edit form p .input-group > textarea + .custom-file,
    #press_new form p .input-group > input:not([type="checkbox"]) + .custom-file,
    #press_new form p .input-group > textarea + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .pledge-giftaid .container .input-group > .form-control-plaintext + input,
    .pledge-giftaid .container .input-group > .form-control-plaintext + select,
    #press_edit form p .input-group > .form-control-plaintext + input:not([type="checkbox"]),
    #press_edit form p .input-group > .form-control-plaintext + textarea,
    #press_new form p .input-group > .form-control-plaintext + input:not([type="checkbox"]),
    #press_new form p .input-group > .form-control-plaintext + textarea,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .pledge-giftaid .container .input-group > .custom-select + input,
    .pledge-giftaid .container .input-group > .custom-select + select,
    #press_edit form p .input-group > .custom-select + input:not([type="checkbox"]),
    #press_edit form p .input-group > .custom-select + textarea,
    #press_new form p .input-group > .custom-select + input:not([type="checkbox"]),
    #press_new form p .input-group > .custom-select + textarea,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .pledge-giftaid .container .input-group > .custom-file + input,
    .pledge-giftaid .container .input-group > .custom-file + select,
    #press_edit form p .input-group > .custom-file + input:not([type="checkbox"]),
    #press_edit form p .input-group > .custom-file + textarea,
    #press_new form p .input-group > .custom-file + input:not([type="checkbox"]),
    #press_new form p .input-group > .custom-file + textarea,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .pledge-giftaid .container .input-group > input:focus,
  .pledge-giftaid .container .input-group > select:focus, #press_edit form p .input-group > input:focus:not([type="checkbox"]),
  #press_edit form p .input-group > textarea:focus,
  #press_new form p .input-group > input:focus:not([type="checkbox"]),
  #press_new form p .input-group > textarea:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .pledge-giftaid .container .input-group > input:not(:last-child),
  .pledge-giftaid .container .input-group > select:not(:last-child), #press_edit form p .input-group > input:not(:last-child):not([type="checkbox"]),
  #press_edit form p .input-group > textarea:not(:last-child),
  #press_new form p .input-group > input:not(:last-child):not([type="checkbox"]),
  #press_new form p .input-group > textarea:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .pledge-giftaid .container .input-group > input:not(:first-child),
  .pledge-giftaid .container .input-group > select:not(:first-child), #press_edit form p .input-group > input:not(:first-child):not([type="checkbox"]),
  #press_edit form p .input-group > textarea:not(:first-child),
  #press_new form p .input-group > input:not(:first-child):not([type="checkbox"]),
  #press_new form p .input-group > textarea:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.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: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .pledge-giftaid .container .input-group-lg > input:not(textarea),
.pledge-giftaid .container .input-group-lg > select:not(textarea), #press_edit form p .input-group-lg > input:not(textarea):not([type="checkbox"]),
#press_edit form p .input-group-lg > textarea:not(textarea),
#press_new form p .input-group-lg > input:not(textarea):not([type="checkbox"]),
#press_new form p .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .pledge-giftaid .container .input-group-lg > input,
.pledge-giftaid .container .input-group-lg > select, #press_edit form p .input-group-lg > input:not([type="checkbox"]),
#press_edit form p .input-group-lg > textarea,
#press_new form p .input-group-lg > input:not([type="checkbox"]),
#press_new form p .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .pledge-giftaid .container .input-group-sm > input:not(textarea),
.pledge-giftaid .container .input-group-sm > select:not(textarea), #press_edit form p .input-group-sm > input:not(textarea):not([type="checkbox"]),
#press_edit form p .input-group-sm > textarea:not(textarea),
#press_new form p .input-group-sm > input:not(textarea):not([type="checkbox"]),
#press_new form p .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .pledge-giftaid .container .input-group-sm > input,
.pledge-giftaid .container .input-group-sm > select, #press_edit form p .input-group-sm > input:not([type="checkbox"]),
#press_edit form p .input-group-sm > textarea,
#press_new form p .input-group-sm > input:not([type="checkbox"]),
#press_new form p .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #39d1b4;
    background-color: #39d1b4; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #a0e9db; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #caf3eb;
    border-color: #caf3eb; }
  .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: 0.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: 0.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: 0.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: #39d1b4;
  background-color: #39d1b4; }

.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(57, 209, 180, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(57, 209, 180, 0.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(57, 209, 180, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(57, 209, 180, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.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 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #a0e9db;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.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 + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #a0e9db;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(57, 209, 180, 0.25);
              box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #39d1b4;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #caf3eb; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.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: #39d1b4;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #caf3eb; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.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: 0.2rem;
    margin-left: 0.2rem;
    background-color: #39d1b4;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #caf3eb; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #39d1b4; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .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: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 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, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.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, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.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: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                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-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            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-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #39d1b4;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #249a83;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #39d1b4;
  border-color: #39d1b4; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: #39d1b4; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #29ae95; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 209, 180, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #ff5e00; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc4b00; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.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: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #1e6d5e;
  background-color: #d7f6f0;
  border-color: #c8f2ea; }
  .alert-primary hr {
    border-top-color: #b3ede2; }
  .alert-primary .alert-link {
    color: #13453c; }

.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: #853100;
  background-color: #ffdfcc;
  border-color: #ffd2b8; }
  .alert-danger hr {
    border-top-color: #ffc29f; }
  .alert-danger .alert-link {
    color: #521e00; }

.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; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #39d1b4;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.top-case-land {
  background-color: #39d1b4;
  color: white;
  padding: 3.4em 1em;
}

.top-case-land p {
  max-width: 740px;
  display: block;
  margin: 20px auto;
  font-size: 20px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #313131;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.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: #39d1b4;
    border-color: #39d1b4; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.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: #1e6d5e;
  background-color: #c8f2ea; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1e6d5e;
    background-color: #b3ede2; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1e6d5e;
    border-color: #1e6d5e; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    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:hover, .list-group-item-success.list-group-item-action:focus {
    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:hover, .list-group-item-info.list-group-item-action:focus {
    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:hover, .list-group-item-warning.list-group-item-action:focus {
    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: #853100;
  background-color: #ffd2b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #853100;
    background-color: #ffc29f; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #853100;
    border-color: #853100; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    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:hover, .list-group-item-dark.list-group-item-action:focus {
    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):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.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: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #204055; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.92; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #313131; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            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;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        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; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(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;
  -webkit-animation: spinner-grow .75s linear infinite;
          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: #39d1b4 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #29ae95 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #ff5e00 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc4b00 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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: #39d1b4 !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: #ff5e00 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.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 {
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 iframe,
  .embed-responsive embed,
  .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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          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: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.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: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.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; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.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;
  -o-text-overflow: ellipsis;
     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: #39d1b4 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #249a83 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #ff5e00 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b34200 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #313131 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.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 {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/**
 * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0); }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0); }

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0); }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626; }

.selectize-dropdown .active.create {
  color: #262626; }

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff; }

.selectize-dropdown,
.selectize-dropdown.form-control,
.pledge-giftaid .container input.selectize-dropdown,
.pledge-giftaid .container select.selectize-dropdown,
#press_edit form p input.selectize-dropdown:not([type="checkbox"]),
#press_edit form p textarea.selectize-dropdown,
#press_new form p input.selectize-dropdown:not([type="checkbox"]),
#press_new form p textarea.selectize-dropdown {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 34px; }

.selectize-input.dropdown-active {
  border-radius: 4px; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input > div {
  border-radius: 3px; }

.form-control.selectize-control, .pledge-giftaid .container input.selectize-control,
.pledge-giftaid .container select.selectize-control, #press_edit form p input.selectize-control:not([type="checkbox"]),
#press_edit form p textarea.selectize-control,
#press_new form p input.selectize-control:not([type="checkbox"]),
#press_new form p textarea.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }

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

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

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

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

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

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

html {
  min-height: 100%;
  position: relative; }

body {
  margin-bottom: 20em; }

@media (max-width: 767.98px) {
  body {
    margin-bottom: 0; } }

[hidden="hidden"][style*="display: block;"] {
  display: block !important; }

.link-secondary {
  color: #ff5e00; }
  .link-secondary:hover {
    color: #cc4b00; }

.text-underline {
  text-decoration: underline; }

.optional {
  font-size: 0.8rem;
  color: #575757; }

.share-buttons > a {
  color: #204055;
  background-color: white;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0.5em 0.2em; }
  .share-buttons > a:hover {
    color: #ffffff;
    background-color: #39d1b4; }
  .share-buttons > a i {
    font-size: 1.5em; }
  .share-buttons > a i,
  .share-buttons > a span {
    vertical-align: middle; }

.share-buttons .large-share {
  margin-bottom: 2em;
  width: 45%;
  height: 8em;
  padding: 0.5em; }
  .share-buttons .large-share:nth-child(2n) {
    float: right; }
  .share-buttons .large-share span {
    display: block;
    font-size: 0.9em; }
    .share-buttons .large-share span.lead,
    .share-buttons .large-share span i {
      font-size: 2em; }
    .share-buttons .large-share span.medium {
      font-size: 1.5em; }
    .share-buttons .large-share span.lead, .share-buttons .large-share span.medium {
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 100; }

.btn {
  display: inline-block;
  border-radius: 3px;
  padding: 0.8em 1em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center; }

.btn-remove {
  background: red;
  color: white;
  padding: 0.6em;
  height: auto;
  margin-left: 1.2em; }
  .btn-remove:hover {
    color: white; }

.btn-delete {
  border-radius: 0.25rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ff656d;
  border: 0.1rem solid #ff656d;
  padding: 0.2rem 1.2rem; }
  .btn-delete:hover {
    color: #ffffff;
    background-color: #ff656d; }

.btn-gray, #survey .btn-skip {
  color: #212529;
  background-color: #e6e7e8;
  border-color: #e6e7e8; }
  .btn-gray:hover, #survey .btn-skip:hover {
    color: #212529;
    background-color: #d2d4d6;
    border-color: #cbced0; }
  .btn-gray:focus, #survey .btn-skip:focus, .btn-gray.focus, #survey .focus.btn-skip {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 202, 203, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 202, 203, 0.5); }
  .btn-gray.disabled, #survey .disabled.btn-skip, .btn-gray:disabled, #survey .btn-skip:disabled {
    color: #212529;
    background-color: #e6e7e8;
    border-color: #e6e7e8; }
  .btn-gray:not(:disabled):not(.disabled):active, #survey .btn-skip:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, #survey .btn-skip:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle,
  #survey .show > .dropdown-toggle.btn-skip {
    color: #212529;
    background-color: #cbced0;
    border-color: #c5c7c9; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, #survey .btn-skip:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, #survey .btn-skip:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus,
    #survey .show > .dropdown-toggle.btn-skip:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 202, 203, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 202, 203, 0.5); }

.btn-pledge {
  color: #fff;
  background-color: #ff5e00;
  border-color: #ff5e00;
  -webkit-box-shadow: 0 3px 5px 0 rgba(170, 67, 7, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 5px 0 rgba(170, 67, 7, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.07); }
  .btn-pledge:hover {
    color: #fff;
    background-color: #d95000;
    border-color: #cc4b00; }
  .btn-pledge:focus, .btn-pledge.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.5); }
  .btn-pledge.disabled, .btn-pledge:disabled {
    color: #fff;
    background-color: #ff5e00;
    border-color: #ff5e00; }
  .btn-pledge:not(:disabled):not(.disabled):active, .btn-pledge:not(:disabled):not(.disabled).active,
  .show > .btn-pledge.dropdown-toggle {
    color: #fff;
    background-color: #cc4b00;
    border-color: #bf4700; }
    .btn-pledge:not(:disabled):not(.disabled):active:focus, .btn-pledge:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pledge.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 118, 38, 0.5); }

.btn-support {
  color: #212529;
  background-color: #ff7e33;
  border-color: #ff7e33;
  -webkit-box-shadow: 0 3px 5px 0 rgba(170, 67, 7, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 5px 0 rgba(170, 67, 7, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  color: #ffffff; }
  .btn-support:hover {
    color: #fff;
    background-color: #ff660d;
    border-color: #ff5e00; }
  .btn-support:focus, .btn-support.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5); }
  .btn-support.disabled, .btn-support:disabled {
    color: #212529;
    background-color: #ff7e33;
    border-color: #ff7e33; }
  .btn-support:not(:disabled):not(.disabled):active, .btn-support:not(:disabled):not(.disabled).active,
  .show > .btn-support.dropdown-toggle {
    color: #fff;
    background-color: #ff5e00;
    border-color: #f25900; }
    .btn-support:not(:disabled):not(.disabled):active:focus, .btn-support:not(:disabled):not(.disabled).active:focus,
    .show > .btn-support.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5); }

.btn-reward {
  color: #212529;
  background-color: #ff7e33;
  border-color: #ff7e33;
  width: 100%;
  height: 60px; }
  .btn-reward:hover {
    color: #fff;
    background-color: #ff660d;
    border-color: #ff5e00; }
  .btn-reward:focus, .btn-reward.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5); }
  .btn-reward.disabled, .btn-reward:disabled {
    color: #212529;
    background-color: #ff7e33;
    border-color: #ff7e33; }
  .btn-reward:not(:disabled):not(.disabled):active, .btn-reward:not(:disabled):not(.disabled).active,
  .show > .btn-reward.dropdown-toggle {
    color: #fff;
    background-color: #ff5e00;
    border-color: #f25900; }
    .btn-reward:not(:disabled):not(.disabled):active:focus, .btn-reward:not(:disabled):not(.disabled).active:focus,
    .show > .btn-reward.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 113, 50, 0.5); }

.btn-primary {
  color: #ffffff;
  background-color: #39d1b4;
  border-color: #39d1b4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #e0e0e0;
    background-color: #29ae95;
    border-color: #27a68e; }
  .btn-primary:hover {
    color: #e0e0e0;
    background-color: #29ae95;
    border-color: #27a68e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #e0e0e0;
    background-color: #29ae95;
    border-color: #27a68e;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #e0e0e0;
      background-color: #29ae95;
      border-color: #27a68e; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #39d1b4;
    border-color: #39d1b4; }

.btn-primary-reverse {
  color: #39d1b4;
  background-color: #ffffff;
  border-color: #39d1b4; }
  .btn-primary-reverse:focus, .btn-primary-reverse.focus {
    color: #ffffff;
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-primary-reverse:hover {
    color: #ffffff;
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-primary-reverse:active, .btn-primary-reverse.active,
  .open > .btn-primary-reverse.dropdown-toggle {
    color: #ffffff;
    background-color: #39d1b4;
    border-color: #39d1b4;
    background-image: none; }
    .btn-primary-reverse:active:hover, .btn-primary-reverse:active:focus, .btn-primary-reverse:active.focus, .btn-primary-reverse.active:hover, .btn-primary-reverse.active:focus, .btn-primary-reverse.active.focus,
    .open > .btn-primary-reverse.dropdown-toggle:hover,
    .open > .btn-primary-reverse.dropdown-toggle:focus,
    .open > .btn-primary-reverse.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #39d1b4;
      border-color: #39d1b4; }
  .btn-primary-reverse.disabled:focus, .btn-primary-reverse.disabled.focus, .btn-primary-reverse:disabled:focus, .btn-primary-reverse:disabled.focus {
    background-color: #ffffff;
    border-color: #39d1b4; }
  .btn-primary-reverse.disabled:hover, .btn-primary-reverse:disabled:hover {
    background-color: #ffffff;
    border-color: #39d1b4; }

.btn-primary-reversing {
  color: #ffffff;
  background-color: #39d1b4;
  border-color: #39d1b4; }
  .btn-primary-reversing:focus, .btn-primary-reversing.focus {
    color: #39d1b4;
    background-color: #ffffff;
    border-color: #39d1b4; }
  .btn-primary-reversing:hover {
    color: #39d1b4;
    background-color: #ffffff;
    border-color: #39d1b4; }
  .btn-primary-reversing:active, .btn-primary-reversing.active,
  .open > .btn-primary-reversing.dropdown-toggle {
    color: #39d1b4;
    background-color: #ffffff;
    border-color: #39d1b4;
    background-image: none; }
    .btn-primary-reversing:active:hover, .btn-primary-reversing:active:focus, .btn-primary-reversing:active.focus, .btn-primary-reversing.active:hover, .btn-primary-reversing.active:focus, .btn-primary-reversing.active.focus,
    .open > .btn-primary-reversing.dropdown-toggle:hover,
    .open > .btn-primary-reversing.dropdown-toggle:focus,
    .open > .btn-primary-reversing.dropdown-toggle.focus {
      color: #39d1b4;
      background-color: #ffffff;
      border-color: #39d1b4; }
  .btn-primary-reversing.disabled:focus, .btn-primary-reversing.disabled.focus, .btn-primary-reversing:disabled:focus, .btn-primary-reversing:disabled.focus {
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-primary-reversing.disabled:hover, .btn-primary-reversing:disabled:hover {
    background-color: #39d1b4;
    border-color: #39d1b4; }

.btn-primary-bordered-footer {
  color: #39d1b4;
  background-color: transparent;
  border-color: #39d1b4; }
  .btn-primary-bordered-footer:focus, .btn-primary-bordered-footer.focus {
    color: #27a68e;
    background-color: rgba(0, 0, 0, 0);
    border-color: #27a68e; }
  .btn-primary-bordered-footer:hover {
    color: #27a68e;
    background-color: rgba(0, 0, 0, 0);
    border-color: #27a68e; }
  .btn-primary-bordered-footer:active, .btn-primary-bordered-footer.active,
  .open > .btn-primary-bordered-footer.dropdown-toggle {
    color: #27a68e;
    background-color: rgba(0, 0, 0, 0);
    border-color: #27a68e;
    background-image: none; }
    .btn-primary-bordered-footer:active:hover, .btn-primary-bordered-footer:active:focus, .btn-primary-bordered-footer:active.focus, .btn-primary-bordered-footer.active:hover, .btn-primary-bordered-footer.active:focus, .btn-primary-bordered-footer.active.focus,
    .open > .btn-primary-bordered-footer.dropdown-toggle:hover,
    .open > .btn-primary-bordered-footer.dropdown-toggle:focus,
    .open > .btn-primary-bordered-footer.dropdown-toggle.focus {
      color: #27a68e;
      background-color: rgba(0, 0, 0, 0);
      border-color: #27a68e; }
  .btn-primary-bordered-footer.disabled:focus, .btn-primary-bordered-footer.disabled.focus, .btn-primary-bordered-footer:disabled:focus, .btn-primary-bordered-footer:disabled.focus {
    background-color: transparent;
    border-color: #39d1b4; }
  .btn-primary-bordered-footer.disabled:hover, .btn-primary-bordered-footer:disabled:hover {
    background-color: transparent;
    border-color: #39d1b4; }

.btn-white-bordered {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }
  .btn-white-bordered:focus, .btn-white-bordered.focus {
    color: #e0e0e0;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
  .btn-white-bordered:hover {
    color: #e0e0e0;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
  .btn-white-bordered:active, .btn-white-bordered.active,
  .open > .btn-white-bordered.dropdown-toggle {
    color: #e0e0e0;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
    background-image: none; }
    .btn-white-bordered:active:hover, .btn-white-bordered:active:focus, .btn-white-bordered:active.focus, .btn-white-bordered.active:hover, .btn-white-bordered.active:focus, .btn-white-bordered.active.focus,
    .open > .btn-white-bordered.dropdown-toggle:hover,
    .open > .btn-white-bordered.dropdown-toggle:focus,
    .open > .btn-white-bordered.dropdown-toggle.focus {
      color: #e0e0e0;
      background-color: rgba(0, 0, 0, 0);
      border-color: #e0e0e0; }
  .btn-white-bordered.disabled:focus, .btn-white-bordered.disabled.focus, .btn-white-bordered:disabled:focus, .btn-white-bordered:disabled.focus {
    background-color: transparent;
    border-color: #ffffff; }
  .btn-white-bordered.disabled:hover, .btn-white-bordered:disabled:hover {
    background-color: transparent;
    border-color: #ffffff; }

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998; }
  .btn-facebook:focus, .btn-facebook.focus {
    color: #e0e0e0;
    background-color: #2d4373;
    border-color: #2a3f6c; }
  .btn-facebook:hover {
    color: #e0e0e0;
    background-color: #2d4373;
    border-color: #2a3f6c; }
  .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    color: #e0e0e0;
    background-color: #2d4373;
    border-color: #2a3f6c;
    background-image: none; }
    .btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus,
    .open > .btn-facebook.dropdown-toggle:hover,
    .open > .btn-facebook.dropdown-toggle:focus,
    .open > .btn-facebook.dropdown-toggle.focus {
      color: #e0e0e0;
      background-color: #2d4373;
      border-color: #2a3f6c; }
  .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook:disabled:focus, .btn-facebook:disabled.focus {
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook.disabled:hover, .btn-facebook:disabled:hover {
    background-color: #3b5998;
    border-color: #3b5998; }

.btn-twitter {
  color: #ffffff;
  background-color: #1da1f2;
  border-color: #1da1f2; }
  .btn-twitter:focus, .btn-twitter.focus {
    color: #e0e0e0;
    background-color: #0c85d0;
    border-color: #0b7fc6; }
  .btn-twitter:hover {
    color: #e0e0e0;
    background-color: #0c85d0;
    border-color: #0b7fc6; }
  .btn-twitter:active, .btn-twitter.active,
  .open > .btn-twitter.dropdown-toggle {
    color: #e0e0e0;
    background-color: #0c85d0;
    border-color: #0b7fc6;
    background-image: none; }
    .btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
    .open > .btn-twitter.dropdown-toggle:hover,
    .open > .btn-twitter.dropdown-toggle:focus,
    .open > .btn-twitter.dropdown-toggle.focus {
      color: #e0e0e0;
      background-color: #0c85d0;
      border-color: #0b7fc6; }
  .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter:disabled:focus, .btn-twitter:disabled.focus {
    background-color: #1da1f2;
    border-color: #1da1f2; }
  .btn-twitter.disabled:hover, .btn-twitter:disabled:hover {
    background-color: #1da1f2;
    border-color: #1da1f2; }

.btn-linkedin {
  color: #ffffff;
  background-color: #4875b4;
  border-color: #4875b4; }
  .btn-linkedin:focus, .btn-linkedin.focus {
    color: #e0e0e0;
    background-color: #395d90;
    border-color: #375988; }
  .btn-linkedin:hover {
    color: #e0e0e0;
    background-color: #395d90;
    border-color: #375988; }
  .btn-linkedin:active, .btn-linkedin.active,
  .open > .btn-linkedin.dropdown-toggle {
    color: #e0e0e0;
    background-color: #395d90;
    border-color: #375988;
    background-image: none; }
    .btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus,
    .open > .btn-linkedin.dropdown-toggle:hover,
    .open > .btn-linkedin.dropdown-toggle:focus,
    .open > .btn-linkedin.dropdown-toggle.focus {
      color: #e0e0e0;
      background-color: #395d90;
      border-color: #375988; }
  .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin:disabled:focus, .btn-linkedin:disabled.focus {
    background-color: #4875b4;
    border-color: #4875b4; }
  .btn-linkedin.disabled:hover, .btn-linkedin:disabled:hover {
    background-color: #4875b4;
    border-color: #4875b4; }

.btn-pledge-checkbox {
  color: #204055;
  background-color: #f9f9f9;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(151, 151, 151, 0.04); }
  .btn-pledge-checkbox.active {
    color: #ffffff;
    background-color: #ff5e00;
    border-color: #ff5e00; }

.btn-white {
  color: #313131;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:focus, .btn-white.focus {
    color: #121212;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:hover {
    color: #121212;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #121212;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    background-image: none; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
    .open > .btn-white.dropdown-toggle:hover,
    .open > .btn-white.dropdown-toggle:focus,
    .open > .btn-white.dropdown-toggle.focus {
      color: #121212;
      background-color: #e6e6e6;
      border-color: #e0e0e0; }
  .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white:disabled:focus, .btn-white:disabled.focus {
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white.disabled:hover, .btn-white:disabled:hover {
    background-color: #ffffff;
    border-color: #ffffff; }

.btn-blue-outline {
  color: #204055;
  border: 2px solid #204055;
  background-color: #f9f9f9;
  font-weight: bold;
  border-radius: 3px; }
  .btn-blue-outline:focus {
    color: #204055; }
  .btn-blue-outline:hover {
    background-color: #204055;
    color: #ffffff; }

.btn-dark-blue {
  padding: 0.8em;
  border-radius: 3px;
  background-color: #204055;
  color: white; }
  .btn-dark-blue:hover {
    background-color: #356a8d;
    color: white; }

.btn-bold {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 0.25rem;
  background-color: #39d1b4;
  padding: 0.25rem 1.5rem; }
  .btn-bold:hover {
    background-color: #29ae95;
    color: white; }

.btn-input-copy {
  background-color: #e8e8e8;
  padding: 0;
  border: none;
  border-radius: 0.25rem; }
  .btn-input-copy:hover {
    background-color: #f0f0f0; }
  .btn-input-copy .btn-icon {
    background-color: transparent;
    border: none;
    margin: 0.25rem; }

.btn-blue {
  color: #ffffff;
  background-color: #037fe8;
  border-color: #037fe8; }
  .btn-blue:focus, .btn-blue.focus {
    color: #e0e0e0;
    background-color: #0263b6;
    border-color: #025eac; }
  .btn-blue:hover {
    color: #e0e0e0;
    background-color: #0263b6;
    border-color: #025eac; }
  .btn-blue:active, .btn-blue.active,
  .open > .btn-blue.dropdown-toggle {
    color: #e0e0e0;
    background-color: #0263b6;
    border-color: #025eac;
    background-image: none; }
    .btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus,
    .open > .btn-blue.dropdown-toggle:hover,
    .open > .btn-blue.dropdown-toggle:focus,
    .open > .btn-blue.dropdown-toggle.focus {
      color: #e0e0e0;
      background-color: #0263b6;
      border-color: #025eac; }
  .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue:disabled:focus, .btn-blue:disabled.focus {
    background-color: #037fe8;
    border-color: #037fe8; }
  .btn-blue.disabled:hover, .btn-blue:disabled:hover {
    background-color: #037fe8;
    border-color: #037fe8; }

.btn-primary-bordered {
  color: #39d1b4;
  background-color: transparent;
  border-color: #39d1b4; }
  .btn-primary-bordered:focus, .btn-primary-bordered.focus {
    color: #27a68e;
    background-color: rgba(0, 0, 0, 0);
    border-color: #27a68e; }
  .btn-primary-bordered:hover {
    color: #27a68e;
    background-color: rgba(0, 0, 0, 0);
    border-color: #27a68e; }
  .btn-primary-bordered:active, .btn-primary-bordered.active,
  .open > .btn-primary-bordered.dropdown-toggle {
    color: #27a68e;
    background-color: rgba(0, 0, 0, 0);
    border-color: #27a68e;
    background-image: none; }
    .btn-primary-bordered:active:hover, .btn-primary-bordered:active:focus, .btn-primary-bordered:active.focus, .btn-primary-bordered.active:hover, .btn-primary-bordered.active:focus, .btn-primary-bordered.active.focus,
    .open > .btn-primary-bordered.dropdown-toggle:hover,
    .open > .btn-primary-bordered.dropdown-toggle:focus,
    .open > .btn-primary-bordered.dropdown-toggle.focus {
      color: #27a68e;
      background-color: rgba(0, 0, 0, 0);
      border-color: #27a68e; }
  .btn-primary-bordered.disabled:focus, .btn-primary-bordered.disabled.focus, .btn-primary-bordered:disabled:focus, .btn-primary-bordered:disabled.focus {
    background-color: transparent;
    border-color: #39d1b4; }
  .btn-primary-bordered.disabled:hover, .btn-primary-bordered:disabled:hover {
    background-color: transparent;
    border-color: #39d1b4; }

.btn-primary-outline {
  color: #39d1b4;
  background-color: transparent;
  border-color: #39d1b4; }
  .btn-primary-outline:focus, .btn-primary-outline.focus {
    color: #ffffff;
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-primary-outline:hover {
    color: #ffffff;
    background-color: #39d1b4;
    border-color: #39d1b4; }
  .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #ffffff;
    background-color: #39d1b4;
    border-color: #39d1b4;
    background-image: none; }
    .btn-primary-outline:active:hover, .btn-primary-outline:active:focus, .btn-primary-outline:active.focus, .btn-primary-outline.active:hover, .btn-primary-outline.active:focus, .btn-primary-outline.active.focus,
    .open > .btn-primary-outline.dropdown-toggle:hover,
    .open > .btn-primary-outline.dropdown-toggle:focus,
    .open > .btn-primary-outline.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #39d1b4;
      border-color: #39d1b4; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    background-color: transparent;
    border-color: #39d1b4; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    background-color: transparent;
    border-color: #39d1b4; }

.btn-gray-bordered {
  color: #939598;
  background-color: transparent;
  border-color: #939598; }
  .btn-gray-bordered:focus, .btn-gray-bordered.focus {
    color: #74767a;
    background-color: rgba(0, 0, 0, 0);
    border-color: #74767a; }
  .btn-gray-bordered:hover {
    color: #74767a;
    background-color: rgba(0, 0, 0, 0);
    border-color: #74767a; }
  .btn-gray-bordered:active, .btn-gray-bordered.active,
  .open > .btn-gray-bordered.dropdown-toggle {
    color: #74767a;
    background-color: rgba(0, 0, 0, 0);
    border-color: #74767a;
    background-image: none; }
    .btn-gray-bordered:active:hover, .btn-gray-bordered:active:focus, .btn-gray-bordered:active.focus, .btn-gray-bordered.active:hover, .btn-gray-bordered.active:focus, .btn-gray-bordered.active.focus,
    .open > .btn-gray-bordered.dropdown-toggle:hover,
    .open > .btn-gray-bordered.dropdown-toggle:focus,
    .open > .btn-gray-bordered.dropdown-toggle.focus {
      color: #74767a;
      background-color: rgba(0, 0, 0, 0);
      border-color: #74767a; }
  .btn-gray-bordered.disabled:focus, .btn-gray-bordered.disabled.focus, .btn-gray-bordered:disabled:focus, .btn-gray-bordered:disabled.focus {
    background-color: transparent;
    border-color: #939598; }
  .btn-gray-bordered.disabled:hover, .btn-gray-bordered:disabled:hover {
    background-color: transparent;
    border-color: #939598; }

.btn-primary-lighter {
  color: #204055;
  background-color: #dff7f3;
  border-color: #dff7f3; }
  .btn-primary-lighter:focus, .btn-primary-lighter.focus {
    color: #0f1f29;
    background-color: #b5eee3;
    border-color: #adece0; }
  .btn-primary-lighter:hover {
    color: #0f1f29;
    background-color: #b5eee3;
    border-color: #adece0; }
  .btn-primary-lighter:active, .btn-primary-lighter.active,
  .open > .btn-primary-lighter.dropdown-toggle {
    color: #0f1f29;
    background-color: #b5eee3;
    border-color: #adece0;
    background-image: none; }
    .btn-primary-lighter:active:hover, .btn-primary-lighter:active:focus, .btn-primary-lighter:active.focus, .btn-primary-lighter.active:hover, .btn-primary-lighter.active:focus, .btn-primary-lighter.active.focus,
    .open > .btn-primary-lighter.dropdown-toggle:hover,
    .open > .btn-primary-lighter.dropdown-toggle:focus,
    .open > .btn-primary-lighter.dropdown-toggle.focus {
      color: #0f1f29;
      background-color: #b5eee3;
      border-color: #adece0; }
  .btn-primary-lighter.disabled:focus, .btn-primary-lighter.disabled.focus, .btn-primary-lighter:disabled:focus, .btn-primary-lighter:disabled.focus {
    background-color: #dff7f3;
    border-color: #dff7f3; }
  .btn-primary-lighter.disabled:hover, .btn-primary-lighter:disabled:hover {
    background-color: #dff7f3;
    border-color: #dff7f3; }

.btn-orange-bordered {
  color: #ff5e00;
  background-color: transparent;
  border-color: #ff5e00; }
  .btn-orange-bordered:focus, .btn-orange-bordered.focus {
    color: #c24700;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c24700; }
  .btn-orange-bordered:hover {
    color: #c24700;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c24700; }
  .btn-orange-bordered:active, .btn-orange-bordered.active,
  .open > .btn-orange-bordered.dropdown-toggle {
    color: #c24700;
    background-color: rgba(0, 0, 0, 0);
    border-color: #c24700;
    background-image: none; }
    .btn-orange-bordered:active:hover, .btn-orange-bordered:active:focus, .btn-orange-bordered:active.focus, .btn-orange-bordered.active:hover, .btn-orange-bordered.active:focus, .btn-orange-bordered.active.focus,
    .open > .btn-orange-bordered.dropdown-toggle:hover,
    .open > .btn-orange-bordered.dropdown-toggle:focus,
    .open > .btn-orange-bordered.dropdown-toggle.focus {
      color: #c24700;
      background-color: rgba(0, 0, 0, 0);
      border-color: #c24700; }
  .btn-orange-bordered.disabled:focus, .btn-orange-bordered.disabled.focus, .btn-orange-bordered:disabled:focus, .btn-orange-bordered:disabled.focus {
    background-color: transparent;
    border-color: #ff5e00; }
  .btn-orange-bordered.disabled:hover, .btn-orange-bordered:disabled:hover {
    background-color: transparent;
    border-color: #ff5e00; }

.btn-orange,
.btn-success {
  color: #ffffff;
  background-color: #ff5e00;
  border-color: #ff5e00; }
  .btn-orange:focus, .btn-orange.focus,
  .btn-success:focus,
  .btn-success.focus {
    color: #e0e0e0;
    background-color: #cc4b00;
    border-color: #c24700; }
  .btn-orange:hover,
  .btn-success:hover {
    color: #e0e0e0;
    background-color: #cc4b00;
    border-color: #c24700; }
  .btn-orange:active, .btn-orange.active,
  .open > .btn-orange.dropdown-toggle,
  .btn-success:active,
  .btn-success.active,
  .open >
  .btn-success.dropdown-toggle {
    color: #e0e0e0;
    background-color: #cc4b00;
    border-color: #c24700;
    background-image: none; }
    .btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus,
    .open > .btn-orange.dropdown-toggle:hover,
    .open > .btn-orange.dropdown-toggle:focus,
    .open > .btn-orange.dropdown-toggle.focus,
    .btn-success:active:hover,
    .btn-success:active:focus,
    .btn-success:active.focus,
    .btn-success.active:hover,
    .btn-success.active:focus,
    .btn-success.active.focus,
    .open >
    .btn-success.dropdown-toggle:hover,
    .open >
    .btn-success.dropdown-toggle:focus,
    .open >
    .btn-success.dropdown-toggle.focus {
      color: #e0e0e0;
      background-color: #cc4b00;
      border-color: #c24700; }
  .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange:disabled:focus, .btn-orange:disabled.focus,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success:disabled:focus,
  .btn-success:disabled.focus {
    background-color: #ff5e00;
    border-color: #ff5e00; }
  .btn-orange.disabled:hover, .btn-orange:disabled:hover,
  .btn-success.disabled:hover,
  .btn-success:disabled:hover {
    background-color: #ff5e00;
    border-color: #ff5e00; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3%;
  height: auto;
  border: none; }

.btn-rounded {
  border-radius: 5rem;
  height: 1.375rem;
  font-size: 0.75rem;
  font-weight: normal;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem; }
  .btn-rounded:focus {
    outline: none; }

.btn-thin {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3%;
  height: auto;
  border: none;
  padding: 0.5rem 3rem; }

.btn-menu {
  color: #204055;
  background-color: #ffffff;
  border-color: #204055; }
  .btn-menu:focus, .btn-menu.focus {
    color: #0f1f29;
    background-color: #e6e6e6;
    border-color: #0f1f29; }
  .btn-menu:hover {
    color: #0f1f29;
    background-color: #e6e6e6;
    border-color: #0f1f29; }
  .btn-menu:active, .btn-menu.active,
  .open > .btn-menu.dropdown-toggle {
    color: #0f1f29;
    background-color: #e6e6e6;
    border-color: #0f1f29;
    background-image: none; }
    .btn-menu:active:hover, .btn-menu:active:focus, .btn-menu:active.focus, .btn-menu.active:hover, .btn-menu.active:focus, .btn-menu.active.focus,
    .open > .btn-menu.dropdown-toggle:hover,
    .open > .btn-menu.dropdown-toggle:focus,
    .open > .btn-menu.dropdown-toggle.focus {
      color: #0f1f29;
      background-color: #e6e6e6;
      border-color: #0f1f29; }
  .btn-menu.disabled:focus, .btn-menu.disabled.focus, .btn-menu:disabled:focus, .btn-menu:disabled.focus {
    background-color: #ffffff;
    border-color: #204055; }
  .btn-menu.disabled:hover, .btn-menu:disabled:hover {
    background-color: #ffffff;
    border-color: #204055; }

input[type="checkbox"].checkbox {
  opacity: 0;
  position: absolute; }

.checkbox-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  color: #646464; }

.checkbox-label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 5px; }

input[type="checkbox"].checkbox:checked + .checkbox-label:before {
  content: var(--legl-icon-tick);
  font-family: "legl-icon";
  color: white;
  background: #39d1b4;
  font-size: 12px;
  text-align: center;
  line-height: 18px; }

input[type="checkbox"].checkbox:checked:disabled + .checkbox-label {
  cursor: default;
  color: #999; }

input[type="checkbox"].checkbox:checked:disabled + .checkbox-label:before {
  background: #ccc; }

.radio-button-container .form-group > p {
  margin-top: 1em; }

.radio-button-container .radio-button-option, .radio-button-container .radio-button-tickbox {
  display: none; }
  .radio-button-container .radio-button-option + label, .radio-button-container .radio-button-tickbox + label {
    width: 100%;
    padding: 1.5em 0.5em 0.5em 3em;
    background-color: #f9f9f9;
    position: relative;
    cursor: pointer; }
    .radio-button-container .radio-button-option + label:before, .radio-button-container .radio-button-tickbox + label:before {
      content: "";
      display: block;
      position: absolute;
      line-height: 1em;
      font-size: 1.5em;
      width: 1em;
      height: 1em;
      background-color: #ffffff;
      border: 1px solid #e6e7e8;
      left: 0.5em;
      top: 1em; }
  .radio-button-container .radio-button-option:checked + label:before, .radio-button-container .radio-button-tickbox:checked + label:before {
    font-family: "legl-icon";
    content: var(--legl-icon-tick); }

.radio-button-container .radio-button-tickbox:checked + label:before {
  content: var(--legl-icon-tick) !important; }

.block-radio-button-container ul {
  padding-left: 0;
  padding-top: 1em; }
  .block-radio-button-container ul > li {
    list-style-type: none; }
  .block-radio-button-container ul li {
    text-align: center;
    margin-bottom: 1em; }
    .block-radio-button-container ul li input[type="radio"] {
      display: none; }
      .block-radio-button-container ul li input[type="radio"]:checked + a {
        background-color: #39d1b4; }
    .block-radio-button-container ul li a {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-color: #f0f0f0;
      padding-left: 1em;
      padding-right: 1em;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.4em;
      font-weight: bold;
      line-height: 6em;
      height: 6em;
      display: block;
      width: 100%;
      color: #787c82; }
      .block-radio-button-container ul li a span {
        display: inline-block;
        vertical-align: middle;
        line-height: initial; }
      .block-radio-button-container ul li a.small {
        font-size: 1em; }
      .block-radio-button-container ul li a:hover {
        background-color: #39d1b4; }

.radio-button-list ul {
  padding-left: 0; }
  .radio-button-list ul > li {
    list-style-type: none; }

.radio {
  opacity: 0;
  position: absolute; }

.radio-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  color: #646464; }
  .radio-label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 13px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: white;
    border: 1px solid #dadada;
    border-radius: 10px; }

.radio:checked + .radio-label:before {
  content: var(--legl-icon-tick);
  font-family: "legl-icon";
  color: white;
  background: #39d1b4;
  font-size: 0.75rem;
  vertical-align: middle;
  text-align: center;
  line-height: 18px; }

.radio[disabled] + .radio-label, .radio[disabled]:checked + .radio-label:before {
  opacity: 0.5;
}
.alert {
  margin-top: 2em;
  border: none;
  border-radius: none; }
  .alert a {
    color: black;
    font-weight: bold; }
  .alert p:last-child {
    margin-bottom: 0px; }

.breadcrumb {
  background-color: white; }

.bg-gray {
  background-color: #e6e7e8; }

input, input.form-control, .pledge-giftaid .container input, #press_edit form p input:not([type="checkbox"]),
#press_new form p input:not([type="checkbox"]),
select:not(.legl-form-control),
select:not(.legl-form-control).form-control,
.pledge-giftaid .container select:not(.legl-form-control),
textarea:not(.legl-form-control),
textarea:not(.legl-form-control).form-control,
#press_edit form p textarea:not(.legl-form-control),
#press_new form p textarea:not(.legl-form-control) {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #204055;
  font-size: 1.3em;
  background-color: #ffffff;
  border: 1px solid #e6e7e8; }
  @media (max-width: 991.98px) {
    input, input.form-control, .pledge-giftaid .container input, #press_edit form p input:not([type="checkbox"]),
    #press_new form p input:not([type="checkbox"]),
    select:not(.legl-form-control),
    select:not(.legl-form-control).form-control,
    .pledge-giftaid .container select:not(.legl-form-control),
    textarea:not(.legl-form-control),
    textarea:not(.legl-form-control).form-control,
    #press_edit form p textarea:not(.legl-form-control),
    #press_new form p textarea:not(.legl-form-control) {
      font-size: 1rem; } }

textarea, textarea.form-control,
#press_edit form p textarea,
#press_new form p textarea {
  font-size: 1em; }

select:not(.legl-form-control) {
  height: 2.2em; }

.input-wrapper-currency {
  position: relative; }
  .input-wrapper-currency span {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #204055;
    font-size: 1.3em;
    content: "£";
    display: inline-block;
    position: absolute;
    left: 1em;
    top: 0.3em; }
  .input-wrapper-currency input[type="number"] {
    text-align: center; }

.selectize-control {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em; }
  .selectize-control .selectize-input {
    background-color: #f9f9f9;
    border: solid 1px #dadada;
    border-radius: 3px;
    padding: 0.5em; }
    .selectize-control .selectize-input:hover {
      background-color: #f9f9f9; }
  .selectize-control .selectize-dropdown {
    border-radius: 3px;
    background-color: #f9f9f9;
    border: solid 1px #dadada; }
    .selectize-control .selectize-dropdown .selectize-dropdown-content div {
      padding: 0.5em; }
      .selectize-control .selectize-dropdown .selectize-dropdown-content div:hover {
        background-color: #dadada; }

.input-group input[type="text"] {
  padding-bottom: 10px; }

.input-group .input-group-btn .btn {
  width: auto;
  min-width: 100px;
  font-size: 15px;
  display: block; }

.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  color: #ff5e00; }
  .parsley-errors-list li {
    margin-top: 0.5em; }

.password-tip {
  max-width: 24rem;
  color: #aaa;
  font-size: small; }

.error-msg {
  color: var(--red); }

[type="range"] {
  -webkit-appearance: none;
  margin: 12.5px 0;
  width: 100%; }
  [type="range"]:focus {
    outline: none; }
  [type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #f9f9f9; }
  [type="range"]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    background: #ffffff;
    border: 3px solid #39d1b4;
    border-radius: 1em;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    margin-top: -7.5px; }
  [type="range"]:focus::-webkit-slider-runnable-track {
    background: white; }
  [type="range"]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #f9f9f9; }
  [type="range"]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    background: #ffffff;
    border: 3px solid #39d1b4;
    border-radius: 1em;
    cursor: pointer;
    position: relative; }
  [type="range"]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border-color: transparent;
    border-width: 12px 0; }
  [type="range"]::-ms-fill-lower {
    background: #ececec; }
  [type="range"]::-ms-fill-upper {
    background: #f9f9f9; }
  [type="range"]::-ms-thumb {
    height: 25px;
    width: 25px;
    background: #ffffff;
    border: 3px solid #39d1b4;
    border-radius: 1em;
    cursor: pointer;
    position: relative; }
  [type="range"]:focus::-ms-fill-lower {
    background: #ececec; }
  [type="range"]:focus::-ms-fill-upper {
    background: #f9f9f9; }

.progress-wrapper {
  height: 4em;
  line-height: 3em; }
  .progress-wrapper > * {
    display: inline-block; }
  .progress-wrapper .progress-bar-container {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    background-color: #e6e7e8;
    border-radius: 1em;
    overflow: hidden; }
    .progress-wrapper .progress-bar-container,
    .progress-wrapper .progress-bar-container .progress-bar,
    .progress-wrapper .progress-bar-container .requirement {
      height: 8px; }
    .progress-wrapper .progress-bar-container .progress-bar {
      display: inline-block;
      position: absolute;
      background-color: #39d1b4; }
      .progress-wrapper .progress-bar-container .progress-bar:after {
        content: " ";
        position: absolute;
        right: -2px;
        top: 0;
        width: 4px;
        height: 8px;
        background-color: #ffffff; }
    .progress-wrapper .progress-bar-container .requirement {
      display: none;
      position: absolute; }
    .progress-wrapper .progress-bar-container.funded .progress-bar {
      background-color: #ff5e00; }
    .progress-wrapper .progress-bar-container.funded .requirement {
      background-color: #39d1b4;
      display: inline-block; }
      .progress-wrapper .progress-bar-container.funded .requirement:after {
        content: " ";
        position: absolute;
        right: 0;
        top: -4px;
        width: 3px;
        height: 16px;
        background-color: #204055; }
  .progress-wrapper .progress-notice {
    color: #939598;
    text-align: center;
    display: block;
    line-height: 0; }
  .progress-wrapper .progress-percentage {
    width: 18%;
    vertical-align: middle;
    font-size: 1.5em;
    text-align: center;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #204055; }
  .progress-wrapper.no-percent .progress-percentage {
    display: none; }
  .progress-wrapper.no-percent .progress-bar-container {
    width: 100%; }

.pledge-journey ul {
  padding-left: 0;
  margin-bottom: 1.5em;
  position: relative;
  text-align: center; }
  .pledge-journey ul > li {
    list-style-type: none; }
  .pledge-journey ul:after {
    content: "";
    background-color: #e6e7e8;
    display: block;
    margin: auto;
    margin-top: 0.6em;
    height: 7px;
    width: 50%; }
  .pledge-journey ul li {
    display: inline-block;
    position: relative;
    width: 50%;
    text-align: center; }
    .pledge-journey ul li a {
      font-size: 1.2em;
      color: #939598;
      text-transform: uppercase; }
      .pledge-journey ul li a:after {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border: 3px solid #e6e7e8;
        border-radius: 1em;
        display: inline-block;
        position: absolute;
        bottom: -1.2em;
        left: 46%; }
      .pledge-journey ul li a.active {
        color: #204055; }
        .pledge-journey ul li a.active:after {
          border-color: #39d1b4; }
      .pledge-journey ul li a.complete {
        color: #204055; }
        .pledge-journey ul li a.complete:after {
          border-color: #39d1b4;
          background-color: #39d1b4; }
        .pledge-journey ul li a.complete:before {
          content: "";
          background-color: #39d1b4;
          display: inline;
          position: absolute;
          margin: auto;
          height: 7px;
          width: 100%;
          bottom: -0.9em;
          left: 50%; }

.pledge-journey.giftaid ul li {
  width: 33%; }

.pledge-journey-mobile {
  background-color: transparent; }
  .pledge-journey-mobile ul {
    padding-left: 0; }
    .pledge-journey-mobile ul > li {
      list-style-type: none; }
    .pledge-journey-mobile ul li {
      display: none; }
      .pledge-journey-mobile ul li.complete {
        display: block; }
    .pledge-journey-mobile ul h3 {
      font-size: 1.3em;
      background-color: #ffffff;
      border: none;
      margin-bottom: 1em; }
      .pledge-journey-mobile ul h3 a {
        float: right;
        font-size: 0.8em;
        line-height: 1.3em; }

.support-buttons .panel-content {
  text-align: center; }
  .support-buttons .panel-content a,
  .support-buttons .panel-content span.separator {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.5em;
    font-size: 1.5em; }
    .support-buttons .panel-content a.btn-reward,
    .support-buttons .panel-content span.separator.btn-reward {
      width: 98%;
      height: auto; }
    .support-buttons .panel-content a:not(.btn-reward),
    .support-buttons .panel-content span.separator:not(.btn-reward) {
      width: 46%;
      height: 3em; }
      .support-buttons .panel-content a:not(.btn-reward):nth-child(2n),
      .support-buttons .panel-content span.separator:not(.btn-reward):nth-child(2n) {
        margin-left: 0.5em; }
  .support-buttons .panel-content a span {
    font-size: 1em; }
    .support-buttons .panel-content a span.message {
      display: none; }

.support-buttons.horizontal .panel-content {
  text-align: center; }
  .support-buttons.horizontal .panel-content a {
    display: block;
    width: 100%;
    height: 3em; }
    .support-buttons.horizontal .panel-content a:nth-child(2n) {
      margin-left: 0; }
  .support-buttons.horizontal .panel-content a span {
    display: inline-block; }
  .support-buttons.horizontal .panel-content span.separator {
    display: none; }

.support-buttons.faded .panel-content a.btn-support {
  cursor: default; }
  .support-buttons.faded .panel-content a.btn-support:hover, .support-buttons.faded .panel-content a.btn-support:active, .support-buttons.faded .panel-content a.btn-support:focus {
    background-color: #ff7e33;
    border-color: #ff7e33; }

.panel .pledge-comments .panel-content,
.case-comments {
  margin-top: -0.5rem;
  padding: 0; }
  .panel .pledge-comments .panel-content .templates,
  .case-comments .templates {
    display: none; }
  .panel .pledge-comments .panel-content ul,
  .case-comments ul {
    padding-left: 0;
    margin-bottom: 0; }
    .panel .pledge-comments .panel-content ul > li,
    .case-comments ul > li {
      list-style-type: none; }
    .panel .pledge-comments .panel-content ul li,
    .case-comments ul li {
      background-color: #ffffff;
      padding: 0.8em 1em 1.2em;
      overflow: hidden; }
      .panel .pledge-comments .panel-content ul li form button,
      .case-comments ul li form button {
        font-size: 0.9em; }
      .panel .pledge-comments .panel-content ul li.hidden,
      .case-comments ul li.hidden {
        opacity: 0.6; }
      .panel .pledge-comments .panel-content ul li.pinned,
      .case-comments ul li.pinned {
        background-color: rgba(57, 209, 180, 0.1); }
      .panel .pledge-comments .panel-content ul li > a,
      .case-comments ul li > a {
        color: #646464; }
        .panel .pledge-comments .panel-content ul li > a > *,
        .case-comments ul li > a > * {
          padding-right: 1.2em; }
      .panel .pledge-comments .panel-content ul li .amount,
      .case-comments ul li .amount {
        color: #ff5e00;
        font-size: 1.6em;
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        @media (max-width: 767.98px) {
          .panel .pledge-comments .panel-content ul li .amount,
          .case-comments ul li .amount {
            font-size: 1.3rem; } }
        .panel .pledge-comments .panel-content ul li .amount:before,
        .case-comments ul li .amount:before {
          font-family: "legl-icon";
          content: var(--legl-icon-heart);
          font-size: 1.25rem;
          margin-right: 0.25em; }
      .panel .pledge-comments .panel-content ul li .details,
      .case-comments ul li .details {
        color: #939598;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1em; }
      .panel .pledge-comments .panel-content ul li .comment,
      .case-comments ul li .comment {
        padding-top: 0.5em;
        margin-top: 0.5em;
        border-top: 2px solid #e6e7e8;
        font-size: 1em; }
        .panel .pledge-comments .panel-content ul li .comment input,
        .case-comments ul li .comment input {
          display: none; }
        .panel .pledge-comments .panel-content ul li .comment .content,
        .case-comments ul li .comment .content {
          overflow: hidden; }
        .panel .pledge-comments .panel-content ul li .comment input:checked ~ .content,
        .case-comments ul li .comment input:checked ~ .content {
          max-height: 1000em; }
        .panel .pledge-comments .panel-content ul li .comment input:checked ~ label:after,
        .case-comments ul li .comment input:checked ~ label:after {
          content: "Less"; }
  .panel .pledge-comments .panel-content .see-more a,
  .case-comments .see-more a {
    display: block;
    padding: 1em;
    font-size: 1.2em;
    text-align: center; }

.pledges-full-section {
  padding-bottom: 1rem; }
  .pledges-full-section h3 {
    background: #ffffff;
    border: 1px solid #e6e7e8;
    border-radius: 0.25rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #646464;
    padding: 0.5rem 1rem; }
  .pledges-full-section ul {
    padding-left: 0; }
    .pledges-full-section ul > li {
      list-style-type: none; }
    .pledges-full-section ul li {
      background-color: #ffffff;
      padding: 0.5rem 1rem;
      border: 1px solid #e6e7e8;
      border-radius: 0.25rem;
      margin-bottom: 0.5rem; }
      @media (max-width: 991.98px) {
        .pledges-full-section ul li {
          min-height: 4rem; } }
      .pledges-full-section ul li > a {
        color: #646464; }
      .pledges-full-section ul li .amount {
        color: #ff5e00;
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline-block;
        font-weight: bold;
        font-size: 1rem;
        width: 50%;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .pledges-full-section ul li .amount {
            display: block;
            width: 100%; } }
        .pledges-full-section ul li .amount:before {
          font-family: "legl-icon";
          content: var(--legl-icon-heart);
          font-size: 1.25rem;
          margin-right: 0.25em; }
      .pledges-full-section ul li .details {
        color: #939598;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1rem;
        display: inline-block;
        float: right;
        width: 50%;
        text-align: right;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .pledges-full-section ul li .details {
            display: block;
            text-align: left;
            width: 100%;
            float: none; } }

.pledge-comments .panel-content ul li:not(:first-child(x)) {
  border-top: 3px solid #e6e7e8; }

.pledges-full-section .pledge-comments .panel-content ul li:not(:first-child(x)) {
  border-top: 1px solid #e6e7e8; }

.case-comments {
  padding-top: 2em;
  padding-bottom: 2em; }
  .case-comments ul {
    margin-top: 2em;
    margin-bottom: 2em; }
    .case-comments ul li {
      margin-bottom: 1em;
      width: 90%; }
      @media (max-width: 575.98px) {
        .case-comments ul li {
          margin-left: 5%; } }
  .case-comments .no-comments {
    display: none; }
  .case-comments .load-more-comments {
    width: 100%;
    text-align: center; }

.name-break {
  word-break: break-all; }

.promote-facebook {
  border: 1px solid #e6e7e8;
  background-color: #fff; }
  .promote-facebook .panel-content {
    padding: 0.5em 1em 1em !important; }
    .promote-facebook .panel-content p {
      font-size: 1.1em; }
  .promote-facebook.faded .panel-content a.btn-facebook {
    cursor: default; }
    .promote-facebook.faded .panel-content a.btn-facebook:hover, .promote-facebook.faded .panel-content a.btn-facebook:active, .promote-facebook.faded .panel-content a.btn-facebook:focus {
      background-color: #3b5998;
      border-color: #3b5998; }

@media (max-width: 1199.98px) {
  .promote-facebook .panel-content a {
    font-size: 1em; } }

.latest-contributions {
  background-color: #ffffff; }
  .latest-contributions h3 {
    padding: 1em;
    font-size: 1.4em;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 2px solid #e6e7e8; }
  .latest-contributions .latest-contributions-content {
    padding-left: 0; }
    .latest-contributions .latest-contributions-content > li {
      list-style-type: none; }
    .latest-contributions .latest-contributions-content li {
      padding: 1em; }
      .latest-contributions .latest-contributions-content li:nth-child(n + 2) {
        border-top: 2px solid #e6e7e8; }
      .latest-contributions .latest-contributions-content li .comment .content {
        word-break: break-all; }

.contribution .contribution-amount {
  color: #ff5e00;
  font-size: 1.4em;
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.contribution .contribution-details,
.contribution .contribution-message {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.contribution .contribution-details {
  color: #939598; }

.contribution .contribution-message {
  color: #313131; }

.case-card {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: left;
  border: 1px solid #e6e7e8; }
  .case-card.static {
    cursor: default; }
  .case-card.closed .case-picture {
    opacity: 0.7; }
  .case-card.closed .case-card-content p {
    font-weight: 100; }
  .case-card .case-picture {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover; }
  .case-card .case-note {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #204055;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #39d1b4;
    padding: 0.1em 0.3em; }
  .case-card .case-card-content {
    height: 11em;
    overflow: hidden;
    padding: 1em;
    color: #313131; }
    .case-card .case-card-content .case-label {
      font-size: 1.1em; }
      .case-card .case-card-content .case-label i {
        margin-right: 0.2em; }
    .case-card .case-card-content h3 {
      margin: 0.3em 0 0.5em;
      font-size: 1.4em;
      color: #204055;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .case-card .case-card-content .by {
      margin: 0;
      color: #939598;
      font-size: 0.8em; }
      .case-card .case-card-content .by strong {
        color: #313131; }
  .case-card .case-card-footer {
    padding: 0 1em;
    min-height: 7.5em; }
    .case-card .case-card-footer .case-card-closed-stats {
      height: 3em;
      line-height: 3em; }
      .case-card .case-card-footer .case-card-closed-stats > * {
        display: inline-block;
        font-size: 1.3em;
        color: #204055; }
        .case-card .case-card-footer .case-card-closed-stats > * .value {
          color: #39d1b4; }
        .case-card .case-card-footer .case-card-closed-stats > *.backers-number {
          float: right; }
    .case-card .case-card-footer .legend {
      line-height: 1.2em; }
      .case-card .case-card-footer .legend .days,
      .case-card .case-card-footer .legend .amount {
        display: inline-block;
        vertical-align: top; }
        .case-card .case-card-footer .legend .days .value,
        .case-card .case-card-footer .legend .amount .value {
          font-weight: bold;
          color: #204055; }
        .case-card .case-card-footer .legend .days .legend,
        .case-card .case-card-footer .legend .amount .legend {
          color: #939598; }
      .case-card .case-card-footer .legend .days {
        width: 32%; }
      .case-card .case-card-footer .legend .amount {
        width: 66%; }

.case-label {
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #939598;
  display: inline-block;
  margin-right: 1em; }
  .case-label i {
    font-size: 1.3em;
    vertical-align: bottom; }

.case-tags {
  text-align: center;
  padding: 3em 0; }
  .case-tags a {
    padding: 0.2em 1em;
    color: #939598;
    border-radius: 8px;
    border: solid 2px #dadada; }
    .case-tags a:hover {
      color: #39d1b4;
      border-color: #39d1b4; }

.modal .modal-content {
  width: 680px; }
  .modal .modal-content .modal-header {
    border-bottom: 2px solid #e6e7e8;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #204055;
    font-size: 1.3em; }

@media (max-width: 991.98px) {
  .modal .modal-content {
    width: 100%; } }

#pledge-closed-modal .modal-header {
  text-align: center; }

#pledge-closed-modal .modal-dialog,
#pledge-closed-modal .modal-dialog .modal-content {
  max-width: 30em;
  text-align: left;
  color: #204055; }

.jumbotron {
  border-radius: 0;
  height: 30em;
  overflow: hidden;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  min-height: 30em;
  background-size: cover;
  background-position: center center; }
  .jumbotron .jumbotron-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: white; }
    .jumbotron .jumbotron-content h1 {
      margin-top: 3em;
      font-size: 3.3em;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .jumbotron .jumbotron-content a {
      display: inline-block;
      margin-top: 4em; }
  .jumbotron.jumbotron-brand-primary {
    background-color: #39d1b4;
    color: white;
    margin-bottom: 0;
    padding: 5em 0 0; }
    @media (max-width: 991.98px) {
      .jumbotron.jumbotron-brand-primary {
        height: auto;
        padding: 2.5rem 0 0; } }
    .jumbotron.jumbotron-brand-primary h1 {
      text-align: left;
      color: white;
      font-size: 3.125rem; }
      @media (max-width: 1199.98px) {
        .jumbotron.jumbotron-brand-primary h1 {
          font-size: 2.75rem; } }

.jumbotron-404 {
  text-align: center; }
  .jumbotron-404 .jumbotron-content {
    background-color: rgba(57, 209, 180, 0.7); }

@media (max-width: 1199.98px) {
  .jumbotron .jumbotron-content {
    text-align: center; }
    .jumbotron .jumbotron-content h1 {
      margin-top: 3em; } }

@media (max-width: 767.98px) {
  .jumbotron {
    height: 20em; }
    .jumbotron .jumbotron-content {
      text-align: center; }
      .jumbotron .jumbotron-content h1 {
        margin-top: 1em;
        font-size: 2.4em; }
      .jumbotron .jumbotron-content p {
        margin: 0 0 1.5em; }
      .jumbotron .jumbotron-content a {
        margin-bottom: 1em; }
        .jumbotron .jumbotron-content a:last-child {
          margin: 0; } }

.navigation-row {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  background-color: #ffffff; }
  .navigation-row.standalone-navigation-row {
    border-right: 1px solid #e6e7e8; }
  .navigation-row.sticky {
    position: sticky;
    top: 0;
    z-index: 1; }
  .navigation-row ul {
    padding-left: 0;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    margin: 0 auto; }
    .navigation-row ul > li {
      list-style-type: none; }
    .navigation-row ul li {
      display: inline-block;
      font-size: 1rem; }
    .navigation-row ul li:first-child {
      border-left: 1px solid #e6e7e8; }
    .navigation-row ul li.nav-right {
      float: right; }
      .navigation-row ul li.nav-right .nav-link {
        border-right: initial;
        border-left: 1px solid #e6e7e8; }
    .navigation-row ul .nav-link {
      padding: 0 1em;
      display: inline-block;
      border-right: 1px solid #e6e7e8;
      margin: 0;
      color: #204055; }
      .navigation-row ul .nav-link.active {
        position: relative; }
        .navigation-row ul .nav-link.active:after {
          content: " ";
          position: absolute;
          bottom: 0;
          left: 0;
          height: 5px;
          width: 100%;
          background-color: #39d1b4; }
      .navigation-row ul .nav-link.external-link {
        background-color: #dff7f3; }
        .navigation-row ul .nav-link.external-link:hover, .navigation-row ul .nav-link.external-link:hover:after {
          background-color: #a0e9db; }
      .navigation-row ul .nav-link:hover {
        background-color: #f9f9f9; }
      .navigation-row ul .nav-link .count {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #39d1b4; }
  .navigation-row .row > div {
    padding-left: 2em; }
    .navigation-row .row > div .btn-pledge,
    .navigation-row .row > div .btn-facebook,
    .navigation-row .row > div .btn-primary {
      display: none; }
  .navigation-row.stuck .ul {
    display: none; }
  .navigation-row.stuck > div .btn-pledge,
  .navigation-row.stuck > div .btn-facebook,
  .navigation-row.stuck > div .btn-primary {
    display: block; }
  .navigation-row.mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto; }
  @media (max-width: 575.98px) {
    .navigation-row {
      padding-left: 0px;
      padding-right: 0px; } }

@media (max-width: 767.98px) {
  .navigation-row {
    border-top: 1px solid #ddf4f0;
    border-bottom: 1px solid #ddf4f0; }
    .navigation-row ul {
      height: 49px;
      line-height: 50px; }
      .navigation-row ul li:first-child {
        border-left: 0px; }
      .navigation-row ul li a.nav-link {
        border-right: 0; }
        .navigation-row ul li a.nav-link:hover {
          background-color: inherit;
          color: #39d1b4; }
        .navigation-row ul li a.nav-link.active:after {
          height: 3px; }
  #case-detail-navigation:not(.mobile).stuck ul {
    display: none; }
  #case-detail-navigation .row > div {
    padding-left: 1em; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  #case-detail-navigation .case-page-cta {
    display: none; } }

.rewards.collapsed .reward:not(.selected) {
  display: none; }

.rewards .reward {
  position: relative;
  background-color: rgba(255, 163, 110, 0.08);
  margin-bottom: 0.6em;
  padding: 1.2em;
  color: #204055; }
  .rewards .reward .reward-amount {
    font-weight: bold;
    color: #ff5e00;
    margin-bottom: 0.8em; }
  .rewards .reward .reward-title {
    font-size: 120%;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0.2em; }
  .rewards .reward .reward-description {
    margin-bottom: 0em;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .rewards .reward .reward-overlay {
    display: none;
    background-color: #ffa36e;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
    .rewards .reward .reward-overlay p {
      width: 100%;
      text-align: center;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 120%;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .rewards .reward .reward-pledge-amount {
    margin-top: 1.3em;
    border-top: 1px solid #dadada;
    padding-top: 1.3em; }
    .rewards .reward .reward-pledge-amount #donation_amount_error {
      text-align: center;
      margin-top: 10px; }
  .rewards .reward:hover .reward-overlay {
    display: block; }
  .rewards .reward.no-reward .reward-amount {
    margin-bottom: 0px; }

.pledge-flow-rewards {
  padding: 0em 2em; }
  .pledge-flow-rewards .pick-reward-message {
    color: red;
    font-weight: bold;
    display: none;
    margin-bottom: 1em; }
  .pledge-flow-rewards .reward {
    text-align: left; }
  .pledge-flow-rewards .select-no-reward .reward-amount {
    margin-bottom: 0px; }
  .pledge-flow-rewards .no-reward {
    min-height: 65px;
    color: #204055; }
  .pledge-flow-rewards .change-reward {
    float: right;
    border: 2px solid #ff5e00;
    padding: 0.6em;
    border-radius: 5px;
    color: #204055;
    font-weight: bold; }
    .pledge-flow-rewards .change-reward:hover {
      background: white;
      cursor: pointer; }

@media (max-width: 767.98px) {
  .pledge-flow-rewards .change-reward {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 1em; } }

.link-block {
  margin-top: 1em;
  margin-bottom: 1em; }
  .link-block a {
    border: 1px solid #e6e7e8;
    padding: 1em;
    width: auto;
    display: block;
    float: right;
    background: #ffffff;
    font-weight: bold; }
    .link-block a:not(:first-child) {
      border-right: 0px; }

.flag-sm {
  width: 16px;
  height: 16px; }

.flag-md {
  width: 24px;
  height: 24px; }

.slick-slider .slick-dots {
  padding-left: 0;
  margin: 2em 0 0;
  text-align: center; }
  .slick-slider .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #bcbec0;
    border: 2px solid #bcbec0; }
    .slick-slider .slick-dots li.slick-active {
      background-color: #ffffff;
      border: 2px solid #39d1b4; }

/**
 * This is a set of composable CSS classes related to the 'dotcom' app. These
 * are intended to be used on the main content area of the site (homepage,
 * about us, etc.) but may later be needed elsewhere. This is an attempt to have
 * more composability in our CSS moving forward.
 */
.dotcom--iconic-font,
.dotcom--iconic {
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }

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

.dotcom--container {
  padding: 5rem 0; }
  @media (max-width: 767.98px) {
    .dotcom--container {
      margin-bottom: 0; } }

h1.dotcom--iconic {
  margin: 0 auto;
  max-width: 900px;
  font-size: 3rem; }
  @media (max-width: 767.98px) {
    h1.dotcom--iconic {
      font-size: 2.9rem; } }

.jumbotron h1.dotcom--iconic,
.hero-jumbotron h1.dotcom--iconic,
.page-header h1.dotcom--iconic {
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 0.2em; }

.dotcom--blurb {
  text-align: center;
  padding: 2em 0 4em;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.2em; }

.page-header {
  background-color: #39d1b4;
  color: #ffffff;
  padding: 5rem 0; }
  .page-header p.lead {
    margin-top: 1.5rem; }
    .page-header p.lead a {
      color: white;
      text-decoration: underline; }
      .page-header p.lead a:hover {
        color: white; }

h2.dotcom--iconic,
h3.dotcom--iconic {
  color: #204055;
  font-weight: 500;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 1.5rem; }
  @media (max-width: 767.98px) {
    h2.dotcom--iconic,
    h3.dotcom--iconic {
      font-size: 2rem; } }

.dotcom--cta-stripe {
  background-color: #ddf4f0;
  padding: 3rem 0;
  font-size: 1.2em; }
  .dotcom--cta-stripe a.btn {
    padding-left: 3em;
    padding-right: 3em;
    background: transparent; }
    .dotcom--cta-stripe a.btn:hover {
      background: #204055; }

a.dotcom--big-button {
  color: white;
  background: #ff5e00;
  padding: 0.8em 4em;
  border: none;
  font-weight: 400; }
  @media (max-width: 767.98px) {
    a.dotcom--big-button {
      padding: 0.8em 0;
      width: 100%; } }

.dotcom--transparent-button {
  border: 2px solid white;
  background-color: transparent;
  color: white; }
  .dotcom--transparent-button:hover {
    background-color: white;
    color: #204055; }

.dotcom--smooth-text, #case_owner_dashboard .sub-title {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.wizard {
  margin-bottom: 4em;
  padding-bottom: 2em; }
  .wizard .wizard-header {
    padding: 0 10em;
    margin: 3em 0 5em; }
    .wizard .wizard-header h1 {
      color: #39d1b4;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .wizard .wizard-header h2 {
      color: #204055;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.3em;
      font-weight: bold; }
  .wizard .wizard-block {
    margin-bottom: 2em; }
    .wizard .wizard-block > * {
      vertical-align: top; }
    .wizard .wizard-block .wizard-block-entry {
      background-color: #ffffff;
      padding: 0; }
      .wizard .wizard-block .wizard-block-entry .wizard-block-content {
        padding: 1.5em 1.5em 0 1.5em; }
        .wizard .wizard-block .wizard-block-entry .wizard-block-content p {
          color: #646464; }
        .wizard .wizard-block .wizard-block-entry .wizard-block-content input,
        .wizard .wizard-block .wizard-block-entry .wizard-block-content textarea,
        .wizard .wizard-block .wizard-block-entry .wizard-block-content select {
          border: 1px solid #e6e7e8;
          background-color: #f9f9f9;
          color: #204055;
          font-weight: 400; }
        .wizard .wizard-block .wizard-block-entry .wizard-block-content label:not(.checkbox-label):not(.radio-label) {
          color: #646464;
          font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 1.2em;
          font-weight: bold; }
        .wizard .wizard-block .wizard-block-entry .wizard-block-content .fr-image-by-url-layer label,
        .wizard .wizard-block .wizard-block-entry .wizard-block-content .fr-video-embed-layer label,
        .wizard .wizard-block .wizard-block-entry .wizard-block-content .fr-video-by-url-layer label,
        .wizard .wizard-block .wizard-block-entry .wizard-block-content .fr-link-attr ~ label {
          display: none; }
      .wizard .wizard-block .wizard-block-entry .row,
      .wizard .wizard-block .wizard-block-entry .wizard-block-part {
        margin-bottom: 1.5em; }
    .wizard .wizard-block .wizard-block-header {
      padding: 0;
      background-color: #ffffff; }
      .wizard .wizard-block .wizard-block-header h3 {
        padding: 1em;
        color: #204055;
        border-bottom: 2px solid #e6e7e8; }
  .wizard img {
    max-width: 100%; }
  .wizard .wizard-buttons {
    padding: 0; }
    .wizard .wizard-buttons button {
      float: right; }
    .wizard .wizard-buttons button,
    .wizard .wizard-buttons a {
      width: 11em; }

.wizard-hidden-tip {
  display: none; }

.wizard-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.5em;
  border-top: 1px solid #dadada;
  z-index: 2000;
  display: none;
  opacity: 1; }
  .wizard-footer.hidden {
    opacity: 0; }
  .wizard-footer .unsaved-changes {
    margin-top: 8px;
    padding: 10px;
    width: 280px;
    text-align: center; }
    .wizard-footer .unsaved-changes .error {
      color: #ff5e00;
      display: none; }
    .wizard-footer .unsaved-changes.error strong {
      display: none; }
    .wizard-footer .unsaved-changes.error .error {
      display: inline; }
  .wizard-footer .btn {
    padding-top: 0.85em; }
    .wizard-footer .btn i {
      margin-left: 1em; }

@media (max-width: 991.98px) {
  .wizard .wizard-header {
    padding: 0 1em; } }

.section-panel {
  background-color: #ffffff;
  margin-bottom: 2rem; }
  .section-panel.top-section {
    margin-top: 2rem; }
  .section-panel h2,
  .section-panel h3,
  .section-panel .section {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #204055;
    padding: 1.2rem 1.5rem;
    border-bottom: 2px solid #e6e7e8; }
  .section-panel .section-panel-content {
    padding: 1.2rem 1.5rem; }
    .section-panel .section-panel-content .empty-list {
      text-align: center;
      margin: 1rem; }
      .section-panel .section-panel-content .empty-list img {
        padding: 1rem;
        margin: 1rem; }
      .section-panel .section-panel-content .empty-list .empty-text {
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #313131; }
  .section-panel .btn-right {
    float: right; }
  @media (max-width: 767.98px) {
    .section-panel h2,
    .section-panel h3 .section {
      font-size: 1.125rem;
      font-weight: normal;
      text-transform: uppercase;
      border-top: 1px solid #ddf4f0;
      border-bottom: 1px solid #ddf4f0;
      line-height: normal; } }

.successful-case-card {
  height: 22rem;
  width: 19rem;
  margin: 1.25rem;
  border: none;
  border-radius: solid 1px rgba(150, 144, 144, 0.05);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1); }
  .successful-case-card .card-img-top {
    width: 100%;
    height: 180px; }
  .successful-case-card .card-body {
    padding: 1.5rem; }
  .successful-case-card .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: unset;
    border: none; }
    .successful-case-card .card-footer div {
      width: 50%; }
      .successful-case-card .card-footer div p {
        font-size: 0.75rem;
        line-height: 1.92;
        margin-bottom: 0; }
      .successful-case-card .card-footer div h5 {
        font-size: 1.125rem;
        line-height: 1.28; }

.form-card {
  border-radius: 4px;
  -webkit-box-shadow: 6px 29px 43px 0 rgba(7, 27, 41, 0.47), 0 6px 60px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 6px 29px 43px 0 rgba(7, 27, 41, 0.47), 0 6px 60px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #ebebeb;
  overflow-x: hidden; }
  .form-card .card-body {
    padding: 2.5rem; }
    .form-card .card-body .heading {
      border-bottom: solid 1px #d8d8d8;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .form-card .card-body .heading h5 {
        color: #214055;
        font-size: 1.125rem;
        font-weight: normal;
        margin-bottom: 0; }
      .form-card .card-body .heading img {
        height: 2rem;
        width: 2rem;
        margin-left: 0.5rem; }
    .form-card .card-body form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .form-card .card-body form .form-group {
        width: 100%;
        margin-bottom: 1.5rem; }
        .form-card .card-body form .form-group label,
        .form-card .card-body form .form-group input {
          color: #214055;
          font-size: 1rem; }
        .form-card .card-body form .form-group input {
          width: 100%;
          height: 2rem;
          border-radius: 4px;
          border: solid 1px rgba(235, 235, 235, 0.08);
          background-color: #f8f9fa; }
        .form-card .card-body form .form-group input::-webkit-input-placeholder {
          color: #bcbec0; }
        .form-card .card-body form .form-group input::-moz-placeholder {
          color: #bcbec0; }
        .form-card .card-body form .form-group input:-ms-input-placeholder {
          color: #bcbec0; }
        .form-card .card-body form .form-group input::-ms-input-placeholder {
          color: #bcbec0; }
        .form-card .card-body form .form-group input::placeholder {
          color: #bcbec0; }
      .form-card .card-body form button {
        width: 100%;
        margin: 0; }

.character-counter {
  margin: 0 0;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 300;
  color: #939598; }
  .character-counter.near-limit {
    color: red; }

.loader {
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.78);
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.01s linear;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.01s linear;
  -o-transition: opacity 0.5s ease-in-out, transform 0.01s linear;
  transition: opacity 0.5s ease-in-out, transform 0.01s linear;
  transition: opacity 0.5s ease-in-out, transform 0.01s linear, -webkit-transform 0.01s linear;
  -webkit-transform: translateY(-100%) scale(0);
      -ms-transform: translateY(-100%) scale(0);
          transform: translateY(-100%) scale(0);
  pointer-events: none;
  opacity: 0; }
  .loader__circle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
    height: 100px;
    -webkit-animation: rotation 1s infinite linear;
            animation: rotation 1s infinite linear; }
    .loader__circle circle {
      stroke: #29d273;
      stroke-width: 2;
      fill: transparent;
      stroke-dasharray: 207.24;
      stroke-dashoffset: 0; }
  .pending .loader {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    pointer-events: auto;
    opacity: 1; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.notification-banner, .completed-notification {
  padding: 1rem 0 1rem 10%;
  background-color: #ffc077;
  color: #45435d; }
  @media (max-width: 768px) {
    .notification-banner, .completed-notification {
      padding-left: 0; } }
  .notification-banner a, .completed-notification a {
    color: #45435d;
    border: 2px solid #45435d;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    font-size: 0.8rem;
    margin-left: 0.5rem; }
    .notification-banner a:hover, .completed-notification a:hover {
      color: #ffc077;
      background-color: #45435d; }

@media screen and (min-width: 1030px) {
  .notification-lds-alert {
    padding-left: 210px; } }

@media screen and (max-width: 1029px) {
  .notification-lds-alert {
    margin-top: 63px; } }

.notification-lds-alert .title, .notification-lds-alert #about-us .page-title, #about-us .notification-lds-alert .page-title {
  font-weight: var(--lds-typography-weight-bold); }

.notification-lds-alert a {
  color: var(--lds-colour-primary-500); }
  .notification-lds-alert a:hover {
    text-decoration: underline; }

.completed-notification {
  display: none;
  background-color: #204055;
  color: #ffffff; }
  .completed-notification a {
    color: #ffffff;
    text-underline: #ffffff; }

header {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 1px 10px;
  font-size: 0.9em; }
  header .cookie-bar {
    background-color: #204055;
    color: white;
    font-size: 0.75rem;
    padding: 0.5rem 0;
    -webkit-font-smoothing: antialiased;
    overflow: hidden; }
    header .cookie-bar .container {
      padding: 0 1.1rem; }
      header .cookie-bar .container p {
        width: 90%;
        margin-bottom: 0;
        float: left; }
      header .cookie-bar .container a {
        color: white;
        text-decoration: underline; }
      header .cookie-bar .container .close-button {
        font-size: 1rem;
        float: right;
        line-height: 1;
        cursor: pointer;
        width: 10%;
        text-align: right; }
  @media (max-width: 576px) {
    header.with-cookie-bar nav.navbar .navbar-mobile .dropdown .dropdown-menu {
      top: 122px; } }
  header.fixed-navbar.fixed {
    position: sticky;
    top: 0;
    z-index: 1000; }
  header nav.navbar {
    padding: 0; }
    @media (max-width: 576px) {
      header nav.navbar {
        position: initial; } }
    header nav.navbar ul {
      padding-left: 0; }
      header nav.navbar ul > li {
        list-style-type: none; }
    header nav.navbar ul.navbar-links,
    header nav.navbar ul.navbar-right-list {
      height: 70px;
      margin-bottom: 0; }
      header nav.navbar ul.navbar-links > li,
      header nav.navbar ul.navbar-right-list > li {
        display: inline-block;
        vertical-align: middle; }
        header nav.navbar ul.navbar-links > li:first-child,
        header nav.navbar ul.navbar-right-list > li:first-child {
          content: "";
          height: 70px; }
        header nav.navbar ul.navbar-links > li.navbar-logo-list-item,
        header nav.navbar ul.navbar-right-list > li.navbar-logo-list-item {
          width: 9.375rem; }
        header nav.navbar ul.navbar-links > li a:not(.btn),
        header nav.navbar ul.navbar-right-list > li a:not(.btn) {
          color: #204055;
          -webkit-transition: opacity 0.2s;
          -o-transition: opacity 0.2s;
          transition: opacity 0.2s; }
          header nav.navbar ul.navbar-links > li a:not(.btn):hover,
          header nav.navbar ul.navbar-right-list > li a:not(.btn):hover {
            opacity: 0.5; }
          header nav.navbar ul.navbar-links > li a:not(.btn).navbar-logo:hover,
          header nav.navbar ul.navbar-right-list > li a:not(.btn).navbar-logo:hover {
            opacity: 1; }
      header nav.navbar ul.navbar-links li.active,
      header nav.navbar ul.navbar-right-list li.active {
        position: relative; }
        header nav.navbar ul.navbar-links li.active:after,
        header nav.navbar ul.navbar-right-list li.active:after {
          content: "";
          display: block;
          position: absolute;
          left: 1.2rem;
          right: 0;
          bottom: -0.4em;
          border-bottom: 2px solid #39d1b4; }
      header nav.navbar ul.navbar-links .navbar-logo img,
      header nav.navbar ul.navbar-right-list .navbar-logo img {
        height: 1.5rem; }
    header nav.navbar ul.navbar-links {
      color: #254459;
      font-size: 0.9rem;
      font-weight: normal;
      line-height: 1.5rem; }
      header nav.navbar ul.navbar-links > li:nth-child(n + 3) {
        padding: 0 0 0 1.3em; }
      header nav.navbar ul.navbar-links > li:nth-child(3) {
        padding-left: 2.6em; }
        header nav.navbar ul.navbar-links > li:nth-child(3).active:after {
          left: 2.6em; }
      header nav.navbar ul.navbar-links div.nav-search form {
        display: none; }
      header nav.navbar ul.navbar-links div.nav-search button {
        background-color: transparent;
        border: none;
        vertical-align: middle; }
        header nav.navbar ul.navbar-links div.nav-search button:focus {
          outline: none; }
        header nav.navbar ul.navbar-links div.nav-search button i[class|="legl-icon"] {
          vertical-align: middle;
          font-size: 1.1rem; }
      header nav.navbar ul.navbar-links div.nav-search input {
        height: 2rem;
        width: 8rem;
        padding: 0.4em 0.8em;
        color: #204055;
        font-size: 1em;
        vertical-align: middle;
        outline: none;
        border-radius: 3px;
        border-width: 2px; }
        header nav.navbar ul.navbar-links div.nav-search input:focus {
          border-color: #dadada; }
      header nav.navbar ul.navbar-links div.nav-search.open button {
        display: none; }
      header nav.navbar ul.navbar-links div.nav-search.open form {
        display: block; }
      header nav.navbar ul.navbar-links div.nav-search.open .open-form {
        display: none; }
    header nav.navbar ul.navbar-right-list {
      position: absolute;
      right: 0; }
      header nav.navbar ul.navbar-right-list a.btn {
        height: 2rem;
        min-width: 9rem;
        padding: 0.4em 1rem;
        text-align: center;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 0.9375rem;
        margin-left: 0.6rem;
        margin-right: 0.6rem;
        border-width: 2px; }
      header nav.navbar ul.navbar-right-list a.btn-menu {
        width: auto;
        min-width: unset;
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
      header nav.navbar ul.navbar-right-list li.nav-user > a {
        color: #939598; }
      header nav.navbar ul.navbar-right-list li.nav-user .dropdown .dropdown-toggle {
        border: 1px solid #e6e7e8;
        border-radius: 2em;
        overflow: hidden;
        height: 2.2em;
        width: 2.2em;
        display: block;
        text-align: center;
        color: #39d1b4; }
        header nav.navbar ul.navbar-right-list li.nav-user .dropdown .dropdown-toggle:after, header nav.navbar ul.navbar-right-list li.nav-user .dropdown .dropdown-toggle:before {
          content: none; }
        header nav.navbar ul.navbar-right-list li.nav-user .dropdown .dropdown-toggle img {
          height: 2.2em;
          width: 2.2em; }
        header nav.navbar ul.navbar-right-list li.nav-user .dropdown .dropdown-toggle span {
          display: block;
          margin-top: 0.25em; }
        header nav.navbar ul.navbar-right-list li.nav-user .dropdown .dropdown-toggle i {
          display: block;
          margin-top: 0.3em;
          font-size: 1.3em; }
      header nav.navbar ul.navbar-right-list li.nav-user .dropdown .dropdown-menu {
        top: 51px; }
    header nav.navbar .dropdown .dropdown-menu {
      padding: 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 6px, rgba(0, 0, 0, 0.2) -2px 3px 6px;
              box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 6px, rgba(0, 0, 0, 0.2) -2px 3px 6px;
      margin-top: 1em;
      top: 45px;
      margin: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      border-top: 1px solid #e6e7e8;
      border-radius: 0;
      min-width: 15rem;
      font-size: 0.9rem; }
      header nav.navbar .dropdown .dropdown-menu .dropdown-title {
        padding: 1em 1em 0 1em;
        color: #204055;
        font-weight: bold; }
      header nav.navbar .dropdown .dropdown-menu hr {
        margin: 0; }
      header nav.navbar .dropdown .dropdown-menu .dropdown-link {
        text-align: center;
        padding: 0 2em 1em 2em; }
        header nav.navbar .dropdown .dropdown-menu .dropdown-link .btn {
          height: 2em;
          font-size: 0.9rem;
          padding: 0.2em 2em;
          width: 12em;
          font-weight: 400; }
          header nav.navbar .dropdown .dropdown-menu .dropdown-link .btn:hover {
            opacity: 1;
            color: #ffffff; }
      header nav.navbar .dropdown .dropdown-menu .dropdown-list {
        padding: 1em; }
        header nav.navbar .dropdown .dropdown-menu .dropdown-list li a {
          display: block;
          width: 100%; }
    header nav.navbar .dropdown.explore-cases-dropdown .dropdown-menu {
      width: 20em; }
      header nav.navbar .dropdown.explore-cases-dropdown .dropdown-menu .dropdown-list {
        padding-top: 0; }
        header nav.navbar .dropdown.explore-cases-dropdown .dropdown-menu .dropdown-list li a {
          padding-left: 1em; }
    header nav.navbar .dropdown.admin-dropdown .dropdown-menu {
      width: 16em; }
    header nav.navbar .navbar-mobile .navbar-right-list li a.dropdown-toggle:after {
      content: none; }
    header nav.navbar .navbar-mobile .navbar-right-list li a.dropdown-toggle:before {
      content: none; }
    @media (max-width: 576px) {
      header nav.navbar .navbar-mobile .dropdown {
        position: initial; } }
    header nav.navbar .navbar-mobile .dropdown .dropdown-toggle {
      padding-right: 1em; }
    header nav.navbar .navbar-mobile .dropdown .dropdown-menu {
      width: 20em; }
      @media (max-width: 576px) {
        header nav.navbar .navbar-mobile .dropdown .dropdown-menu {
          width: 100%;
          top: 70px; } }
      header nav.navbar .navbar-mobile .dropdown .dropdown-menu .dropdown-list {
        padding: 0; }
        header nav.navbar .navbar-mobile .dropdown .dropdown-menu .dropdown-list li {
          padding: 0.7em 1em; }
          header nav.navbar .navbar-mobile .dropdown .dropdown-menu .dropdown-list li:not(:last-child) {
            border-bottom: 1px solid #e6e7e8; }
          header nav.navbar .navbar-mobile .dropdown .dropdown-menu .dropdown-list li a.btn {
            display: inline-block;
            max-width: 15rem; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20em;
  padding: 2em 0;
  background-color: #204055;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  footer .cj-logo {
    width: 100%;
    margin-bottom: 1em; }
  footer p {
    padding-right: 5em;
    font-size: 0.8em; }
  footer h4 {
    font-size: 1.1em;
    font-weight: bold; }
  footer .row.buttons {
    border-top: 1px solid #ffffff;
    padding-top: 2em; }
    footer .row.buttons a {
      font-size: 0.8em;
      margin-bottom: 2em; }
    @media (min-width: 768px) {
      footer .row.buttons .logout-button {
        margin-left: 15px; } }
  footer ul {
    padding-left: 0; }
    footer ul > li {
      list-style-type: none; }
    footer ul li a {
      display: block;
      color: #ffffff; }
      footer ul li a:hover {
        color: #39d1b4; }
  footer .footer-social {
    padding: 0;
    margin-top: -0.3em; }
    footer .footer-social ul {
      float: right;
      width: auto;
      padding: 0; }
      footer .footer-social ul li {
        float: left;
        margin: 0 0.5em;
        font-size: 2em; }

.lawyer-tell-a-client footer {
  position: relative; }

@media (max-width: 767.98px) {
  footer {
    position: relative;
    height: 100%; }
    footer .crowdjustice_info {
      border-bottom: 1px solid #ffffff;
      margin-bottom: 1em; }
    footer .row.buttons {
      border-top: 0; } }

.admin-block-form {
  margin-top: 2em;
  padding: 1.5em;
  background-color: white; }
  .admin-block-form label {
    font-size: 16px; }
  .admin-block-form input[type="submit"] {
    margin-top: 1em; }
  .admin-block-form select {
    height: 2.75rem !important; }

.admin-detail-view {
  margin-top: 2em; }
  .admin-detail-view .admin-detail-column .admin-detail-block {
    background: white;
    padding: 1.5em;
    margin-bottom: 25px; }
  .admin-detail-view .admin-detail-column .law-type .form-control, .admin-detail-view .admin-detail-column .law-type .pledge-giftaid .container input, .pledge-giftaid .container .admin-detail-view .admin-detail-column .law-type input,
  .admin-detail-view .admin-detail-column .law-type .pledge-giftaid .container select, .pledge-giftaid .container .admin-detail-view .admin-detail-column .law-type select, .admin-detail-view .admin-detail-column .law-type #press_edit form p input:not([type="checkbox"]), #press_edit form p .admin-detail-view .admin-detail-column .law-type input:not([type="checkbox"]),
  .admin-detail-view .admin-detail-column .law-type #press_edit form p textarea, #press_edit form p .admin-detail-view .admin-detail-column .law-type textarea,
  .admin-detail-view .admin-detail-column .law-type #press_new form p input:not([type="checkbox"]), #press_new form p .admin-detail-view .admin-detail-column .law-type input:not([type="checkbox"]),
  .admin-detail-view .admin-detail-column .law-type #press_new form p textarea, #press_new form p .admin-detail-view .admin-detail-column .law-type textarea {
    height: 8rem;
    overflow: scroll; }
    .admin-detail-view .admin-detail-column .law-type .form-control input, .admin-detail-view .admin-detail-column .law-type .pledge-giftaid .container input input, .pledge-giftaid .container .admin-detail-view .admin-detail-column .law-type input input, .admin-detail-view .admin-detail-column .law-type .pledge-giftaid .container select input, .pledge-giftaid .container .admin-detail-view .admin-detail-column .law-type select input, .admin-detail-view .admin-detail-column .law-type #press_edit form p input:not([type="checkbox"]) input, #press_edit form p .admin-detail-view .admin-detail-column .law-type input:not([type="checkbox"]) input, .admin-detail-view .admin-detail-column .law-type #press_edit form p textarea input, #press_edit form p .admin-detail-view .admin-detail-column .law-type textarea input, .admin-detail-view .admin-detail-column .law-type #press_new form p input:not([type="checkbox"]) input, #press_new form p .admin-detail-view .admin-detail-column .law-type input:not([type="checkbox"]) input, .admin-detail-view .admin-detail-column .law-type #press_new form p textarea input, #press_new form p .admin-detail-view .admin-detail-column .law-type textarea input {
      display: inline;
      max-width: 1rem;
      max-height: 1rem; }
    .admin-detail-view .admin-detail-column .law-type .form-control label, .admin-detail-view .admin-detail-column .law-type .pledge-giftaid .container input label, .pledge-giftaid .container .admin-detail-view .admin-detail-column .law-type input label, .admin-detail-view .admin-detail-column .law-type .pledge-giftaid .container select label, .pledge-giftaid .container .admin-detail-view .admin-detail-column .law-type select label, .admin-detail-view .admin-detail-column .law-type #press_edit form p input:not([type="checkbox"]) label, #press_edit form p .admin-detail-view .admin-detail-column .law-type input:not([type="checkbox"]) label, .admin-detail-view .admin-detail-column .law-type #press_edit form p textarea label, #press_edit form p .admin-detail-view .admin-detail-column .law-type textarea label, .admin-detail-view .admin-detail-column .law-type #press_new form p input:not([type="checkbox"]) label, #press_new form p .admin-detail-view .admin-detail-column .law-type input:not([type="checkbox"]) label, .admin-detail-view .admin-detail-column .law-type #press_new form p textarea label, #press_new form p .admin-detail-view .admin-detail-column .law-type textarea label {
      display: inline; }
  .admin-detail-view select {
    height: 2.75rem !important; }

.stat-block {
  width: 100%;
  height: 100%;
  background-color: #e6e7e8;
  color: black;
  padding: 20px; }
  .stat-block .large {
    font-size: 26px;
    line-height: normal; }
  .stat-block .huge {
    font-size: 50px;
    line-height: normal; }
  .stat-block.stat-block-red {
    background-color: #d9534f;
    color: white; }
  .stat-block.stat-block-green {
    background-color: #5cb85c;
    color: white; }
  .stat-block.stat-block-blue {
    background-color: #337ab7;
    color: white; }

.case-jumbotron {
  background-color: #ffffff;
  padding-top: 3em; }
  .case-jumbotron .jumbotron-header {
    text-align: center;
    margin-bottom: 3em; }
    .case-jumbotron .jumbotron-header h1 {
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #204055; }
    .case-jumbotron .jumbotron-header .by {
      font-weight: 500;
      color: #939598; }
      .case-jumbotron .jumbotron-header .by .organiser-name {
        font-weight: bold;
        color: #313131; }
  .case-jumbotron .jumbotron-content .jumbotron-cover {
    margin-bottom: 2em; }
    .case-jumbotron .jumbotron-content .jumbotron-cover .case-img {
      background-position: center center;
      background-size: cover;
      width: 100%;
      min-height: 380px;
      margin-bottom: 1em;
      position: relative; }
      .case-jumbotron .jumbotron-content .jumbotron-cover .case-img .legal-campaign-link {
        display: block;
        background-color: #dff7f3;
        color: #204055;
        padding: 1em 1.5em;
        position: absolute;
        bottom: 0; }
        .case-jumbotron .jumbotron-content .jumbotron-cover .case-img .legal-campaign-link > * {
          vertical-align: top; }
        .case-jumbotron .jumbotron-content .jumbotron-cover .case-img .legal-campaign-link i {
          display: inline-block;
          font-size: 2em;
          margin: 0.2em 1em 0 0; }
        .case-jumbotron .jumbotron-content .jumbotron-cover .case-img .legal-campaign-link p {
          margin: 0;
          display: inline-block; }
        @media (max-width: 767.98px) {
          .case-jumbotron .jumbotron-content .jumbotron-cover .case-img .legal-campaign-link {
            width: 100%; }
            .case-jumbotron .jumbotron-content .jumbotron-cover .case-img .legal-campaign-link i {
              font-size: 1.5em;
              margin-right: 0; } }
    .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer {
      font-size: 1em;
      margin: 0.3em 0;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #939598; }
      .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer .case-tag a {
        color: inherit; }
        .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer .case-tag a:hover, .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer .case-tag a:focus {
          color: #39d1b4; }
      .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer div {
        display: inline-block;
        margin-right: 1em; }
        .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer div i {
          font-size: 1.3em;
          vertical-align: bottom; }
  .case-jumbotron .jumbotron-content .case-profiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .case-jumbotron .jumbotron-content .case-profiles .case-profile {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      margin-top: 1.2em; }
      .case-jumbotron .jumbotron-content .case-profiles .case-profile > * {
        display: inline-block;
        vertical-align: top; }
      .case-jumbotron .jumbotron-content .case-profiles .case-profile img {
        height: 3rem;
        width: 3rem;
        border-radius: 3em;
        position: absolute; }
      .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info.has-image {
        padding-left: 3.875rem; }
      .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .name {
        color: #313131;
        font-size: 1.125rem;
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold; }
      .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .title, .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info #about-us .page-title, #about-us .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .page-title {
        font-size: 0.8rem;
        color: #939598;
        margin-bottom: 0.5rem; }
        .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .title.firm, .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info #about-us .firm.page-title, #about-us .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .firm.page-title {
          font-size: 0.875rem;
          color: #214055; }
        .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .title i[class|="legl-icon"], .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info #about-us .page-title i[class|="legl-icon"], #about-us .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .page-title i[class|="legl-icon"] {
          color: #39d1b4; }
      .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .bio {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.875rem;
        font-weight: normal; }
        .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .bio.more input[type="checkbox"] {
          display: none; }
          .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .bio.more input[type="checkbox"]:checked ~ .bio-content {
            max-height: 200em; }
          .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .bio.more input[type="checkbox"]:checked ~ label:after {
            content: " less"; }
        .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .bio.more .bio-content {
          max-height: 3em;
          overflow: hidden;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
        .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .bio.more label {
          color: #39d1b4; }
          .case-jumbotron .jumbotron-content .case-profiles .case-profile .case-profile-info .bio.more label:after {
            content: " more"; }
  .case-jumbotron .jumbotron-content .jumbotron-details .detail {
    margin-bottom: 1.7em; }
    .case-jumbotron .jumbotron-content .jumbotron-details .detail:first-child {
      margin-top: -1em; }
    .case-jumbotron .jumbotron-content .jumbotron-details .detail .number {
      font-size: 2.8em;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #204055;
      line-height: 1.2em; }
      .case-jumbotron .jumbotron-content .jumbotron-details .detail .number.donation-amount {
        font-size: 4.5em; }
    .case-jumbotron .jumbotron-content .jumbotron-details .detail .legend {
      font-size: 1.1em;
      font-weight: bold;
      color: #939598; }
    .case-jumbotron .jumbotron-content .jumbotron-details .detail .progress-legend {
      color: #939598; }
  .case-jumbotron .jumbotron-content .jumbotron-details .progress-display {
    margin: 2em 0;
    background-color: #f9f9f9; }
    .case-jumbotron .jumbotron-content .jumbotron-details .progress-display .progress-wrapper {
      padding: 0 0.5em; }
    .case-jumbotron .jumbotron-content .jumbotron-details .progress-display .progress-message {
      padding: 0.5em;
      border-top: 2px solid #e6e7e8;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #204055; }
  .case-jumbotron .jumbotron-content .jumbotron-details .btn {
    margin-top: 1em;
    margin-bottom: 1em; }

.minimal-case-page .profile-image {
  height: 3rem;
  width: 3rem;
  border-radius: 3em;
  margin-right: 1rem; }

.minimal-case-page .navigation-row .nav-link {
  padding: 0 2.5rem; }

.minimal-case-page .empty-list {
  text-align: center;
  margin: 1rem; }
  .minimal-case-page .empty-list .empty-text {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    margin-top: 0.5rem; }

.minimal-case-page .name {
  font-size: 1.125rem;
  color: #646464; }

.minimal-case-page .information-section blockquote {
  padding: 1.5em;
  min-height: 3em;
  margin-bottom: 2em;
  position: relative;
  background-color: #dff7f3;
  color: #204055; }
  .minimal-case-page .information-section blockquote .date {
    font-size: 0.7em;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;
    padding-bottom: 1em; }
  .minimal-case-page .information-section blockquote h3 {
    font-size: 1.5em; }
  .minimal-case-page .information-section blockquote h3,
  .minimal-case-page .information-section blockquote a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .minimal-case-page .information-section blockquote p {
    text-align: justify;
    word-wrap: wrap; }

.minimal-case-page blockquote {
  padding: 1.5em 2.5em;
  font-size: 1.2em;
  font-weight: bold; }
  .minimal-case-page blockquote:before {
    content: " ";
    background-color: #39d1b4;
    height: 3em;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0; }

.minimal-case-page .tab-content {
  background-color: #ffffff; }

.minimal-case-page .card-icon {
  padding-right: 0.75rem; }

.minimal-case-page .funds-raised {
  padding-top: 1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9a9a9a; }

.minimal-case-page .case-jumbotron {
  padding: 2rem 1.5rem; }
  .minimal-case-page .case-jumbotron h1 {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    margin-top: 3rem;
    margin-bottom: 5rem; }
  .minimal-case-page .case-jumbotron .description {
    color: #646464; }

.minimal-case-page .long {
  display: none; }

.minimal-case-page .lawyer-container {
  padding: 3rem 4rem;
  background-color: #f9f9f9; }
  .minimal-case-page .lawyer-container .company-bio {
    padding-top: 1.5rem;
    color: #646464; }

.minimal-case-page .padding-container {
  padding-bottom: 2rem; }

.minimal-case-page .contributions ul {
  padding: 1rem; }
  .minimal-case-page .contributions ul li {
    padding: 1rem;
    list-style: none; }

.minimal-case-page .contributions h3,
.minimal-case-page .case-campaign-update .panel > * h3 {
  padding: 1.5rem 1rem;
  font-size: 1.375rem;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: #e6e7e8 solid 1px;
  border-radius: 0.25rem;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #646464;
  text-transform: none; }

.minimal-case-page .contributions .panel-content,
.minimal-case-page .case-campaign-update .panel > * .panel-content {
  padding: 0.375rem 0; }

.minimal-case-page .contributions ul li,
.minimal-case-page .case-campaign-update .panel > * ul li {
  border: #e6e7e8 solid 1px;
  border-radius: 0.2rem;
  margin: 0.375rem 0; }
  .minimal-case-page .contributions ul li .amount,
  .minimal-case-page .case-campaign-update .panel > * ul li .amount {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fa7f18;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #e6e7e8; }
  .minimal-case-page .contributions ul li .details,
  .minimal-case-page .case-campaign-update .panel > * ul li .details {
    padding-top: 0.5rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #646464; }

.minimal-case-page .contributions,
.minimal-case-page .case-campaign-update .campaign-updates-container .campaign-update {
  margin-bottom: 1rem; }
  .minimal-case-page .contributions .campaign-update-content,
  .minimal-case-page .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content {
    border: #e6e7e8 solid 1px;
    border-radius: 0.25rem;
    padding: 1.5rem 1rem;
    width: 100%; }
    .minimal-case-page .contributions .campaign-update-content h4,
    .minimal-case-page .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content h4 {
      font-size: 1.375rem;
      font-weight: normal;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #646464;
      text-transform: none;
      padding: 0; }

@media (max-width: 767.98px) {
  .case-jumbotron {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%; }
    .case-jumbotron .jumbotron-header {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 15px;
      margin-bottom: 0;
      border-bottom: 1px solid #f0f0f0; }
      .case-jumbotron .jumbotron-header h1 {
        font-size: 25px;
        font-weight: bold; }
    .case-jumbotron .jumbotron-content .jumbotron-cover {
      margin-bottom: 0; }
      .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer {
        padding: 20px 20px 0 20px; }
        .case-jumbotron .jumbotron-content .jumbotron-cover .case-info-footer .case-tag {
          font-size: 14px;
          margin-bottom: 0.6em; }
      .case-jumbotron .jumbotron-content .jumbotron-cover .case-img {
        min-height: 200px; }
    .case-jumbotron .jumbotron-content .jumbotron-details {
      padding-left: 35px;
      padding-right: 35px; }
      .case-jumbotron .jumbotron-content .jumbotron-details .detail .number.donation-amount,
      .case-jumbotron .jumbotron-content .jumbotron-details .detail .number {
        font-size: 22px;
        font-weight: bold; }
      .case-jumbotron .jumbotron-content .jumbotron-details .detail .legend {
        font-size: 16px;
        font-weight: bold; }
    .case-jumbotron .jumbotron-content .case-profiles {
      display: unset; }
      .case-jumbotron .jumbotron-content .case-profiles .case-profile {
        margin-bottom: 1rem; }
  .minimal-case-page .case-jumbotron h1 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .minimal-case-page .case-jumbotron .jumbotron-details {
    padding: 0; }
    .minimal-case-page .case-jumbotron .jumbotron-details .donation-amount-container {
      text-align: right; } }

@media (min-width: 768px) {
  .minimal-case-page .case-jumbotron {
    padding-bottom: 0;
    background-color: #f9f9f9; }
  .minimal-case-page .information-section {
    border: #e6e7e8 1px solid;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 3rem 4rem;
    background-color: #ffffff; }
  .minimal-case-page .jumbotron-details {
    padding: 1rem 0 1rem 3rem; }
  .minimal-case-page .lawyer-container {
    border: #e6e7e8 1px solid;
    border-top: none; } }

.chart-of-justice {
  position: relative;
  /**
     * Gender pie chart (male/female)
     */
  /**
     * Pledge age chart. Shows pledges displayed according to X age groups.
     */
  /**
     * Pledge bucket chart -- shows total pledges in X buckets
     */
  /**
     * Pledge history chart -- shows line graph of pledges accumulated
     * over time (startDate -> endDate)
     */ }
  .chart-of-justice .axis path,
  .chart-of-justice .axis line {
    fill: none;
    stroke: none; }
  .chart-of-justice .axis.y text {
    font-weight: 700;
    fill: #939598; }
  .chart-of-justice .axis.x text {
    font-weight: 700;
    fill: #204055; }
  .chart-of-justice .axis text {
    font-size: 1em; }
  .chart-of-justice .mobile .axis text {
    font-size: 3em; }
  .chart-of-justice svg {
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .chart-of-justice .tooltip {
    display: none;
    position: absolute;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none; }
    .chart-of-justice .tooltip.tooltip-top {
      -webkit-transform: translate(-50%, -100%);
          -ms-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); }
      .chart-of-justice .tooltip.tooltip-top .tooltip-arrow {
        border-top-color: #204055; }
    .chart-of-justice .tooltip.tooltip-right {
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
      .chart-of-justice .tooltip.tooltip-right .tooltip-arrow {
        border-right-color: #204055; }
    .chart-of-justice .tooltip .tooltip-inner {
      background: #204055;
      border: none;
      color: white;
      padding: 1em;
      min-width: 100px; }
  .chart-of-justice.pledge-gender-chart .arc.male path {
    fill: #204055; }
  .chart-of-justice.pledge-gender-chart .arc.female path {
    fill: #39d1b4; }
  .chart-of-justice.pledge-gender-chart .legend-item.male circle {
    stroke: #204055; }
  .chart-of-justice.pledge-gender-chart .legend-item.female circle {
    stroke: #39d1b4; }
  .chart-of-justice.pledge-gender-chart .legend-item text {
    text-transform: capitalize; }
  .chart-of-justice.pledge-age-chart .axis.y text {
    fill: #204055; }
  .chart-of-justice.pledge-age-chart .axis.x text {
    fill: #939598; }
  .chart-of-justice.pledge-age-chart .bgbar {
    fill: #e6e7e8; }
  .chart-of-justice.pledge-age-chart .bar {
    fill: #39d1b4; }
  .chart-of-justice.pledge-age-chart .axis.x .tick:first-of-type text {
    text-anchor: start; }
  .chart-of-justice.pledge-age-chart .tooltip .backers-percent {
    color: #39d1b4;
    font-weight: 700; }
  .chart-of-justice.pledge-bucket-chart .tooltip {
    margin-left: 40px; }
    .chart-of-justice.pledge-bucket-chart .tooltip .backers {
      color: #39d1b4;
      font-weight: 700; }
  .chart-of-justice.pledge-bucket-chart .bgbar {
    fill: #e6e7e8; }
  .chart-of-justice.pledge-bucket-chart .bar {
    fill: #39d1b4; }
  .chart-of-justice.pledge-bucket-chart .axis.y text {
    fill: #939598; }
  .chart-of-justice.pledge-bucket-chart .axis.x text {
    fill: #204055; }
  .chart-of-justice.pledge-bucket-chart .mobile .axis.y text {
    fill: #204055; }
  .chart-of-justice.pledge-bucket-chart .mobile .axis.x text {
    fill: #939598; }
  .chart-of-justice.pledge-bucket-chart .mobile .axis.x .tick:first-of-type text {
    text-anchor: start; }
  .chart-of-justice.pledge-bucket-chart .mobile .axis.x .tick:last-of-type text {
    text-anchor: end; }
  .chart-of-justice.pledge-history-chart .tooltip {
    margin-left: 5px; }
    .chart-of-justice.pledge-history-chart .tooltip .date {
      font-weight: 700; }
    .chart-of-justice.pledge-history-chart .tooltip .total,
    .chart-of-justice.pledge-history-chart .tooltip .pledges {
      color: #39d1b4; }
  .chart-of-justice.pledge-history-chart .axis .tick line {
    stroke: #e6e7e8;
    display: none; }
  .chart-of-justice.pledge-history-chart .background {
    fill: #f9f9f9; }
  .chart-of-justice.pledge-history-chart .area {
    fill: rgba(3, 127, 232, 0.3); }
  .chart-of-justice.pledge-history-chart .pledge-line {
    stroke: #037fe8;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 6.5; }
  .chart-of-justice.pledge-history-chart .target-line {
    stroke: green;
    stroke-dasharray: 10, 10;
    stroke-width: 2; }
  .chart-of-justice.pledge-history-chart .stretch-line {
    stroke: red;
    stroke-dasharray: 10, 10;
    stroke-width: 2; }
  .chart-of-justice.pledge-history-chart .dot {
    fill: white;
    stroke: #037fe8;
    stroke-width: 1.5; }
  .chart-of-justice.pledge-history-chart .pledge_buckets .bgbar {
    fill: #e6e7e8; }
  .chart-of-justice.pledge-history-chart .pledge_buckets .bar {
    fill: #39d1b4; }
  .chart-of-justice.pledge-history-chart .desktop .axis.x .tick:first-of-type text {
    fill: none; }
  .chart-of-justice.pledge-history-chart .desktop .pledge-line {
    stroke-width: 3.5; }
  .chart-of-justice.pledge-history-chart .desktop .target-line,
  .chart-of-justice.pledge-history-chart .desktop .stretch-line {
    stroke-width: 1; }
  .chart-of-justice.pledge-history-chart .desktop .axis .tick line {
    display: block; }

#featured_elements {
  background-color: #f9f9f9; }
  #featured_elements h2 {
    color: #204055;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 2.5rem 0; }
  #featured_elements p {
    text-align: center;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #204055;
    max-width: 33rem;
    margin: 1rem auto 3rem; }
    @media (max-width: 575.98px) {
      #featured_elements p {
        font-size: 1rem;
        margin: 1rem 0.4rem 3rem; } }
  #featured_elements .container {
    padding: 0; }
    @media (max-width: 767.98px) {
      #featured_elements .container {
        margin-bottom: 3em; } }
  @media (max-width: 575.98px) {
    #featured_elements .row {
      margin: auto 0; } }
  #featured_elements .case-list {
    padding-bottom: 0; }
    #featured_elements .case-list .case-card {
      margin-bottom: 2rem; }
  #featured_elements .case-tags {
    padding-bottom: 0; }
  #featured_elements .see-more-cta {
    text-align: center;
    margin-top: 3em; }
    #featured_elements .see-more-cta a {
      margin: 0 0.6em;
      width: 260px;
      padding: 0.7rem 1rem; }
      @media (max-width: 575.98px) {
        #featured_elements .see-more-cta a {
          margin-top: 1em; } }

.navigation-bar {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1; }
  .navigation-bar .row ul {
    padding-left: 0;
    font-size: 0;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-weight: 500;
    margin: 0 auto; }
    .navigation-bar .row ul > li {
      list-style-type: none; }
    .navigation-bar .row ul li {
      display: inline-block;
      font-size: 1rem; }
    .navigation-bar .row ul li:first-child {
      border-left: 1px solid #e6e7e8; }
    .navigation-bar .row ul .nav-link {
      padding: 0 1em;
      display: inline-block;
      border-right: 1px solid #e6e7e8;
      margin: 0;
      color: #204055; }
      .navigation-bar .row ul .nav-link.active {
        position: relative; }
        .navigation-bar .row ul .nav-link.active:after {
          content: " ";
          position: absolute;
          bottom: 0;
          left: 0;
          height: 5px;
          width: 100%;
          background-color: #39d1b4; }
      .navigation-bar .row ul .nav-link:hover {
        background-color: #f9f9f9; }
      .navigation-bar .row ul .nav-link .count {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #39d1b4; }
  .navigation-bar .row > div {
    padding-left: 2em; }
    .navigation-bar .row > div .btn-pledge,
    .navigation-bar .row > div .btn-facebook {
      display: none; }
  .navigation-bar.stuck .ul {
    display: none; }
  .navigation-bar.stuck > div .btn-pledge,
  .navigation-bar.stuck > div .btn-facebook {
    display: block; }
  .navigation-bar.mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto; }

@media (max-width: 767.98px) {
  .navigation-bar:not(.mobile).stuck ul {
    display: none; }
  .navigation-bar .row > div {
    padding-left: 1em; } }

.case-story {
  padding: 4em 0; }
  .case-story .legal-campaign {
    background-color: #dff7f3;
    padding: 2em;
    color: #204055;
    margin-bottom: 2em; }
    .case-story .legal-campaign h4 {
      margin-bottom: 1em; }
    .case-story .legal-campaign p {
      margin: 0; }
  .case-story .pinned_update {
    font-size: 1rem;
    padding: 1.25rem;
    background-color: white;
    border: 1px solid #f0f0f0;
    margin-bottom: 2em;
    color: #204055; }
    .case-story .pinned_update h3 {
      font-size: 1.25rem; }
    .case-story .pinned_update a.btn.btn-blue-outline {
      font-size: 1rem;
      min-width: 12em; }
  .case-story .case-description blockquote {
    padding: 1.5em;
    min-height: 3em;
    margin-bottom: 2em;
    position: relative;
    background-color: #dff7f3;
    color: #204055; }
    .case-story .case-description blockquote .date {
      font-size: 0.7em;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 1em;
      padding-bottom: 1em; }
    .case-story .case-description blockquote h3 {
      font-size: 1.5em; }
    .case-story .case-description blockquote h3,
    .case-story .case-description blockquote a {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold; }
    .case-story .case-description blockquote p {
      text-align: justify;
      word-wrap: wrap; }
  .case-story .case-description {
    overflow: hidden;
    position: relative;
    max-height: 10000em;
    -webkit-transition: max-height 2s ease-in-out;
    -o-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em; }
    @media (prefers-reduced-motion: reduce) {
      .case-story .case-description {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .case-story .case-description h1,
    .case-story .case-description h2,
    .case-story .case-description h3,
    .case-story .case-description p h1,
    .case-story .case-description p h2,
    .case-story .case-description p h3 {
      font-weight: bold; }
    .case-story .case-description iframe,
    .case-story .case-description p iframe {
      width: 100%; }
    .case-story .case-description blockquote {
      padding: 1.5em 2.5em;
      font-size: 1.2em;
      font-weight: bold; }
      .case-story .case-description blockquote:before {
        content: " ";
        background-color: #39d1b4;
        height: 3em;
        width: 10px;
        position: absolute;
        left: 0;
        top: 0; }
    .case-story .case-description img {
      max-width: 100%;
      height: auto; }
    @media (max-width: 767.98px) {
      .case-story .case-description.collapsed {
        max-height: 35em; } }
    .case-story .case-description .firm-profile-card {
      border-radius: 5px;
      -webkit-box-shadow: 2px 8px 16px 0 rgba(0, 0, 0, 0.04), 0 2px 6px -2px rgba(0, 0, 0, 0.02);
              box-shadow: 2px 8px 16px 0 rgba(0, 0, 0, 0.04), 0 2px 6px -2px rgba(0, 0, 0, 0.02);
      background: -o-linear-gradient(left, #f2a8a8 6px, #ffffff 0%);
      background: linear-gradient(90deg, #f2a8a8 6px, #ffffff 0%);
      border: #eaeaea solid 1px;
      padding: 2.5rem;
      min-height: 10rem; }
      .case-story .case-description .firm-profile-card > * {
        display: inline-block;
        vertical-align: top; }
      .case-story .case-description .firm-profile-card img {
        height: 5rem;
        width: 5rem;
        border-radius: 50%;
        -webkit-box-shadow: 1px 5px 12px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 1px 5px 12px 0 rgba(0, 0, 0, 0.06);
        position: absolute; }
      .case-story .case-description .firm-profile-card .firm-profile-info {
        margin: 0; }
        .case-story .case-description .firm-profile-card .firm-profile-info.has-image {
          padding-left: 6.5rem; }
        .case-story .case-description .firm-profile-card .firm-profile-info h5,
        .case-story .case-description .firm-profile-card .firm-profile-info p {
          color: #214055; }
        .case-story .case-description .firm-profile-card .firm-profile-info h5 {
          font-size: 1.375rem;
          font-weight: normal;
          margin-bottom: 0.25rem; }
        .case-story .case-description .firm-profile-card .firm-profile-info .type {
          font-size: 1.125rem;
          color: #939598;
          margin-bottom: 0.25rem; }
        .case-story .case-description .firm-profile-card .firm-profile-info p {
          font-size: 1.125rem;
          line-height: 1.33;
          opacity: 0.88;
          margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .case-story .case-description .firm-profile-card {
          text-align: center;
          margin-bottom: 2rem; }
          .case-story .case-description .firm-profile-card img {
            position: unset; }
          .case-story .case-description .firm-profile-card .firm-profile-info.has-image {
            padding-left: 0; } }
    .case-story .case-description #firm-profile-more {
      padding-top: 3.75rem;
      margin-top: -3.75rem; }
  .case-story .panel > * {
    margin-bottom: 2em; }

@media (max-width: 767.98px) {
  .case-story {
    padding: 1em; } }

.case-campaign-update {
  padding-top: 4em; }
  @media (min-width: 992px) {
    .case-campaign-update .campaign-update-panel {
      position: sticky;
      top: 5.6rem; } }
  .case-campaign-update .campaign-updates-container {
    height: 100%; }
    .case-campaign-update .campaign-updates-container .campaign-update {
      position: relative;
      margin-bottom: 4em; }
      .case-campaign-update .campaign-updates-container .campaign-update::after {
        display: block;
        clear: both;
        content: ""; }
      .case-campaign-update .campaign-updates-container .campaign-update .update-number {
        border-radius: 8px;
        border: solid 1px #204055;
        font-size: 0.8rem;
        font-weight: normal;
        padding: 0.1rem 0.6rem;
        position: absolute;
        right: 1.75rem;
        top: 1.75rem; }
      .case-campaign-update .campaign-updates-container .campaign-update .case-owner {
        width: 18%;
        float: left;
        padding-right: 3%;
        text-align: center;
        color: #204055; }
        .case-campaign-update .campaign-updates-container .campaign-update .case-owner img {
          width: 3.75rem;
          height: 3.75rem;
          border-radius: 3.75rem; }
        .case-campaign-update .campaign-updates-container .campaign-update .case-owner .case-owner-name {
          font-weight: bold;
          margin: 0.75rem 0 0; }
        .case-campaign-update .campaign-updates-container .campaign-update .case-owner .update-date {
          font-size: 0.8em; }
      .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content {
        float: left;
        width: 82%;
        background-color: #ffffff;
        border: 1px solid #f0f0f0;
        padding: 1.75rem; }
        .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content h3 {
          color: #204055;
          padding-bottom: 1.5rem;
          border-bottom: 1px solid #f0f0f0;
          margin-bottom: 1.5rem;
          padding-right: 5rem; }
        .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content .campaign-update-wrapper {
          word-wrap: break-word; }
          .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content .campaign-update-wrapper iframe {
            width: 100%; }
          .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content .campaign-update-wrapper p:last-child {
            margin-bottom: 0; }
      .case-campaign-update .campaign-updates-container .campaign-update.admin-only .update-number {
        color: #ff5e00;
        border-color: #ff5e00; }
      .case-campaign-update .campaign-updates-container .campaign-update.admin-only .campaign-update-content h3 {
        padding-bottom: 0;
        border-bottom: none;
        font-size: 1.2rem;
        margin-bottom: 0.5rem; }
      @media (max-width: 991.98px) {
        .case-campaign-update .campaign-updates-container .campaign-update .case-owner {
          position: absolute;
          float: none;
          top: -30px;
          width: auto;
          left: 2rem; }
        .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content {
          width: auto;
          float: none; }
          .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content h3 {
            border-top: 1px solid #f0f0f0;
            border-bottom: none;
            padding: 1.5rem 2rem 0;
            font-size: 1.375rem;
            margin: 5rem -2rem 1.5rem; }
          .case-campaign-update .campaign-updates-container .campaign-update .campaign-update-content .campaign-update-wrapper img {
            width: 100% !important;
            height: auto !important; } }

.pledge-panel .panel-section {
  margin-bottom: 2em;
  background-color: #ffffff; }
  .pledge-panel .panel-section.message-preview h3 {
    border-bottom: 2px solid #e6e7e8;
    padding: 0.5em;
    margin: 0; }
  .pledge-panel .panel-section .panel-content {
    padding: 1em; }

.donation-details {
  padding: 2em;
  background-color: #ffffff;
}

.currency-input {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-symbol {
    position: absolute;
    left: 10px;
    font-size: 30px;
    color: #555;
}

.input-container, .textarea-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-container input, .input-container textarea {
    width: 100%;
    padding: 10px 10px 5px;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    background: white;
}

.input-container .error-message {
   color: red;
   margin: 0;
   text-align: right;
   font-size: 0.75rem;
   font-weight: 300;
}

.sca-error-message {
   color: red;
   font-weight: 300;
}

.input-container label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    font-size: 16px;
    color: #888;
    background: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

.message-label {
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: #888;
    background: white;
    display: flex;
    align-items: center;
    pointer-events: none;
}

/* Move label up when input is focused or has content */
.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label,
 .input-container textarea:focus + label,
.input-container textarea:not(:placeholder-shown) + label{
    top: -10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 0 5px;
    font-size: 12px;
}

.currency-input input {
    padding-left: 35px; /* Adjust to make space for the symbol */
}

.amount-btn-wrapper {

    display: flex;}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

.custom-checkbox input {
    display: none; /* Hide the default checkbox */
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #39d1b4;
    border-radius: 4px; /* Rounded corners */
    display: inline-block;
    position: relative;
    margin-right: 10px;
    transition: background 0.3s;
}

/* Style the checkmark when checked */
.custom-checkbox input:checked + .checkmark {
    background-color: #39d1b4;
    border-color: #39d1b4;
}

/* Add a check icon */
.custom-checkbox input:checked + .checkmark::after {
    content: var(--legl-icon-tick);
    font-family: "legl-icon";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.amount-btn {
min-height: 3.5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    align-items: center;
    appearance: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    text-decoration: none;
    border-color: #c0bdb8;
    color: #204055;
    background-color: #f9f9f9;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(151, 151, 151, 0.04)}

.pledge-flow-wrapper {
  margin: 2em auto;
  padding-bottom: 2em; }
  .pledge-flow-wrapper .pledge-section-wrapper {
    background-color: #ffffff;
    margin-bottom: 2em; }
    .pledge-flow-wrapper .pledge-section-wrapper .parsley-error + .suggested-email {
      display: none; }
    .pledge-flow-wrapper .pledge-section-wrapper .suggested-email {
      margin-top: 10px;
      color: green; }
  .pledge-flow-wrapper .pledge-details {
    background-color: #f9f9f9; }
    @media (max-width: 991.98px) {
      .pledge-flow-wrapper .pledge-details {
        padding: 0; } }
    .pledge-flow-wrapper .pledge-details .pledge-journey {
      padding: 1em; }
    .pledge-flow-wrapper .pledge-details h3 {
      padding: 1em;
      border-bottom: 2px solid #e6e7e8;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #204055; }
    .pledge-flow-wrapper .pledge-details .continue-wrapper {
      text-align: right; }
      .pledge-flow-wrapper .pledge-details .continue-wrapper .continue-button {
        padding-left: 2em;
        padding-right: 2em;
        min-width: 18em;
        color: white;
        -webkit-box-shadow: 0 3px 5px 0 rgba(170, 67, 7, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.07);
                box-shadow: 0 3px 5px 0 rgba(170, 67, 7, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.07); }
        .pledge-flow-wrapper .pledge-details .continue-wrapper .continue-button:hover {
          cursor: pointer; }
      @media (max-width: 991.98px) {
        .pledge-flow-wrapper .pledge-details .continue-wrapper {
          margin: 0.6rem; } }
      .pledge-flow-wrapper .pledge-details .continue-wrapper .notice {
        color: #939598;
        margin-top: 1em;
        font-size: 0.8em; }
  .pledge-flow-wrapper .pledge-panel .message-preview h3 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 0.5em;
    border-bottom: 2px solid #e6e7e8; }
  .pledge-flow-wrapper .pledge-panel .message-preview .contribution {
    padding: 1em; }
  .pledge-flow-wrapper .parsley-errors-list,
  .pledge-flow-wrapper .form-errors {
    padding-left: 0;
    margin: 0;
    color: #ff5e00;
    font-weight: bold; }
    .pledge-flow-wrapper .parsley-errors-list > li,
    .pledge-flow-wrapper .form-errors > li {
      list-style-type: none; }
    .pledge-flow-wrapper .parsley-errors-list .col-md-12,
    .pledge-flow-wrapper .form-errors .col-md-12 {
      padding-bottom: 2rem;
      padding-left: 2.5rem; }
  .pledge-flow-wrapper .parsley-errors-list,
  .pledge-flow-wrapper .error {
    font-weight: bold;
    font-size: small;
    margin: 0;
    color: #ff5e00; }
  .pledge-flow-wrapper .has-error {
    border: 1px solid #ff5e00; }
  .pledge-flow-wrapper #validation_text {
    font-size: 1.2em;
    color: #ff5e00;
    font-weight: bold; }
    .pledge-flow-wrapper #validation_text.error {
      padding: 1em; }
  .pledge-flow-wrapper .pledge-warning {
    background-color: #FFF8EB;
    border: #ED682C 1px solid;
    border-radius: 0.25rem;
    color: #ED682C;
    padding: 1.5rem;
    margin-bottom: 1rem; }

@media (max-width: 767.98px) {
  .pledge-flow-wrapper .pledge-details .continue-wrapper .continue-button {
    min-width: 100%; }
  .pledge-flow-wrapper .pledge-details .continue-wrapper .notice {
    text-align: center; } }

.case-list {
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-align: center; }
  .case-list .case-tags {
    margin-bottom: 2em; }
    .case-list .case-tags a {
      color: #939598;
      margin-right: 0.5em; }
      .case-list .case-tags a:hover, .case-list .case-tags a.active {
        color: #39d1b4; }
  .case-list .case-card {
    display: block;
    background-color: white;
    margin-bottom: 2rem; }
    .case-list .case-card .case-label {
      color: #39d1b4; }
  .case-list a.all-cases {
    width: 100%;
    max-width: 15rem;
    display: block;
    margin: 1rem auto 0; }

.preview-navigation {
  margin: 2em auto 2em; }
  .preview-navigation > .row {
    margin-top: 2em; }
    .preview-navigation > .row .case-editor-navigation {
      padding: 0;
      margin: 0; }
      .preview-navigation > .row .case-editor-navigation ul {
        margin-bottom: 0; }
    .preview-navigation > .row .preview-notice {
      color: #204055;
      padding: 1em;
      background-color: #ffffff;
      border: 1px solid #e6e7e8;
      cursor: default; }
      .preview-navigation > .row .preview-notice .approval-note {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline-block;
        vertical-align: middle;
        border-radius: 3px;
        background-color: #dff7f3;
        padding: 0.3em 1em 0.8em; }
        .preview-navigation > .row .preview-notice .approval-note.campaign-status {
          padding: 0.3em 3em 0.8em; }
        .preview-navigation > .row .preview-notice .approval-note h4 {
          font-size: 0.7rem;
          margin: 0;
          font-weight: normal; }
        .preview-navigation > .row .preview-notice .approval-note p {
          font-size: 1.2em;
          font-weight: bold;
          text-align: center;
          margin: 0; }
      .preview-navigation > .row .preview-notice .checkbox {
        margin-top: 1em; }

.preview-footer-submit {
  background-color: #ffffff;
  padding: 3em 0 2em; }
  .preview-footer-submit a {
    width: 15em;
    margin-bottom: 1em; }
    .preview-footer-submit a:first-child {
      margin-right: 1em; }

.modal .modal-header .logo img {
  width: 150px;
  height: auto; }

@media (min-width: 992px) {
  #existing_user_modal .modal-dialog {
    max-width: 40rem; } }

#existing_user_modal a {
  font-size: 1em; }

.modal .word-line-separator {
  width: 100%;
  text-align: center;
  border-bottom: 0.15rem solid #e6e7e8;
  line-height: 0.1rem;
  margin: 3rem 0 1rem; }
  .modal .word-line-separator span {
    background: #ffffff;
    padding: 0 1rem; }

.modal .floating-modal-tag {
  background-color: #fa7f18;
  color: #ffffff;
  display: inline-block;
  width: 9rem;
  border-radius: 0.3rem;
  position: relative;
  top: -1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  padding: 0.25rem;
  margin-bottom: -2.375rem; }

.modal .no-modal-tag {
  margin: 1rem; }

.modal .hidden {
  display: none; }

.modal .center-list {
  text-align: center; }
  .modal .center-list ul {
    max-width: 14rem;
    display: inline-block;
    text-align: left;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #102c3f;
    opacity: 0.88; }

.modal #lawyer-form .form-control, .modal #lawyer-form .pledge-giftaid .container input, .pledge-giftaid .container .modal #lawyer-form input,
.modal #lawyer-form .pledge-giftaid .container select, .pledge-giftaid .container .modal #lawyer-form select, .modal #lawyer-form #press_edit form p input:not([type="checkbox"]), #press_edit form p .modal #lawyer-form input:not([type="checkbox"]),
.modal #lawyer-form #press_edit form p textarea, #press_edit form p .modal #lawyer-form textarea,
.modal #lawyer-form #press_new form p input:not([type="checkbox"]), #press_new form p .modal #lawyer-form input:not([type="checkbox"]),
.modal #lawyer-form #press_new form p textarea, #press_new form p .modal #lawyer-form textarea {
  border: none; }

.modal div.circle-button {
  margin: 24px;
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000; }
  .modal div.circle-button button {
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 6px 14px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.04);
            box-shadow: 1px 6px 14px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    border: solid 0.7px #e6e7e8;
    text-align: center;
    line-height: 50%;
    font-size: 1rem; }
  .modal div.circle-button a:focus,
  .modal div.circle-button button:focus {
    outline: none; }
  .modal div.circle-button .circle-label {
    color: #313131; }

.modal div.circle-button-add {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000; }
  .modal div.circle-button-add button {
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 6px 14px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.04);
            box-shadow: 1px 6px 14px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.04);
    background-color: #39d1b4;
    border: solid 0.7px #e6e7e8;
    color: #ffffff;
    line-height: 50%;
    font-size: 1rem; }
  .modal div.circle-button-add a:focus,
  .modal div.circle-button-add button:focus {
    outline: none; }
  .modal div.circle-button-add .circle-label {
    color: #313131; }

.modal div.circle-left {
  left: 0px; }
  .modal div.circle-left .circle-label {
    margin-left: 1rem; }

.modal div.circle-right {
  right: 0px; }
  .modal div.circle-right .circle-label {
    margin-right: 1rem; }

.modal .thumbs-up-icon {
  padding-bottom: 1.5rem;
  margin: 0 auto; }

.modal .modal-dialog {
  top: 3rem; }
  .modal .modal-dialog .modal-content {
    max-width: 40rem;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.04);
            box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff; }
    .modal .modal-dialog .modal-content.side-by-side {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .modal .modal-dialog .modal-content .modal-header {
      border-bottom: none;
      padding: 2.5rem 2.5rem 1rem; }
    .modal .modal-dialog .modal-content .modal-footer {
      margin: auto 2.5rem 2.5rem 2.5rem;
      padding-top: 1.5rem; }
      .modal .modal-dialog .modal-content .modal-footer a + .btn-sm, .modal .modal-dialog .modal-content .modal-footer .btn-group-sm > a + .btn {
        padding: 0.5em 1em 0.5em 1em; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 0 2.5rem; }
      .modal .modal-dialog .modal-content .modal-body h1 {
        font-size: 1.5rem;
        font-weight: 500;
        margin: 1.5rem 0 1rem; }
      .modal .modal-dialog .modal-content .modal-body p {
        margin-bottom: 1.5rem; }
      .modal .modal-dialog .modal-content .modal-body .modal-text {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.25rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #102c3f;
        opacity: 0.88; }
    .modal .modal-dialog .modal-content .modal-body:first-child {
      margin-top: 2.5rem; }
    .modal .modal-dialog .modal-content .modal-body:last-child {
      margin-bottom: 2.5rem; }
    .modal .modal-dialog .modal-content .cancel-link {
      color: #000;
      padding-right: 2rem; }
    .modal .modal-dialog .modal-content .other-option {
      text-align: center; }

.modal .side-by-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 35rem;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 991.98px) {
    .modal .side-by-side {
      display: block;
      min-width: 12rem; } }
  .modal .side-by-side .modal-content {
    margin: 1rem;
    width: 60rem;
    max-width: 60rem; }
    @media (max-width: 991.98px) {
      .modal .side-by-side .modal-content {
        margin: 1rem auto;
        width: 100%;
        max-width: 40rem; } }
  .modal .side-by-side .small-side {
    max-width: 30rem;
    height: 100%; }
    @media (max-width: 991.98px) {
      .modal .side-by-side .small-side {
        max-width: 40rem; } }
  .modal .side-by-side .large-side {
    height: 100%; }
    .modal .side-by-side .large-side__error {
      height: 100%;
      width: auto; }
      .modal .side-by-side .large-side__error__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: center;
        margin: 1rem 2rem; }
      .modal .side-by-side .large-side__error__row {
        margin: 0.5rem 0; }
      .modal .side-by-side .large-side__error__icon {
        color: #e74a4a;
        font-size: 55px; }
      .modal .side-by-side .large-side__error__link {
        font-weight: bold;
        color: #646464;
        text-decoration: underline; }
      .modal .side-by-side .large-side__error__link:hover {
        color: #45435d; }
  .modal .side-by-side .flex-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 8rem; }
  .modal .side-by-side input {
    display: inline;
    width: 1rem;
    height: 1rem; }

.modal .modal-padding {
  padding: 2rem 0.5rem; }

.modal .copy-input {
  background-color: #f9f9f9;
  padding-right: 0.1rem;
  border: none; }

.modal .modal-header h3 {
  font-size: 1.75rem;
  text-align: center; }

.modal .flex-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80rem; }
  .modal .flex-modal .flex-modal-title {
    width: 100%;
    text-align: center; }
    .modal .flex-modal .flex-modal-title h2,
    .modal .flex-modal .flex-modal-title h5 {
      max-width: 38.75rem;
      margin: 0 auto 2rem; }
    .modal .flex-modal .flex-modal-title h2 {
      text-align: center; }
    .modal .flex-modal .flex-modal-title h5 {
      font-weight: normal; }
    .modal .flex-modal .flex-modal-title .title-white {
      color: #ffffff; }
  .modal .flex-modal .modal-content-thin {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28rem;
            flex: 0 1 28rem; }
  .modal .flex-modal > .modal-content {
    margin: 1rem;
    min-width: 15rem; }
  @media (max-width: 767.98px) {
    .modal .flex-modal > * {
      margin: 0; } }
  .modal .flex-modal.flex-modal-full-length {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit; }

.modal .modal-centered .modal-header,
.modal .modal-centered .modal-body,
.modal .modal-centered .modal-footer {
  text-align: center; }

.modal .modal-success {
  width: 32rem;
  margin: auto; }
  .modal .modal-success .modal-footer {
    border: none;
    padding-bottom: 0px; }

.modal .modal-dialog .modal-choice {
  max-width: 30rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .modal .modal-dialog .modal-choice:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .modal .modal-dialog .modal-choice .modal-header {
    display: block; }
    .modal .modal-dialog .modal-choice .modal-header img {
      margin-bottom: 2.5rem; }
  .modal .modal-dialog .modal-choice .modal-body p {
    font-size: 14px; }
  .modal .modal-dialog .modal-choice .modal-footer {
    border: none;
    margin-top: auto;
    display: block; }
  .modal .modal-dialog .modal-choice .btn-choice {
    color: #ffffff;
    background-color: #3fd0b4;
    border-color: #3fd0b4; }
    .modal .modal-dialog .modal-choice .btn-choice:focus, .modal .modal-dialog .modal-choice .btn-choice.focus {
      color: #e0e0e0;
      background-color: #2bb197;
      border-color: #29a990; }
    .modal .modal-dialog .modal-choice .btn-choice:hover {
      color: #e0e0e0;
      background-color: #2bb197;
      border-color: #29a990; }
    .modal .modal-dialog .modal-choice .btn-choice:active, .modal .modal-dialog .modal-choice .btn-choice.active,
    .open > .modal .modal-dialog .modal-choice .btn-choice.dropdown-toggle {
      color: #e0e0e0;
      background-color: #2bb197;
      border-color: #29a990;
      background-image: none; }
      .modal .modal-dialog .modal-choice .btn-choice:active:hover, .modal .modal-dialog .modal-choice .btn-choice:active:focus, .modal .modal-dialog .modal-choice .btn-choice:active.focus, .modal .modal-dialog .modal-choice .btn-choice.active:hover, .modal .modal-dialog .modal-choice .btn-choice.active:focus, .modal .modal-dialog .modal-choice .btn-choice.active.focus,
      .open > .modal .modal-dialog .modal-choice .btn-choice.dropdown-toggle:hover,
      .open > .modal .modal-dialog .modal-choice .btn-choice.dropdown-toggle:focus,
      .open > .modal .modal-dialog .modal-choice .btn-choice.dropdown-toggle.focus {
        color: #e0e0e0;
        background-color: #2bb197;
        border-color: #29a990; }
    .modal .modal-dialog .modal-choice .btn-choice.disabled:focus, .modal .modal-dialog .modal-choice .btn-choice.disabled.focus, .modal .modal-dialog .modal-choice .btn-choice:disabled:focus, .modal .modal-dialog .modal-choice .btn-choice:disabled.focus {
      background-color: #3fd0b4;
      border-color: #3fd0b4; }
    .modal .modal-dialog .modal-choice .btn-choice.disabled:hover, .modal .modal-dialog .modal-choice .btn-choice:disabled:hover {
      background-color: #3fd0b4;
      border-color: #3fd0b4; }
  .modal .modal-dialog .modal-choice:hover .btn-choice {
    color: #ffffff;
    background-color: #204055;
    border-color: #204055; }
    .modal .modal-dialog .modal-choice:hover .btn-choice:focus, .modal .modal-dialog .modal-choice:hover .btn-choice.focus {
      color: #e0e0e0;
      background-color: #122430;
      border-color: #0f1f29; }
    .modal .modal-dialog .modal-choice:hover .btn-choice:hover {
      color: #e0e0e0;
      background-color: #122430;
      border-color: #0f1f29; }
    .modal .modal-dialog .modal-choice:hover .btn-choice:active, .modal .modal-dialog .modal-choice:hover .btn-choice.active,
    .open > .modal .modal-dialog .modal-choice:hover .btn-choice.dropdown-toggle {
      color: #e0e0e0;
      background-color: #122430;
      border-color: #0f1f29;
      background-image: none; }
      .modal .modal-dialog .modal-choice:hover .btn-choice:active:hover, .modal .modal-dialog .modal-choice:hover .btn-choice:active:focus, .modal .modal-dialog .modal-choice:hover .btn-choice:active.focus, .modal .modal-dialog .modal-choice:hover .btn-choice.active:hover, .modal .modal-dialog .modal-choice:hover .btn-choice.active:focus, .modal .modal-dialog .modal-choice:hover .btn-choice.active.focus,
      .open > .modal .modal-dialog .modal-choice:hover .btn-choice.dropdown-toggle:hover,
      .open > .modal .modal-dialog .modal-choice:hover .btn-choice.dropdown-toggle:focus,
      .open > .modal .modal-dialog .modal-choice:hover .btn-choice.dropdown-toggle.focus {
        color: #e0e0e0;
        background-color: #122430;
        border-color: #0f1f29; }
    .modal .modal-dialog .modal-choice:hover .btn-choice.disabled:focus, .modal .modal-dialog .modal-choice:hover .btn-choice.disabled.focus, .modal .modal-dialog .modal-choice:hover .btn-choice:disabled:focus, .modal .modal-dialog .modal-choice:hover .btn-choice:disabled.focus {
      background-color: #204055;
      border-color: #204055; }
    .modal .modal-dialog .modal-choice:hover .btn-choice.disabled:hover, .modal .modal-dialog .modal-choice:hover .btn-choice:disabled:hover {
      background-color: #204055;
      border-color: #204055; }

.modal .modal-dialog .iac-icons {
  max-width: 12rem;
  padding-top: 2rem; }

.modal .link-icon {
  background: url("../img/icons/link-grey.894a9d38f43b.svg") no-repeat scroll 10px 9px;
  background-color: #f8f9fa;
  padding-left: 40px; }

.modal .invite-modal .form-control, .modal .invite-modal .pledge-giftaid .container input, .pledge-giftaid .container .modal .invite-modal input,
.modal .invite-modal .pledge-giftaid .container select, .pledge-giftaid .container .modal .invite-modal select, .modal .invite-modal #press_edit form p input:not([type="checkbox"]), #press_edit form p .modal .invite-modal input:not([type="checkbox"]),
.modal .invite-modal #press_edit form p textarea, #press_edit form p .modal .invite-modal textarea,
.modal .invite-modal #press_new form p input:not([type="checkbox"]), #press_new form p .modal .invite-modal input:not([type="checkbox"]),
.modal .invite-modal #press_new form p textarea, #press_new form p .modal .invite-modal textarea {
  border: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  font-size: 1rem; }

.modal .invite-modal .form-group {
  margin-bottom: 0; }

.modal .invite-modal label {
  margin-bottom: 0;
  font-size: 0.875rem; }

.modal .invite-modal hr {
  margin-top: 0.5rem; }

.modal .invite-modal .modal-content .modal-footer {
  display: block;
  text-align: left;
  padding: 0.5rem 0 0 0; }
  .modal .invite-modal .modal-content .modal-footer .circle-left {
    text-align: left; }

.modal .invite-modal .circle-button-add {
  display: inline-block; }

.modal .invite-modal .input-row {
  padding-bottom: 0.8rem; }

.modal .invite-modal .remove-btn {
  cursor: pointer;
  margin-top: 0.5rem; }

.modal .invite-modal .paragraph-padding {
  padding: 1rem 0; }

.modal .invite-modal .btn-row {
  padding-top: 1rem; }

.modal .invite-modal #invite-modal-row .remove-btn {
  display: none; }

.modal .invite-modal .btn-space {
  margin-bottom: 3rem; }

.modal .invite-modal .btn-copy {
  border: 2px solid #204055;
  padding: 0.4rem 1.5rem;
  font-size: 1rem;
  color: #204055; }

.modal .invite-modal .btn-copy:hover {
  background-color: #f0f0f0; }

.modal .invite-modal .btn-invite {
  font-size: 1rem;
  padding: 0.4rem 1.5rem; }

body.modal-backdrop-black .modal-backdrop {
  background-color: rgba(32, 64, 85, 0.8); }

body.modal-backdrop-black .modal .circle-label {
  color: #ffffff; }
  body.modal-backdrop-black .modal .circle-label.add-person {
    color: #000000;
    cursor: pointer; }

#draft-submit-modal .modal-body {
  padding-bottom: 2em;
  font-size: 0.9em;
  color: #646464; }
  #draft-submit-modal .modal-body h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0; }
    #draft-submit-modal .modal-body h3:first-child {
      margin-top: 0.5em; }
  #draft-submit-modal .modal-body button {
    width: 100%;
    margin-top: 1em; }
  #draft-submit-modal .modal-body > *:not(.loading-container) {
    display: none; }
  #draft-submit-modal .modal-body.error .error-container {
    display: block; }
  #draft-submit-modal .modal-body.error > *:not(.error-container) {
    display: none; }
  #draft-submit-modal .modal-body.server-error .server-error-container {
    display: block; }
  #draft-submit-modal .modal-body.server-error > *:not(.server-error-container) {
    display: none; }
  #draft-submit-modal .modal-body.submit .submit-container {
    display: block; }
  #draft-submit-modal .modal-body.submit > *:not(.submit-container) {
    display: none; }
  #draft-submit-modal .modal-body .edit-section {
    font-size: 0.8em; }
  #draft-submit-modal .modal-body .server-error-container,
  #draft-submit-modal .modal-body .error-container,
  #draft-submit-modal .modal-body .form-errors {
    color: #646464; }
    #draft-submit-modal .modal-body .server-error-container ul,
    #draft-submit-modal .modal-body .error-container ul,
    #draft-submit-modal .modal-body .form-errors ul {
      padding: 0; }
      #draft-submit-modal .modal-body .server-error-container ul li.page,
      #draft-submit-modal .modal-body .error-container ul li.page,
      #draft-submit-modal .modal-body .form-errors ul li.page {
        list-style-type: none;
        font-weight: bold;
        margin-top: 1em;
        margin-bottom: 0.2em; }
      #draft-submit-modal .modal-body .server-error-container ul li:not(.page),
      #draft-submit-modal .modal-body .error-container ul li:not(.page),
      #draft-submit-modal .modal-body .form-errors ul li:not(.page) {
        margin-left: 3em; }

.facebook_share_modal {
  color: #204055; }
  .facebook_share_modal h4,
  .facebook_share_modal p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .facebook_share_modal .modal-body p {
    font-size: 1.5em; }
  .facebook_share_modal .modal-body .facebook-box {
    color: #3b5998;
    border: 3px solid #3b5998;
    padding: 0.7em;
    margin-top: 1em;
    margin-bottom: 1em; }
    .facebook_share_modal .modal-body .facebook-box img {
      width: 100%; }
    .facebook_share_modal .modal-body .facebook-box .legend {
      margin-top: 0.5em;
      font-size: 1.2em;
      text-align: center; }
      .facebook_share_modal .modal-body .facebook-box .legend i {
        font-size: 1.7em; }
        .facebook_share_modal .modal-body .facebook-box .legend i.legl-icon-facebook-official {
          float: left; }
        .facebook_share_modal .modal-body .facebook-box .legend i.legl-icon-thumbs-o-up {
          float: right; }

#backer-subscription-modal .modal-dialog,
#backer-subscription-modal .modal-dialog .modal-content {
  max-width: 30em; }

#backer-subscription-modal .modal-header {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.7em; }

.backer-subscribe-container > p {
  color: #204055;
  margin-bottom: 1em; }

.backer-subscribe-container form {
  padding-bottom: 1em; }
  .backer-subscribe-container form .parsley-errors-list {
    padding-left: 0;
    color: #ff5e00;
    font-size: 0.8em; }
    .backer-subscribe-container form .parsley-errors-list > li {
      list-style-type: none; }
  .backer-subscribe-container form p.success {
    margin: 0; }
  .backer-subscribe-container form h4 {
    color: #204055; }
    .backer-subscribe-container form h4 label {
      font-size: 0.8em; }
  .backer-subscribe-container form #email_address_input_modal {
    font-size: 0.9em;
    height: 3em;
    font-weight: 100; }
  .backer-subscribe-container form input[type="checkbox"] {
    display: none; }
    .backer-subscribe-container form input[type="checkbox"] ~ label {
      margin: 1.5em 0;
      padding-left: 3em;
      color: #939598;
      cursor: pointer;
      font-size: 0.75em; }
      .backer-subscribe-container form input[type="checkbox"] ~ label:before {
        content: "";
        color: #ffffff;
        line-height: 1.3em;
        font-family: "legl-icon";
        border: 1px solid #e6e7e8;
        border-radius: 3px;
        display: inline-block;
        position: absolute;
        left: 1.3em;
        padding: 0 0 0 0.15em;
        height: 1.4em;
        width: 1.4em; }
    .backer-subscribe-container form input[type="checkbox"]:checked ~ label:before {
      background-color: #39d1b4;
      content: var(--legl-icon-tick); }

#homepage #open-form {
  padding-top: 0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

#open-form {
  padding-bottom: 4em;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #ddf4f0; }
  #open-form > .container {
    padding-top: 4em; }
    #open-form > .container .row:last-child {
      background-color: #ffffff;
      max-width: 700px;
      margin: 2em auto;
      padding: 2em; }
      @media (max-width: 991.98px) {
        #open-form > .container .row:last-child {
          padding: 2em 1em; } }
      #open-form > .container .row:last-child h3 {
        text-align: left;
        color: #204055;
        font-family: inherit;
        font-weight: 300;
        font-size: 1.5em;
        margin-bottom: 1em;
        letter-spacing: 0.5px; }
        @media (max-width: 767.98px) {
          #open-form > .container .row:last-child h3 {
            font-size: 1.2em; } }
      #open-form > .container .row:last-child form .form-group {
        margin-bottom: 0.7em; }
        #open-form > .container .row:last-child form .form-group:nth-of-type(1), #open-form > .container .row:last-child form .form-group:nth-of-type(2) {
          float: left;
          width: 50%; }
        #open-form > .container .row:last-child form .form-group:nth-of-type(1) {
          padding-right: 1em; }
        #open-form > .container .row:last-child form .form-group:nth-of-type(2) {
          padding-left: 1em; }
        @media (max-width: 767.98px) {
          #open-form > .container .row:last-child form .form-group:nth-of-type(1), #open-form > .container .row:last-child form .form-group:nth-of-type(2) {
            float: none;
            width: auto;
            padding: 0 0 0.5em 0; } }
      #open-form > .container .row:last-child form label {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #646464;
        font-size: 1.2em;
        margin-bottom: 0.7em; }
      #open-form > .container .row:last-child form input {
        background-color: #f9f9f9;
        color: #646464;
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #open-form > .container .row:last-child p {
        margin-bottom: 0;
        color: #204055; }
        #open-form > .container .row:last-child p:last-child {
          margin-top: 2em; }
        #open-form > .container .row:last-child p .btn {
          width: 100%;
          padding: 0.6em 2.5em;
          height: 2.6em;
          font-size: 1.3em;
          font-weight: 400; }
          @media (max-width: 767.98px) {
            #open-form > .container .row:last-child p .btn {
              font-size: 1em;
              padding: 0.6em 1em; } }

#lawyer_testimonials {
  background: white; }
  #lawyer_testimonials h2 {
    margin-bottom: 3rem; }
  @media (max-width: 767.98px) {
    #lawyer_testimonials {
      padding: 3em 0; } }
  #lawyer_testimonials .lawyer-testimonial {
    position: relative;
    float: left;
    width: 47%;
    padding-top: 0;
    margin: 4em 0 2em; }
    #lawyer_testimonials .lawyer-testimonial.testimonial-1 {
      margin-right: 6%; }
    @media (max-width: 991.98px) {
      #lawyer_testimonials .lawyer-testimonial {
        width: auto; }
        #lawyer_testimonials .lawyer-testimonial.testimonial-1 {
          margin-right: 0; } }
    #lawyer_testimonials .lawyer-testimonial img.quote {
      height: 100px;
      position: absolute;
      top: -4em;
      left: 0; }
    #lawyer_testimonials .lawyer-testimonial .testimonial-detail {
      position: relative;
      z-index: 1;
      padding: 0 1em; }
      @media (max-width: 575.98px) {
        #lawyer_testimonials .lawyer-testimonial .testimonial-detail {
          padding: 0; } }
      #lawyer_testimonials .lawyer-testimonial .testimonial-detail .person-profile {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.1em; }
        #lawyer_testimonials .lawyer-testimonial .testimonial-detail .person-profile strong {
          font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        #lawyer_testimonials .lawyer-testimonial .testimonial-detail .person-profile a {
          color: #204055; }
          #lawyer_testimonials .lawyer-testimonial .testimonial-detail .person-profile a:hover {
            color: #39d1b4; }
        #lawyer_testimonials .lawyer-testimonial .testimonial-detail .person-profile .profile-image {
          float: left;
          margin-right: 1em; }
          #lawyer_testimonials .lawyer-testimonial .testimonial-detail .person-profile .profile-image img {
            -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
                    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
            border: solid 1px #9b9b9b; }
  #lawyer_testimonials .testimonial-body {
    font-size: 1.25rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #646464;
    font-weight: 300; }
  #lawyer_testimonials .person-profile {
    margin-top: 2em;
    color: #204055;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #lawyer_testimonials .person-profile strong {
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #lawyer_testimonials .person-profile a {
      color: #204055; }
      #lawyer_testimonials .person-profile a:hover {
        color: #39d1b4; }
    #lawyer_testimonials .person-profile .profile-image {
      float: left;
      margin-right: 1em; }
      #lawyer_testimonials .person-profile .profile-image img {
        width: 75px;
        height: 75px;
        border-radius: 50%; }
    #lawyer_testimonials .person-profile p {
      /* Stops the text wrapping underneath the profile image */
      overflow: hidden; }

.hero-jumbotron {
  height: 100%;
  padding: 0; }
  .hero-jumbotron h1 {
    padding-bottom: 2.5em; }
    @media (max-width: 767.98px) {
      .hero-jumbotron h1 {
        padding-bottom: 1.5em; } }

.crowdfunding-guide {
  border-radius: 0.25rem;
  min-height: 396px;
  padding: 1em 0.75em 0;
  color: white;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 22.5em;
  margin: 0;
  right: 2rem;
  position: absolute;
  margin-top: -1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fc4aa), to(#3db49d)) !important;
  background-image: -o-linear-gradient(top, #3fc4aa, #3db49d) !important;
  background-image: linear-gradient(to bottom, #3fc4aa, #3db49d) !important;
  background-repeat: repeat-x !important; }
  @media (max-width: 991.98px) {
    .crowdfunding-guide {
      margin: 3em auto 0;
      float: none;
      width: auto;
      position: relative;
      right: auto; } }
  .crowdfunding-guide h3 {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0;
    /* Some mobile browsers seem to change this to 1px,
       which forces the header over 3 lines and breaks
       the submit button out of the background images box */
    letter-spacing: 0px; }
  .crowdfunding-guide label {
    display: block;
    margin-bottom: 0.2rem; }
  .crowdfunding-guide .first-name,
  .crowdfunding-guide .last-name {
    width: 50%;
    float: left; }
  .crowdfunding-guide div {
    padding: 0.75em 0.25em; }
  .crowdfunding-guide input {
    border-radius: 0.25rem;
    background-color: #f9f9f9;
    border: solid 1px #dadada;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #9b9b9b;
    padding: 0.5em; }
  .crowdfunding-guide button {
    border-radius: 0.25rem;
    background-color: #48e9ca;
    border: solid 2px #32b79e;
    text-align: center;
    width: 14em;
    height: 2.5em;
    display: block;
    margin: 1em auto 0;
    color: white; }
  .crowdfunding-guide p {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1.25;
    text-align: center;
    font-weight: 300;
    padding: 2em; }
  .crowdfunding-guide .form-success-message {
    padding-top: 3.5em; }

.pricing {
  padding: 5em 0; }
  .pricing h2 {
    text-align: center;
    padding-bottom: 1em; }
  .pricing .pricing-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pricing .pricing-panels .pricing-panel {
      margin: 1em 1em 2em;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      padding: 2em;
      background: #ffffff;
      border: 1px solid #f0f0f0;
      max-width: 25em; }
      .pricing .pricing-panels .pricing-panel h3 {
        font-size: 1.2em;
        padding-bottom: 0.5em; }
    @media (max-width: 767.98px) {
      .pricing .pricing-panels {
        display: block; }
        .pricing .pricing-panels .pricing-panel {
          margin: 1em auto 2em; } }
  .pricing .learn-more {
    text-align: center;
    font-size: 1.2em;
    text-decoration: underline; }

.why-use-crowdjustice {
  background: #fff;
  text-align: center; }
  .why-use-crowdjustice .icon-circle {
    height: 5rem;
    width: 5rem;
    background-color: #e0f7f3;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 13px 0 rgba(63, 209, 180, 0.08);
            box-shadow: 0 4px 13px 0 rgba(63, 209, 180, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4rem auto 0 auto; }
    .why-use-crowdjustice .icon-circle.top-icon {
      margin-top: 0; }
    .why-use-crowdjustice .icon-circle .icons {
      font-size: 2rem;
      color: #19a288; }
  .why-use-crowdjustice .item-block {
    padding: 0 1rem; }
  .why-use-crowdjustice h3 {
    padding-top: 1.5rem;
    font-size: 1.25rem;
    font-weight: normal; }
  @media (min-width: 992px) {
    .why-use-crowdjustice .row {
      text-align: left; }
    .why-use-crowdjustice .icon-circle {
      margin: 0; } }

.how-it-works-hero {
  background-color: #ffffff;
  overflow: hidden;
  position: relative; }
  .how-it-works-hero.footer {
    background-color: #f9f9f9;
    max-height: 55rem; }
  .how-it-works-hero .hero-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .how-it-works-hero .hero-title-container h1,
    .how-it-works-hero .hero-title-container h2 {
      text-align: center; }
    .how-it-works-hero .hero-title-container h1 {
      font-size: 2.6rem;
      font-weight: 300;
      line-height: 1.59;
      color: #313131; }
      @media (max-width: 767.98px) {
        .how-it-works-hero .hero-title-container h1 {
          font-size: 1.5rem; } }
    .how-it-works-hero .hero-title-container h2 {
      font-size: 1.375rem;
      font-weight: normal;
      line-height: 1.45;
      color: #888888; }
      @media (max-width: 767.98px) {
        .how-it-works-hero .hero-title-container h2 {
          font-size: 1rem; } }
    .how-it-works-hero .hero-title-container .btn {
      z-index: 500; }
  .how-it-works-hero.landing:not(.footer) .hero-title-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 74rem; }
    .how-it-works-hero.landing:not(.footer) .hero-title-container .titles {
      max-width: 44rem;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .how-it-works-hero.landing:not(.footer) .hero-title-container .titles h1,
      .how-it-works-hero.landing:not(.footer) .hero-title-container .titles h2 {
        text-align: left; }
    .how-it-works-hero.landing:not(.footer) .hero-title-container .card {
      -ms-flex-preferred-size: 25rem;
          flex-basis: 25rem;
      margin-top: 2rem; }
      .how-it-works-hero.landing:not(.footer) .hero-title-container .card .parsley-errors-list {
        margin-bottom: 0; }
  .how-it-works-hero .hiw-hero-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: 50rem;
    margin-top: -5rem;
    margin-bottom: 3rem; }
    .how-it-works-hero .hiw-hero-images .hiw-hero-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 14.5rem;
      margin: 0 0.625rem; }
      .how-it-works-hero .hiw-hero-images .hiw-hero-col img {
        max-width: 14.5rem;
        border-radius: 6.3px;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
                box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
        margin: 0.625rem 0; }
  .how-it-works-hero.landing .hiw-hero-images {
    margin-top: -27rem; }
  .how-it-works-hero.existing-co .hiw-hero-images {
    margin-top: -4rem; }
  .how-it-works-hero:not(.footer) .hiw-hero-col:nth-child(1), .how-it-works-hero:not(.footer) .hiw-hero-col:nth-child(6) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .how-it-works-hero:not(.footer) .hiw-hero-col:nth-child(2), .how-it-works-hero:not(.footer) .hiw-hero-col:nth-child(5) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .how-it-works-hero:not(.footer) .hiw-hero-col:nth-child(4) {
    margin-bottom: 3rem; }
  .how-it-works-hero:not(.footer) .hiw-hero-col:nth-child(3), .how-it-works-hero:not(.footer) .hiw-hero-col:nth-child(4) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .how-it-works-hero.footer {
    margin-bottom: -1rem; }
    .how-it-works-hero.footer .hiw-hero-images {
      margin-top: -42rem; }
      .how-it-works-hero.footer .hiw-hero-images .hiw-hero-col {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .how-it-works-hero.existing-co.footer .hiw-hero-images {
    margin-top: -25rem; }

.how-it-works-steps {
  background: #fff; }
  .how-it-works-steps h1 {
    text-align: center;
    padding: 0; }
  .how-it-works-steps ol {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .how-it-works-steps ol > li {
      list-style-type: none; }
    .how-it-works-steps ol li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 1em 2em 0;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
      text-align: center; }
      .how-it-works-steps ol li .step-number {
        width: 8rem;
        height: 8rem;
        margin: auto;
        -webkit-box-shadow: 0 4px 4px 0 rgba(63, 208, 180, 0.17);
                box-shadow: 0 4px 4px 0 rgba(63, 208, 180, 0.17);
        border: solid 4px rgba(63, 208, 180, 0.28);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .how-it-works-steps ol li .step-number h1 {
          font-size: 4rem;
          font-weight: 100;
          margin: 0; }
      .how-it-works-steps ol li h3 {
        text-align: center;
        padding-top: 1.5rem;
        font-size: 1.25rem;
        font-weight: normal; }
      .how-it-works-steps ol li p {
        text-align: center;
        margin: 0; }
    @media (max-width: 991.98px) {
      .how-it-works-steps ol li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
        .how-it-works-steps ol li p,
        .how-it-works-steps ol li h3 {
          text-align: center; }
        .how-it-works-steps ol li img {
          margin: 0.5em auto; }
        .how-it-works-steps ol li h3 {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .how-it-works-steps ol li img {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .how-it-works-steps ol li p {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    @media (max-width: 767.98px) {
      .how-it-works-steps ol {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.co-testimonials a {
  outline: none; }

.co-testimonials .testimonial-body {
  font-style: italic;
  font-weight: 300;
  color: #204055; }

.co-testimonials .person-profile {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  margin: 2em auto 0;
  width: 25em; }
  .co-testimonials .person-profile .person-name {
    font-size: 1.2em; }

.co-testimonials .person-profile {
  margin-top: 2em;
  color: #204055; }
  .co-testimonials .person-profile a {
    color: #204055; }
    .co-testimonials .person-profile a:hover {
      color: #39d1b4; }
  .co-testimonials .person-profile .profile-image {
    float: left;
    margin-right: 1em; }
    .co-testimonials .person-profile .profile-image img {
      width: 75px;
      height: 75px;
      border-radius: 50%; }
  .co-testimonials .person-profile p {
    /* Stops the text wrapping underneath the profile image */
    overflow: hidden; }

.case-story .panel > *.panel-white,
.case-campaign-update .panel > *.panel-white {
  background-color: #ffffff; }

.case-story .panel > * h3,
.case-campaign-update .panel > * h3 {
  padding: 1em;
  font-size: 1.125rem;
  font-weight: normal;
  text-transform: uppercase;
  border-top: 1px solid #ddf4f0;
  border-bottom: 1px solid #ddf4f0;
  line-height: normal; }

.case-story .panel > * .panel-content,
.case-campaign-update .panel > * .panel-content {
  padding: 0.5em; }

.case-story .panel > *.faded,
.case-campaign-update .panel > *.faded {
  opacity: 0.6; }

.homepage-jumbotron {
  margin-bottom: 0;
  height: 37em;
  background-size: cover;
  background-position: 10% 90%; }
  .homepage-jumbotron .jumbotron-content {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.55)), color-stop(100, rgba(0, 0, 0, 0.18)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.18) 100);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.18) 100);
    background-repeat: repeat-x;
    text-align: center; }
    .homepage-jumbotron .jumbotron-content h1 {
      margin-top: 8rem;
      margin-bottom: 2rem;
      font-size: 2.8rem;
      font-weight: 400; }
    .homepage-jumbotron .jumbotron-content h1,
    .homepage-jumbotron .jumbotron-content p {
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      text-align: center; }
    .homepage-jumbotron .jumbotron-content p {
      font-size: 1.3em;
      margin: 1rem 20rem; }
      @media (max-width: 1199.98px) {
        .homepage-jumbotron .jumbotron-content p {
          margin: 1rem 15rem; } }
      @media (max-width: 991.98px) {
        .homepage-jumbotron .jumbotron-content p {
          margin: 1rem; } }
    .homepage-jumbotron .jumbotron-content a.btn {
      margin: 6rem 1rem 0 0;
      font-size: 1.3rem;
      width: 14em;
      height: 2.6em;
      text-align: center;
      padding: 0.6rem 0;
      font-weight: 400;
      line-height: 1.75rem; }
    .homepage-jumbotron .jumbotron-content .container {
      position: relative;
      z-index: 10; }
    .homepage-jumbotron .jumbotron-content .jumbotron__video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0;
      min-width: 100vw;
      min-height: 100%;
      background-color: #222;
      background-size: cover; }
  @media (max-width: 1199.98px) {
    .homepage-jumbotron .jumbotron-content h1 {
      margin-top: 10rem; } }
  @media (max-width: 767.98px) {
    .homepage-jumbotron {
      height: 80vh;
      max-height: 50em; }
      .homepage-jumbotron .jumbotron-content h1 {
        margin-top: 20vh;
        font-size: 2.4em;
        line-height: 1.2;
        text-shadow: 1px 1px 11px #000000; }
      .homepage-jumbotron .jumbotron-content a.btn {
        margin: 0.5rem; } }
  @media (max-width: 575.98px) {
    .homepage-jumbotron .jumbotron-content h1 {
      margin-top: 15vh;
      font-size: 2.2em; }
    .homepage-jumbotron .jumbotron-content a.btn {
      width: 12em; } }

.faq {
  background: #ffffff; }
  .faq .container {
    max-width: 60rem; }
    .faq .container .btn-link {
      width: unset;
      height: unset;
      text-align: left;
      color: initial;
      padding: 0;
      margin: 0; }
    .faq .container .panel {
      border-bottom: 1px solid #dddddd; }
      .faq .container .panel .panel-heading a {
        width: 100%;
        padding: 1.5rem 0;
        white-space: unset;
        font-size: 1.125rem;
        font-weight: normal;
        line-height: normal; }
        .faq .container .panel .panel-heading a .legl-icon-plus {
          color: #39d1b4;
          -webkit-transition: -webkit-transform 0.25s ease-in-out;
          transition: -webkit-transform 0.25s ease-in-out;
          -o-transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          font-size: 1.5rem;
          float: right; }
      .faq .container .panel .panel-heading a:not(.collapsed) .legl-icon-plus {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .faq .container .faq-footer {
      margin-top: 1.5rem; }

.successful-cases {
  background: #f9f9f9; }
  .successful-cases h1 {
    text-align: center; }
  .successful-cases [data-slick] {
    max-width: 62.75rem;
    margin: auto; }

.co-testimonials-blocks h1 {
  text-align: center; }

.co-testimonials-blocks > div {
  overflow: hidden; }

.co-testimonials-blocks [data-slick] {
  max-width: 50rem;
  margin: 3.5rem auto 2.5rem; }
  .co-testimonials-blocks [data-slick] .slick-list {
    overflow: visible; }
  .co-testimonials-blocks [data-slick] .slick-prev {
    left: -1.75rem;
    z-index: 500; }
    @media (max-width: 1000px) {
      .co-testimonials-blocks [data-slick] .slick-prev {
        left: 1.25rem; } }
  .co-testimonials-blocks [data-slick] .slick-next {
    right: -1.75rem; }
    @media (max-width: 1000px) {
      .co-testimonials-blocks [data-slick] .slick-next {
        right: 1.25rem; } }
  .co-testimonials-blocks [data-slick] .slick-slide .card {
    max-width: 45rem;
    min-height: 26rem;
    border: none;
    border-radius: solid 1px rgba(150, 144, 144, 0.05);
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    margin: 3rem 3rem 1rem; }
    @media (max-width: 680px) {
      .co-testimonials-blocks [data-slick] .slick-slide .card {
        margin: 3rem 1rem 1rem; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .co-testimonials-blocks [data-slick] .slick-slide .card {
        max-width: 42rem; } }
    .co-testimonials-blocks [data-slick] .slick-slide .card .profile-image {
      position: absolute;
      top: -2.5rem;
      left: 50%; }
      .co-testimonials-blocks [data-slick] .slick-slide .card .profile-image img {
        position: relative;
        left: -50%;
        height: 5rem;
        width: 5rem;
        border-radius: 50%; }
    .co-testimonials-blocks [data-slick] .slick-slide .card .card-body {
      text-align: center;
      padding: 5rem 4rem; }
      @media (max-width: 420px) {
        .co-testimonials-blocks [data-slick] .slick-slide .card .card-body {
          padding: 5rem 2rem 2.5rem; } }
      .co-testimonials-blocks [data-slick] .slick-slide .card .card-body h5 {
        font-size: 1.5rem;
        font-weight: normal; }
        @media (max-width: 767.98px) {
          .co-testimonials-blocks [data-slick] .slick-slide .card .card-body h5 {
            font-size: 1.25rem; } }
        .co-testimonials-blocks [data-slick] .slick-slide .card .card-body h5.subtitle {
          color: #888888; }
      .co-testimonials-blocks [data-slick] .slick-slide .card .card-body .card-text {
        color: #102c3f;
        font-size: 1.25rem;
        margin-top: 1.5rem; }
        @media (max-width: 767.98px) {
          .co-testimonials-blocks [data-slick] .slick-slide .card .card-body .card-text {
            font-size: 1rem; } }

.co-testimonials-blocks.homepage-co-testimonials {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8; }
  .co-testimonials-blocks.homepage-co-testimonials h2 {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #204055;
    text-align: center;
    margin: 1rem auto;
    max-width: 25rem; }
    @media (max-width: 575.98px) {
      .co-testimonials-blocks.homepage-co-testimonials h2 {
        margin: 0.5rem;
        max-width: 30rem; } }
  .co-testimonials-blocks.homepage-co-testimonials .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .co-testimonials-blocks.homepage-co-testimonials .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .co-testimonials-blocks.homepage-co-testimonials .slick-track .slick-slide .card {
        height: 100%; }
  .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card {
    min-height: 18rem; }
    .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .card-body {
      padding: 3rem 4rem 7rem 4rem; }
      @media (max-width: 575.98px) {
        .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .card-body {
          padding: 3rem 2rem 7rem; } }
    .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .testimonial-image img {
      height: 4rem;
      width: 4rem;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      top: -0.75rem; }
      @media (max-width: 575.98px) {
        .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .testimonial-image img {
          top: 0; } }
    .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .card-testimonial-info {
      position: absolute;
      bottom: 2rem;
      left: 0;
      right: 0; }
    .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .author-block {
      display: inline-block;
      margin: 3rem 0 0 1rem; }
      .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .author-block h5 {
        text-align: left;
        font-size: 1rem; }
      @media (max-width: 575.98px) {
        .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .author-block {
          margin: 1rem;
          display: block; }
          .co-testimonials-blocks.homepage-co-testimonials .slick-slide .card .author-block h5 {
            text-align: center; } }
  .co-testimonials-blocks.homepage-co-testimonials .slick-dots {
    margin-top: 1rem; }
    .co-testimonials-blocks.homepage-co-testimonials .slick-dots li {
      background-color: #071b29;
      opacity: 0.3;
      height: 0.25rem;
      width: 0.25rem;
      margin: 0.25rem;
      border: none;
      vertical-align: middle;
      -webkit-transition: -webkit-transform 6s ease-in-out;
      transition: -webkit-transform 6s ease-in-out;
      -o-transition: transform 6s ease-in-out;
      transition: transform 6s ease-in-out;
      transition: transform 6s ease-in-out, -webkit-transform 6s ease-in-out; }
      .co-testimonials-blocks.homepage-co-testimonials .slick-dots li.slick-active {
        background-color: #071b29;
        border: none;
        opacity: 1;
        height: 0.5rem;
        width: 0.5rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(7, 27, 41, 0.16);
                box-shadow: 0 2px 4px 0 rgba(7, 27, 41, 0.16); }
  .co-testimonials-blocks.homepage-co-testimonials .slick-prev,
  .co-testimonials-blocks.homepage-co-testimonials .slick-next {
    position: absolute;
    top: 50%;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(150, 144, 144, 0.05);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .co-testimonials-blocks.homepage-co-testimonials .slick-prev::before,
    .co-testimonials-blocks.homepage-co-testimonials .slick-next::before {
      content: none; }
  .co-testimonials-blocks.homepage-co-testimonials .slick-prev {
    left: -2rem; }
  .co-testimonials-blocks.homepage-co-testimonials .slick-next {
    right: -2rem; }

.page-500 h1 {
  margin-top: 2em; }

#homepage {
  background: white; }
  #homepage .dotcom--container {
    padding: 4rem 0 2rem; }
  #homepage hr {
    margin: 2rem 0 4rem 0;
    background-color: #f0f0f0; }
  #homepage #laptop-image {
    width: 100%;
    height: 100%; }
  #homepage .homepage-stats {
    background-color: #f9f9f9;
    padding: 0 5rem 5.5rem 5rem;
    text-align: center;
    color: #204055; }
    @media (max-width: 767.98px) {
      #homepage .homepage-stats {
        padding: 0 2rem 5rem 2rem; } }
    #homepage .homepage-stats .row {
      max-width: 60rem;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    #homepage .homepage-stats h1 {
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.5rem;
      font-weight: bold; }
    #homepage .homepage-stats p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      @media (max-width: 767.98px) {
        #homepage .homepage-stats p {
          margin-bottom: 4rem; } }
  #homepage .learn-more-section {
    background-color: #264053;
    padding: 6.5rem 3rem;
    color: #ffffff; }
    @media (max-width: 767.98px) {
      #homepage .learn-more-section {
        padding: 4rem 1rem; } }
    #homepage .learn-more-section h3 {
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2rem;
      padding: 0 3rem 2rem; }
      @media (max-width: 1199.98px) {
        #homepage .learn-more-section h3 {
          padding: 0 2rem 2rem; } }
      @media (max-width: 991.98px) {
        #homepage .learn-more-section h3 {
          padding: 0 0 2rem; } }
      @media (max-width: 767.98px) {
        #homepage .learn-more-section h3 {
          font-size: 1.75rem;
          text-align: center; } }
    #homepage .learn-more-section p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.2rem;
      padding: 0 3rem; }
      @media (max-width: 1199.98px) {
        #homepage .learn-more-section p {
          padding: 0 2rem; } }
      @media (max-width: 991.98px) {
        #homepage .learn-more-section p {
          padding: 0 0; } }
      @media (max-width: 767.98px) {
        #homepage .learn-more-section p {
          font-size: 1rem;
          text-align: center; } }
    #homepage .learn-more-section img {
      max-width: 100%;
      text-align: center;
      margin-top: 2rem; }
      @media (max-width: 767.98px) {
        #homepage .learn-more-section img {
          margin-top: 3rem; } }
    #homepage .learn-more-section .btn-section {
      padding: 2rem 1rem 1rem; }
      #homepage .learn-more-section .btn-section a.btn {
        margin: 2rem 1rem 0 1rem;
        font-size: 1.3rem;
        min-width: 18rem;
        text-align: center;
        padding: 1rem 0;
        font-weight: 400; }
        @media (max-width: 767.98px) {
          #homepage .learn-more-section .btn-section a.btn {
            margin: 1rem;
            min-width: 14rem; } }
  #homepage .any-questions .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #204055;
    padding: 6rem 0; }
    #homepage .any-questions .container h1 {
      font-size: 1.75rem;
      margin-bottom: 3rem; }
    #homepage .any-questions .container .btn {
      width: 20rem; }
      @media (max-width: 575.98px) {
        #homepage .any-questions .container .btn {
          width: 16rem; } }
  #homepage #co_testimonials_section .container {
    margin-top: 0; }
  #homepage #co_testimonials_section .co-testimonials {
    padding: 3em 0 2em 2em; }
    #homepage #co_testimonials_section .co-testimonials .testimonial-body {
      font-size: 1.3em; }

#homepage-modal {
  text-align: center; }
  #homepage-modal .btn {
    margin-top: 1rem;
    min-width: 16rem; }

#introduction {
  padding: 1rem 2rem 1.5rem;
  color: #204055; }
  #introduction .row {
    padding-bottom: 5rem;
    padding-top: 5rem; }
    @media (max-width: 991.98px) {
      #introduction .row {
        padding-bottom: 3rem;
        padding-top: 3rem; } }
  #introduction h3 {
    line-height: 1.25;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    padding: 2rem 2rem 2rem 2rem; }
    @media (max-width: 1199.98px) {
      #introduction h3 {
        font-size: 1.75rem;
        padding: 1rem 1rem 2rem 1rem; } }
    @media (max-width: 767.98px) {
      #introduction h3 {
        padding: 1rem 0 2rem 0;
        text-align: center; } }
  #introduction p {
    line-height: 1.5;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    padding: 0 2rem; }
    @media (max-width: 1199.98px) {
      #introduction p {
        font-size: 1rem;
        padding: 0 1rem; } }
    @media (max-width: 767.98px) {
      #introduction p {
        text-align: center;
        padding: 0; } }
  #introduction img {
    max-width: 100%; }
    @media (max-width: 767.98px) {
      #introduction img {
        padding-top: 2rem; } }
    #introduction img.img-margin-top {
      margin-top: 1rem;
       width: 100%;}
      @media (max-width: 767.98px) {
        #introduction img.img-margin-top {
          margin-top: 0; } }

#video-section {
    background-color: #264053;
    color: white;
    padding: 5rem 2rem;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.75rem;
    margin-bottom: 5rem;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5)
}

#video-section p {
    line-height: 1.5;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

#video-section iframe {
  min-height: 300px;
}

.media {
  background-color: white;
  padding-bottom: 3.7rem; }
  @media (max-width: 767.98px) {
    .media {
      padding-bottom: 1rem; } }
  .media .container .row h3 {
    width: 10em;
    background: white;
    margin: -1.4em auto 1em;
    text-align: center;
    font-size: 1.2em;
    color: #dadada; }
  .media .header-separator-container {
    position: relative;
    top: 2rem; }
    @media (max-width: 767.98px) {
      .media .header-separator-container {
        text-align: center;
        padding: 1rem;
        display: block;
        top: 0; } }
  .media ul {
    padding-left: 0;
    margin: 0 0 0 8rem;
    height: 2.3em; }
    .media ul > li {
      list-style-type: none; }
    .media ul li {
      display: inline-block;
      margin: 0 1rem;
      height: 2em;
      vertical-align: middle;
      text-align: center; }
      .media ul li a {
        display: inline-block; }
      .media ul li img {
        max-height: 1.5em;
        width: auto;
        max-width: 100%;
        -webkit-filter: grayscale(100%) opacity(32%);
                filter: grayscale(100%) opacity(32%);
        -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .media ul li img:hover {
          -webkit-filter: grayscale(0%) opacity(100%);
                  filter: grayscale(0%) opacity(100%); }
    @media (max-width: 1199.98px) {
      .media ul {
        margin: 0 0 0 6rem;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .media ul li {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 3%; } }
    @media (max-width: 767.98px) {
      .media ul {
        margin: 0;
        overflow-x: unset;
        display: inline-block;
        text-align: center; }
        .media ul li {
          margin: 0.5rem 0.5rem; } }
  .media h3.header-separator {
    color: #dadada;
    font-size: 1rem;
    text-align: left; }
    @media (max-width: 767.98px) {
      .media h3.header-separator {
        text-align: center; } }

.lawyer-login-banner__message-bar {
  cursor: pointer;
  display: none;
  top: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  background: #ffc107;
  opacity: 0.9;
  z-index: 1001;
  white-space: nowrap; }

.lawyer-login-banner__message-text {
  text-align: center;
  margin: 0.8rem;
  color: black; }

.lawyer-login-banner__close {
  float: right;
  margin: 1.2rem;
  color: black; }

.lawyer-login-banner__form {
  display: inline-block; }

.lawyer-login-banner__button {
  color: #ffffff !important;
  background-color: #17bd5f;
  border-radius: 5px;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: bolder;
  padding: 0.2rem 0.7rem; }

.lawyer-login-banner__button:hover {
  background-color: #14a654; }

.lawyer-login-banner__link {
  color: #01b88e; }

.cj-login__legl-panel {
  background-color: #f4f4f4 !important;
  left: 2rem;
  text-align: center;
  padding-top: 3rem !important; }
  @media screen and (max-width: 768px) {
    .cj-login__legl-panel {
      left: 0; } }

.cj-login__logo {
  margin-bottom: 1rem; }
  @media screen and (max-width: 1000px) {
    .cj-login__logo {
      height: 4rem; } }

.cj-login__text {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  color: #646464;
  font-size: 14px;
  line-height: 29px;
  margin: 1rem 4rem 1rem 4rem !important; }

.cj-login__button {
  background-color: #45435d;
  color: #ffffff;
  width: 225px;
  height: 61px;
  border-radius: 5px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  border: 0; }

.cj-login__button:hover {
  opacity: 0.95; }

.cj-login__hr {
  width: 27rem; }
  @media screen and (max-width: 1000px) {
    .cj-login__hr {
      width: 100%; } }

.cj-login__link-url {
  font-weight: bold;
  color: #646464;
  text-decoration: underline; }

.cj-login__link-url:hover {
  color: #45435d; }

.cj-login__cj-logo-section {
  margin-top: 2rem;
  text-align: center; }

.cj-login__cj-help-text {
  font-size: 15px;
  color: #646464;
  font-style: italic;
  margin: 0 0 0.5rem !important; }

.cj-login__login_button {
  margin: 0.5rem 0 1rem; }

.cj-login__login-form {
  padding: 0 2rem 1.5rem !important; }

select#id_groups {
  height: auto !important; }

.all-cases-container {
  margin-top: 5em;
  text-align: center;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .all-cases-container .featured-tags-list h3 {
    margin-bottom: 3rem; }
  .all-cases-container p.description,
  .all-cases-container p.no-results {
    font-size: 1.4em;
    color: #646464;
    margin-bottom: 2em; }
  .all-cases-container .case-list {
    text-align: left; }
    .all-cases-container .case-list p.no-results {
      text-align: center; }
  .all-cases-container #filter-form {
    position: relative; }
    .all-cases-container #filter-form input {
      display: inline;
      width: 50%;
      padding: 0 0 1em 0;
      color: #939598;
      background: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #979797; }
      .all-cases-container #filter-form input:hover {
        color: #646464; }
    .all-cases-container #filter-form button {
      display: inline;
      content: "\e932";
      font-family: "legl-icon";
      font-size: 1.7em;
      background: none;
      margin-left: 1em;
      border: none;
      color: #204055; }
      .all-cases-container #filter-form button:focus {
        outline: 0; }
    @media (max-width: 991.98px) {
      .all-cases-container #filter-form input {
        width: 70%; }
      .all-cases-container #filter-form button {
        margin-left: 0; } }
  .all-cases-container ul {
    padding-left: 0; }
    .all-cases-container ul > li {
      list-style-type: none; }
  .all-cases-container .tags-list {
    margin-top: 4em;
    /* TODO: Merge this with the duplicated styles from the homepage pull request */ }
    .all-cases-container .tags-list .case-tags a {
      display: inline-block;
      margin: 0 0.8em 1em 0;
      padding: 0.2em 1em;
      color: #939598;
      border-radius: 8px;
      border: solid 2px #dadada; }
      .all-cases-container .tags-list .case-tags a:hover, .all-cases-container .tags-list .case-tags a.active {
        color: #39d1b4;
        border-color: #39d1b4; }
  .all-cases-container .all-cases-link-wrapper {
    margin-bottom: 4em; }
    .all-cases-container .all-cases-link-wrapper a {
      text-align: center;
      min-width: 20rem; }
      @media (max-width: 575.98px) {
        .all-cases-container .all-cases-link-wrapper a {
          min-width: 15rem; } }
  .all-cases-container .featured-tags-list {
    margin-top: 8em;
    text-align: left; }
  .all-cases-container .featured-tag {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    width: 31%;
    overflow: hidden;
    margin: 0 3% 3% 0; }
    .all-cases-container .featured-tag:nth-child(3n + 3) {
      margin-right: 0; }
    .all-cases-container .featured-tag .tag-picture {
      width: 100%;
      height: 200px;
      background-position: center center;
      background-size: cover;
      border-radius: 3px; }
    .all-cases-container .featured-tag:hover p, .all-cases-container .featured-tag.active p {
      background-color: rgba(57, 209, 180, 0.8); }
    .all-cases-container .featured-tag .shadow {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      border-radius: 3px; }
    .all-cases-container .featured-tag p {
      color: white;
      font-weight: bold;
      font-size: 1.8em;
      width: 100%;
      height: 100%;
      border-radius: 3px; }
      .all-cases-container .featured-tag p span {
        position: absolute;
        bottom: 0.7em;
        left: 1em; }
  @media (min-width: 768px) {
    .all-cases-container .featured-tag {
      width: 31%; }
      .all-cases-container .featured-tag:nth-child(3n + 3) {
        margin-right: 0; } }
  @media (max-width: 991.98px) {
    .all-cases-container .featured-tags-list ul {
      overflow-x: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .all-cases-container .featured-tag {
      width: 280px;
      height: 200px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 3%; }
      .all-cases-container .featured-tag:nth-child(3n + 3) {
        margin-right: 3%; } }
  .all-cases-container .pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 3em;
    margin-top: -2em; }
    .all-cases-container .pagination a {
      background-color: transparent;
      border: 2px solid #204055;
      color: #204055; }
      .all-cases-container .pagination a:hover {
        background-color: #204055;
        color: white; }

.get-started-cta {
  text-align: center;
  padding: 8em 0;
  background-color: white; }
  .get-started-cta h4 {
    color: #204055;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 80%;
    max-width: 680px;
    margin: 0 auto 2em;
    line-height: 150%; }

.pledge-amount .pledge-amount-choices {
  padding: 1em;
  margin: 2em 0 0 0;
  text-align: center; }
  .pledge-amount .pledge-amount-choices > *:not(.separator):not(#donation_amount_error) {
    margin-bottom: 1em; }
  .pledge-amount .pledge-amount-choices input[type="radio"] {
    display: none; }
    .pledge-amount .pledge-amount-choices input[type="radio"]:checked + label {
      background-color: #ff5e00;
      border-color: #ff5e00;
      color: #ffffff; }
    .pledge-amount .pledge-amount-choices input[type="radio"] + label {
      width: 100%; }
  .pledge-amount .pledge-amount-choices span {
    color: #939598;
    text-align: right;
    padding-top: 5px; }
  .pledge-amount .pledge-amount-choices .custom-amount #donation_amount {
    display: none; }
  .pledge-amount .pledge-amount-choices .custom-amount input {
    text-align: center;
    width: 100%; }
    .pledge-amount .pledge-amount-choices .custom-amount input[type="number"]::-webkit-outer-spin-button, .pledge-amount .pledge-amount-choices .custom-amount input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .pledge-amount .pledge-amount-choices .custom-amount input[type="number"] {
      -moz-appearance: textfield; }
    @media (max-width: 991.98px) {
      .pledge-amount .pledge-amount-choices .custom-amount input {
        text-align: left;
        padding-left: 1rem; } }
  .pledge-amount .pledge-amount-choices .custom-amount .symbol {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #939598;
    font-size: 1.3em;
    content: "£";
    display: inline-block;
    position: absolute;
    left: 1em;
    top: 0.1em; }
    @media (max-width: 991.98px) {
      .pledge-amount .pledge-amount-choices .custom-amount .symbol {
        font-size: 1rem;
        margin-top: 0.01rem;
        margin-left: 0.25rem; } }
  .pledge-amount .pledge-amount-choices .custom-amount.active .symbol {
    color: #204055; }

.pledge-amount .ab-test-input-group.input-group input {
  font-size: 3rem;
  text-align: left;
  padding: 0 2rem;
  color: #ec6c04;
  border-left: 1px solid rgba(0, 0, 0, 0.15); }
  @media (max-width: 991.98px) {
    .pledge-amount .ab-test-input-group.input-group input {
      font-size: 2.5rem;
      padding: 0 1.5rem 0 0.5rem; } }

.pledge-amount .ab-test-input-group .input-group-addon {
  font-size: 2.5rem; }
  @media (max-width: 991.98px) {
    .pledge-amount .ab-test-input-group .input-group-addon {
      font-size: 2rem; } }
  .pledge-amount .ab-test-input-group .input-group-addon.currency-symbol {
    padding: 0.2rem 2rem;
    background-color: #f0f0f0;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
    @media (max-width: 991.98px) {
      .pledge-amount .ab-test-input-group .input-group-addon.currency-symbol {
        padding: 0.2rem 1rem; } }
  .pledge-amount .ab-test-input-group .input-group-addon.currency-code {
    color: #ec6c04;
    padding: 0.2rem 2rem;
    background-color: #ffffff; }
    @media (max-width: 991.98px) {
      .pledge-amount .ab-test-input-group .input-group-addon.currency-code {
        padding: 0.2rem 1rem; } }

.pledge-details .pledge-message {
  padding: 0; }
  .pledge-details .pledge-message .message-content {
    padding: 1em; }
  .pledge-details .pledge-message label {
    color: #646464;
    font-weight: 500;
    width: 100%; }
  .pledge-details .pledge-message .row {
    margin: 0; }
  .pledge-details .pledge-message #anonymous ~ label span {
    display: block;
    color: #939598;
    font-size: 0.8em;
    overflow: hidden;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .pledge-details .pledge-message input[type="checkbox"].checkbox + label {
    position: relative;
    background-color: #f9f9f9;
    padding: 1em 0 1em 3em;
    width: 100%;
    margin: 0;
    cursor: pointer; }
    .pledge-details .pledge-message input[type="checkbox"].checkbox + label:before {
      content: " ";
      border: 1px solid #e6e7e8;
      background-color: #ffffff;
      line-height: 1em;
      position: absolute;
      display: block;
      height: 1.2em;
      width: 1.2em;
      left: 1em;
      top: 1.2em; }
  .pledge-details .pledge-message input[type="checkbox"].checkbox:checked + label:before {
    font-family: "legl-icon";
    content: var(--legl-icon-tick); }

.radio-choice > .row {
  background: #f9f9f9;
  padding: 1rem; }

.radio-choice .col-lg-8 {
  padding-right: 0;
  padding-left: 0.2rem; }

.radio-choice label {
  margin-bottom: 0; }

.radio-choice label.helper {
  font-size: 0.75rem;
  font-weight: 300; }

.radio-choice .radio-button {
  padding-top: 0.6rem; }

.radio-choice + label {
  position: relative;
  background-color: #f9f9f9;
  padding: 1em 0 1em 3em;
  width: 100%;
  margin: 0;
  cursor: pointer; }
  .radio-choice + label:before {
    content: " ";
    border: 1px solid #e6e7e8;
    background-color: #ffffff;
    line-height: 1em;
    position: absolute;
    display: block;
    height: 1.2em;
    width: 1.2em;
    left: 1em;
    top: 1.2em; }

/* Layout for the main container */
.checkbox-container {
  display: flex;
  align-items: flex-start; /* align checkbox and text at the top */
  color: #313131;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
}

/* Style the checkbox label */
.custom-checkbox {
  display: flex;
  align-items: center;
  margin-right: 20px; /* space between checkbox and text */
  cursor: pointer;
  margin-top: 1em;
}

/* Native checkbox */
.custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

/* Container for both texts */
.checkbox-helper {
  display: flex;
  flex-direction: column;
}

/* Title text */
.notice-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* Helper text */
.notice-helper {
  font-size: 12px;
  margin: 5px 0 0 0;
  font-weight: 300;
}

.pledge-section-container.notice {
  margin-top: 1em;
  font-size: 0.75em;
  color: #939598; }

@media (max-width: 767.98px) {
  .pledge-amount .pledge-amount-choices .custom-amount:before {
    left: 2em; } }

.pledge-giftaid .container {
  padding-bottom: 1em; }
  .pledge-giftaid .container .row {
    margin-bottom: 1em; }
  .pledge-giftaid .container label {
    color: #646464;
    font-weight: 500; }

.remove-giftaid-wrapper {
  margin-top: 0.5em; }
  .remove-giftaid-wrapper form p {
    font-size: 0.7em;
    color: #939598; }
    .remove-giftaid-wrapper form p input {
      font-size: 1em;
      padding: 0;
      font-weight: normal;
      line-height: 1em;
      height: 2em;
      color: #939598;
      text-decoration: underline;
      padding-bottom: 0.2em; }
      .remove-giftaid-wrapper form p input:hover {
        color: #939598; }

.pledge-confirm-amount {
  color: #204055; }
  .pledge-confirm-amount a {
    margin-top: 0.5em;
    font-size: 0.6em; }
    @media (max-width: 767.98px) {
      .pledge-confirm-amount a {
        display: block; } }
  .pledge-confirm-amount .pledge-breakdown {
    font-size: 1em;
    padding: 1.2em; }
    .pledge-confirm-amount .pledge-breakdown table {
      width: 100%; }
    .pledge-confirm-amount .pledge-breakdown tr td {
      padding: 1em 0; }
    .pledge-confirm-amount .pledge-breakdown tr td:last-child {
      text-align: right; }
    .pledge-confirm-amount .pledge-breakdown tr:last-child td {
      border-bottom: none;
      font-weight: 700; }
    .pledge-confirm-amount .pledge-breakdown tr.pledge-row .edit-fields {
      display: none; }
      .pledge-confirm-amount .pledge-breakdown tr.pledge-row .edit-fields input {
        width: 5em; }
    .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-link,
    .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .pledge {
      display: none;
      opacity: 0; }
    .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields {
      display: block; }
      .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields input,
      .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields button {
        font-size: 1em;
        padding: 0.3em;
        height: 2em;
        float: right; }
      .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields button {
        margin-left: 0.5em; }
      .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields .pledge-amount-final-error {
        display: none; }
        .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields .pledge-amount-final-error.active {
          opacity: 1;
          display: block;
          -webkit-transform: translate(0, -100%);
              -ms-transform: translate(0, -100%);
                  transform: translate(0, -100%); }
        .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields .pledge-amount-final-error li {
          margin: 0; }
        .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields .pledge-amount-final-error .tooltip-arrow {
          border-top-color: #39d1b4; }
        .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields .pledge-amount-final-error .tooltip-inner {
          background: #39d1b4;
          color: white; }
          .pledge-confirm-amount .pledge-breakdown.state--editing-pledge tr.pledge-row .edit-fields .pledge-amount-final-error .tooltip-inner * {
            color: white;
            font-size: 1em; }
    .pledge-confirm-amount .pledge-breakdown.state--loading .pledge,
    .pledge-confirm-amount .pledge-breakdown.state--loading .tip,
    .pledge-confirm-amount .pledge-breakdown.state--loading .total {
      display: none; }
    .pledge-confirm-amount .pledge-breakdown.state--modal-loading .pledge-tip-modal .prospective-tip {
      display: none; }
    .pledge-confirm-amount .pledge-breakdown.state--modal-loading .pledge-tip-modal .legl-icon-spin {
      display: inline-block;
      opacity: 1; }
    .pledge-confirm-amount .pledge-breakdown.state--loading .legl-icon-spin {
      display: inline-block;
      opacity: 1; }
    .pledge-confirm-amount .pledge-breakdown .legl-icon-spin {
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
  .pledge-confirm-amount .edit-link {
    background: #939598;
    color: white;
    border-radius: 3px;
    padding: 0 0.3em;
    display: inline-block;
    cursor: pointer;
    font-size: 0.9em; }
    .pledge-confirm-amount .edit-link:hover, .pledge-confirm-amount .edit-link:focus {
      text-decoration: underline;
      background: #39d1b4; }
  .pledge-confirm-amount .us-charity-tax-deductible p {
    padding: 1em;
    font-size: 0.7em; }
  .pledge-confirm-amount .pledge-tip-modal h3 {
    padding: 0em;
    margin: 0;
    border-bottom: none; }
    @media (max-width: 991.98px) {
      .pledge-confirm-amount .pledge-tip-modal h3 {
        font-size: 1.5rem; } }
  .pledge-confirm-amount .pledge-tip-modal .modal-body,
  .pledge-confirm-amount .pledge-tip-modal .modal-body {
    font-size: 1em;
    padding: 1.5em; }
  .pledge-confirm-amount .pledge-tip-modal .modal-content {
    border-radius: 0.25rem; }
  .pledge-confirm-amount .pledge-tip-modal .radio-label::before {
    position: absolute;
    top: 0.25rem; }

  .tip-section {
    background-color: rgb(57,209,180, 0.1);
    border: 2px solid rgb(57,209,180);
    text-align: center;
    padding: 1rem;
  }

.tip-img {
  display: flex;
  align-items: center;
}

.tip-img img {
  width: 60px;
  height: auto;
}

.tip-img p {
  margin-left: 15px;
}


.tip-tooltip {
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}

.tip-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tip-custom {
  display: flex;
  padding-bottom: 1rem;
}

.tip-custom .symbol {
  font-size: 1.3em;
  position: relative;
  left: 0.2em;
}

.tip-custom input {
  padding-left: 1.2em;
  margin-left: -0.8em;
}

.tip-section input[type="range"] {
    background: #f9f9f9;
    height: 12px;
}

.pledge-wait-modal .modal-img {
  margin: 1rem 0.25rem; }

.pledge-wait-modal .modal-content {
  border-radius: 0.25rem; }

.pledge-detail-form {
  margin-bottom: 2em; }
  .pledge-detail-form h3 .card-icons {
    float: right;
    color: #939598; }
  .pledge-detail-form .card-detail-wrapper {
    padding: 1em; }
    .pledge-detail-form .card-detail-wrapper label {
      color: #646464;
      font-weight: 500; }
    .pledge-detail-form .card-detail-wrapper .row {
      margin-bottom: 1em; }
    .pledge-detail-form .card-detail-wrapper #expiration-date-group #expiration-date-select select {
      width: 46%;
      max-height: 2.375rem;
      display: inline-block; }
      .pledge-detail-form .card-detail-wrapper #expiration-date-group #expiration-date-select select:last-child {
        float: right; }
    .pledge-detail-form .card-detail-wrapper .form-control, .pledge-detail-form .card-detail-wrapper .pledge-giftaid .container input, .pledge-giftaid .container .pledge-detail-form .card-detail-wrapper input,
    .pledge-detail-form .card-detail-wrapper .pledge-giftaid .container select, .pledge-giftaid .container .pledge-detail-form .card-detail-wrapper select, .pledge-detail-form .card-detail-wrapper #press_edit form p input:not([type="checkbox"]), #press_edit form p .pledge-detail-form .card-detail-wrapper input:not([type="checkbox"]),
    .pledge-detail-form .card-detail-wrapper #press_edit form p textarea, #press_edit form p .pledge-detail-form .card-detail-wrapper textarea,
    .pledge-detail-form .card-detail-wrapper #press_new form p input:not([type="checkbox"]), #press_new form p .pledge-detail-form .card-detail-wrapper input:not([type="checkbox"]),
    .pledge-detail-form .card-detail-wrapper #press_new form p textarea, #press_new form p .pledge-detail-form .card-detail-wrapper textarea {
      font-size: 1rem; }
    .pledge-detail-form .card-detail-wrapper #card-cvc-group input {
      width: 30%;
      text-align: center; }

@media (max-width: 767.98px) {
  .pledge-detail-form h3 .card-icons {
    float: none;
    display: block; } }

.pledge-share .pledge-share-content {
  padding: 1em 2em 2em; }
  .pledge-share .pledge-share-content p {
    font-weight: normal;
    color: #204055;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem; }
    .pledge-share .pledge-share-content p.small {
      font-size: 1.2rem; }

.pledge-share .large-share {
  border: #ffffff 0.25rem solid;
  color: white;
  background-color: #939598;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.2rem;
  text-align: center; }
  .pledge-share .large-share i {
    display: block;
    font-size: 1.5em; }
  .pledge-share .large-share .large-share span {
    display: block;
    font-size: 1em; }
  .pledge-share .large-share.facebook-share {
    background-color: #3b5998; }
    .pledge-share .large-share.facebook-share:hover {
      background-color: #4264aa; }
  .pledge-share .large-share.twitter-share {
    background-color: #1da1f2; }
    .pledge-share .large-share.twitter-share:hover {
      background-color: #35abf3; }
  .pledge-share .large-share.whatsapp-share {
    background-color: #075e54; }
    .pledge-share .large-share.whatsapp-share:hover {
      background-color: #097669; }
  .pledge-share .large-share.email-share {
    background-color: #646464;
    float: left;
    font-size: 1.1em; }
    .pledge-share .large-share.email-share.not-searchable {
      background-color: #3b5998; }
      .pledge-share .large-share.email-share.not-searchable:hover {
        background-color: #4264aa; }
    .pledge-share .large-share.email-share:hover {
      background-color: #717171; }

.pledge-share .clipboard-share {
  background-color: #939598;
  float: right;
  cursor: pointer;
  text-align: center;
  font-size: 1.1em; }
  .pledge-share .clipboard-share:hover {
    background-color: #a0a2a4; }
  .pledge-share .clipboard-share.not-searchable {
    background-color: #1da1f2; }
    .pledge-share .clipboard-share.not-searchable:hover {
      background-color: #35abf3; }
  .pledge-share .clipboard-share .copied {
    display: none; }

.post-pledge-invite-only {
  text-align: center; }
  .post-pledge-invite-only img {
    padding-top: 2rem; }
  .post-pledge-invite-only h3 {
    border-bottom: none !important; }
  .post-pledge-invite-only .pledge-section-wrapper:after {
    content: none; }
  .post-pledge-invite-only a {
    margin-bottom: 2rem; }

#handbook_landing {
  padding-bottom: 3em; }
  #handbook_landing .jumbotron_handbook {
    height: 17em;
    min-height: 17em;
    padding-top: 7em; }
    #handbook_landing .jumbotron_handbook h1 {
      color: white;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300; }
    @media (max-width: 767.98px) {
      #handbook_landing .jumbotron_handbook {
        height: 100%;
        min-height: 0em;
        padding-top: 3em;
        padding-bottom: 3em; }
        #handbook_landing .jumbotron_handbook h1 {
          font-size: 1.7em;
          line-height: 1.7em; } }
    #handbook_landing .jumbotron_handbook .jumbotron-content {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
      background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      background-repeat: repeat-x;
      text-shadow: 1px 1px 7px #000000; }
      #handbook_landing .jumbotron_handbook .jumbotron-content h1 {
        margin-top: 1.5em; }
  #handbook_landing .handbook_links .toolkit-links {
    padding: 1em;
    margin-bottom: 4%;
    min-height: 16.5em;
    background: #ffffff;
    margin-right: 2%; }
    #handbook_landing .handbook_links .toolkit-links h3 {
      padding-bottom: 0.5em;
      border-bottom: 2px solid #e6e7e8;
      color: #204055;
      margin-bottom: 0.5em; }
      #handbook_landing .handbook_links .toolkit-links h3 i {
        color: #ff5e00;
        padding: 0 0.2em; }
    #handbook_landing .handbook_links .toolkit-links ul {
      padding-left: 0;
      margin-left: 2em;
      font-size: 1.2em;
      line-height: 2em; }
      #handbook_landing .handbook_links .toolkit-links ul > li {
        list-style-type: none; }
    #handbook_landing .handbook_links .toolkit-links.pre-launch-checklist {
      min-height: 0; }
      #handbook_landing .handbook_links .toolkit-links.pre-launch-checklist ul {
        margin-left: 0; }

.how-it-works {
  color: #888888;
  padding-bottom: 1px; }
  @media (max-width: 767.98px) {
    .how-it-works {
      font-size: 1rem; } }
  .how-it-works h1,
  .how-it-works h2,
  .how-it-works h3,
  .how-it-works h4,
  .how-it-works h5,
  .how-it-works h6 {
    color: #313131; }
  .how-it-works .dotcom--iconic {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: none;
    font-weight: 300; }
  .how-it-works .dotcom--iconic-font {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.875rem; }
    @media (max-width: 767.98px) {
      .how-it-works .dotcom--iconic-font {
        font-size: 1.5rem; } }
  .how-it-works .dotcom--blurb {
    font-size: 1.25rem;
    max-width: 43.75rem;
    text-align: center; }

  .how-it-works .dotcom--blurb.dotcom--about {
    max-width: 62rem;
    padding-bottom: 1rem}
    @media (max-width: 767.98px) {
      .how-it-works .dotcom--blurb {
        font-size: 1rem; } }
  .how-it-works .smaller-heading {
    font-size: 2rem; }
    @media (max-width: 767.98px) {
      .how-it-works .smaller-heading {
        font-size: 1.5rem; } }
  .how-it-works section {
    padding: 6rem 0; }
    @media (max-width: 767.98px) {
      .how-it-works section {
        padding: 4rem 0; } }
  .how-it-works .start-building {
    text-align: left; }
    .how-it-works .start-building .dotcom--iconic-font {
      padding-bottom: 2rem; }
    .how-it-works .start-building img {
      max-width: 110%; }
    @media (max-width: 991.98px) {
      .how-it-works .start-building {
        text-align: center; }
        .how-it-works .start-building img {
          max-width: 100%;
          padding: 2.5rem; } }
  .how-it-works .media {
    background-color: white;
    padding-bottom: 3.7rem; }
    .how-it-works .media .header-separator-container {
      top: 0; }
    .how-it-works .media h3 {
      text-align: center;
      font-family: inherit;
      font-size: 1.375rem;
      color: #888888;
      font-weight: normal;
      font-style: normal;
      line-height: 1.45; }
    .how-it-works .media ul {
      padding-left: 0;
      margin: 0;
      height: 2.3em;
      overflow-x: unset;
      display: inline-block;
      text-align: center; }
      .how-it-works .media ul > li {
        list-style-type: none; }
      .how-it-works .media ul li {
        display: inline-block;
        margin: 0 0.8rem;
        height: 3rem;
        vertical-align: middle;
        text-align: center; }
        .how-it-works .media ul li a {
          display: inline-block; }
        .how-it-works .media ul li img {
          max-height: 2rem;
          width: auto;
          max-width: 100%; }
      @media (max-width: 767.98px) {
        .how-it-works .media ul {
          overflow-x: unset;
          display: inline-block;
          text-align: center; }
          .how-it-works .media ul li {
            margin: 0.5rem 0.5rem; } }
  .how-it-works .btn {
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    width: 16rem; }
    .how-it-works .btn .btn-orange {
      -webkit-box-shadow: 0 7px 21px 0 rgba(205, 98, 9, 0.43);
              box-shadow: 0 7px 21px 0 rgba(205, 98, 9, 0.43);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }
    .how-it-works .btn .btn-primary {
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08); }
  .how-it-works .start-fundraising {
    text-align: center; }
  .how-it-works .hiw-stats {
    padding: 3.5rem 0;
    background-color: #f0f4f3; }
    .how-it-works .hiw-stats .stats-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .how-it-works .hiw-stats .stats-container .col-mx {
        position: relative;
        padding: 0 1rem;
        height: 4.5rem; }
        @media (max-width: 991.98px) {
          .how-it-works .hiw-stats .stats-container .col-mx h1 {
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          .how-it-works .hiw-stats .stats-container .col-mx:before {
            content: "";
            height: 2rem;
            border-left: 1px solid #d8d8d8;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .how-it-works .hiw-stats .stats-container .col-mx:first-child {
            margin-left: 0; }
            .how-it-works .hiw-stats .stats-container .col-mx:first-child:before {
              border-left: none; }
          .how-it-works .hiw-stats .stats-container .col-mx:last-child {
            margin-left: 0; } }
        .how-it-works .hiw-stats .stats-container .col-mx h1 {
          width: 10rem;
          font-size: 2rem;
          font-weight: 300;
          line-height: normal;
          text-align: center;
          color: #313131; }
        .how-it-works .hiw-stats .stats-container .col-mx p {
          margin: 0;
          font-size: 0.875rem;
          font-weight: 300;
          line-height: normal;
          text-align: center;
          color: #313131; }
  .how-it-works .slick-track {
    overflow: hidden; }
  .how-it-works .slick-dots {
    margin-top: 1rem; }
    .how-it-works .slick-dots li {
      background-color: #071b29;
      opacity: 0.3;
      height: 0.25rem;
      width: 0.25rem;
      margin: 0.25rem;
      border: none;
      vertical-align: middle;
      -webkit-transition: -webkit-transform 6s ease-in-out;
      transition: -webkit-transform 6s ease-in-out;
      -o-transition: transform 6s ease-in-out;
      transition: transform 6s ease-in-out;
      transition: transform 6s ease-in-out, -webkit-transform 6s ease-in-out; }
      .how-it-works .slick-dots li.slick-active {
        background-color: #071b29;
        border: none;
        opacity: 1;
        height: 0.5rem;
        width: 0.5rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(7, 27, 41, 0.16);
                box-shadow: 0 2px 4px 0 rgba(7, 27, 41, 0.16); }
  .how-it-works .slick-prev,
  .how-it-works .slick-next {
    position: absolute;
    top: 50%;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(150, 144, 144, 0.05);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .how-it-works .slick-prev::before,
    .how-it-works .slick-next::before {
      content: none; }
  .how-it-works .slick-prev {
    left: -4rem; }
  .how-it-works .slick-next {
    right: -4rem; }
  .how-it-works .types-of-fundraising {
    text-align: center;
    background: #ffffff; }
    .how-it-works .types-of-fundraising .table-block {
      background: #ffffff;
      -webkit-box-shadow: 0 0.25rem 3.75rem rgba(0, 0, 0, 0.09);
              box-shadow: 0 0.25rem 3.75rem rgba(0, 0, 0, 0.09);
      padding: 2rem; }
    .how-it-works .types-of-fundraising img {
      padding: 1rem;
      min-width: 50%;
      max-height: 8rem; }
    .how-it-works .types-of-fundraising .heading-table-text {
      padding: 1rem 3.25rem;
      color: #313131;
      font-weight: 700;
      font-size: 1.2rem; }
      @media (max-width: 1199.98px) {
        .how-it-works .types-of-fundraising .heading-table-text {
          padding: 1rem 0; } }
    .how-it-works .types-of-fundraising .table-first-col {
      text-align: left;
      font-weight: 700; }
    .how-it-works .types-of-fundraising .carousel-indicators li {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 100%;
      background-color: #646464;
      position: relative;
      margin: 0 1rem;
      top: 5rem; }
      @media (max-width: 767.98px) {
        .how-it-works .types-of-fundraising .carousel-indicators li {
          top: 7rem; } }
    .how-it-works .types-of-fundraising .table td,
    .how-it-works .types-of-fundraising .table th {
      border-top: none;
      border-bottom: none;
      border-right: 0.125rem solid rgba(0, 0, 0, 0.09); }
      .how-it-works .types-of-fundraising .table td:last-child,
      .how-it-works .types-of-fundraising .table th:last-child {
        border-right: none; }
    .how-it-works .types-of-fundraising .table-striped tbody tr:nth-of-type(odd) {
      background-color: #f8f8f8; }
    .how-it-works .types-of-fundraising .table-striped tbody tr:nth-of-type(even) {
      background-color: #fcfcfc; }
    .how-it-works .types-of-fundraising .cta {
      margin-top: 1rem; }
      @media (max-width: 767.98px) {
        .how-it-works .types-of-fundraising .cta {
          margin-top: 4rem; } }

.lawyer-landing {
  color: #204055; }
  .lawyer-landing .transparent-button {
    background-color: transparent;
    color: #39d1b4;
    border-width: 2px; }
  .lawyer-landing .homepage-jumbotron .jumbotron-content .dotcom--smooth-text, .lawyer-landing .homepage-jumbotron .jumbotron-content #case_owner_dashboard .sub-title, #case_owner_dashboard .lawyer-landing .homepage-jumbotron .jumbotron-content .sub-title {
    color: #ffffff !important; }
  .lawyer-landing .homepage-jumbotron .jumbotron-content .btn {
    margin: 10.875rem 0.5rem 0 0.5rem; }
    @media (max-width: 991.98px) {
      .lawyer-landing .homepage-jumbotron .jumbotron-content .btn {
        margin-top: 2.5rem; } }
    @media (max-width: 767.98px) {
      .lawyer-landing .homepage-jumbotron .jumbotron-content .btn {
        margin-top: 2.5rem; } }
    @media (max-width: 575.98px) {
      .lawyer-landing .homepage-jumbotron .jumbotron-content .btn {
        margin-top: 5.5rem; } }
    @media (max-width: 767.98px) {
      .lawyer-landing .homepage-jumbotron .jumbotron-content .btn:last-child {
        margin-top: 1rem; } }
  .lawyer-landing section,
  .lawyer-landing .container-fluid {
    padding: 6.5rem 0; }
  .lawyer-landing h1,
  .lawyer-landing h2 {
    text-shadow: none;
    text-align: center;
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #204055; }
  @media (min-width: 768px) {
    .lawyer-landing .btn {
      min-width: 9rem; } }
  .lawyer-landing .header-separator-container {
    overflow: hidden;
    width: 55%; }
  .lawyer-landing .media {
    padding: 0 0 6.5rem 0; }
    .lawyer-landing .media ul {
      margin: 0 0 0 4rem;
      height: 50px; }
      @media (max-width: 1199.98px) {
        .lawyer-landing .media ul {
          margin: 0 0 0 6rem; } }
      @media (max-width: 767.98px) {
        .lawyer-landing .media ul {
          margin: 0; } }
    .lawyer-landing .media .header-separator-container {
      width: unset;
      overflow: unset;
      padding-bottom: 1rem; }
    .lawyer-landing .media .static-media {
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset;
      -webkit-filter: unset;
              filter: unset; }
    .lawyer-landing .media h3 {
      color: #dadada;
      font-size: 1rem;
      margin-bottom: -1rem; }
    @media (max-width: 767.98px) {
      .lawyer-landing .media li {
        margin: 1.5rem 0.5rem; } }
    .lawyer-landing .media li img {
      max-height: 2.6rem; }
    .lawyer-landing .media .text {
      background: #e1e1e1; }
    .lawyer-landing .media .awards li {
      height: unset; }
      .lawyer-landing .media .awards li img {
        max-height: 5.5rem;
        -webkit-filter: none;
                filter: none; }
  .lawyer-landing .awards-media {
    padding: 3rem 0; }
    .lawyer-landing .awards-media .header-separator-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: unset;
      top: 3rem; }
      @media (max-width: 767.98px) {
        .lawyer-landing .awards-media .header-separator-container {
          display: unset;
          top: 0; } }
    .lawyer-landing .awards-media ul {
      height: 5.625rem; }
    .lawyer-landing .awards-media span {
      padding-left: 3rem; }
      @media (max-width: 1199.98px) {
        .lawyer-landing .awards-media span {
          padding-left: 0; } }
  .lawyer-landing .media-list {
    margin-top: 4rem; }
    @media (max-width: 575.98px) {
      .lawyer-landing .media-list {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .lawyer-landing .media-list {
        margin-top: 2rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .lawyer-landing .media-list {
        margin-top: 2rem; } }
    .lawyer-landing .media-list h3 {
      font-size: 1.125rem;
      opacity: 0.9;
      font-weight: 300; }
    .lawyer-landing .media-list ul {
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .lawyer-landing .media-list ul > li {
        list-style-type: none; }
      .lawyer-landing .media-list ul li {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; }
        .lawyer-landing .media-list ul li img {
          max-width: 100%; }
      @media (max-width: 1199.98px) {
        .lawyer-landing .media-list ul {
          overflow-x: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          .lawyer-landing .media-list ul li {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 3%; } }
  .lawyer-landing .final-ctas h3 {
    margin-bottom: 2.5rem; }
  .lawyer-landing .final-ctas .btn {
    margin: 0.5rem;
    min-width: 18rem; }
    @media (max-width: 575.98px) {
      .lawyer-landing .final-ctas .btn {
        min-width: 16rem; } }
  .lawyer-landing #introduction h1 {
    font-size: 2rem; }
  .lawyer-landing #introduction h3 {
    font-size: 1.75rem; }
  .lawyer-landing #introduction .row:last-child {
    padding-bottom: 0; }
  .lawyer-landing .why-use-crowdjustice-legal {
    background: #f9f9f9; }
    .lawyer-landing .why-use-crowdjustice-legal .container .btn {
      min-width: 18rem; }
      @media (max-width: 767.98px) {
        .lawyer-landing .why-use-crowdjustice-legal .container .btn {
          margin-top: 1rem; } }
    .lawyer-landing .why-use-crowdjustice-legal .container .dotcom--iconic {
      padding-bottom: 5rem; }
    .lawyer-landing .why-use-crowdjustice-legal .container .details {
      text-align: center; }
      .lawyer-landing .why-use-crowdjustice-legal .container .details .icon {
        width: 80px;
        height: 80px;
        background-color: #ffffff;
        padding: 1.5rem 0;
        margin: 0 auto;
        border-radius: 50%;
        margin-bottom: 2rem; }
      .lawyer-landing .why-use-crowdjustice-legal .container .details p {
        font-size: 1.2rem;
        padding-left: 2rem;
        padding-right: 2rem; }
        @media (max-width: 991.98px) {
          .lawyer-landing .why-use-crowdjustice-legal .container .details p {
            margin-bottom: 3rem; } }
      .lawyer-landing .why-use-crowdjustice-legal .container .details h3 {
        margin-bottom: 2rem;
        font-size: 1.75rem;
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .lawyer-landing .why-use-crowdjustice-legal .container h2 {
      text-align: center;
      padding-bottom: 1rem; }
    .lawyer-landing .why-use-crowdjustice-legal div.ctas {
      margin-top: 4.25rem; }
      .lawyer-landing .why-use-crowdjustice-legal div.ctas .btn-primary {
        margin: 0.25rem 0.4rem; }
  .lawyer-landing p.blurb {
    text-align: center;
    padding: 0;
    max-width: 700px;
    margin: 0 auto; }
  .lawyer-landing .form-error,
  .lawyer-landing .form-success {
    display: none; }
  .lawyer-landing .funding-breakdown {
    padding: 0 0 6.5rem 0;
    background-color: #ffffff;
    overflow: hidden; }
    .lawyer-landing .funding-breakdown .un-float {
      float: unset; }
    .lawyer-landing .funding-breakdown .dotcom--iconic {
      font-size: 2rem;
      padding-bottom: 2.5rem;
      margin-bottom: 0; }
    .lawyer-landing .funding-breakdown .blurb {
      font-size: 1.2rem;
      padding-bottom: 3.5rem; }
    .lawyer-landing .funding-breakdown .subject {
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      margin-bottom: 1.875rem;
      padding: 1rem;
      font-weight: 500;
      font-size: 1.5rem;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .lawyer-landing .funding-breakdown .funding-display {
      display: inline-block;
      position: relative;
      vertical-align: top;
      text-align: left;
      overflow: visible; }

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .lawyer-landing .funding-breakdown .funding-display {
    max-width: 32%; } }

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
  .lawyer-landing .funding-breakdown .funding-display {
    max-width: 49%; } }
      @media (max-width: 767.98px) {
        .lawyer-landing .funding-breakdown .funding-display {
          display: block;
          max-width: 400px; } }
      @media (max-width: 575.98px) {
        .lawyer-landing .funding-breakdown .funding-display {
          max-width: 500px; } }
      .lawyer-landing .funding-breakdown .funding-display .wrap, .lawyer-landing .funding-breakdown .funding-display .wrap-large, .lawyer-landing .funding-breakdown .funding-display .wrap-const {
        position: relative;
        height: 15.375rem; }
        .lawyer-landing .funding-breakdown .funding-display .wrap img, .lawyer-landing .funding-breakdown .funding-display .wrap-large img, .lawyer-landing .funding-breakdown .funding-display .wrap-const img {
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .lawyer-landing .funding-breakdown .funding-display .wrap-large {
          height: 13.125rem; }
          .lawyer-landing .funding-breakdown .funding-display .wrap-large .box {
            height: 13.125rem; } }
      .lawyer-landing .funding-breakdown .funding-display .wrap-const {
        height: 19.625rem; }
      .lawyer-landing .funding-breakdown .funding-display .overlay, .lawyer-landing .funding-breakdown .funding-display .constant {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        padding: 2rem;
        opacity: 0;
        font-weight: 100;
        font-size: 1rem;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        background-color: #204055; }
      .lawyer-landing .funding-breakdown .funding-display .wrap:hover .overlay, .lawyer-landing .funding-breakdown .funding-display .wrap-large:hover .overlay, .lawyer-landing .funding-breakdown .funding-display .wrap-const:hover .overlay, .lawyer-landing .funding-breakdown .funding-display .wrap:hover .constant, .lawyer-landing .funding-breakdown .funding-display .wrap-large:hover .constant, .lawyer-landing .funding-breakdown .funding-display .wrap-const:hover .constant {
        opacity: 1; }
      .lawyer-landing .funding-breakdown .funding-display .text {
        position: relative;
        color: white;
        font-size: 19px;
        top: 50%;
        left: 50%;
        font-weight: 300;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left; }
      .lawyer-landing .funding-breakdown .funding-display .constant {
        opacity: 1;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
        .lawyer-landing .funding-breakdown .funding-display .constant .title, .lawyer-landing .funding-breakdown .funding-display .constant #about-us .page-title, #about-us .lawyer-landing .funding-breakdown .funding-display .constant .page-title {
          font-size: 25px;
          font-weight: 300;
          padding-bottom: 1.5rem;
          font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .lawyer-landing .funding-breakdown .funding-display .constant .text {
          font-size: 1.125rem; }
    .lawyer-landing .funding-breakdown .box {
      height: 15.375rem; }

#industry-recognised {
  background-color: #ffffff;
  overflow: hidden; }
  #industry-recognised [data-slick] {
    max-width: 500px;
    margin: 3.5rem auto 0; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #industry-recognised [data-slick] {
        max-width: none; } }
    #industry-recognised [data-slick] .slick-list {
      overflow: visible; }
    #industry-recognised [data-slick] .slick-prev {
      left: -1.75rem;
      z-index: 500; }
    #industry-recognised [data-slick] .slick-next {
      right: -1.25rem; }
  #industry-recognised .lawyer-card {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    border: 1px solid #e6e7e8;
    min-height: 500px;
    max-width: 400px;
    margin: 1rem 3rem;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #industry-recognised .lawyer-card {
        max-width: 32%;
        margin: 0.25rem; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 991.98px), (-ms-high-contrast: none) and (max-width: 991.98px) {
    #industry-recognised .lawyer-card {
      max-width: 400px; } }
    @media (max-width: 767.98px) {
      #industry-recognised .lawyer-card {
        margin: 1rem 6rem;
        max-width: 21.25rem; } }
    @media (max-width: 575.98px) {
      #industry-recognised .lawyer-card {
        margin: 1rem;
        max-width: 31.25rem; } }
    #industry-recognised .lawyer-card .testimonial-body {
      min-height: 222px;
      padding: 2rem;
      font-size: 18px;
      font-weight: 200; }
    #industry-recognised .lawyer-card .testimonial-details {
      padding-left: 2rem;
      padding-bottom: 2rem; }
    #industry-recognised .lawyer-card .lawyer-photo {
      margin-right: 0 !important;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        #industry-recognised .lawyer-card .lawyer-photo {
          width: 100%; } }
  #industry-recognised h2 {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #204055;
    text-align: center;
    margin: 0 auto 0 auto;
    max-width: 25rem; }
    @media (max-width: 575.98px) {
      #industry-recognised h2 {
        margin: 0.5rem;
        max-width: 30rem; } }

@media screen and (max-width: 1199.98px) and (-ms-high-contrast: active), (max-width: 1199.98px) and (-ms-high-contrast: none) {
  #industry-recognised .testimonials {
    text-align: center; } }
  #industry-recognised .slick-slide .card {
    min-height: 22rem; }
    #industry-recognised .slick-slide .card .card-body {
      padding: 3rem 4rem 7rem 4rem; }
      @media (max-width: 575.98px) {
        #industry-recognised .slick-slide .card .card-body {
          padding: 3rem 2rem; } }
    #industry-recognised .slick-slide .card .testimonial-image img {
      height: 4rem;
      width: 4rem;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      top: -0.75rem; }
      @media (max-width: 575.98px) {
        #industry-recognised .slick-slide .card .testimonial-image img {
          top: 0; } }
    #industry-recognised .slick-slide .card .card-testimonial-info {
      position: absolute;
      bottom: 2rem;
      left: 0;
      right: 0; }
      @media (max-width: 575.98px) {
        #industry-recognised .slick-slide .card .card-testimonial-info {
          position: relative;
          bottom: 0; } }
    #industry-recognised .slick-slide .card .author-block {
      display: inline-block;
      margin: 3rem 0 0 1rem; }
      #industry-recognised .slick-slide .card .author-block h5 {
        text-align: left;
        font-size: 1rem; }
      @media (max-width: 575.98px) {
        #industry-recognised .slick-slide .card .author-block {
          margin: 1rem;
          display: block; }
          #industry-recognised .slick-slide .card .author-block h5 {
            text-align: center; } }
  #industry-recognised .slick-dots {
    margin-top: 1rem; }
    #industry-recognised .slick-dots li {
      background-color: #071b29;
      opacity: 0.3;
      height: 0.25rem;
      width: 0.25rem;
      margin: 0.25rem;
      border: none;
      vertical-align: middle;
      -webkit-transition: -webkit-transform 6s ease-in-out;
      transition: -webkit-transform 6s ease-in-out;
      -o-transition: transform 6s ease-in-out;
      transition: transform 6s ease-in-out;
      transition: transform 6s ease-in-out, -webkit-transform 6s ease-in-out; }
      #industry-recognised .slick-dots li.slick-active {
        background-color: #071b29;
        border: none;
        opacity: 1;
        height: 0.5rem;
        width: 0.5rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(7, 27, 41, 0.16);
                box-shadow: 0 2px 4px 0 rgba(7, 27, 41, 0.16); }
  #industry-recognised .slick-prev,
  #industry-recognised .slick-next {
    position: absolute;
    top: 50%;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(150, 144, 144, 0.05);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #industry-recognised .slick-prev::before,
    #industry-recognised .slick-next::before {
      content: none; }
  #industry-recognised .slick-prev {
    left: -2rem; }
  #industry-recognised .slick-next {
    right: -2rem; }

.lawyer-signup {
  background-color: #204055; }
  .lawyer-signup .container {
    color: #ffffff; }
    @media (min-width: 768px) {
      .lawyer-signup .container {
        padding: 0 4rem; } }
    .lawyer-signup .container .left-pane {
      padding-right: 2rem; }
      @media (max-width: 991.98px) {
        .lawyer-signup .container .left-pane {
          padding-right: 0; } }
    .lawyer-signup .container h1 {
      color: #ffffff;
      margin-bottom: 6rem;
      font-size: 2rem;
      font-weight: 500; }
    .lawyer-signup .container .sell {
      font-size: 1.2rem;
      font-weight: 400;
      margin-bottom: 3rem; }
      @media (max-width: 991.98px) {
        .lawyer-signup .container .sell {
          margin-bottom: 1rem; } }
    .lawyer-signup .container .bullet-point {
      color: #ffffff;
      padding: 2rem 0;
      font-size: 1.2rem;
      font-weight: 100; }
      @media (max-width: 991.98px) {
        .lawyer-signup .container .bullet-point {
          padding: 1rem; } }
      .lawyer-signup .container .bullet-point .col-xs-9 {
        padding-left: 0; }
        @media (max-width: 767.98px) {
          .lawyer-signup .container .bullet-point .col-xs-9 {
            padding-left: 15px; } }
      @media (max-width: 991.98px) {
        .lawyer-signup .container .bullet-point:last-child {
          padding-bottom: 4rem; } }

#about-us .dotcom--blurb {
  padding-top: 0;
  padding-bottom: 2rem; }

#about-us .title, #about-us .page-title {
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #204055;
  padding-bottom: 2rem; }

#about-us .page-title {
  font-size: 3rem; }

#about-us .introduction {
  padding-left: 10%;
  padding-right: 10%; }

#about-us .team-photo img {
  max-width: 100%;
  height: auto; }

#about-us h1.dotcom--iconic {
  max-width: inherit; }

#about-us .odd-container {
  background: #ffffff; }

#about-us .narrow {
  margin: auto;
  width: 70%; }
  @media (max-width: 767.98px) {
    #about-us .narrow {
      width: 100%; } }

#about-us .slogan h2 {
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4em;
  font-weight: 100;
  color: #204055;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

#about-us .team {
  text-align: center;
  padding: 3rem 0 0 0; }
  @media (max-width: 767.98px) {
    #about-us .team {
      padding-top: 1rem; } }
  #about-us .team .lead {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 2rem; }
  #about-us .team .award {
    margin-bottom: 4rem; }
    #about-us .team .award img {
      height: 120px; }
  #about-us .team #debretts img {
    width: 100px; }
  #about-us .team .person {
    margin-bottom: 2rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #about-us .team .person img {
      width: 291px;
      border: 1px solid #979797;
      margin-bottom: 2em; }
    #about-us .team .person h4 {
      font-size: 1.1em;
      color: #313131;
      margin-bottom: 1em;
      padding-left: 2rem;
      padding-right: 2rem; }
    #about-us .team .person p {
      font-weight: 100;
      padding-left: 2rem;
      padding-right: 2rem;
      text-align: justify; }
    @media (max-width: 1199.98px) {
      #about-us .team .person p {
        padding-left: 1rem;
        padding-right: 1rem; } }

#about-us .jobs {
  padding-top: 3rem; }
  #about-us .jobs .join-us a {
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 3rem; }
  @media (max-width: 991.98px) {
    #about-us .jobs .join-us .job-button {
      text-align: center; } }
  #about-us .jobs .title, #about-us .jobs .page-title {
    padding-bottom: 1rem; }
  #about-us .jobs .perk-list {
    margin-bottom: 1.5rem; }
  #about-us .jobs .cta img {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    width: 524px;
    max-width: 100%;
    height: auto; }

#about-us .as-featured-in .media-container {
  -webkit-box-shadow: none;
          box-shadow: none; }

#about-us #lawyer_testimonials {
  padding-bottom: 3em; }

#about-us #open-form {
  padding-bottom: 0;
  background-color: #39d1b4; }
  #about-us #open-form .container {
    padding-top: 2em; }
  @media (max-width: 991.98px) {
    #about-us #open-form .container,
    #about-us #open-form .row:last-child {
      padding-left: 0;
      padding-right: 0; } }
  #about-us #open-form .row:last-child {
    background-color: transparent;
    margin: 0 auto;
    padding-top: 0; }
  #about-us #open-form h3 {
    color: #ffffff; }
    #about-us #open-form h3:after {
      border-color: #ffffff; }
  #about-us #open-form form label {
    display: block;
    color: #ffffff; }
  #about-us #open-form form .col-12 {
    margin-bottom: 1em; }
  #about-us #open-form form input,
  #about-us #open-form form textarea {
    width: 100%;
    border-radius: 3px;
    color: #204055;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    resize: none; }
  #about-us #open-form button {
    padding: 1rem 7rem; }
    @media (max-width: 991.98px) {
      #about-us #open-form button {
        width: 100%; } }
  #about-us #open-form p {
    color: #ffffff;
    font-size: 1.4em;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }

.press {
  padding: 2em 0; }

.faqs {
  padding: 2em 0; }

.privacy-policy {
  padding: 2em 0; }

.terms-and-conditions {
  padding: 2em 0; }

.user-dashboard h1,
.user-dashboard h2 {
  margin: 1em 0; }

.user-dashboard .project-row .alert {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0; }

.user-dashboard .project-row h4 {
  margin-bottom: 1em; }
  .user-dashboard .project-row h4 .wrapped-link {
    display: block;
    margin-bottom: 0.5em; }
    .user-dashboard .project-row h4 .wrapped-link + .badge {
      display: block; }

.user-dashboard .project-row .project-metric {
  color: #39d1b4; }

.user-dashboard .project-row .list-group-item > *:first-child(a) .btn {
  font-size: 1em; }

.user-dashboard .project-row .list-group-item > *:last-child(a) {
  overflow: hidden; }

.user-dashboard .project-row .list-group-item .strong {
  font-weight: bold; }

.user-dashboard .project-row hr {
  margin-top: 2em;
  margin-bottom: 2em; }

@media (max-width: 767.98px) {
  .user-dashboard .project-row .list-group-item > *:first-child(a) .btn {
    font-size: 0.6em; } }

.case-info__error-message {
  color: red; }

#donation-status {
  padding-bottom: 1em; }
  #donation-status .card {
    padding: 1em;
    margin-top: 1em; }

#flagged_donations form {
  font-size: 0.8em; }
  #flagged_donations form > * {
    vertical-align: top; }
  #flagged_donations form select {
    font-size: 1em; }
  #flagged_donations form textarea {
    width: 65%; }
  #flagged_donations form button {
    padding: 0 1em;
    height: 2em; }

#survey {
  font-size: 1.8em; }
  #survey .sharing-links {
    margin-bottom: 1em; }
    #survey .sharing-links a {
      display: inline-block;
      width: 6em;
      font-size: 2.1em;
      height: 1.5em;
      padding: 0.1em; }
  #survey .nav-links {
    margin-bottom: 1em; }
    #survey .nav-links a {
      display: inline-block;
      font-size: 1em;
      width: 12em;
      height: 1.8em;
      padding: 0.2em; }
  #survey .btn-group {
    margin: 1em auto 3em; }
    #survey .btn-group > * {
      width: 10em;
      height: 2.1em;
      padding-top: 0.3em; }
  #survey .btn-skip {
    margin-right: 0.5em; }
  #survey p:last-child {
    clear: both; }
  #survey .select-one-warning {
    display: none;
    color: red;
    margin-bottom: 8px; }
  #survey section:not(.active) {
    display: none; }
  #survey section {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
  #survey h1,
  #survey h2 {
    padding: 0.5em 0.5em 0; }
  #survey p {
    padding: 0.7em; }
  #survey fieldset {
    padding: 0.7em; }
    #survey fieldset p {
      padding: 0em 0em 0.3em 0em; }
  #survey .privacy {
    text-align: center;
    font-size: 0.5em;
    color: #bcbec0; }
  #survey .form-check {
    font-size: 0.8em; }

#holding_page .row {
  margin-top: 3em; }

#holding_page h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #204055;
  margin-bottom: 1em; }

#holding_page .lead {
  color: #939598;
  margin-bottom: 2em; }

#holding_page img {
  max-width: 100%;
  margin-bottom: 2em; }

#registration .row {
  margin-top: 2em;
  padding-bottom: 4em; }
  #registration .row .col-12 {
    background-color: #ffffff;
    padding: 0; }
    #registration .row .col-12 form label {
      color: #939598;
      font-size: 1.1em; }
    #registration .row .col-12 form button {
      width: 10em; }
    #registration .row .col-12 form .container-alternative-link p {
      margin: 1.4em 0 0; }

#permissions-passing-landing h2 {
  font-weight: bold; }

#permissions-passing-landing .btn-lg, #permissions-passing-landing .btn-group-lg > .btn {
  min-width: 260px;
  margin-top: 0.75rem; }

.email-test__form .alert {
  margin: 0; }

.email-test__form select, .email-test__form span {
  margin-right: 10px; }

.email-test__template-preview {
  border: 1px solid #e0e0e0;
  border-radius: 4px; }

.email-snippets__title.-snippet {
  display: block;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  max-width: 100%;
  padding: 4px;
  font-size: 16px;
  background: #151718;
  border-radius: 3px;
  color: #54b4da; }

.email-snippets__block.-snippet {
  background: white;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 600px; }
  .email-snippets__block.-snippet hr {
    margin-left: 0;
    margin-right: 0; }

.draft-email-button {
  padding-bottom: 10px; }

.update-table-wrapper,
.project-email-update,
.donations-statistics-tab {
  padding-bottom: 1em; }

.project-email-update {
  background-color: white; }
  .project-email-update h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    border-bottom: 2px solid #e6e7e8;
    padding: 0.6em; }

.project-update {
  padding: 2em;
  padding-bottom: 20em; }
  .project-update .header {
    margin-bottom: 20px; }
  .project-update .standalone-navigation-row {
    margin-bottom: 20px; }
  .project-update .editing-form {
    background: white;
    padding: 2em;
    margin-bottom: 20px; }
  .project-update .updates-list {
    padding: 2em;
    background: white;
    margin-top: 20px; }
  .project-update .editing-tools {
    margin-bottom: 20px; }
  .project-update .email-preview {
    width: 100%;
    background: white;
    padding: 2em;
    height: auto;
    overflow: auto;
    margin-bottom: 20px; }
    .project-update .email-preview .email-from,
    .project-update .email-preview .email-subject {
      padding-bottom: 0.6em;
      border-bottom: 1px solid #e6e7e8;
      margin-bottom: 0.6em; }

.visible {
  display: block; }

.invisible {
  display: none; }

.project-donations .updates-list form,
.project-update .updates-list form {
  display: inline-block; }

.project-donations .updates-list a.btn,
.project-donations .updates-list button,
.project-update .updates-list a.btn,
.project-update .updates-list button {
  padding: 0.3em;
  height: 2em; }

.project-update-delete {
  padding-top: 3em;
  padding-bottom: 4em; }
  .project-update-delete .header {
    margin-bottom: 2em; }
  .project-update-delete form p {
    margin-bottom: 2em; }
    .project-update-delete form p a {
      margin-right: 2em; }

#onboarding-title {
  background-color: #dff7f3;
  padding: 4em 1em;
  margin-bottom: 2em; }
  #onboarding-title h1 {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    color: #204055;
    margin-bottom: 0; }
    #onboarding-title h1 ~ .lead {
      margin-top: 2em; }
  #onboarding-title .lead {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #204055; }

.onboarding-header-section {
  text-align: center;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .onboarding-header-section h2 {
    color: #39d1b4;
    padding-top: 3rem; }
  .onboarding-header-section p {
    max-width: 37rem; }

#onboarding-form {
  padding: 2em 1em 4em; }
  #onboarding-form > .row > * {
    margin: auto;
    float: none; }
    #onboarding-form > .row > * .form-content {
      background-color: #ffffff; }
      #onboarding-form > .row > * .form-content .form-fields {
        padding: 20px; }
        #onboarding-form > .row > * .form-content .form-fields .lead {
          color: #204055;
          font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-size: 1.1em; }
        #onboarding-form > .row > * .form-content .form-fields .form-group {
          border: 0.05rem solid #e2e2e2;
          margin-bottom: 2rem; }
          #onboarding-form > .row > * .form-content .form-fields .form-group label {
            color: #939598; }
          #onboarding-form > .row > * .form-content .form-fields .form-group > label {
            font-size: 1.1em;
            font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: bold;
            color: #646464; }
            #onboarding-form > .row > * .form-content .form-fields .form-group > label em {
              color: #939598; }
        #onboarding-form > .row > * .form-content .form-fields input[type="text"],
        #onboarding-form > .row > * .form-content .form-fields input[type="email"],
        #onboarding-form > .row > * .form-content .form-fields input[type="password"],
        #onboarding-form > .row > * .form-content .form-fields textarea {
          font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
          background-color: #f9f9f9; }
          #onboarding-form > .row > * .form-content .form-fields input[type="text"][readonly],
          #onboarding-form > .row > * .form-content .form-fields input[type="email"][readonly],
          #onboarding-form > .row > * .form-content .form-fields input[type="password"][readonly],
          #onboarding-form > .row > * .form-content .form-fields textarea[readonly] {
            background-color: #e6e7e8;
            cursor: not-allowed; }
        #onboarding-form > .row > * .form-content .form-fields .field-errors,
        #onboarding-form > .row > * .form-content .form-fields .field-error {
          color: #ff5e00;
          margin: 0; }
        #onboarding-form > .row > * .form-content .form-fields .help-block {
          font-size: 0.8em;
          color: #939598; }
    #onboarding-form > .row > * .form-errors {
      display: none;
      color: #ff5e00; }
      #onboarding-form > .row > * .form-errors.visible {
        display: block; }
    #onboarding-form > .row > * .parsley-errors-list {
      list-style: none;
      padding-left: 0;
      color: #ff5e00; }
    #onboarding-form > .row > * .form-action {
      margin-top: 2em; }
      #onboarding-form > .row > * .form-action > * {
        min-width: 10em; }
  #onboarding-form #instructed-form .parsley-errors-list {
    position: absolute;
    top: 6rem; }
    @media (max-width: 991.98px) {
      #onboarding-form #instructed-form .parsley-errors-list {
        top: 9rem; } }
  #onboarding-form #existing_user_notice {
    color: #939598;
    font-size: 0.8em;
    margin-bottom: 1em; }

.form-errors {
  color: #ff5e00; }

@media (min-width: 992px) {
  form.onboarding-step-signup {
    width: 50%; } }

.onboarding-content {
  background-color: #f9f9f9; }
  .onboarding-content label {
    margin-bottom: 0; }
  .onboarding-content .recommended-label {
    display: none; }
  .onboarding-content .fundraising-choice {
    background-color: #ffffff;
    border: 0.05rem solid #e2e2e2;
    padding: 1rem 2rem;
    margin: 1.6rem 1.5rem 1.5rem; }
    .onboarding-content .fundraising-choice img {
      padding: 2rem 0 1rem 0; }
    .onboarding-content .fundraising-choice h3 {
      border-bottom: none; }
  .onboarding-content .recommended-border .fundraising-choice {
    border: #3fd0b4 0.1rem solid;
    margin-top: 0; }
  .onboarding-content .recommended-border .recommended-label {
    background-color: #3fd0b4;
    border-radius: 0.25rem 0.25rem 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 0.1rem 0.5rem;
    font-size: 0.9rem; }
  .onboarding-content .table {
    margin-top: 2rem; }
    .onboarding-content .table td {
      border-top: none;
      font-size: 0.8rem; }
    .onboarding-content .table tr {
      background-color: #fcfcfc; }
      .onboarding-content .table tr:nth-of-type(odd) {
        background-color: #f8f8f8; }
  .onboarding-content .btn-select {
    width: 100%;
    margin-top: 4rem;
    color: #39d1b4;
    background-color: #ffffff;
    border-color: #39d1b4; }
    .onboarding-content .btn-select:hover {
      background-color: #39d1b4;
      color: #ffffff; }

#campaign-details-form .form-group.col-xl-6 {
  padding: 0; }
  #campaign-details-form .form-group.col-xl-6.law-firm-field {
    padding-right: 15px; }

#campaign-details-form .radio-label:before {
  top: 2px; }

#campaign-details-form label.counter .char-counter {
  padding: 1px 7px;
  border-radius: 3px; }

#campaign-details-form .char-count-warning {
  margin-top: 0;
  border-radius: 0 0 0.25rem 0.25rem; }

#campaign-details-form #hear_about_other {
  margin-top: 1rem;
  display: none; }
  #campaign-details-form #hear_about_other.selected {
    display: block; }

.case-editor-wizard {
  margin-bottom: 4em;
  padding-bottom: 2em; }
  .case-editor-wizard .wizard-header {
    padding: 0 10em;
    margin: 2em 0 4em; }
    @media (max-width: 991.98px) {
      .case-editor-wizard .wizard-header {
        padding: 0 1em; } }
    .case-editor-wizard .wizard-header h1 {
      color: #39d1b4;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 0.7em; }
    .case-editor-wizard .wizard-header h2 {
      color: #204055;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.3em;
      font-weight: 500;
      line-height: 1.3em; }

.wizard-container {
  border: 1px solid #e6e7e8;
  background-color: #ffffff;
  padding: 2em 2.5em 2em 2em; }
  @media (max-width: 991.98px) {
    .wizard-container {
      padding: 2em 2.5em 2em 2.5em; } }
  .wizard-container > .row:not(:last-child) {
    margin-bottom: 2em; }
  .wizard-container > .row > .col-lg-4 {
    color: #646464; }
    .wizard-container > .row > .col-lg-4 h3 {
      font-size: 1.3em;
      margin-bottom: 1em; }
    .wizard-container > .row > .col-lg-4 p {
      font-size: 0.9em; }
  .wizard-container > .row > .col-lg-8 {
    border: 1px solid #e6e7e8;
    background-color: #f9f9f9;
    padding: 2em; }
    .wizard-container > .row > .col-lg-8 p,
    .wizard-container > .row > .col-lg-8 label {
      color: #646464; }
    .wizard-container > .row > .col-lg-8 label {
      font-weight: bold; }
    .wizard-container > .row > .col-lg-8 #id_name {
      font-size: 1em; }
    .wizard-container > .row > .col-lg-8 > .row,
    .wizard-container > .row > .col-lg-8 > .wizard-block-part {
      margin-bottom: 1.5em; }
      .wizard-container > .row > .col-lg-8 > .row:last-child,
      .wizard-container > .row > .col-lg-8 > .wizard-block-part:last-child {
        margin-bottom: 0; }
  .wizard-container img {
    max-width: 100%; }

.wizard-buttons {
  margin-top: 2em;
  text-align: right; }
  .wizard-buttons button,
  .wizard-buttons a {
    width: 11em; }

.wizard-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.5em;
  border-top: 1px solid #dadada;
  z-index: 2000;
  display: none;
  opacity: 1; }
  .wizard-footer.hidden {
    opacity: 0; }
  .wizard-footer .unsaved-changes {
    margin-top: 8px;
    padding: 10px;
    width: 280px;
    text-align: center; }
    .wizard-footer .unsaved-changes .error {
      color: #ff5e00;
      display: none; }
    .wizard-footer .unsaved-changes.error strong {
      display: none; }
    .wizard-footer .unsaved-changes.error .error {
      display: inline; }
  .wizard-footer .btn {
    padding-top: 0.85em; }
    .wizard-footer .btn i {
      margin-left: 1em; }

.fr-view blockquote {
  padding: 1.5em 2.5em;
  font-size: 1.2em;
  font-weight: bold;
  border-left: none !important;
  background-color: #dff7f3 !important; }
  .fr-view blockquote:before {
    display: block;
    content: "";
    background-color: #39d1b4;
    height: 3em;
    width: 10px;
    position: relative;
    left: -0.3em;
    top: -1.5em; }
  .fr-view blockquote p {
    margin-left: 1em !important;
    margin-top: -3em; }

.case-editor-navigation {
  margin: 2em 0; }
  .case-editor-navigation ul {
    padding-left: 0;
    font-size: 0; }
    .case-editor-navigation ul > li {
      list-style-type: none; }
    .case-editor-navigation ul li {
      display: inline-block;
      font-size: 1rem; }
    .case-editor-navigation ul li {
      vertical-align: top;
      width: 19%;
      margin-right: 1.2%;
      text-align: center;
      padding: 0;
      background-color: #ffffff;
      position: relative;
      border: 1px solid #e6e7e8;
      border-radius: 3px; }
      .case-editor-navigation ul li:last-child {
        margin-right: 0; }
      @media (max-width: 767.98px) {
        .case-editor-navigation ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .case-editor-navigation ul li i {
        color: #939598;
        opacity: 0.5; }
      .case-editor-navigation ul li.done i {
        color: #39d1b4;
        opacity: 1; }
      .case-editor-navigation ul li.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.2em;
        background-color: #39d1b4; }
      .case-editor-navigation ul li:hover {
        background-color: #f9f9f9; }
      .case-editor-navigation ul li:last-child {
        background-color: #dff7f3; }
        .case-editor-navigation ul li:last-child:hover, .case-editor-navigation ul li:last-child:hover:after {
          background-color: #a0e9db; }
      .case-editor-navigation ul li a,
      .case-editor-navigation ul li span {
        display: block;
        padding: 1em 0;
        color: #204055;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          .case-editor-navigation ul li a,
          .case-editor-navigation ul li span {
            font-size: 0.8em; } }
      .case-editor-navigation ul li .submit-draft-button {
        padding: 0.5em; }
        .case-editor-navigation ul li .submit-draft-button span {
          font-weight: 100;
          display: block;
          font-size: 0.7em;
          padding: 0; }

.file-upload {
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: block;
  border: none; }

.location-selector select,
.country-selector select,
.tag-selector select {
  width: 100%; }

#id_launch_date {
  width: 50%;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  #id_launch_date ~ select {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    height: 2.1em; }

.target-wrapper label {
  width: 100%; }
  .target-wrapper label .backer-needed {
    color: #939598;
    font-size: 0.8em;
    float: right; }
    .target-wrapper label .backer-needed span {
      color: #ff5e00; }

.target-wrapper .parsley-errors-list {
  margin-bottom: 0; }

.file-upload-small {
  margin-left: 0; }
  .file-upload-small .upload-button {
    height: 7em;
    border: 2px dashed #39d1b4;
    text-align: center;
    color: #bcbec0;
    background-color: #ffffff;
    padding: 1em; }
    .file-upload-small .upload-button:hover {
      background-color: #dff7f3;
      cursor: pointer;
      color: #939598; }
    .file-upload-small .upload-button img {
      margin-top: 0.9em;
      width: 3em; }
    .file-upload-small .upload-button ~ div {
      color: #939598;
      margin-top: 2em; }

.file-upload-block {
  display: block;
  border: 2px dashed #39d1b4;
  text-align: center;
  color: #bcbec0;
  background-color: #ffffff;
  padding: 1em; }
  .file-upload-block:hover {
    background-color: #dff7f3;
    cursor: pointer;
    color: #939598; }
  .file-upload-block .preview-picture {
    margin-top: 1em;
    width: 50%;
    height: auto; }
  .file-upload-block img.upload-button {
    display: block;
    margin: 1em auto; }
    .file-upload-block img.upload-button + p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #39d1b4;
      margin-bottom: 1em; }
  .file-upload-block p {
    margin-bottom: 0; }
  .file-upload-block .alert {
    margin: 0; }

label.counter {
  width: 100%; }
  label.counter .char-counter {
    float: right;
    font-weight: 400;
    font-size: 0.7em;
    color: #939598;
    margin-top: 0.5em; }

.slug-editor > p {
  color: #646464; }

.slug-editor .slug-editor-container {
  margin-bottom: 1em;
  border: 1px solid #dadada;
  background-color: #ffffff; }
  .slug-editor .slug-editor-container > * {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #000000; }
  .slug-editor .slug-editor-container span {
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #e6e7e8; }
    @media (max-width: 767.98px) {
      .slug-editor .slug-editor-container span {
        width: 100%; } }
  .slug-editor .slug-editor-container input#draft_slug {
    width: 64%;
    border: none;
    background-color: transparent;
    padding-left: 0.5em; }
    @media (max-width: 767.98px) {
      .slug-editor .slug-editor-container input#draft_slug {
        width: 100%;
        margin: 0.25em 0;
        padding-left: 1em; } }
    .slug-editor .slug-editor-container input#draft_slug:focus {
      outline: none; }

.slug-editor #parsley-slug-errors {
  margin-bottom: 2em; }

.slug-editor a.btn {
  height: 3em;
  padding: 0.8em 1em;
  font-weight: bold;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .slug-editor a.btn {
      width: 100%; } }
  .slug-editor a.btn ~ span {
    display: none;
    cursor: default; }

.tags-list,
#id_reference_tag {
  width: 100%; }

.js-funding-slider {
  margin: 1em 0 2em; }

.wysiwyg {
  margin-top: 56px; }

.wizard-block-wysiwyg {
  min-height: 350px; }

.country-selector {
  margin-bottom: 1.5em; }

#id_legal_entity_state {
  width: 100%; }

.admin-block {
  margin-top: 25px; }
  .admin-block label {
    display: block; }

.edit-lawyer-details {
  margin-bottom: 25px; }

.secondary-tags select {
  width: 100%; }

.edit-section {
  font-size: 1rem;
  font-weight: 400;
  color: #939598;
  margin-left: 0.5em; }
  .edit-section:hover {
    color: #39d1b4; }
  .edit-section i {
    margin-right: 0.2em; }

.case-story .edit-section {
  margin-left: 0;
  margin-bottom: 1em;
  display: block; }

.btn-pledge.faded {
  opacity: 0.6;
  cursor: default; }
  .btn-pledge.faded:hover, .btn-pledge.faded:active {
    background-color: #ff5e00; }

.stats-dashboard {
  padding-top: 2em;
  padding-bottom: 2em; }
  .stats-dashboard .container {
    background-color: #ffffff;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem 1rem 1rem;
    border-radius: 5px; }
  .stats-dashboard nav {
    padding-top: 1em;
    margin-bottom: 1em; }
    .stats-dashboard nav a {
      display: inline-block;
      vertical-align: top;
      color: #ffffff;
      background-color: #bcbec0;
      padding: 0.7em;
      border-radius: 5px; }
      .stats-dashboard nav a:hover {
        font-weight: bold; }
      .stats-dashboard nav a.active {
        background-color: #39d1b4; }
  .stats-dashboard .table-container {
    font-size: 0.9em;
    position: relative;
    max-width: 1920px;
    margin: auto; }
    .stats-dashboard .table-container .table,
    .stats-dashboard .table-container .table th,
    .stats-dashboard .table-container .table > td {
      background-color: #ffffff; }
    .stats-dashboard .table-container .table-stripy tbody tr:nth-of-type(even) {
      background-color: #f2f2f2; }
      .stats-dashboard .table-container .table-stripy tbody tr:nth-of-type(even) th:not(.section) {
        background-color: #f2f2f2; }
    .stats-dashboard .table-container .table-hover tbody tr:hover {
      background-color: #cccccc; }
      .stats-dashboard .table-container .table-hover tbody tr:hover th:not(.section) {
        background-color: #cccccc; }
    .stats-dashboard .table-container .table-wrapper {
      overflow-x: scroll;
      overflow-y: visible;
      margin-left: 250px; }
      .stats-dashboard .table-container .table-wrapper table {
        table-layout: auto;
        width: unset;
        margin-bottom: 0; }
        .stats-dashboard .table-container .table-wrapper table tr {
          height: 2em; }
          .stats-dashboard .table-container .table-wrapper table tr:last-child {
            border-bottom: 1px solid #e6e7e8; }
          .stats-dashboard .table-container .table-wrapper table tr td {
            width: 100px;
            border-left: 1px solid #e6e7e8;
            text-align: right; }
          .stats-dashboard .table-container .table-wrapper table tr .sub-title {
            border-left: none; }
          .stats-dashboard .table-container .table-wrapper table tr th {
            position: absolute;
            width: 250px;
            text-align: right;
            left: 0; }
          .stats-dashboard .table-container .table-wrapper table tr td {
            border-right: 1px solid #e6e7e8; }
          .stats-dashboard .table-container .table-wrapper table tr.section > * {
            color: #ffffff;
            background-color: #204055; }
          .stats-dashboard .table-container .table-wrapper table tr.section th {
            padding-bottom: 0.2em; }

.stats-summary img {
  max-width: 100%; }

.case-dashboard-header {
  background-color: #ffffff;
  text-align: left;
  padding-top: 3em;
  padding-bottom: 2em; }
  .case-dashboard-header .header {
    padding-left: 0; }
  .case-dashboard-header h2 {
    color: #204055;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .case-dashboard-header .link a {
    color: #5192bd; }
  .case-dashboard-header .private-heading {
    text-align: center; }
    .case-dashboard-header .private-heading h2 {
      color: #39d1b4;
      padding-bottom: 1.5rem;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2rem; }
    .case-dashboard-header .private-heading p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      line-height: 1.5rem;
      font-size: 1rem;
      color: #313131; }

.dashboard-advice {
  padding-bottom: 3em;
  background-color: #ffffff; }
  .dashboard-advice .container {
    background-color: #ffeee5; }
  .dashboard-advice .day {
    margin: 0 -15px;
    padding: 0.5em 1.5em;
    border-left: 5px solid #ff5e00;
    color: #ff5e00;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em; }
    .dashboard-advice .day span {
      float: right; }
  .dashboard-advice .advice {
    font-size: 1.1em;
    color: #646464;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0.5em 1em 1em; }
    .dashboard-advice .advice .button {
      margin-top: 1em; }
      .dashboard-advice .advice .button a {
        font-size: 0.9em;
        border-width: 2px;
        padding: 0.5em 1em;
        height: 2.5em; }

.tooltip .tooltip-inner {
  max-width: 20em;
  padding: 1em;
  color: #ffffff;
  background-color: #646464;
  border: none; }

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  border-bottom-color: #e6e7e8; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #646464; }

#case_owner_dashboard {
  color: #204055; }
  #case_owner_dashboard h1 {
    padding: 0.5em 0; }
  #case_owner_dashboard .sub-title {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1em;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #case_owner_dashboard .content {
    font-size: 1em; }
  #case_owner_dashboard .dashboard-navigation {
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    background-color: #ffffff; }
    #case_owner_dashboard .dashboard-navigation .row {
      margin-bottom: 0; }
    #case_owner_dashboard .dashboard-navigation nav {
      border: none; }
      #case_owner_dashboard .dashboard-navigation nav ul {
        overflow: hidden; }
    #case_owner_dashboard .dashboard-navigation .nav-padding {
      padding: 0 3rem; }
    @media (max-width: 767.98px) {
      #case_owner_dashboard .dashboard-navigation {
        border-top: 1px solid #ddf4f0;
        border-bottom: 1px solid #ddf4f0; } }
  @media (max-width: 991.98px) {
    #case_owner_dashboard .section-panel-content table {
      overflow: scroll;
      display: block; } }
  #case_owner_dashboard .case-stats {
    padding-bottom: 1rem; }
  #case_owner_dashboard .info-box {
    padding-left: 0; }
    #case_owner_dashboard .info-box .list-group-item {
      border: none;
      overflow: hidden;
      padding: 0.5rem 2rem; }
      #case_owner_dashboard .info-box .list-group-item .strong {
        font-weight: bold; }
      #case_owner_dashboard .info-box .list-group-item:last-child {
        padding-bottom: 2rem; }
    #case_owner_dashboard .info-box .alert-no-margin {
      margin: 0;
      border: none;
      border-radius: 0;
      padding: 0.5rem 2rem; }
    @media (max-width: 991.98px) {
      #case_owner_dashboard .info-box .list-group-item:first-child(x) {
        border-top-right-radius: 0;
        border-top-left-radius: 0; } }
    @media (max-width: 991.98px) {
      #case_owner_dashboard .info-box {
        padding-left: 0;
        padding-right: 0; } }
    #case_owner_dashboard .info-box img {
      border-radius: 0.25rem; }
      @media (max-width: 991.98px) {
        #case_owner_dashboard .info-box img {
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; } }
  #case_owner_dashboard .resources {
    margin-bottom: 1rem; }
    #case_owner_dashboard .resources .icon {
      float: left;
      padding-right: 1em;
      height: 85px;
      width: 83px; }
    #case_owner_dashboard .resources .title, #case_owner_dashboard .resources #about-us .page-title, #about-us #case_owner_dashboard .resources .page-title {
      margin-top: 0.5rem;
      margin-bottom: 1rem; }
    #case_owner_dashboard .resources .download {
      float: right;
      margin-top: 2.5rem; }
      #case_owner_dashboard .resources .download p {
        text-align: right; }
        @media (max-width: 767.98px) {
          #case_owner_dashboard .resources .download p {
            text-align: left; } }
      @media (max-width: 767.98px) {
        #case_owner_dashboard .resources .download .download-link {
          padding-left: 5.25rem; } }
      #case_owner_dashboard .resources .download .download-link:hover img {
        opacity: 1; }
      #case_owner_dashboard .resources .download img {
        padding-left: 0.5em;
        opacity: 0.5; }
      @media (max-width: 991.98px) {
        #case_owner_dashboard .resources .download {
          margin-top: 1.6rem; } }
      @media (max-width: 767.98px) {
        #case_owner_dashboard .resources .download {
          margin-top: 0;
          padding-left: 15px; } }
    #case_owner_dashboard .resources .sub-title {
      font-size: 1rem;
      margin-top: 1rem;
      margin-bottom: 0;
      padding-left: 5.25rem; }
      @media (max-width: 991.98px) {
        #case_owner_dashboard .resources .sub-title {
          margin-top: 0; } }
    #case_owner_dashboard .resources .description {
      padding-left: 5.25rem; }
      @media (max-width: 991.98px) {
        #case_owner_dashboard .resources .description {
          margin-bottom: 0; } }
  #case_owner_dashboard.dashboard .section {
    padding: 0 2rem 2rem 2rem; }
  #case_owner_dashboard .dashboard-container {
    padding: 2em;
    background-color: #ffffff; }
    #case_owner_dashboard .dashboard-container .content:last-child {
      margin-bottom: 0; }
    #case_owner_dashboard .dashboard-container .float-right {
      padding-right: 0; }
    #case_owner_dashboard .dashboard-container .right-image {
      float: right;
      padding-left: 1rem; }
    #case_owner_dashboard .dashboard-container ol li {
      margin-bottom: 0.5rem; }
  #case_owner_dashboard .last-paragraph {
    margin-bottom: 0; }
  #case_owner_dashboard .card-container {
    padding: 2rem 15px 0 15px; }
  #case_owner_dashboard .update-cta {
    padding-top: 1.5rem; }
    #case_owner_dashboard .update-cta p {
      margin-bottom: 2rem; }
  #case_owner_dashboard .page-header {
    color: #313131;
    background-color: transparent; }
    #case_owner_dashboard .page-header .title, #case_owner_dashboard .page-header #about-us .page-title, #about-us #case_owner_dashboard .page-header .page-title {
      color: #39d1b4; }
  #case_owner_dashboard .project-metric {
    color: #39d1b4; }
  #case_owner_dashboard .tab-content .container .row .content p {
    color: #646464; }
  #case_owner_dashboard .demographic-chart {
    margin-top: 1em; }
    #case_owner_dashboard .demographic-chart h4 {
      font-size: 1.2em;
      padding-bottom: 1em; }
    #case_owner_dashboard .demographic-chart .pledge-age-chart,
    #case_owner_dashboard .demographic-chart .pledge-gender-chart {
      width: 80%; }
  #case_owner_dashboard .referers-table i {
    color: #39d1b4; }
  #case_owner_dashboard .referers-table table {
    margin-top: 1.5em;
    border: 1px solid #e6e7e8;
    color: #646464; }
    #case_owner_dashboard .referers-table table td {
      border: none; }
    #case_owner_dashboard .referers-table table thead {
      background-color: #e6e7e8; }
  #case_owner_dashboard p.no-data {
    text-align: center;
    color: #939598; }
  @media (min-width: 768px) {
    #case_owner_dashboard .chart-of-justice.pledge-history-chart {
      height: 530px; }
    #case_owner_dashboard .chart-of-justice.pledge-bucket-chart {
      height: 370px; }
    #case_owner_dashboard .chart-of-justice.pledge-age-chart {
      height: 345px; }
    #case_owner_dashboard .chart-of-justice.pledge-gender-chart {
      height: 235px; } }

.update-preview-controls {
  padding: 2rem 0;
  background-color: white;
  border: 1px solid #f0f0f0; }
  .update-preview-controls .btn {
    width: 100%; }

.btn-blue-outline {
  background-color: transparent; }

.updates {
  color: #646464; }
  .updates .project-donations {
    padding-bottom: 1rem; }
  .updates h2 {
    text-align: center;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .updates hr {
    margin: 2rem -1rem;
    border-width: 0.1rem;
    background-color: #f0f0f0; }
  .updates .page-header {
    padding: 3rem 15px 3rem 15px; }
  .updates .table {
    border: 2px solid #f0f0f0;
    border-radius: 3.7px;
    font-size: 1.1rem; }
    .updates .table td {
      height: 2.2rem;
      border-top: none;
      padding: 1rem;
      padding-bottom: 0.5rem; }
    .updates .table tr.title, .updates .table #about-us tr.page-title, #about-us .updates .table tr.page-title {
      background-color: #f0f0f0; }
      .updates .table tr.title th, .updates .table #about-us tr.page-title th, #about-us .updates .table tr.page-title th {
        padding: 1rem;
        border-bottom: none; }
    .updates .table tr:last-child td {
      padding-bottom: 1rem; }
    .updates .table td:first-child {
      border-left: 2px solid #f0f0f0; }
    .updates .table td:last-child {
      border-right: 2px solid #f0f0f0; }
    .updates .table tr:last-child {
      border-bottom: 2px solid #f0f0f0; }
  .updates .update-btn {
    width: 100%;
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
    height: inherit; }
  .updates .toggle-advanced {
    text-align: center; }
  .updates #advanced-settings {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }

.main-stats {
  padding: 2em 0 1em; }
  .main-stats.no-stats {
    text-align: center; }
  .main-stats .stat-box {
    margin: 0 0 1rem 0;
    background-color: #ffffff;
    padding: 1em; }
    .main-stats .stat-box .icon {
      padding: 0;
      text-align: center; }
      .main-stats .stat-box .icon img {
        width: 2em; }
    .main-stats .stat-box:nth-child(1) .icon {
      margin-top: 0.3em; }
    .main-stats .stat-box:nth-child(3) .icon {
      margin-top: 0.4em; }
    .main-stats .stat-box:nth-child(4) .icon {
      margin-top: 0.2em; }
    .main-stats .stat-box .legend {
      padding-right: 0; }
      .main-stats .stat-box .legend .number {
        color: #204055;
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.7em;
        font-weight: bold;
        line-height: 1em; }
      .main-stats .stat-box .legend .label {
        color: #939598;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.7em;
        text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .main-stats .stat-box .icon {
        display: none; }
      .main-stats .stat-box .legend {
        padding: 0; } }

.shadow-box {
  border-radius: 2px;
  -webkit-box-shadow: 2px 8px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 2px 8px 16px 0 rgba(0, 0, 0, 0.04); }

.project-donations {
  padding: 2em; }
  .project-donations .header {
    margin-bottom: 20px; }
  .project-donations .admin-instructions {
    background: white;
    padding: 2em;
    margin-bottom: 20px; }
  .project-donations .project-metric {
    margin-top: 10px;
    text-align: center;
    font-size: 20px; }
  .project-donations .project-metric-caption {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  .project-donations .stats-page {
    padding: 2em;
    background: white;
    margin-top: 20px; }
  .project-donations .stats-block {
    padding: 2em;
    background: white;
    margin-top: 20px; }

.btn-small {
  font-size: 1.1rem !important;
  height: unset;
  font-weight: 400;
  padding: 0.5rem 2rem; }

#team-member-invites .btn-small {
  background-color: #fa7f18;
  border-color: #fa7f18;
  color: #ffffff; }

#team-member-invites td img {
  height: 27px;
  width: 27px; }

#team-member-invites .invite-status {
  text-align: center; }

#team-member-invites .no-invites {
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  padding: 2rem; }

#team-member-invites .add,
#team-member-invites .btn-invite {
  background-color: #fa7f18; }

.campaign-invite-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .campaign-invite-signup {
      background-image: url("../img/invitations/gradient.0d8082127519.png"), url("../img/invitations/blurred_case.1b0ce1a93dfd.png");
      background-repeat: repeat-x, no-repeat;
      background-position: center;
      background-size: cover, contain;
      height: 65rem; } }
  .campaign-invite-signup h1,
  .campaign-invite-signup h5 {
    text-align: center; }
  .campaign-invite-signup h1 {
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    padding: 2rem;
    margin-top: 1rem; }
  .campaign-invite-signup h5 {
    font-size: 1.375rem;
    max-width: 26rem;
    line-height: 1.38;
    font-weight: normal; }
  .campaign-invite-signup .backer-signup-form {
    max-width: 25rem; }
    @media (min-width: 768px) {
      .campaign-invite-signup .backer-signup-form {
        margin-top: 5.5rem; } }
    @media (max-width: 767.98px) {
      .campaign-invite-signup .backer-signup-form {
        margin-top: 1rem; } }

.transfers-list .fee-breakdown-form {
  margin-bottom: 20px; }
  .transfers-list .fee-breakdown-form .btn-success {
    padding: 0.4em;
    height: auto; }

.transfer-detail {
  padding: 2em; }

.cases {
  padding: 2em; }

.selector-buttons {
  margin-bottom: 25px; }
  .selector-buttons li {
    background-color: #f0f0f0;
    text-align: center;
    padding: 0.8em;
    font-weight: bold; }

.admin-table td {
  background: white; }

.admin-table td.danger {
  background: #f2dede; }

.admin-table td.warning {
  background: #fcf8e3; }

.admin-table td.success {
  background: #def0d8; }

.admin-table form {
  display: inline-block; }
  .admin-table form button {
    padding: 0.3em;
    width: 2em; }

#campaign_filter_form > * {
  height: 2em;
  vertical-align: middle; }
  #campaign_filter_form > *:not(:last-child) {
    margin-right: 0.5em; }

#campaign_filter_form button {
  padding: 0 0.5em;
  height: 2.2em; }

#campaign_filter_form input {
  display: inline-block;
  width: 40%; }

#campaign_filter_form select {
  width: 10%;
  display: inline-block; }

#blog-list {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-bottom: 3em; }
  #blog-list .jumbotron {
    height: 20em;
    min-height: 20em;
    margin-bottom: 0;
    background-color: #39d1b4;
    color: white; }
    #blog-list .jumbotron h1 {
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center;
      font-weight: 300; }
    #blog-list .jumbotron .row {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -1em; }
  #blog-list .navigation-bar {
    position: relative; }
  #blog-list .container-list {
    margin-top: 5em;
    max-width: 720px; }
    #blog-list .container-list > ul {
      padding-left: 0; }
      #blog-list .container-list > ul > li {
        list-style-type: none; }
      #blog-list .container-list > ul li {
        margin-bottom: 10em;
        padding: 0 1em; }
        #blog-list .container-list > ul li .row {
          position: relative;
          margin-bottom: 1em; }
      #blog-list .container-list > ul h2 a,
      #blog-list .container-list > ul h2 a:hover {
        color: #204055; }
      #blog-list .container-list > ul .picture {
        display: block;
        max-width: 100%;
        background-position: center center;
        background-size: cover;
        min-height: 380px; }
      #blog-list .container-list > ul .blog-tag {
        color: #39d1b4;
        font-size: 1.1em; }
      #blog-list .container-list > ul .left-info {
        position: absolute;
        left: -10em;
        top: 0;
        width: 8em;
        text-align: center; }
        @media (max-width: 991.98px) {
          #blog-list .container-list > ul .left-info {
            position: relative;
            display: block;
            text-align: left;
            left: 0; } }
        #blog-list .container-list > ul .left-info .author img {
          height: 40px;
          width: 40px;
          border-radius: 3em; }
        #blog-list .container-list > ul .left-info .author p {
          color: #204055;
          margin: 0; }
        #blog-list .container-list > ul .left-info .date {
          font-size: 0.8em;
          color: #939598; }
      #blog-list .container-list > ul .blog-introduction {
        padding-top: 1rem;
        color: #646464;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.2em; }
  #blog-list .pagination {
    display: block; }
    #blog-list .pagination a {
      width: 7em; }

#blog-details {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  #blog-details .blog-breadcrumb {
    background-color: #39d1b4;
    color: white; }
    #blog-details .blog-breadcrumb ol.breadcrumb {
      background: none;
      margin-bottom: 0;
      padding-left: 0; }
      #blog-details .blog-breadcrumb ol.breadcrumb .breadcrumb-item.active {
        color: white; }
        #blog-details .blog-breadcrumb ol.breadcrumb .breadcrumb-item.active:before {
          color: #ddf4f0; }
      #blog-details .blog-breadcrumb ol.breadcrumb a {
        color: white;
        text-decoration: underline; }
  #blog-details .edit-button {
    font-size: 1rem; }
  #blog-details .jumbotron {
    position: relative;
    color: #ffffff;
    text-align: center;
    display: table;
    width: 100%; }
    #blog-details .jumbotron:not(.full) {
      min-height: 20em;
      height: 20em; }
    #blog-details .jumbotron > div {
      display: table-cell;
      position: relative;
      width: 100%;
      max-width: 100%;
      vertical-align: middle; }
    #blog-details .jumbotron .overlay, #blog-details .jumbotron .lawyer-landing .funding-breakdown .funding-display .constant, .lawyer-landing .funding-breakdown .funding-display #blog-details .jumbotron .constant {
      content: "";
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block; }
    #blog-details .jumbotron > a {
      font-size: 4em;
      font-family: "legl-icon";
      color: #ffffff;
      position: absolute;
      display: block;
      left: 50%;
      bottom: 0;
      margin-left: -0.3em; }
    #blog-details .jumbotron h1 {
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: auto;
      max-width: 900px;
      line-height: normal; }
    #blog-details .jumbotron hr {
      border: 0;
      height: 1px;
      background-color: #ffffff;
      width: 60%;
      max-width: 800px; }
    #blog-details .jumbotron .details {
      text-align: center; }
      #blog-details .jumbotron .details * {
        display: inline-block; }
      #blog-details .jumbotron .details .blog-tag {
        font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #39d1b4; }
      #blog-details .jumbotron .details .author {
        margin: 0 0.8em; }
        #blog-details .jumbotron .details .author img {
          height: 40px;
          width: 40px;
          border-radius: 3em;
          margin: 0 0.3em 0.2em 0; }
      #blog-details .jumbotron .details .date {
        font-size: 0.8em; }
  #blog-details .blog-content {
    margin: auto;
    float: none;
    font-size: 1.25rem !important; }
    #blog-details .blog-content h2 {
      font-size: 1.6rem !important;
      font-weight: bold;
      margin: 3rem 0 2rem; }
    #blog-details .blog-content h3 {
      font-size: 1.35rem !important;
      font-weight: bold;
      margin: 2rem 0 1.25rem; }
    #blog-details .blog-content img {
      max-width: 100%; }
  #blog-details .blog-share {
    font-size: 1.1em;
    color: #646464;
    margin: 2em auto; }
    #blog-details .blog-share > * {
      vertical-align: middle; }
    #blog-details .blog-share .icons {
      font-size: 2rem;
      display: inline-block;
      margin-top: -0.2em; }
      #blog-details .blog-share .icons a {
        margin-left: 1em; }
        #blog-details .blog-share .icons a .legl-icon-facebook-official {
          color: #3b5998; }
        #blog-details .blog-share .icons a .legl-icon-twitter {
          color: #1da1f2; }
        #blog-details .blog-share .icons a .legl-icon-linkedin {
          color: #4875b4; }
    #blog-details .blog-share.share-floating {
      top: 0;
      left: 50px;
      float: left;
      position: sticky;
      padding: 2rem 0 0 0;
      margin: -2rem 0 0 6rem; }
      @media (max-width: 1199.98px) {
        #blog-details .blog-share.share-floating {
          margin-left: 4rem; } }
      @media (max-width: 991.98px) {
        #blog-details .blog-share.share-floating {
          margin-left: 0; } }
      #blog-details .blog-share.share-floating a {
        display: block;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
        #blog-details .blog-share.share-floating a:hover {
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
  #blog-details .lawyer-signup {
    padding: 6.5rem 0; }

#blog-details.legal-guide .dotcom--iconic,
#blog-details.legal-guide .dotcom--blurb {
  text-align: left;
  margin: 0; }

#blog-details.legal-guide h1.dotcom--iconic {
  font-size: 2.5rem;
  color: #204055; }

#blog-details.legal-guide .dotcom--blurb {
  padding-bottom: 0; }

#blog-details.legal-guide .guide-header {
  border-bottom: 2px solid #dadada;
  padding: 3rem 15px; }

#blog-details.legal-guide .guide-menu,
#blog-details.legal-guide .guide-content {
  padding: 3rem 15px; }

#blog-details.legal-guide .blog-content.guide-content {
  margin: 0;
  float: left; }
  #blog-details.legal-guide .blog-content.guide-content h2 {
    margin: 0;
    padding: 3rem 0 2rem; }
  #blog-details.legal-guide .blog-content.guide-content h3 {
    margin: 0;
    padding: 2rem 0 1.25rem; }
  #blog-details.legal-guide .blog-content.guide-content h2:first-child,
  #blog-details.legal-guide .blog-content.guide-content h3:first-child {
    padding-top: 0; }

#blog-details.legal-guide .guide-menu {
  position: sticky;
  top: 0; }
  #blog-details.legal-guide .guide-menu h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  #blog-details.legal-guide .guide-menu .blog-share {
    margin: 1em auto; }
    #blog-details.legal-guide .guide-menu .blog-share a {
      margin: 0 0.2em 0 0;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      font-size: 0.75em; }
      #blog-details.legal-guide .guide-menu .blog-share a:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
  #blog-details.legal-guide .guide-menu ol {
    padding-left: 0; }
    #blog-details.legal-guide .guide-menu ol > li {
      list-style-type: none; }
    #blog-details.legal-guide .guide-menu ol li {
      margin: 1rem 0;
      padding: 0 1rem; }
      #blog-details.legal-guide .guide-menu ol li a {
        color: #646464; }
        #blog-details.legal-guide .guide-menu ol li a:hover {
          color: #39d1b4; }
      #blog-details.legal-guide .guide-menu ol li.active {
        border-left: 3px solid #39d1b4; }
        #blog-details.legal-guide .guide-menu ol li.active a {
          color: #39d1b4; }

.legal-guide-list {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  .legal-guide-list .guides-navbar {
    background-color: #ffffff;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px #e6e7e8 solid;
    border-top: 1px #e6e7e8 solid; }
    .legal-guide-list .guides-navbar .link {
      text-align: center;
      color: #204055;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .legal-guide-list .guides-navbar .link:hover {
        opacity: 0.5; }
      .legal-guide-list .guides-navbar .link.navbar-logo:hover {
        opacity: 1; }
  .legal-guide-list h2 {
    margin-bottom: 4.5rem; }
  .legal-guide-list ul.guide-cover-list {
    padding-left: 0; }
    .legal-guide-list ul.guide-cover-list > li {
      list-style-type: none; }
    .legal-guide-list ul.guide-cover-list li {
      width: 20%;
      display: inline-block;
      margin: 1.5%;
      -webkit-box-shadow: 0 37px 88px -27px rgba(0, 0, 0, 0.5);
              box-shadow: 0 37px 88px -27px rgba(0, 0, 0, 0.5);
      -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
      @media (max-width: 767.98px) {
        .legal-guide-list ul.guide-cover-list li {
          width: 80vw; } }
      .legal-guide-list ul.guide-cover-list li:hover {
        -webkit-transform: translate(0, -7px);
            -ms-transform: translate(0, -7px);
                transform: translate(0, -7px);
        -webkit-box-shadow: 0 37px 110px -20px rgba(0, 0, 0, 0.5);
                box-shadow: 0 37px 110px -20px rgba(0, 0, 0, 0.5); }
      .legal-guide-list ul.guide-cover-list li img {
        width: 100%; }
  .legal-guide-list .blog-post-thumbnails .blog-post-link {
    text-align: left; }
    .legal-guide-list .blog-post-thumbnails .blog-post-link .blog-image {
      height: 190px;
      margin-bottom: 2rem; }
    .legal-guide-list .blog-post-thumbnails .blog-post-link h3 {
      font-size: 1.25rem;
      text-align: left; }
    .legal-guide-list .blog-post-thumbnails .blog-post-link p {
      font-size: 1.25rem; }
    .legal-guide-list .blog-post-thumbnails .blog-post-link a {
      color: #646464; }
      .legal-guide-list .blog-post-thumbnails .blog-post-link a:hover {
        color: #313131; }
  .legal-guide-list #crowdfunding {
    background: #f9f9f9; }
  .legal-guide-list #blog {
    background: #f9f9f9; }
  .legal-guide-list #legal {
    background: #ffffff; }
  .legal-guide-list .ctas {
    margin-top: 3rem; }

.blog-editor {
  padding: 4em 0; }
  .blog-editor .form-group {
    margin-bottom: 1rem; }
    .blog-editor .form-group label {
      font-size: 1.3em; }
    .blog-editor .form-group.inline-checkboxes input[type="checkbox"] {
      display: inline;
      width: auto; }
  .blog-editor .error-msg {
    color: #ff5e00; }
  .blog-editor button {
    float: right; }

#email-list {
  padding-top: 2em;
  padding-bottom: 4em; }
  #email-list h2 {
    margin-top: 1em; }

#email_edit {
  padding-bottom: 3em; }

#confirm-submit {
  float: right; }

#press_list {
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2em;
  padding-bottom: 3em; }
  #press_list ul {
    margin-top: 3em;
    padding-left: 0; }
    #press_list ul > li {
      list-style-type: none; }
    #press_list ul li.press-post {
      border-bottom: 1px solid #e6e7e8;
      margin-top: 2em;
      padding-bottom: 2em;
      font-size: 1.1em;
      line-height: 2em; }
      #press_list ul li.press-post,
      #press_list ul li.press-post .thumbnail,
      #press_list ul li.press-post .info {
        min-height: 13em; }
      #press_list ul li.press-post .thumbnail {
        background-size: cover;
        background-position: center; }
      #press_list ul li.press-post:last-child {
        margin-bottom: 0;
        border-bottom: none; }
      #press_list ul li.press-post div:first-child {
        color: #39d1b4; }
        #press_list ul li.press-post div:first-child span {
          color: #939598; }
      #press_list ul li.press-post h2 {
        font-size: 1.5em;
        font-weight: normal;
        margin: 0.5em 0 1em;
        color: #313131; }
      #press_list ul li.press-post p {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        max-width: 35em;
        margin-bottom: 0.5em;
        color: #646464; }
        #press_list ul li.press-post p span {
          color: #646464;
          border: 1px solid #646464;
          padding: 0 0.4em;
          border-radius: 5px; }
          #press_list ul li.press-post p span:hover {
            background-color: #646464;
            color: #ffffff; }
  #press_list #inquiries {
    margin-bottom: 1em; }
    #press_list #inquiries ~ p {
      font-size: 1.3em; }

@media only screen and (max-width: 339px) {
  #press-navigation ul .nav-link {
    padding: 0 0.5em; } }

@media (min-width: 768px) {
  #press_list ul li.press-post .info {
    padding-left: 2em;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  #press_list ul li.press-post {
    border-bottom: none; }
    #press_list ul li.press-post,
    #press_list ul li.press-post .info {
      min-height: 100%; }
    #press_list ul li.press-post .thumbnail {
      margin-bottom: 1em; } }

#press_admin_list {
  margin-top: 3em;
  padding-bottom: 1em; }
  #press_admin_list table {
    margin-top: 1em;
    width: 100%; }
    #press_admin_list table form {
      display: inline-block; }

#press_edit,
#press_new {
  margin-top: 3em;
  padding-bottom: 3em; }
  #press_edit form,
  #press_new form {
    margin-top: 2em; }
    #press_edit form p,
    #press_new form p {
      margin-bottom: 1em;
      padding-bottom: 1em; }
      #press_edit form p label:first-child,
      #press_new form p label:first-child {
        font-size: 2em;
        display: block; }

#admin_dashboard {
  height: 100%; }
  #admin_dashboard .left-navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 13em; }
  #admin_dashboard .dashboard-wrapper {
    padding: 5em 2em;
    margin-left: 13em; }
    #admin_dashboard .dashboard-wrapper .dashboard-content {
      min-width: 60em;
      margin: auto; }

.spinner-border-sm {
  margin-bottom: 5px;
  margin-right: 6px; }

.iframe-loading {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #39d1b4;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  display: absolute;
  position: relative;
  top: 50%;
  left: 50%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#admin_dashboard .left-navigation {
  background-color: #39d1b4; }
  #admin_dashboard .left-navigation ul {
    padding-left: 0;
    font-size: 1.5em;
    padding: 1em 1.5em 1em 1em;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #admin_dashboard .left-navigation ul > li {
      list-style-type: none; }
    #admin_dashboard .left-navigation ul li {
      margin-bottom: 0.5em; }
      #admin_dashboard .left-navigation ul li:first-child {
        font-size: 1.2em; }
      #admin_dashboard .left-navigation ul li,
      #admin_dashboard .left-navigation ul li a {
        color: #ffffff; }
      #admin_dashboard .left-navigation ul li.active,
      #admin_dashboard .left-navigation ul li.active a {
        color: #204055; }
      #admin_dashboard .left-navigation ul li i {
        margin-right: 0.5em; }

#admin_dashboard .dashboard-content .header {
  position: relative; }
  #admin_dashboard .dashboard-content .header h1 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #204055; }
  #admin_dashboard .dashboard-content .header form {
    position: absolute;
    right: 0;
    top: 0; }
    #admin_dashboard .dashboard-content .header form > * {
      display: inline-block; }
    #admin_dashboard .dashboard-content .header form select {
      width: 7em;
      height: 2.7rem; }
    #admin_dashboard .dashboard-content .header form .search-wrapper {
      position: relative; }
      #admin_dashboard .dashboard-content .header form .search-wrapper input {
        width: 10em;
        padding-left: 1.8em; }
      #admin_dashboard .dashboard-content .header form .search-wrapper .legl-icon-search {
        position: absolute;
        left: 0.4em;
        top: 0.3em;
        font-size: 1.5em; }
    #admin_dashboard .dashboard-content .header form button {
      height: 2.2em;
      vertical-align: top;
      padding: 0 1.2em; }

#admin_dashboard .dashboard-content .state-selector {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #admin_dashboard .dashboard-content .state-selector ul {
    padding-left: 0;
    font-size: 0; }
    #admin_dashboard .dashboard-content .state-selector ul > li {
      list-style-type: none; }
    #admin_dashboard .dashboard-content .state-selector ul li {
      display: inline-block;
      font-size: 1rem; }
    #admin_dashboard .dashboard-content .state-selector ul li {
      font-size: 22px;
      margin-right: 3em; }
      #admin_dashboard .dashboard-content .state-selector ul li a {
        color: #939598; }
        #admin_dashboard .dashboard-content .state-selector ul li a:hover {
          color: #39d1b4; }

#admin_dashboard .dashboard-content .campaigns-table > * {
  background-color: #ffffff; }

#admin_dashboard .dashboard-content .campaigns-table .table-wrapper,
#admin_dashboard .dashboard-content .campaigns-table .table-panel {
  display: inline-block;
  vertical-align: top; }

#admin_dashboard .dashboard-content .campaigns-table .table-wrapper {
  width: 66.7%; }

#admin_dashboard .dashboard-content .campaigns-table table {
  margin: 0; }
  #admin_dashboard .dashboard-content .campaigns-table table,
  #admin_dashboard .dashboard-content .campaigns-table table th,
  #admin_dashboard .dashboard-content .campaigns-table table td {
    border: 1px solid #e6e7e8; }
  #admin_dashboard .dashboard-content .campaigns-table table tr.active {
    background-color: #dff7f3; }
  #admin_dashboard .dashboard-content .campaigns-table table tr:not(:first-child(x)) {
    cursor: pointer; }
  #admin_dashboard .dashboard-content .campaigns-table table th {
    color: #204055; }
  #admin_dashboard .dashboard-content .campaigns-table table td {
    color: #939598; }

#admin_dashboard .dashboard-content .campaigns-table .table-panel {
  border: 1px solid #e6e7e8;
  border-left: none;
  width: 33.3%;
  height: 33.7em;
  position: relative; }
  #admin_dashboard .dashboard-content .campaigns-table .table-panel .panel-menu ul {
    margin: 0;
    padding-left: 0;
    font-size: 0;
    width: 100%; }
    #admin_dashboard .dashboard-content .campaigns-table .table-panel .panel-menu ul > li {
      list-style-type: none; }
    #admin_dashboard .dashboard-content .campaigns-table .table-panel .panel-menu ul li {
      display: inline-block;
      font-size: 1rem; }
    #admin_dashboard .dashboard-content .campaigns-table .table-panel .panel-menu ul li {
      width: 50%;
      border-bottom: 1px solid #e6e7e8; }
      #admin_dashboard .dashboard-content .campaigns-table .table-panel .panel-menu ul li:first-child {
        border-right: 1px solid #e6e7e8; }
      #admin_dashboard .dashboard-content .campaigns-table .table-panel .panel-menu ul li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 0.75rem 0;
        height: 100%;
        width: 100%;
        color: #204055;
        font-weight: bold; }
        #admin_dashboard .dashboard-content .campaigns-table .table-panel .panel-menu ul li a.active:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 3px;
          background-color: #39d1b4; }
  #admin_dashboard .dashboard-content .campaigns-table .table-panel > .tab-content {
    overflow: scroll;
    padding: 1.5em;
    max-height: 25em; }
    #admin_dashboard .dashboard-content .campaigns-table .table-panel > .tab-content #panel-info ul {
      padding-left: 0;
      color: #204055; }
      #admin_dashboard .dashboard-content .campaigns-table .table-panel > .tab-content #panel-info ul > li {
        list-style-type: none; }
      #admin_dashboard .dashboard-content .campaigns-table .table-panel > .tab-content #panel-info ul li {
        margin-bottom: 0.5em; }
  #admin_dashboard .dashboard-content .campaigns-table .table-panel .actions {
    text-align: center;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    right: 1.5em;
    padding-top: 1.5em;
    border-top: 2px solid #e6e7e8; }
    #admin_dashboard .dashboard-content .campaigns-table .table-panel .actions form {
      display: inline-block;
      width: 31%; }
      #admin_dashboard .dashboard-content .campaigns-table .table-panel .actions form:nth-child(2) {
        margin: 0 1%; }
      #admin_dashboard .dashboard-content .campaigns-table .table-panel .actions form button {
        width: 100%;
        height: 2em;
        font-size: 1em;
        padding: 0; }

#admin_dashboard .dashboard-content .pagination .page-link {
  border-color: #e6e7e8;
  color: #204055; }

#admin_dashboard .dashboard-content .pagination .page-item.active .page-link {
  border-color: #e6e7e8;
  background-color: #e6e7e8; }

#panel-comments .tab-panel {
  color: #939598; }
  #panel-comments .tab-panel > input[type="checkbox"] {
    display: none; }
    #panel-comments .tab-panel > input[type="checkbox"] ~ label {
      width: 100%;
      cursor: pointer;
      color: #39d1b4; }
      #panel-comments .tab-panel > input[type="checkbox"] ~ label:hover {
        color: #29ae95; }
      #panel-comments .tab-panel > input[type="checkbox"] ~ label .hide,
      #panel-comments .tab-panel > input[type="checkbox"] ~ label ~ form {
        display: none; }
      #panel-comments .tab-panel > input[type="checkbox"] ~ label p {
        margin: 0; }
    #panel-comments .tab-panel > input[type="checkbox"]:checked ~ label .hide,
    #panel-comments .tab-panel > input[type="checkbox"]:checked ~ label ~ form {
      display: block; }
    #panel-comments .tab-panel > input[type="checkbox"]:checked ~ label .show {
      display: none; }
  #panel-comments .tab-panel form {
    margin-bottom: 2.5em; }
    #panel-comments .tab-panel form textarea {
      width: 100%;
      background-color: #f9f9f9;
      padding: 0.5em; }
    #panel-comments .tab-panel form button {
      font-size: 0.9em;
      height: 2em;
      padding: 0 1em; }
  #panel-comments .tab-panel ul {
    padding-left: 0; }
    #panel-comments .tab-panel ul > li {
      list-style-type: none; }
    #panel-comments .tab-panel ul li {
      margin-bottom: 1em;
      padding: 1em;
      border: 1px solid #e6e7e8;
      background-color: #f9f9f9; }
      #panel-comments .tab-panel ul li.new {
        color: #204055; }
      #panel-comments .tab-panel ul li p:last-child {
        margin: 0; }

.backer-jumbotron {
  height: 20em;
  min-height: 20em;
  background-color: #037fe8; }
  .backer-jumbotron .jumbotron-content {
    display: table;
    height: 100%;
    width: 100%; }
    .backer-jumbotron .jumbotron-content h1 {
      display: table-cell;
      vertical-align: middle; }

.detail-case-list.no-case {
  border: 2px dashed #e6e7e8;
  padding: 5em 10em;
  text-align: center;
  color: #204055;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2em;
  font-weight: 500; }
  .detail-case-list.no-case h2,
  .detail-case-list.no-case a {
    font-weight: 500; }
  .detail-case-list.no-case p {
    font-size: 1.1em; }
  .detail-case-list.no-case a {
    padding: 0.5em 3em;
    height: 2.5em; }

.detail-case-list.cases-lists h2 {
  color: #204055;
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 2em 0 1em; }

.detail-case-list.cases-lists ul {
  padding-left: 0;
  padding-left: 1em; }
  .detail-case-list.cases-lists ul > li {
    list-style-type: none; }

.detail-case-list.cases-lists li.case {
  margin-bottom: 1em;
  background-color: #ffffff;
  margin-right: 0; }
  .detail-case-list.cases-lists li.case .case-info > div {
    padding: 1em;
    vertical-align: bottom; }
    @media (min-width: 1200px) {
      .detail-case-list.cases-lists li.case .case-info > div {
        min-height: 10em; } }
  .detail-case-list.cases-lists li.case .case-info .separator {
    position: relative; }
    .detail-case-list.cases-lists li.case .case-info .separator:after {
      content: "";
      position: absolute;
      background-color: #e6e7e8;
      width: 100%;
      height: 2px;
      right: 0;
      bottom: 0; }
      @media (min-width: 1200px) {
        .detail-case-list.cases-lists li.case .case-info .separator:after {
          width: 2px;
          min-height: 10em;
          right: 0;
          bottom: 0; } }
  .detail-case-list.cases-lists li.case .case-info .case-picture {
    min-height: 10em;
    background-size: cover;
    background-position: center; }
  .detail-case-list.cases-lists li.case .case-info .case-name {
    min-height: 10em; }
    .detail-case-list.cases-lists li.case .case-info .case-name h3 {
      color: #204055;
      font-size: 1.1em;
      overflow: hidden; }
      .detail-case-list.cases-lists li.case .case-info .case-name h3 a {
        color: inherit; }
    .detail-case-list.cases-lists li.case .case-info .case-name p {
      font-size: 0.8em; }
    .detail-case-list.cases-lists li.case .case-info .case-name a.btn {
      font-size: 0.9em;
      height: 2em;
      padding: 0.3em; }
  .detail-case-list.cases-lists li.case .case-progress .legends > div {
    display: inline-block;
    vertical-align: top; }
    .detail-case-list.cases-lists li.case .case-progress .legends > div .value {
      font-weight: bold;
      color: #204055; }
    .detail-case-list.cases-lists li.case .case-progress .legends > div .label {
      color: #939598; }
    .detail-case-list.cases-lists li.case .case-progress .legends > div.days {
      width: 25%; }
    .detail-case-list.cases-lists li.case .case-progress .legends > div.amount {
      width: 44%; }
    .detail-case-list.cases-lists li.case .case-progress .legends > div.backer {
      width: 25%; }
  .detail-case-list.cases-lists li.case .case-progress .progress-wrapper {
    height: 2em;
    line-height: 2em; }
  .detail-case-list.cases-lists li.case .actions {
    padding-top: 1em; }
    .detail-case-list.cases-lists li.case .actions a {
      padding: 0.4em;
      font-size: 0.9em;
      height: 2em; }
      .detail-case-list.cases-lists li.case .actions a:first-child {
        margin: 0 5% 0 6%; }
      @media (min-width: 1200px) {
        .detail-case-list.cases-lists li.case .actions a, .detail-case-list.cases-lists li.case .actions a:first-child {
          margin: 0.5em 0; } }
    .detail-case-list.cases-lists li.case .actions .donation-toggle i:before {
      content: "\f139"; }
    .detail-case-list.cases-lists li.case .actions .donation-toggle.collapsed i:before {
      content: "\f13a"; }
  .detail-case-list.cases-lists li.case .donation-list {
    background-color: #e6e7e8;
    padding: 1em; }
    .detail-case-list.cases-lists li.case .donation-list table {
      width: 100%;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .detail-case-list.cases-lists li.case .donation-list table th {
        color: #939598;
        font-weight: 500; }
      .detail-case-list.cases-lists li.case .donation-list table td {
        color: #204055; }

.detail-case-list.cases-lists.closed-cases .case .legends {
  margin-top: 0.5em; }

#backer_settings .section {
  background-color: #ffffff;
  margin-bottom: 2em; }
  #backer_settings .section h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #204055;
    padding: 1em;
    border-bottom: 3px solid #f9f9f9; }
  #backer_settings .section .section-content {
    padding: 2em; }
    #backer_settings .section .section-content .errorlist {
      padding-left: 0;
      color: #ff5e00; }
      #backer_settings .section .section-content .errorlist > li {
        list-style-type: none; }
    #backer_settings .section .section-content .success-message {
      margin-top: 2em;
      color: #39d1b4; }
    #backer_settings .section .section-content fieldset {
      margin-bottom: 2em; }
      #backer_settings .section .section-content fieldset label {
        display: block;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #939598; }
      #backer_settings .section .section-content fieldset input {
        width: 100%;
        background-color: #f9f9f9;
        color: #939598;
        padding: 0.3em;
        border-radius: 0.2em;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #backer_settings .section .section-content button {
      font-size: 1em;
      padding-left: 4em;
      padding-right: 4em; }
    #backer_settings .section .section-content.link-facebook p {
      color: #204055; }
    #backer_settings .section .section-content.link-facebook a {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1em; }
      @media (min-width: 768px) {
        #backer_settings .section .section-content.link-facebook a {
          padding-left: 4em;
          padding-right: 4em; } }
      #backer_settings .section .section-content.link-facebook a i {
        margin-left: 1em; }
    #backer_settings .section .section-content.link-facebook .login-cancelled .error {
      margin: 1em 0 0;
      color: #ff5e00; }

.pledge-signup .errors-container {
  color: #ff5e00;
  font-weight: bold; }

.pledge-signup .skip-signup {
  font-size: 0.6em;
  color: #939598;
  float: right;
  margin-top: 0.5em;
  font-weight: 100;
  font-style: italic;
  text-decoration: underline; }

.pledge-signup .thanks {
  color: #204055;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em; }

.pledge-signup .pledge-signup-form {
  padding: 1em;
  margin-top: 1em; }

.pledge-signup .terms {
  margin: 2em 0 1em;
  font-size: 0.8em;
  color: #939598; }
  .pledge-signup .terms a {
    color: #939598;
    text-decoration: underline; }

.pledge-signup .facebook-section a.btn {
  font-size: 1em; }

.pledge-signup .facebook-section .facebook-cancel {
  margin: 1em 0 0; }

.pledge-signup .facebook-section .d-xl-none .terms {
  text-align: center;
  margin: 1em 0 0; }

.pledge-signup .facebook-section .separator {
  color: #939598;
  font-style: italic;
  margin: 1em auto; }
  .pledge-signup .facebook-section .separator:before, .pledge-signup .facebook-section .separator:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    background-color: #e6e7e8;
    height: 1px;
    margin: 3%; }

@media (min-width: 1200px) {
  .pledge-signup .facebook-section .separator {
    margin-top: 0.5em;
    width: 6%; }
    .pledge-signup .facebook-section .separator:before, .pledge-signup .facebook-section .separator:after {
      content: none; }
  .pledge-signup .facebook-section .col-xl-6 {
    width: 47%; }
    .pledge-signup .facebook-section .col-xl-6 a.btn.use-manual-signup {
      float: right; } }

.pledge-signup .manual-section form input {
  margin-bottom: 1em; }

.pledge-signup .manual-section form button {
  font-size: 1em; }

.pledge-signup .manual-section form #passwords-errors {
  margin: 0 0 1em; }
  .pledge-signup .manual-section form #passwords-errors ul li {
    margin-top: 0; }

.pledge-signup .manual-section .use-facebook-signup {
  display: block;
  margin-top: 1em; }

#success-stories-list {
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-left: 0;
  padding-left: 15px; }
  #success-stories-list > li {
    list-style-type: none; }
  #success-stories-list li.success-stories-post {
    margin-top: 2em;
    padding-bottom: 2em;
    font-size: 1.1em;
    line-height: 2em; }
    #success-stories-list li.success-stories-post .row:first-child(sm),
    #success-stories-list li.success-stories-post .row:first-child(sm) .thumbnail,
    #success-stories-list li.success-stories-post .row:first-child(sm) .info {
      min-height: 11em; }
    @media (max-width: 767.98px) {
      #success-stories-list li.success-stories-post .row:first-child(sm),
      #success-stories-list li.success-stories-post .row:first-child(sm) .info {
        min-height: 1em; } }
    #success-stories-list li.success-stories-post .row:first-child(sm) h2 {
      font-size: 1.5em;
      font-weight: normal;
      margin: 0.5em 0 1.5em; }
      #success-stories-list li.success-stories-post .row:first-child(sm) h2 a {
        color: #204055; }
    #success-stories-list li.success-stories-post .row:first-child(sm) p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #204055;
      margin-bottom: 0;
      line-height: 1.3em; }
    #success-stories-list li.success-stories-post .thumbnail {
      background-size: cover;
      background-position: center;
      border: 1px solid #e6e7e8;
      border-bottom: none;
      min-height: 11rem; }
      #success-stories-list li.success-stories-post .thumbnail .location {
        background-color: #ffffff;
        color: #204055;
        padding: 0.1em 0.7em;
        border: 1px solid #e6e7e8;
        border-top: none;
        border-left: none;
        border-bottom-right-radius: 3px;
        font-size: 0.7em;
        font-weight: 800;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.8em;
        display: inline-block;
        vertical-align: top; }
        #success-stories-list li.success-stories-post .thumbnail .location i {
          margin-right: 0.2em; }
    #success-stories-list li.success-stories-post .info p a {
      display: inline-block;
      color: #204055;
      font-weight: 900; }
    #success-stories-list li.success-stories-post .amount {
      background-color: #ffffff;
      padding: 1em;
      font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
      border: 1px solid #e6e7e8;
      border-top: none; }
      #success-stories-list li.success-stories-post .amount > * {
        line-height: 1.2em; }
      #success-stories-list li.success-stories-post .amount .raised {
        font-size: 1.4em;
        font-weight: 800;
        color: #204055; }
      #success-stories-list li.success-stories-post .amount .target {
        margin-top: 0.3em;
        font-size: 1em;
        color: #939598;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #success-stories-list li.success-stories-post .tags {
      color: #204055; }
      #success-stories-list li.success-stories-post .tags div {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #success-stories-list li.success-stories-post .tags ul {
        padding-left: 0; }
        #success-stories-list li.success-stories-post .tags ul > li {
          list-style-type: none; }
        #success-stories-list li.success-stories-post .tags ul li {
          display: inline-block;
          margin: 0.6em 0.5em 0 0;
          border: 2px solid #e6e7e8;
          border-radius: 5px; }
          #success-stories-list li.success-stories-post .tags ul li a {
            padding: 0.2em 1em;
            color: #939598; }
          #success-stories-list li.success-stories-post .tags ul li:hover {
            border-color: #39d1b4; }
            #success-stories-list li.success-stories-post .tags ul li:hover a {
              color: #39d1b4; }
  #success-stories-list li.see-more {
    text-align: center; }

.get-started {
  text-align: center;
  background-color: #ffffff;
  color: #204055;
  font-size: 1.3em;
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .get-started .container {
    padding-top: 4em;
    padding-bottom: 4em; }
    .get-started .container a {
      margin-top: 2em;
      font-size: 1em;
      padding-left: 5em;
      padding-right: 5em; }

@media (min-width: 768px) {
  #success-stories_list ul li.success-stories-post .info {
    padding-left: 2em;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  #success-stories_list ul li.success-stories-post {
    border-bottom: none; }
    #success-stories_list ul li.success-stories-post,
    #success-stories_list ul li.success-stories-post .info {
      min-height: 100%; }
    #success-stories_list ul li.success-stories-post .thumbnail {
      margin-bottom: 1em; } }

#issue_page > div {
  padding: 4em 0; }
  @media (max-width: 767.98px) {
    #issue_page > div {
      padding: 1em 0; } }

#issue_page h2 {
  color: #204055;
  font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }

#issue_page .jumbotron {
  min-height: 21em;
  height: 21em;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    #issue_page .jumbotron {
      min-height: 17em;
      height: 17em; } }
  #issue_page .jumbotron .jumbotron-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background-repeat: repeat-x; }
    #issue_page .jumbotron .jumbotron-content .container {
      display: table;
      height: 100%;
      width: 100%; }
      #issue_page .jumbotron .jumbotron-content .container h1 {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-shadow: 1px 11px 20px rgba(0, 0, 0, 0.5); }

#issue_page .btn-secondary {
  background-color: transparent;
  border: 2px solid #204055;
  color: #204055;
  width: 260px;
  height: 2.8em; }
  #issue_page .btn-secondary:hover {
    background-color: #204055;
    color: white; }

#issue_page .testimonial-body {
  font-size: 1.5em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4; }
  @media (max-width: 767.98px) {
    #issue_page .testimonial-body {
      font-size: 1.25em; } }

#issue_page .person-profile {
  margin-top: 2em;
  color: #204055; }
  #issue_page .person-profile a {
    color: #204055; }
    #issue_page .person-profile a:hover {
      color: #39d1b4; }
  #issue_page .person-profile .profile-image {
    float: left;
    margin-right: 1em; }
    #issue_page .person-profile .profile-image img {
      width: 75px;
      height: 75px;
      border-radius: 50%; }
  #issue_page .person-profile p {
    /* Stops the text wrapping underneath the profile image */
    overflow: hidden; }

#issue_page .co-testimonials-and-guide-section {
  background: white; }
  @media (max-width: 767.98px) {
    #issue_page .co-testimonials-and-guide-section {
      padding: 3em 0; } }
  @media (max-width: 575.98px) {
    #issue_page .co-testimonials-and-guide-section .crowdfunding-guide-container {
      padding: 0; } }
  #issue_page .co-testimonials-and-guide-section .crowdfunding-guide {
    margin: -4.3em -1em 0 0; }

#issue_page div.arrow-separator {
  background: white;
  padding: 1em 0 0; }
  #issue_page div.arrow-separator .container {
    height: 78px;
    border-top: none;
    background: white no-repeat;
    background-size: 100%; }

#issue_page #open-form {
  padding-top: 0; }

#download-wrapper {
  padding-top: 6em;
  padding-bottom: 6em; }
  #download-wrapper .col-md-8 {
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      #download-wrapper .col-md-8 {
        padding-right: 5em; } }
  #download-wrapper h1 {
    color: #204055;
    font-family: "RobotoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1em;
    font-weight: bold; }
  #download-wrapper h4 span {
    font-size: 0.5em; }
  #download-wrapper h3 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1em; }
  #download-wrapper p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #download-wrapper img {
    max-width: 100%;
    margin: auto;
    display: block; }
  #download-wrapper input.form-control, #download-wrapper .pledge-giftaid .container input, .pledge-giftaid .container #download-wrapper input, #download-wrapper #press_edit form p input:not([type="checkbox"]), #press_edit form p #download-wrapper input:not([type="checkbox"]),
  #download-wrapper #press_new form p input:not([type="checkbox"]), #press_new form p #download-wrapper input:not([type="checkbox"]) {
    width: 18em;
    padding-left: 1.1rem; }
    #download-wrapper input.form-control:focus, #download-wrapper .pledge-giftaid .container input:focus, .pledge-giftaid .container #download-wrapper input:focus, #download-wrapper #press_edit form p input:focus:not([type="checkbox"]), #press_edit form p #download-wrapper input:focus:not([type="checkbox"]),
    #download-wrapper #press_new form p input:focus:not([type="checkbox"]), #press_new form p #download-wrapper input:focus:not([type="checkbox"]) {
      color: #204055; }
  #download-wrapper button.btn-primary {
    margin-left: 0.5em;
    height: 2.6em;
    padding: 0.7em 1em; }
  #download-wrapper label.form-label {
    margin-left: 2px;
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: bold; }

.companies {
  padding: 2em; }

.company-detail,
.lawyer-detail {
  padding: 2em; }
  .company-detail .input-row,
  .lawyer-detail .input-row {
    margin-top: 15px; }
  .company-detail .synced-label,
  .lawyer-detail .synced-label {
    background: #ffdfcc;
    padding: 10px; }
  .company-detail .preview-image,
  .lawyer-detail .preview-image {
    width: 100%;
    height: auto; }
  .company-detail .image-upload-section,
  .lawyer-detail .image-upload-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bbb; }
  .company-detail .image-upload,
  .lawyer-detail .image-upload {
    display: none; }
  .company-detail .image-upload-trigger,
  .lawyer-detail .image-upload-trigger {
    width: 100%;
    margin-top: 15px; }
  .company-detail ul,
  .lawyer-detail ul {
    list-style: none; }
    .company-detail ul li,
    .lawyer-detail ul li {
      border-radius: 5px; }
  .company-detail .messages .success,
  .lawyer-detail .messages .success {
    background: #ddf4f0;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .company-detail .btn-invite,
  .lawyer-detail .btn-invite {
    color: #ffffff !important;
    margin-bottom: 1rem;
    width: 100%; }
  .company-detail .send-logs,
  .lawyer-detail .send-logs {
    padding-left: 0;
    display: none; }

.create-company,
.create-lawyer {
  padding: 2em; }

.add-bank-account {
  padding: 2em; }

.admin-block-form {
  margin-top: 2em;
  padding: 1.5em;
  background-color: white; }
  .admin-block-form label {
    font-size: 16px; }
  .admin-block-form input[type="submit"] {
    margin-top: 1em; }

.admin-detail-view {
  margin-top: 2em; }
  .admin-detail-view .admin-detail-column .admin-detail-block {
    background: white;
    padding: 1.5em;
    margin-bottom: 25px; }
    .admin-detail-view .admin-detail-column .admin-detail-block h1,
    .admin-detail-view .admin-detail-column .admin-detail-block h2,
    .admin-detail-view .admin-detail-column .admin-detail-block h3 {
      margin-bottom: 20px; }
    .admin-detail-view .admin-detail-column .admin-detail-block .useful-links {
      padding-bottom: 2rem; }
  .admin-detail-view #delete-identification {
    margin-top: 1rem;
    width: 100%; }

.admin-table th {
  background-color: #f0f0f0; }

.admin-table tr {
  border-bottom: 1px solid gainsboro; }

.admin-list {
  margin-bottom: 15px; }

.search {
  width: auto;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  line-height: 2.5rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search__input {
    line-height: inherit;
    background: none;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: medium;
    font-family: "Filson Pro", "Montserrat", sans-serif;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 0 3.5rem 0 1rem;
    margin-right: -2.5rem; }
    .search__input:focus {
      outline: none;
      -webkit-box-shadow: 0 0 5px 0 rgba(84, 123, 251, 0.66);
              box-shadow: 0 0 5px 0 rgba(84, 123, 251, 0.66); }
    .search__input--search {
      line-height: inherit;
      background: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-size: medium;
      font-family: "Filson Pro", "Montserrat", sans-serif;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      padding: 0.75rem;
      border: 0; }
      .search__input--search:focus {
        outline: none; }
  .search ::-webkit-input-placeholder {
    color: #adaca9; }
  .search ::-moz-placeholder {
    color: #adaca9; }
  .search :-ms-input-placeholder {
    color: #adaca9; }
  .search :-moz-placeholder {
    color: #adaca9; }

.loading-box {
  padding: 0.75rem; }

.badge-wrapper {
  text-align: right;
  vertical-align: middle !important; }

.badge {
  color: white;
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  border-radius: 6px; }
  .badge.charity {
    background: #ffb039; }
  .badge.law-firm {
    background: #547bfb; }

.search-table-cell {
  vertical-align: middle !important;
  width: 20%; }

.include-united-states-companies {
  text-align: right;
  padding-bottom: 0.5rem;
  color: #adaca9; }

.spinning-loader {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#lawyer-onboarding-form {
  padding-top: 2em;
  padding-bottom: 2em; }
  #lawyer-onboarding-form form {
    margin: auto;
    float: none; }
    #lawyer-onboarding-form form .errorlist {
      padding-left: 0;
      color: #ff5e00;
      margin-top: 1em; }
      #lawyer-onboarding-form form .errorlist > li {
        list-style-type: none; }
    #lawyer-onboarding-form form label {
      margin-top: 1em; }
    #lawyer-onboarding-form form input[type="submit"] {
      float: right; }

#new-client-enquiries {
  min-height: calc(100vh - 555px); }

.new-client-enquiries-dashboard .overview-container {
  padding: 3rem 4rem; }
  .new-client-enquiries-dashboard .overview-container h3 {
    font-size: 1.25rem;
    margin: 1rem 0;
    text-align: center; }
  .new-client-enquiries-dashboard .overview-container img {
    width: 70%;
    max-width: 6rem; }
  .new-client-enquiries-dashboard .overview-container .overview-block {
    padding: 3rem; }
    @media (max-width: 575.98px) {
      .new-client-enquiries-dashboard .overview-container .overview-block {
        padding: 2rem 0; } }

.new-client-enquiries-dashboard .nav-item {
  background-color: #efefef; }
  .new-client-enquiries-dashboard .nav-item:not(:last-child) {
    border-right: 0.1rem solid #e6e7e8; }
  .new-client-enquiries-dashboard .nav-item a {
    color: #313131; }
  .new-client-enquiries-dashboard .nav-item .nav-link {
    padding: 1rem;
    border-radius: 0; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .new-client-enquiries-dashboard .nav-item .nav-link {
        padding: 1rem 0.5rem; } }
  .new-client-enquiries-dashboard .nav-item .active {
    background-color: #ffffff;
    border-color: #ffffff; }

.new-client-enquiries-dashboard th {
  border-top: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9rem;
  opacity: 0.8;
  padding-top: 2rem; }

.new-client-enquiries-dashboard .funnel .funnel-section {
  background-color: #f4f4f4;
  color: #a0a0a0;
  text-align: center; }

.new-client-enquiries-dashboard .funnel .funnel-top {
  padding: 1rem 0; }

.new-client-enquiries-dashboard .funnel .funnel-bottom {
  padding: 1rem 0;
  color: #01b88e; }

.new-client-enquiries-dashboard .funnel img {
  max-height: 1.5rem; }

.new-client-enquiries-dashboard .funnel .progress-vertical {
  background-color: #f4f4f4;
  color: #727272;
  font-size: 2rem;
  width: 100%;
  min-height: 10rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */ }

.new-client-enquiries-dashboard .funnel .progress-vertical .progress-bar {
  width: 100%;
  height: 0;
  background-color: #e7e7e7;
  color: #727272; }

.new-client-enquiries-dashboard .funds-box {
  background-color: #f4f4f4;
  color: #a0a0a0;
  text-align: center;
  width: 100%;
  padding: 2rem 0; }
  .new-client-enquiries-dashboard .funds-box .amount {
    color: #727272;
    font-size: 2.75rem; }

body.dark-blue-background {
  background-color: rgba(32, 64, 85, 0.95) !important; }
  body.dark-blue-background .lawyer-dashboard-header,
  body.dark-blue-background .lawyer-dashboard-header h3 {
    color: #ffffff; }

#lawyer-case-detail dl dt {
  color: #939598;
  font-weight: normal; }

#lawyer-case-detail dl dd {
  font-weight: 500; }

#lawyer-case-detail dl .d-group {
  width: 50%;
  display: block;
  float: left; }

#lawyer-case-detail .dashboard-hero {
  background-color: #ffffff;
  padding: 2.5rem 0 0;
  border-bottom: 1px solid #e6e7e8; }
  #lawyer-case-detail .dashboard-hero .column-container {
    padding-bottom: 2.5rem; }
  #lawyer-case-detail .dashboard-hero .left-column {
    float: left;
    width: 20%;
    padding-right: 4%; }
    #lawyer-case-detail .dashboard-hero .left-column .case-image {
      width: 100%; }
  #lawyer-case-detail .dashboard-hero .centre-column {
    float: left;
    width: 60%;
    padding-right: 5%; }
  #lawyer-case-detail .dashboard-hero .right-column {
    float: left;
    width: 20%; }
  #lawyer-case-detail .dashboard-hero .campaign-status {
    margin: 0.5rem 0; }
  #lawyer-case-detail .dashboard-hero h1 {
    font-weight: normal;
    margin: 0 0 1rem;
    color: #313131;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6e7e8; }
  #lawyer-case-detail .dashboard-hero dl.case-numbers dt {
    color: #313131;
    font-weight: bold; }
  #lawyer-case-detail .dashboard-hero dl.case-numbers dd {
    color: #939598;
    font-weight: normal; }
  #lawyer-case-detail .dashboard-hero dl.case-numbers .case-total,
  #lawyer-case-detail .dashboard-hero dl.case-numbers .case-target {
    font-size: 1.125em; }
  #lawyer-case-detail .dashboard-hero dl.case-numbers .case-target .case-phase {
    text-transform: capitalize; }
  @media (max-width: 991.98px) {
    #lawyer-case-detail .dashboard-hero h1 {
      font-weight: bold;
      font-size: 1.2rem; } }
  @media (max-width: 575.98px) {
    #lawyer-case-detail .dashboard-hero {
      padding: 15px 0 0; }
      #lawyer-case-detail .dashboard-hero .left-column,
      #lawyer-case-detail .dashboard-hero .centre-column,
      #lawyer-case-detail .dashboard-hero .right-column,
      #lawyer-case-detail .dashboard-hero .d-group {
        width: 100%;
        float: none;
        padding-right: 0;
        clear: both; }
      #lawyer-case-detail .dashboard-hero .left-column {
        margin-bottom: 1rem; }
        #lawyer-case-detail .dashboard-hero .left-column a {
          display: block;
          float: right;
          margin: 0.5rem 0 1rem; }
          #lawyer-case-detail .dashboard-hero .left-column a::after {
            display: block;
            clear: both;
            content: ""; }
        #lawyer-case-detail .dashboard-hero .left-column .campaign-status {
          display: block;
          float: left;
          margin: 0.5rem 0 1rem; } }

#lawyer-case-detail .navigation-row {
  border: 0; }
  #lawyer-case-detail .navigation-row ul {
    height: 48px;
    line-height: 48px; }
    #lawyer-case-detail .navigation-row ul li {
      border: 0;
      margin-right: 1.5rem; }
      #lawyer-case-detail .navigation-row ul li a {
        font-weight: normal;
        border: 0;
        padding: 0; }
        #lawyer-case-detail .navigation-row ul li a:hover {
          color: #01b88e;
          background: none; }
        #lawyer-case-detail .navigation-row ul li a .tab-count {
          font-weight: bold; }
        #lawyer-case-detail .navigation-row ul li a.nav-link.active {
          font-weight: bold; }
          #lawyer-case-detail .navigation-row ul li a.nav-link.active:hover {
            color: inherit; }
          #lawyer-case-detail .navigation-row ul li a.nav-link.active:after {
            height: 4px;
            background-color: #204055; }

#lawyer-case-detail .help-para {
  padding: 1.5rem 0;
  color: #939598; }

#lawyer-case-detail .tab-pane {
  margin: 1.5rem 0 4rem; }

#lawyer-case-detail #case-stats {
  margin-top: 0; }

#lawyer-case-detail #case-transfers .receipt-amount {
  padding-right: 10%;
  text-align: right; }

#lawyer-case-detail #case-updates .case-campaign-update {
  padding-top: 0; }
  @media (max-width: 991.98px) {
    #lawyer-case-detail #case-updates .case-campaign-update {
      padding-top: 2em; } }
  #lawyer-case-detail #case-updates .case-campaign-update .campaign-update-panel {
    display: none; }

#lawyer-case-detail #case-emails .email-subject {
  width: 60%; }

#lawyer-case-detail #case-emails .email-date-sent {
  width: 15%;
  text-align: right;
  padding-right: 0; }

#lawyer-case-detail #case-emails .email-preview-link {
  width: 25%;
  text-align: center;
  padding-right: 0; }

#email-preview-modal .modal-dialog.modal-lg {
  max-width: 700px;
  margin: 3.5rem auto; }

#email-preview-modal .modal-content {
  width: 100%;
  border: none; }
  #email-preview-modal .modal-content .email-preview {
    padding: 1rem;
    /*
      These styles stop the loaded HTML from breaking the preview on mobile.
      They come from the template itself.
       */ }
    #email-preview-modal .modal-content .email-preview .email-preview-subject,
    #email-preview-modal .modal-content .email-preview .email-preview-from {
      padding-bottom: 0.6em;
      border-bottom: 1px solid #e6e7e8;
      margin-bottom: 0.6em; }
    #email-preview-modal .modal-content .email-preview .email-body .rnb-del-min-width {
      min-width: 0 !important; }
    #email-preview-modal .modal-content .email-preview .email-body .templateContainer {
      max-width: 590px !important;
      width: auto !important; }
    #email-preview-modal .modal-content .email-preview .email-body table.rnb-container {
      width: 100% !important; }
    #email-preview-modal .modal-content .email-preview .email-body table.rnb-last-col-2 {
      float: none !important;
      width: 100% !important; }
    #email-preview-modal .modal-content .email-preview .email-body table[class~="rnb-col-2"] {
      float: none !important;
      width: 100% !important; }

#email-preview-modal-header {
  display: none;
  position: fixed;
  top: -64px;
  height: 4rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 79, 98, 0)), to(#214054));
  background-image: -o-linear-gradient(bottom, rgba(50, 79, 98, 0), #214054);
  background-image: linear-gradient(to top, rgba(50, 79, 98, 0), #214054);
  z-index: 1337;
  width: 100%; }
  #email-preview-modal-header .container {
    max-width: 700px;
    text-align: right;
    padding: 0.75rem 0; }
    #email-preview-modal-header .container button {
      padding: 0.2rem 0.6rem;
      color: #ffffff;
      background-color: #204055;
      border: none;
      border-radius: 0.25rem;
      outline: 0;
      cursor: pointer;
      -webkit-transition: background-color 0.15s linear;
      -o-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear; }
      #email-preview-modal-header .container button:hover {
        background-color: #356a8d; }

#lawyer-profile.lawyer-dashboard {
  padding-bottom: 4rem; }
  @media only screen and (max-width: 990px) {
    #lawyer-profile.lawyer-dashboard {
      margin-bottom: 0 !important; } }
  #lawyer-profile.lawyer-dashboard .success {
    padding: 0.75rem 1rem;
    border-radius: 3px;
    background-color: #ddf4f0;
    color: #204055; }
  #lawyer-profile.lawyer-dashboard #lawyer-form .success {
    margin-bottom: 1.5rem; }
  #lawyer-profile.lawyer-dashboard #lawyer-form .errorlist {
    color: red;
    font-size: 15px; }
  #lawyer-profile.lawyer-dashboard #lawyer-form h1 {
    font-size: 1.5rem;
    padding: 1rem 0; }
  #lawyer-profile.lawyer-dashboard #lawyer-form dl,
  #lawyer-profile.lawyer-dashboard #lawyer-form .form-group {
    margin-bottom: 1.5rem; }
  #lawyer-profile.lawyer-dashboard #lawyer-form dl::after {
    display: block;
    clear: both;
    content: ""; }
  #lawyer-profile.lawyer-dashboard #lawyer-form dl dt {
    float: left;
    width: 30%;
    color: #939598;
    font-weight: normal;
    min-width: 120px; }
  #lawyer-profile.lawyer-dashboard #lawyer-form dl dd {
    float: left;
    width: 70%;
    color: #313131; }
  #lawyer-profile.lawyer-dashboard #lawyer-form label {
    font-weight: 500; }
  #lawyer-profile.lawyer-dashboard #lawyer-form input {
    font-size: 1rem; }
  #lawyer-profile.lawyer-dashboard #lawyer-form .select2-container .select2-selection {
    background-color: #f9f9f9;
    border-radius: 3px;
    border: solid 1px #dadada; }
  #lawyer-profile.lawyer-dashboard #lawyer-form .select2-container .select2-selection__rendered .select2-selection__choice {
    border-radius: 10px;
    background-color: #204055;
    border: none;
    color: #ffffff;
    padding: 0 0.5rem 1px; }
    #lawyer-profile.lawyer-dashboard #lawyer-form .select2-container .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
      color: #ffffff;
      margin-right: 5px; }
  #lawyer-profile.lawyer-dashboard .dashboard-page-title {
    color: #504d9d;
    text-align: left; }
  #lawyer-profile.lawyer-dashboard .inner-panel {
    padding: 3em; }
  #lawyer-profile.lawyer-dashboard .page-description h3 {
    font-size: 1em;
    color: black;
    font-weight: bold; }
  #lawyer-profile.lawyer-dashboard .page-description p {
    font-size: 0.8em;
    color: #adaca9; }
  #lawyer-profile.lawyer-dashboard .page-description .description {
    width: calc(100% - 8rem); }
  #lawyer-profile.lawyer-dashboard .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #lawyer-profile.lawyer-dashboard .horizontal-separator {
    margin-top: 1rem;
    border: 0;
    border-top: 3px solid #f9f9f9; }
  #lawyer-profile.lawyer-dashboard .account-information-title {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    font-weight: bold; }
  #lawyer-profile.lawyer-dashboard .settings-container {
    padding-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media only screen and (max-width: 1280px) {
      #lawyer-profile.lawyer-dashboard .settings-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: 20rem; } }
    @media only screen and (max-width: 1080px) {
      #lawyer-profile.lawyer-dashboard .settings-container {
        padding-right: 5rem; } }
    @media only screen and (max-width: 990px) {
      #lawyer-profile.lawyer-dashboard .settings-container {
        padding-right: 2rem; } }
    @media only screen and (max-width: 600px) {
      #lawyer-profile.lawyer-dashboard .settings-container {
        padding-right: 0; } }
  #lawyer-profile.lawyer-dashboard .settings-container-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem; }
  #lawyer-profile.lawyer-dashboard .settings-form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    #lawyer-profile.lawyer-dashboard .settings-form-field .errorlist {
      list-style: none;
      padding: 1.5rem 0;
      width: 100%; }
    @media only screen and (max-width: 600px) {
      #lawyer-profile.lawyer-dashboard .settings-form-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #lawyer-profile.lawyer-dashboard .settings-text-field,
  #lawyer-profile.lawyer-dashboard .settings-select-field {
    margin-left: 3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media only screen and (max-width: 600px) {
      #lawyer-profile.lawyer-dashboard .settings-text-field,
      #lawyer-profile.lawyer-dashboard .settings-select-field {
        margin-left: 0; } }
  #lawyer-profile.lawyer-dashboard .settings-select-field {
    min-width: 50px;
    font-size: 1.05rem; }
  #lawyer-profile.lawyer-dashboard .settings-label {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3; }
  #lawyer-profile.lawyer-dashboard .settings-text-field .disabled {
    background-color: #f9f9f9 !important; }
  #lawyer-profile.lawyer-dashboard textarea {
    resize: none; }
  #lawyer-profile.lawyer-dashboard .submit-row {
    border-top: 3px solid #ffffff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media only screen and (max-width: 1024px) {
      #lawyer-profile.lawyer-dashboard .submit-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #lawyer-profile.lawyer-dashboard .submit-row-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: auto;
    margin-right: auto; }
  #lawyer-profile.lawyer-dashboard .submit-row-button {
    border-radius: 5px;
    border-color: transparent;
    font-weight: bold;
    padding: 0.5em 8em 0.5em 8em;
    color: #dfe2e1; }
  #lawyer-profile.lawyer-dashboard .submit-row-button.save-button.active {
    background-color: #45435d;
    color: #ffffff; }
  #lawyer-profile.lawyer-dashboard .submit-row-button.save-button.active:hover {
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #01b88e; }
  #lawyer-profile.lawyer-dashboard .submit-row-button.cancel-button {
    background-color: transparent;
    float: right;
    outline: #adaca9; }
    @media only screen and (max-width: 600px) {
      #lawyer-profile.lawyer-dashboard .submit-row-button.cancel-button {
        padding: 0; } }
  #lawyer-profile.lawyer-dashboard .submit-row-button.cancel-button.active:hover {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    color: #8d00ac;
    outline: none; }
  #lawyer-profile.lawyer-dashboard .password-container {
    padding-top: 2em; }
  #lawyer-profile.lawyer-dashboard .email-preferences-form-group {
    height: 100%;
    padding-bottom: 0.5em; }
  #lawyer-profile.lawyer-dashboard .email-preferences-form-group > label {
    font-size: 0.9em !important; }
  #lawyer-profile.lawyer-dashboard .email-preferences-container .help-text {
    color: #646464;
    font-size: 0.9em; }
  #lawyer-profile.lawyer-dashboard .email-preferences-container .email-help-text {
    color: #646464;
    font-size: 0.9em;
    font-style: italic; }
