@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900|Roboto+Condensed:300,400,700,900);@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);@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: #ef2e4f;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ef2e4f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  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", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 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;
  -webkit-text-decoration-skip-ink: none;
          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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):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"] {
  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, footer #newsletter-form .at-inner legend.at-legend, .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, footer #newsletter-form .at-inner legend.at-legend {
  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, .comment-list {
  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\A0"; }

.img-fluid, .wp-caption > img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure, .wp-caption {
  display: inline-block; }

.figure-img, .wp-caption > img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption, .wp-caption-text {
  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: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-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, .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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table 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: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

.table-secondary,
.table-secondary > 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: #fbc4ce; }

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

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

.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, .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea, .search-form .search-field {
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea, .search-form .search-field {
      transition: none; } }
  .form-control::-ms-expand, .comment-form input[type="text"]::-ms-expand,
  .comment-form input[type="email"]::-ms-expand,
  .comment-form input[type="url"]::-ms-expand,
  .comment-form textarea::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .comment-form input:focus[type="text"],
  .comment-form input:focus[type="email"],
  .comment-form input:focus[type="url"],
  .comment-form textarea:focus, .search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder,
  .comment-form input[type="email"]::-webkit-input-placeholder,
  .comment-form input[type="url"]::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder, .comment-form input[type="text"]::-moz-placeholder,
  .comment-form input[type="email"]::-moz-placeholder,
  .comment-form input[type="url"]::-moz-placeholder,
  .comment-form textarea::-moz-placeholder, .search-form .search-field::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .comment-form input[type="text"]:-ms-input-placeholder,
  .comment-form input[type="email"]:-ms-input-placeholder,
  .comment-form input[type="url"]:-ms-input-placeholder,
  .comment-form textarea:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder, .comment-form input[type="text"]::-ms-input-placeholder,
  .comment-form input[type="email"]::-ms-input-placeholder,
  .comment-form input[type="url"]::-ms-input-placeholder,
  .comment-form textarea::-ms-input-placeholder, .search-form .search-field::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, .comment-form input[type="text"]::placeholder,
  .comment-form input[type="email"]::placeholder,
  .comment-form input[type="url"]::placeholder,
  .comment-form textarea::placeholder, .search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .comment-form input:disabled[type="text"],
  .comment-form input:disabled[type="email"],
  .comment-form input:disabled[type="url"],
  .comment-form textarea:disabled, .search-form .search-field:disabled, .form-control[readonly], .comment-form input[readonly][type="text"],
  .comment-form input[readonly][type="email"],
  .comment-form input[readonly][type="url"],
  .comment-form textarea[readonly], .search-form .search-field[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

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

.col-form-label, footer #newsletter-form .at-inner legend.at-legend {
  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: #212529;
  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], .search-form select.search-field[size], select.form-control[multiple], .search-form select.search-field[multiple] {
  height: auto; }

textarea.form-control,
.comment-form textarea, .search-form textarea.search-field {
  height: auto; }

.form-group, .comment-form p, .search-form label {
  margin-bottom: 1rem; }

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 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: inline-flex;
  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 .comment-form input:valid[type="text"], .comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"], .comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"], .comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid, .comment-form .was-validated textarea:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .form-control.is-valid, .comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid, .search-form .is-valid.search-field {
  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 .comment-form input:valid:focus[type="text"], .comment-form .was-validated input:valid:focus[type="text"],
  .was-validated .comment-form input:valid:focus[type="email"], .comment-form .was-validated input:valid:focus[type="email"],
  .was-validated .comment-form input:valid:focus[type="url"], .comment-form .was-validated input:valid:focus[type="url"],
  .was-validated .comment-form textarea:valid:focus, .comment-form .was-validated textarea:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .form-control.is-valid:focus, .comment-form input.is-valid:focus[type="text"],
  .comment-form input.is-valid:focus[type="email"],
  .comment-form input.is-valid:focus[type="url"],
  .comment-form textarea.is-valid:focus, .search-form .is-valid.search-field:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .comment-form input:valid[type="text"] ~ .valid-feedback, .comment-form .was-validated input:valid[type="text"] ~ .valid-feedback, .was-validated .comment-form input:valid[type="email"] ~ .valid-feedback, .comment-form .was-validated input:valid[type="email"] ~ .valid-feedback, .was-validated .comment-form input:valid[type="url"] ~ .valid-feedback, .comment-form .was-validated input:valid[type="url"] ~ .valid-feedback, .was-validated .comment-form textarea:valid ~ .valid-feedback, .comment-form .was-validated textarea:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .comment-form input:valid[type="text"] ~ .valid-tooltip,
  .comment-form .was-validated input:valid[type="text"] ~ .valid-tooltip,
  .was-validated .comment-form input:valid[type="email"] ~ .valid-tooltip,
  .comment-form .was-validated input:valid[type="email"] ~ .valid-tooltip,
  .was-validated .comment-form input:valid[type="url"] ~ .valid-tooltip,
  .comment-form .was-validated input:valid[type="url"] ~ .valid-tooltip,
  .was-validated .comment-form textarea:valid ~ .valid-tooltip,
  .comment-form .was-validated textarea:valid ~ .valid-tooltip,
  .was-validated .search-form .search-field:valid ~ .valid-tooltip,
  .search-form .was-validated .search-field:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .comment-form input.is-valid[type="text"] ~ .valid-feedback, .comment-form input.is-valid[type="email"] ~ .valid-feedback, .comment-form input.is-valid[type="url"] ~ .valid-feedback, .comment-form textarea.is-valid ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .comment-form input.is-valid[type="text"] ~ .valid-tooltip,
  .comment-form input.is-valid[type="email"] ~ .valid-tooltip,
  .comment-form input.is-valid[type="url"] ~ .valid-tooltip,
  .comment-form textarea.is-valid ~ .valid-tooltip,
  .search-form .is-valid.search-field ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid, .comment-form .was-validated textarea:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid, textarea.form-control.is-valid,
.comment-form textarea.is-valid, .search-form textarea.is-valid.search-field {
  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;
    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 {
  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;
  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: #ef2e4f; }

.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(239, 46, 79, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .comment-form input:invalid[type="text"], .comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"], .comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"], .comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid, .comment-form .was-validated textarea:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .form-control.is-invalid, .comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid, .search-form .is-invalid.search-field {
  border-color: #ef2e4f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef2e4f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef2e4f' 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 .comment-form input:invalid:focus[type="text"], .comment-form .was-validated input:invalid:focus[type="text"],
  .was-validated .comment-form input:invalid:focus[type="email"], .comment-form .was-validated input:invalid:focus[type="email"],
  .was-validated .comment-form input:invalid:focus[type="url"], .comment-form .was-validated input:invalid:focus[type="url"],
  .was-validated .comment-form textarea:invalid:focus, .comment-form .was-validated textarea:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .form-control.is-invalid:focus, .comment-form input.is-invalid:focus[type="text"],
  .comment-form input.is-invalid:focus[type="email"],
  .comment-form input.is-invalid:focus[type="url"],
  .comment-form textarea.is-invalid:focus, .search-form .is-invalid.search-field:focus {
    border-color: #ef2e4f;
    box-shadow: 0 0 0 0.2rem rgba(239, 46, 79, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .comment-form input:invalid[type="text"] ~ .invalid-feedback, .comment-form .was-validated input:invalid[type="text"] ~ .invalid-feedback, .was-validated .comment-form input:invalid[type="email"] ~ .invalid-feedback, .comment-form .was-validated input:invalid[type="email"] ~ .invalid-feedback, .was-validated .comment-form input:invalid[type="url"] ~ .invalid-feedback, .comment-form .was-validated input:invalid[type="url"] ~ .invalid-feedback, .was-validated .comment-form textarea:invalid ~ .invalid-feedback, .comment-form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .comment-form input:invalid[type="text"] ~ .invalid-tooltip,
  .comment-form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
  .was-validated .comment-form input:invalid[type="email"] ~ .invalid-tooltip,
  .comment-form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
  .was-validated .comment-form input:invalid[type="url"] ~ .invalid-tooltip,
  .comment-form .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
  .was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
  .comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
  .search-form .was-validated .search-field:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .comment-form input.is-invalid[type="text"] ~ .invalid-feedback, .comment-form input.is-invalid[type="email"] ~ .invalid-feedback, .comment-form input.is-invalid[type="url"] ~ .invalid-feedback, .comment-form textarea.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
  .comment-form textarea.is-invalid ~ .invalid-tooltip,
  .search-form .is-invalid.search-field ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid, .comment-form .was-validated textarea:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid, textarea.form-control.is-invalid,
.comment-form textarea.is-invalid, .search-form textarea.is-invalid.search-field {
  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: #ef2e4f;
  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='%23ef2e4f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef2e4f' 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: #ef2e4f;
    box-shadow: 0 0 0 0.2rem rgba(239, 46, 79, 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: #ef2e4f; }

.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: #ef2e4f; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ef2e4f; }

.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: #f35d77;
  background-color: #f35d77; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 46, 79, 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: #ef2e4f; }

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

.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: #ef2e4f;
  box-shadow: 0 0 0 0.2rem rgba(239, 46, 79, 0.25); }

.form-inline, .search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check, .search-form .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label, .search-form label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .search-form .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .search-form .comment-form p, .comment-form .search-form p, .form-inline .search-form label, .search-form .form-inline label, .search-form label {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .search-form .form-control, .form-inline .comment-form input[type="text"], .comment-form .form-inline input[type="text"], .search-form .comment-form input[type="text"], .comment-form .search-form input[type="text"],
    .form-inline .comment-form input[type="email"], .comment-form .form-inline input[type="email"],
    .search-form .comment-form input[type="email"], .comment-form .search-form input[type="email"],
    .form-inline .comment-form input[type="url"], .comment-form .form-inline input[type="url"],
    .search-form .comment-form input[type="url"], .comment-form .search-form input[type="url"],
    .form-inline .comment-form textarea, .comment-form .form-inline textarea,
    .search-form .comment-form textarea, .comment-form .search-form textarea, .search-form .search-field {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .search-form .input-group,
    .form-inline .custom-select,
    .search-form .custom-select {
      width: auto; }
    .form-inline .form-check, .search-form .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input, .search-form .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control, .search-form .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label, .search-form .custom-control-label {
      margin-bottom: 0; } }

.btn, .comment-form input[type="submit"], .search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .comment-form input[type="submit"], .search-form .search-submit {
      transition: none; } }
  .btn:hover, .comment-form input:hover[type="submit"], .search-form .search-submit:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .comment-form input:focus[type="submit"], .search-form .search-submit:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn:disabled, .comment-form input:disabled[type="submit"], .search-form .search-submit:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary, .comment-form input[type="submit"], .search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover, .comment-form input:hover[type="submit"], .search-form .search-submit:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .comment-form input:focus[type="submit"], .search-form .search-submit:focus, .btn-secondary.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn-secondary:disabled, .comment-form input:disabled[type="submit"], .search-form .search-submit:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .comment-form input:not(:disabled):not(.disabled):active[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .comment-form input:not(:disabled):not(.disabled).active[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .comment-form .show > input.dropdown-toggle[type="submit"],
  .search-form .show > .dropdown-toggle.search-submit {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .comment-form .show > input.dropdown-toggle:focus[type="submit"],
    .search-form .show > .dropdown-toggle.search-submit:focus {
      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 {
    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 {
      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 {
    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 {
      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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ef2e4f;
  border-color: #ef2e4f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e51236;
    border-color: #d91133; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 77, 105, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ef2e4f;
    border-color: #ef2e4f; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d91133;
    border-color: #ce1030; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 77, 105, 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 {
    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 {
      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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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 {
    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 {
      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 {
    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 {
      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 {
    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 {
      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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #ef2e4f;
  border-color: #ef2e4f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ef2e4f;
    border-color: #ef2e4f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 46, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ef2e4f;
    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: #ef2e4f;
    border-color: #ef2e4f; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 46, 79, 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 {
    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 {
      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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input[type="submit"], .search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input[type="submit"], .search-form .btn-group-sm > .search-submit {
  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 {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      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: #212529;
  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: #007bff; }
  .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: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .comment-form .btn-group > input[type="submit"], .search-form .btn-group > .search-submit,
  .btn-group-vertical > .btn,
  .comment-form .btn-group-vertical > input[type="submit"],
  .search-form .btn-group-vertical > .search-submit {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .comment-form .btn-group > input:hover[type="submit"], .search-form .btn-group > .search-submit:hover,
    .btn-group-vertical > .btn:hover,
    .comment-form .btn-group-vertical > input:hover[type="submit"],
    .search-form .btn-group-vertical > .search-submit:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .comment-form .btn-group > input:focus[type="submit"], .search-form .btn-group > .search-submit:focus, .btn-group > .btn:active, .comment-form .btn-group > input:active[type="submit"], .search-form .btn-group > .search-submit:active, .btn-group > .btn.active, .comment-form .btn-group > input.active[type="submit"], .search-form .btn-group > .active.search-submit,
    .btn-group-vertical > .btn:focus,
    .comment-form .btn-group-vertical > input:focus[type="submit"],
    .search-form .btn-group-vertical > .search-submit:focus,
    .btn-group-vertical > .btn:active,
    .comment-form .btn-group-vertical > input:active[type="submit"],
    .search-form .btn-group-vertical > .search-submit:active,
    .btn-group-vertical > .btn.active,
    .comment-form .btn-group-vertical > input.active[type="submit"],
    .search-form .btn-group-vertical > .active.search-submit {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .comment-form .btn-group > input:not(:first-child)[type="submit"], .search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .comment-form .btn-group > input:not(:first-child)[type="submit"], .search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .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, .comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .comment-form .btn-group-vertical > input[type="submit"],
  .search-form .btn-group-vertical > .search-submit,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input:not(:first-child)[type="submit"], .search-form .btn-group-vertical > .search-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input:not(:first-child)[type="submit"], .search-form .btn-group-vertical > .search-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .comment-form .input-group > input[type="text"],
  .comment-form .input-group > input[type="email"],
  .comment-form .input-group > input[type="url"],
  .comment-form .input-group > textarea, .search-form .input-group > .search-field,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .comment-form .input-group > input[type="text"] + .form-control, .comment-form .input-group > input[type="email"] + .form-control, .comment-form .input-group > input[type="url"] + .form-control, .comment-form .input-group > textarea + .form-control, .search-form .input-group > .search-field + .form-control, .comment-form .input-group > .form-control + input[type="text"], .comment-form .input-group > input[type="text"] + input[type="text"], .comment-form .input-group > input[type="email"] + input[type="text"], .comment-form .input-group > input[type="url"] + input[type="text"], .comment-form .input-group > textarea + input[type="text"], .search-form .comment-form .input-group > .search-field + input[type="text"], .comment-form .search-form .input-group > .search-field + input[type="text"],
    .comment-form .input-group > .form-control + input[type="email"],
    .comment-form .input-group > input[type="text"] + input[type="email"],
    .comment-form .input-group > input[type="email"] + input[type="email"],
    .comment-form .input-group > input[type="url"] + input[type="email"],
    .comment-form .input-group > textarea + input[type="email"],
    .search-form .comment-form .input-group > .search-field + input[type="email"], .comment-form .search-form .input-group > .search-field + input[type="email"],
    .comment-form .input-group > .form-control + input[type="url"],
    .comment-form .input-group > input[type="text"] + input[type="url"],
    .comment-form .input-group > input[type="email"] + input[type="url"],
    .comment-form .input-group > input[type="url"] + input[type="url"],
    .comment-form .input-group > textarea + input[type="url"],
    .search-form .comment-form .input-group > .search-field + input[type="url"], .comment-form .search-form .input-group > .search-field + input[type="url"],
    .comment-form .input-group > .form-control + textarea,
    .comment-form .input-group > input[type="text"] + textarea,
    .comment-form .input-group > input[type="email"] + textarea,
    .comment-form .input-group > input[type="url"] + textarea,
    .comment-form .input-group > textarea + textarea,
    .search-form .comment-form .input-group > .search-field + textarea, .comment-form .search-form .input-group > .search-field + textarea, .search-form .input-group > .form-control + .search-field, .comment-form .search-form .input-group > input[type="text"] + .search-field, .search-form .comment-form .input-group > input[type="text"] + .search-field, .comment-form .search-form .input-group > input[type="email"] + .search-field, .search-form .comment-form .input-group > input[type="email"] + .search-field, .comment-form .search-form .input-group > input[type="url"] + .search-field, .search-form .comment-form .input-group > input[type="url"] + .search-field, .comment-form .search-form .input-group > textarea + .search-field, .search-form .comment-form .input-group > textarea + .search-field, .search-form .input-group > .search-field + .search-field,
    .input-group > .form-control + .custom-select,
    .comment-form .input-group > input[type="text"] + .custom-select,
    .comment-form .input-group > input[type="email"] + .custom-select,
    .comment-form .input-group > input[type="url"] + .custom-select,
    .comment-form .input-group > textarea + .custom-select,
    .search-form .input-group > .search-field + .custom-select,
    .input-group > .form-control + .custom-file,
    .comment-form .input-group > input[type="text"] + .custom-file,
    .comment-form .input-group > input[type="email"] + .custom-file,
    .comment-form .input-group > input[type="url"] + .custom-file,
    .comment-form .input-group > textarea + .custom-file,
    .search-form .input-group > .search-field + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .comment-form .input-group > .form-control-plaintext + input[type="text"],
    .comment-form .input-group > .form-control-plaintext + input[type="email"],
    .comment-form .input-group > .form-control-plaintext + input[type="url"],
    .comment-form .input-group > .form-control-plaintext + textarea,
    .search-form .input-group > .form-control-plaintext + .search-field,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .comment-form .input-group > .custom-select + input[type="text"],
    .comment-form .input-group > .custom-select + input[type="email"],
    .comment-form .input-group > .custom-select + input[type="url"],
    .comment-form .input-group > .custom-select + textarea,
    .search-form .input-group > .custom-select + .search-field,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .comment-form .input-group > .custom-file + input[type="text"],
    .comment-form .input-group > .custom-file + input[type="email"],
    .comment-form .input-group > .custom-file + input[type="url"],
    .comment-form .input-group > .custom-file + textarea,
    .search-form .input-group > .custom-file + .search-field,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .comment-form .input-group > input:focus[type="text"],
  .comment-form .input-group > input:focus[type="email"],
  .comment-form .input-group > input:focus[type="url"],
  .comment-form .input-group > textarea:focus, .search-form .input-group > .search-field: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), .comment-form .input-group > input:not(:last-child)[type="text"],
  .comment-form .input-group > input:not(:last-child)[type="email"],
  .comment-form .input-group > input:not(:last-child)[type="url"],
  .comment-form .input-group > textarea:not(:last-child), .search-form .input-group > .search-field: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), .comment-form .input-group > input:not(:first-child)[type="text"],
  .comment-form .input-group > input:not(:first-child)[type="email"],
  .comment-form .input-group > input:not(:first-child)[type="url"],
  .comment-form .input-group > textarea:not(:first-child), .search-form .input-group > .search-field: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: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .comment-form input[type="submit"], .comment-form .input-group-prepend input[type="submit"], .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit,
  .input-group-append .btn,
  .input-group-append .comment-form input[type="submit"],
  .comment-form .input-group-append input[type="submit"],
  .input-group-append .search-form .search-submit,
  .search-form .input-group-append .search-submit {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .comment-form input:focus[type="submit"], .comment-form .input-group-prepend input:focus[type="submit"], .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-prepend .search-submit:focus,
    .input-group-append .btn:focus,
    .input-group-append .comment-form input:focus[type="submit"],
    .comment-form .input-group-append input:focus[type="submit"],
    .input-group-append .search-form .search-submit:focus,
    .search-form .input-group-append .search-submit:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .comment-form input[type="submit"] + .btn, .comment-form .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .comment-form .btn + input[type="submit"], .comment-form .input-group-prepend .btn + input[type="submit"], .input-group-prepend .comment-form input[type="submit"] + input[type="submit"], .comment-form .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .search-form .comment-form .search-submit + input[type="submit"], .comment-form .input-group-prepend .search-form .search-submit + input[type="submit"], .search-form .input-group-prepend .comment-form .search-submit + input[type="submit"], .comment-form .search-form .input-group-prepend .search-submit + input[type="submit"], .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit, .search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit, .comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit, .search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .comment-form input[type="submit"] + .input-group-text,
  .comment-form .input-group-prepend input[type="submit"] + .input-group-text,
  .input-group-prepend .search-form .search-submit + .input-group-text,
  .search-form .input-group-prepend .search-submit + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .comment-form .input-group-text + input[type="submit"],
  .comment-form .input-group-prepend .input-group-text + input[type="submit"],
  .input-group-prepend .search-form .input-group-text + .search-submit,
  .search-form .input-group-prepend .input-group-text + .search-submit,
  .input-group-append .btn + .btn,
  .input-group-append .comment-form input[type="submit"] + .btn,
  .comment-form .input-group-append input[type="submit"] + .btn,
  .input-group-append .search-form .search-submit + .btn,
  .search-form .input-group-append .search-submit + .btn,
  .input-group-append .comment-form .btn + input[type="submit"],
  .comment-form .input-group-append .btn + input[type="submit"],
  .input-group-append .comment-form input[type="submit"] + input[type="submit"],
  .comment-form .input-group-append input[type="submit"] + input[type="submit"],
  .input-group-append .search-form .comment-form .search-submit + input[type="submit"],
  .comment-form .input-group-append .search-form .search-submit + input[type="submit"],
  .search-form .input-group-append .comment-form .search-submit + input[type="submit"],
  .comment-form .search-form .input-group-append .search-submit + input[type="submit"],
  .input-group-append .search-form .btn + .search-submit,
  .search-form .input-group-append .btn + .search-submit,
  .input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
  .search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
  .comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
  .search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
  .input-group-append .search-form .search-submit + .search-submit,
  .search-form .input-group-append .search-submit + .search-submit,
  .input-group-append .btn + .input-group-text,
  .input-group-append .comment-form input[type="submit"] + .input-group-text,
  .comment-form .input-group-append input[type="submit"] + .input-group-text,
  .input-group-append .search-form .search-submit + .input-group-text,
  .search-form .input-group-append .search-submit + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .comment-form .input-group-text + input[type="submit"],
  .comment-form .input-group-append .input-group-text + input[type="submit"],
  .input-group-append .search-form .input-group-text + .search-submit,
  .search-form .input-group-append .input-group-text + .search-submit {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  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), .comment-form .input-group-lg > input:not(textarea)[type="text"],
.comment-form .input-group-lg > input:not(textarea)[type="email"],
.comment-form .input-group-lg > input:not(textarea)[type="url"],
.comment-form .input-group-lg > textarea:not(textarea), .search-form .input-group-lg > .search-field:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > .search-field,
.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,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .comment-form .input-group-sm > input:not(textarea)[type="text"],
.comment-form .input-group-sm > input:not(textarea)[type="email"],
.comment-form .input-group-sm > input:not(textarea)[type="url"],
.comment-form .input-group-sm > textarea:not(textarea), .search-form .input-group-sm > .search-field:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > .search-field,
.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,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  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, .comment-form .input-group > .input-group-prepend > input[type="submit"], .search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.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),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit: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, .comment-form .input-group > .input-group-append > input[type="submit"], .search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit: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: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 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: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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(0, 123, 255, 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;
    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; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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 {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.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: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .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: #007bff; }

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

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

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

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

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

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    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 {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 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 {
  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: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-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: flex;
  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: 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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff; }

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

.pagination-lg .page-link {
  padding: 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;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .comment-form input[type="submit"] .badge, .search-form .search-submit .badge {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
    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;
    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;
    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;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #ef2e4f; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #d91133; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 46, 79, 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;
    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;
    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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7c1829;
  background-color: #fcd5dc;
  border-color: #fbc4ce; }
  .alert-danger hr {
    border-top-color: #f9acba; }
  .alert-danger .alert-link {
    color: #51101b; }

.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: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  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; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

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

.list-group-item {
  position: relative;
  display: block;
  padding: 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: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 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 {
    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 {
    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 {
    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 {
    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: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action: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: #7c1829;
  background-color: #fbc4ce; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c1829;
    background-color: #f9acba; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c1829;
    border-color: #7c1829; }

.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);
  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: flex;
  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 {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 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", 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", 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: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

@keyframes spinner-border {
  to {
    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% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #ef2e4f !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d91133 !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: #007bff !important; }

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

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

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

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

.border-danger {
  border-color: #ef2e4f !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: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive 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 {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .screen-reader-text {
  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, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

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

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 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;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !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: #ef2e4f !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c20f2d !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: #212529 !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;
    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; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

html {
  font-size: 24px;
  height: 100%; }

.wrap {
  overflow-x: hidden; }

* {
  -ms-overflow-style: none !important; }

*::-webkit-scrollbar {
  display: none; }

body {
  font-size: .9rem;
  height: 100%;
  position: relative; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, footer #newsletter-form .at-inner legend.at-legend, .h6 {
  font-weight: 700; }

h3, h4, h5,
.h3, .h4, .h5, footer #newsletter-form .at-inner legend.at-legend {
  text-transform: uppercase; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 1.9rem; }

p {
  line-height: 1.8; }

a:focus, a:visited, a:active {
  text-decoration: none !important;
  outline: none; }

.single-post #menu-item-44, .single-impact_stories #menu-item-34 {
  font-weight: bold;
  color: #ed1849; }

.color-red {
  color: #ed1849; }

@media (max-width: 767.98px) {
  .col {
    flex-basis: inherit !important; } }

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

.wrap {
  padding-right: 0px;
  padding-left: 0px; }

/******* LINK OVERRIDES *******/
.main .tab-link {
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px; }
  .main .tab-link:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; }
  .main .tab-link:active {
    background: none !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 3px solid #202020 !important;
    color: #ed1849 !important; }

.annual-report a {
  border: 0 !important; }
  .annual-report a:hover {
    border: 0 !important; }
  .annual-report a:active {
    color: white !important; }

.news-image a {
  padding: 0 !important;
  border: 0 !important;
  width: 100%; }
  .news-image a:hover {
    padding: 0px !important;
    border: 0 !important; }
  .news-image a:active {
    background: none;
    border: none; }

.page-numbers {
  border: 0 !important; }

a.marcusa-icon {
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 3px solid #ed1849 !important; }
  a.marcusa-icon:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 3px solid #ed1849 !important; }
  a.marcusa-icon:active {
    background: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 3px solid #ed1849 !important;
    color: initial !important; }

.social-icons-white a {
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0 !important;
  color: white !important;
  font-size: 50px;
  margin: 0 20px; }
  .social-icons-white a:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important;
    background: none !important;
    color: #ed1849 !important; }
  .social-icons-white a:active {
    background: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important;
    color: initial !important; }

.single-impact_stories .main a {
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0 !important; }
  .single-impact_stories .main a:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
  .single-impact_stories .main a:active {
    background: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
    .single-impact_stories .main a:active i {
      color: #ed1849 !important; }

.single-post .main a {
  display: inline;
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0 !important; }
  .single-post .main a:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
  .single-post .main a:active {
    background: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
    .single-post .main a:active i {
      color: #ed1849 !important; }

.event-copy a, .event-image a {
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0 !important; }
  .event-copy a:hover, .event-image a:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
  .event-copy a:active, .event-image a:active {
    background: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important;
    color: initial !important; }

/*.prefooter-newsletter {
  input[type=submit] {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    margin: 3px 0 10px;
    &:hover {
      background: transparent !important;
      border: 2px solid white;
      color: white !important;
    }
  }
}*/
.impact-social-icon {
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0 !important;
  margin: 0 9px; }
  .impact-social-icon:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
    .impact-social-icon:hover i {
      color: #ed1849; }
  .impact-social-icon:active {
    background: none !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
    .impact-social-icon:active i {
      color: #ed1849; }

.body-link a {
  padding: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0 !important; }
  .body-link a:hover {
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important; }
  .body-link a:active {
    background: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0 !important;
    color: initial !important; }

.blog .col-md-4 a {
  padding: 0 !important;
  border: 0 !important; }
  .blog .col-md-4 a:hover {
    padding: 0px !important;
    border: 0 !important; }
  .blog .col-md-4 a:active {
    background: none;
    border: none; }

/******* END LINK OVERRIDES *******/
.main a {
  display: inline-block;
  padding: 0 9px; }
  .main a:hover {
    cursor: pointer !important; }

.row-background {
  background-position: center center !important; }

.news-grid a {
  border: 0 !important;
  padding: 0 !important; }
  .news-grid a:hover {
    border: 0 !important; }

img {
  max-width: 100%;
  height: auto; }

.body-link a {
  color: #ed1849 !important;
  text-decoration: none;
  font-weight: normal !important;
  border-bottom: 0 !important; }
  .body-link a:hover {
    border: 0 !important;
    text-decoration: underline; }

.standard-vertical-padding {
  padding: 50px 0; }

input[type=submit]:hover {
  background-color: #c30f39 !important;
  border-color: #b90e36; }

.tagline {
  padding: 20px 0;
  width: 170px; }

blockquote:before {
  content: "\201C";
  display: block;
  height: 80px;
  font-size: 4rem;
  font-family: Arial, sans-serif; }

input[type=submit] {
  background-color: #ed1849;
  color: #fff;
  font-size: .7rem;
  padding: 15px 50px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0; }

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

.no-uppercase {
  text-transform: none; }

.container-dark, .container-dark .btn-secondary, .container-dark .comment-form input[type="submit"], .comment-form .container-dark input[type="submit"], .container-dark .search-form .search-submit, .search-form .container-dark .search-submit {
  background: #202020;
  color: #fff; }

.container-lightgray {
  background: #ededed; }

.container-primary, .container-dark .btn-secondary:hover, .container-dark .comment-form input:hover[type="submit"], .comment-form .container-dark input:hover[type="submit"], .container-dark .search-form .search-submit:hover, .search-form .container-dark .search-submit:hover, .slick-arrow {
  background: #ed1849;
  color: #fff; }

.no-column-gutters > .col, .content-block-excerpt > .col,
.no-column-gutters > [class*="col-"],
.content-block-excerpt > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.footer-copyright a {
  color: white; }

.page-header {
  background-size: cover !important;
  min-height: 500px;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.page-header h1 {
  font-size: 2.5rem; }

.color-brand {
  color: #ed1849; }

.featured-background, .content-block-blockquote {
  background: transparent no-repeat center top / cover scroll; }

.girlsinc-title-ui {
  color: white;
  background-size: 201% 100%;
  background-image: linear-gradient(to left, #ed1849 50%, transparent 50%);
  transition: background-position 1s;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background-position: 0 0 !important;
  text-transform: uppercase; }

.dark-ui {
  color: white;
  background-image: linear-gradient(to left, #000 50%, transparent 50%); }

.girlsinc-title-ui.active-title {
  background-position: -100% 0% !important; }

.red-hash {
  color: #ed1849; }

.text-wrapping {
  padding: 70px;
  position: relative; }
  .text-wrapping.top-padding {
    padding-top: 115px; }

.z-position-up {
  position: relative;
  z-index: 9; }

.large-vertical-padding {
  padding-top: 150px;
  padding-bottom: 150px; }

.tab-content ul {
  list-style: none;
  /*li::before {
      content: "•";
      color: red;
      margin-right: 10px;
      display: inline-block;
      position: absolute;
      left: -17px;
    }*/ }

.hover-state {
  border: 2px solid transparent; }

.text-brand {
  color: #ed1849 !important; }

.hr2 {
  height: 1px;
  width: 100%;
  background-color: #191919;
  margin: 50px 0; }

.hover-state:hover {
  border: 2px solid #ed1849; }

.error404 .page-title {
  margin-bottom: 25px;
  margin-top: 150px; }

.page-header a {
  font-weight: bold;
  color: white;
  border-bottom: 3px solid #ed1849; }
  .page-header a:hover {
    text-decoration: none; }

.content-block.full-bg-image a {
  color: #fff; }

.content-block a {
  font-weight: bold;
  color: #202020;
  border-bottom: 3px solid #ed1849; }
  .content-block a:hover {
    text-decoration: none; }

.image-column {
  overflow: hidden; }
  .image-column img {
    width: auto;
    height: 100%;
    max-width: initial; }

.large-horizontal-padding {
  padding-left: 20%;
  padding-right: 20%; }

/*#newsletter-email {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  padding: .2rem .75rem;
  color: white;

  &::placeholder {
    color: white !important;
  }

  &::-moz-placeholder {
    color: white !important;
  }

  &::-webkit-input-placeholder {
    color: white !important;
  }

  &:-ms-input-placeholder {
    color: white !important;
  }

  &:focus {
    outline: none;
  }
}

.row.prefooter-newsletter {
  padding: 40px 40px 0;

  .wpcf7-response-output {
    margin: 0 0 25px 0;
    padding: 0;
    border: 0 !important;
  }

  .form-group {
    margin-bottom: 0;

    input[type=email] {
      color: white;
    }

    span.wpcf7-not-valid-tip {
      color: white;
    }
  }
}

.row.prefooter-newsletter  input[type=submit]{
  font-weight: bold;
  font-size: 1.0rem;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  border-radius: 0 !important;
  border-bottom: 2px solid white;

  &:focus, &:active {
    border: 0;
    outline: none;
  }

  &:hover {
    background: white;
    color: $brand-primary;
  }
}*/
.col-form-label, footer #newsletter-form .at-inner legend.at-legend {
  font-size: 1.1rem; }

.footer-icons {
  padding: 80px 0 0 !important;
  margin-bottom: 20px; }

span.cta-label {
  display: inline-block;
  padding-top: 20px;
  border-bottom: 3px solid #202020; }

a#news-load-more {
  color: #000;
  border-bottom: 3px solid #ed1849;
  display: inline-block;
  margin: 30px 0;
  font-weight: bold; }

a#news-load-more:hover {
  text-decoration: none; }

div#homepage-footer {
  margin-left: -15px;
  margin-right: -15px; }

.full-bg-image {
  background-size: cover; }

.leadership-image img {
  width: 100%; }

.leadership-copy {
  padding: 15px; }

.col-xs-15 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 0; }

.donation-amt-btns .col-lg-15 {
  padding-right: 10px; }

@media (min-width: 768px) {
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0; } }

@media (min-width: 992px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0; } }

@media (max-width: 991.98px) {
  .footer-copyright p {
    font-size: .5rem !important; }
  .row-background {
    padding: 170px 0 0; }
  .full-bg-image {
    padding: 170px 0 0 !important; }
  .flex-last.image-column {
    order: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2; }
  .flex-first.excerpt-column {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1; }
  .image-column img {
    height: auto;
    width: 90%;
    display: block;
    margin: 15px auto 0; }
  .page-content p {
    text-align: left !important; }
  .footer-icons {
    padding: 40px 0 0 !important; }
  span.cta-label {
    font-size: .5rem;
    border-bottom: 2px solid #202020; }
  .page-header {
    min-height: 500px; }
    .page-header h1 {
      font-size: 1.5rem; }
  .news-article .article-block.body-block {
    height: auto !important; }
  .content-block-blockquote {
    padding: 150px 5% 0 !important; }
    .content-block-blockquote .blockquote-inner blockquote {
      font-size: .8rem; }
  .news-grid .flex-column-reverse {
    flex-direction: column !important; }
  h4 {
    font-size: 1.6rem; }
  footer {
    /*.row.prefooter-newsletter {
      padding: 30px 20px 0;

      input[type=submit] {
        text-align: left;
        margin-top: 7px;
      }

      #newsletter-email {
        font-size: .7rem;
        padding-left: 0px;
        margin-top: 15px;
        width: 100% !important;
      }

      label {
        font-size: .8rem;
        margin-bottom: 0;
      }
    }*/ }
    footer .footer-icons img {
      width: auto;
      height: 70px; }
    footer .footer-sidebar {
      padding: 40px 20px 0; }
    footer .brand {
      text-align: left !important; }
  .content-block-content_row .content_row-inner h3, .content-block-content_row .content_row-inner h4, .content-block-content_row .content_row-inner p {
    text-align: left !important; } }

@media all and (max-width: 768px) {
  body {
    font-size: .7rem; }
  .footer-sidebar {
    padding: 20px 0 0 20px !important; }
  .footer-sidebar p.tagline {
    width: 50%;
    padding-right: 0 !important;
    position: relative;
    left: 17%; } }
  @media all and (max-width: 768px) and (max-width: 767.98px) {
    .footer-sidebar p.tagline {
      width: 100%;
      position: static; } }

.white-text {
  color: #fff; }

.black-text {
  color: #000; }

.gold-text {
  color: #f89938; }

.slick-dots li.slick-active button:before {
  content: "\2022" !important; }

html {
  overflow-x: hidden !important; }

.ui-state-default .ui-icon {
  display: none; }

.black-hash {
  color: #202020; }

.ui-widget-content {
  border: none !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none !important;
  background: transparent !important;
  color: #202020 !important;
  outline: none !important; }

.no-padding {
  padding: 0px !important; }

.bordered-text {
  color: #fff;
  font-size: 24px;
  line-height: 56px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: bottom;
  padding: 5px 0px; }

.girlsinc-ui-btn {
  padding: 9px 9px 5px;
  border-bottom: 4px solid #ed1849;
  color: #000;
  cursor: pointer; }

.girlsinc-ui-btn:hover {
  padding: 5px;
  border: 4px solid #ed1849; }

.girlsinc-ui-btn:active, .girlsinc-ui-btn:focus {
  background: #ed1849;
  color: #fff; }

.container-dark .btn-secondary, .container-dark .comment-form input[type="submit"] .btn-secondary, .comment-form .container-dark input[type="submit"] .btn-secondary, .container-dark .comment-form input[type="submit"], .comment-form .container-dark input[type="submit"], .container-dark .search-form .search-submit, .search-form .container-dark .search-submit {
  border-color: #fff; }

.slick-arrow {
  border: 0 none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 70px; }
  .slick-arrow:before {
    font-family: FontAwesome, sans-serif;
    font-size: 2.25rem; }
  .slick-arrow.slick-prev {
    left: 0px; }
    .slick-arrow.slick-prev:before {
      content: url("/app/uploads/2018/10/previous-button.png"); }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      content: url("/app/uploads/2018/10/next-button.png"); }
  .slick-arrow.slick-disabled {
    display: none !important; }

.btn-primary {
  color: #fff;
  background-color: #ed1849;
  border-color: #ed1849; }
  .btn-primary:hover {
    color: #fff;
    background-color: #c30f39;
    border-color: #b90e36; }

.slick-dots {
  list-style: none;
  position: absolute;
  bottom: 0; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      font-size: 0;
      border: 0 none;
      background: none; }
      .slick-dots li button:before {
        color: #fff;
        font-family: FontAwesome, sans-serif;
        font-size: 0.583rem;
        content: '\F10C'; }
      .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button:before {
      content: '\F111'; }

@media all and (max-width: 991px) {
  .gallery-item p.gallery-headline-copy {
    font-size: 1.5rem; }
  .slick-arrow {
    top: 30%;
    width: 30px; }
  .slick-arrow:before {
    font-family: FontAwesome, sans-serif;
    font-size: 1.25rem; } }

/* ----------- override single impact stories !important link padding style ---------- */
@media (max-width: 1199.98px) {
  .single-impact_stories .btn, .single-impact_stories .comment-form input[type="submit"], .comment-form .single-impact_stories input[type="submit"], .single-impact_stories .search-form .search-submit, .search-form .single-impact_stories .search-submit {
    padding: .5rem 1rem !important; }
    .single-impact_stories .btn:hover, .single-impact_stories .comment-form input:hover[type="submit"], .comment-form .single-impact_stories input:hover[type="submit"], .single-impact_stories .search-form .search-submit:hover, .search-form .single-impact_stories .search-submit:hover {
      padding: .5rem 1rem !important; } }

.slick-prev, .slick-next {
  height: 48px !important;
  width: 48px !important; }

.wayra {
  vertical-align: middle;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: #fff;
  background-color: #ed1849; }
  .wayra:hover {
    border-color: #c30f39;
    background-color: #e41242; }

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; } }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; } }

.modalSlide {
  -webkit-animation-duration: .55s;
  animation-duration: .55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.leaveModal {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; }

button:focus, button:active, button:hover, button:visited, a:focus, a:active, a:hover, a:visited {
  outline: 0 !important;
  box-shadow: none !important; }

.center-out {
  border: 3px solid transparent;
  border-bottom: 3px solid #ed1849; }
  .center-out:hover {
    border-color: #ed1849; }

.header-arrow {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  padding: 0px; }
  .header-arrow .arrowDown {
    margin: 0px auto;
    display: table;
    border: none !important;
    background-color: transparent; }
    .header-arrow .arrowDown i {
      font-size: 45px; }
      .header-arrow .arrowDown i:before {
        text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.45); }
    .header-arrow .arrowDown.arrow-color_red i {
      color: #ed1849; }
    .header-arrow .arrowDown.arrow-color_white i {
      color: #fff; }
    .header-arrow .arrowDown.arrow-color_black i {
      color: #000; }
    .header-arrow .arrowDown span {
      line-height: 43px;
      font-size: 18px;
      font-weight: 600; }
    .header-arrow .arrowDown .text-red {
      color: #ed1849; }
    .header-arrow .arrowDown .text-white {
      color: #fff; }
    .header-arrow .arrowDown .text-black {
      color: #fff; }

@media screen and (max-width: 1200px) {
  .header-arrow {
    display: none !important; } }

.comment-list ol {
  list-style: none; }

.search-form label {
  font-weight: normal; }

.at input[type="checkbox"]:checked + span::before {
  background-color: #fff !important;
  border-color: #fff !important; }

.at input[type="checkbox"]:checked + span::after {
  color: #ed1849 !important; }

#sign-the-pledge form .error {
  color: #fff; }

.thankYou {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  padding: 20px; }

.form-section {
  background-color: #ed1849;
  color: #fff;
  padding: 106px 100px 90px 75px;
  width: 100%;
  margin: 0px; }
  @media screen and (max-width: 1024px) {
    .form-section {
      padding: 106px 50px 90px 50px; } }
  @media (max-width: 767.98px) {
    .form-section {
      padding: 50px 15px; }
      .form-section#sign-the-pledge h3 {
        padding-top: 60px; } }
  @media (max-width: 575.98px) {
    .form-section {
      padding: 75px 15px 50px 15px; } }
  .form-section .row {
    width: 100%; }
  .form-section h3 {
    font-size: 48px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .form-section h3 {
        font-size: 36px; }
        .form-section h3 .border-text {
          font-size: 18px;
          line-height: 44px; } }
  .form-section .sub-header {
    width: 100%;
    font-size: 21px; }
  .form-section ul {
    padding: 0px 10%; }
    @media (max-width: 767.98px) {
      .form-section ul {
        padding: 0px 25px;
        margin-left: 40px;
        background-color: transparent !important; } }
    .form-section ul li {
      list-style: none;
      color: #fff;
      list-style-position: inside;
      font-size: 18px;
      margin-bottom: 40px;
      margin-top: 20px;
      line-height: 30px; }
      .form-section ul li:before {
        content: url("/app/uploads/2018/10/check-white.png");
        font-family: FontAwesome, sans-serif;
        margin-left: -45px;
        width: 30px;
        display: inline-block;
        float: left;
        margin-top: 4px; }
      .form-section ul li i {
        margin-right: 20px; }
      .form-section ul li span {
        margin-left: 20px;
        display: block; }
  .form-section .border-left {
    border-left: 3px solid #fff !important; }
    @media (max-width: 767.98px) {
      .form-section .border-left {
        border-left: none !important; }
        .form-section .border-left:before {
          width: 100%;
          height: 1px;
          background-color: #fff;
          display: block;
          margin-left: 15px; } }
  .form-section u {
    text-decoration: none; }
  .form-section .at-row > [class^="at-"] {
    margin: 0px !important; }
  .form-section input[type="text"], .form-section input[type="email"], .form-section input[type='tel'], .form-section select {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 5px solid #ccc !important;
    outline: none;
    width: 100%;
    margin: 5px 0px; }
  .form-section .at-inner {
    background-color: #ed1849; }
    .form-section .at-inner label {
      color: #fff;
      width: 100%;
      font-size: 18px;
      padding-left: 15px; }
    .form-section .at-inner .FirstName, .form-section .at-inner .LastName {
      flex: none; }
    .form-section .at-inner .at-row {
      width: 100%; }
  .form-section .at-fieldset {
    padding: 0 0.625rem; }
  .form-section .content.thankYou {
    color: #fff; }
  .form-section .UpdateMyProfile, .form-section header, .form-section .at-legend {
    display: none; }
  .form-section .at-submit {
    background-color: transparent;
    width: 100%;
    border: solid #fff 3px;
    text-align: center;
    clear: both;
    float: none;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif; }
    .form-section .at-submit:hover {
      background-color: #fff !important;
      color: #ed1849; }

.pledge-banner h4 {
  text-transform: none !important;
  font-size: 28px;
  margin-top: 90px;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif !important; }
  @media (max-width: 767.98px) {
    .pledge-banner h4 {
      font-size: 24px;
      margin-top: 25px;
      text-transform: capitalize; } }

.pledge-banner .large-number, .pledge-banner h3 {
  float: left;
  display: inline; }
  @media (max-width: 767.98px) {
    .pledge-banner .large-number, .pledge-banner h3 {
      text-align: center !important; } }

.pledge-banner h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px; }
  @media (max-width: 767.98px) {
    .pledge-banner h3 {
      font-size: 28px;
      line-height: 34px; } }

.pledge-banner .large-number {
  font-size: 100px;
  font-weight: 700;
  text-align: right;
  display: block;
  width: 100%;
  line-height: 120px; }
  @media (max-width: 767.98px) {
    .pledge-banner .large-number {
      font-size: 56px;
      line-height: 70px; } }

.pledge-banner .center-container {
  margin: 0px auto;
  max-width: 985px; }

.pledge-banner .text-center {
  max-width: 995px;
  margin: 0px auto; }
  .pledge-banner .text-center p .learn-more {
    color: #fff; }
    .pledge-banner .text-center p .learn-more:hover {
      text-decoration: none; }
    .pledge-banner .text-center p .learn-more:after, .pledge-banner .text-center p .learn-more:before {
      background-color: #202020; }

.pledge-banner .btn-white {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px; }
  @media (max-width: 575.98px) {
    .pledge-banner .btn-white {
      margin-bottom: 10px; } }
  .pledge-banner .btn-white:hover {
    background-color: #e6e6e6; }
  .pledge-banner .btn-white i {
    color: #ed1849; }

.mfp-close {
  color: #fff !important;
  border: 2px solid #fff !important;
  margin-top: 30px;
  margin-right: 30px;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  font-weight: 700 !important;
  line-height: 1; }

.form-results .bg-top {
  position: relative;
  z-index: 10;
  margin-bottom: -30px; }
  .form-results .bg-top img {
    display: block;
    margin: 0px auto; }

.form-results .result-content {
  background-color: #ed1849; }
  .form-results .result-content .row:first-of-type {
    margin: 0px auto !important;
    padding: 0px; }
  .form-results .result-content div.social-icons ul.social-icons {
    text-align: left !important; }
    @media (max-width: 767.98px) {
      .form-results .result-content div.social-icons ul.social-icons {
        text-align: center !important; } }
    .form-results .result-content div.social-icons ul.social-icons .social-link a i {
      font-size: 40px;
      margin-right: 35px !important; }
    .form-results .result-content div.social-icons ul.social-icons .social-link:last-child a i {
      margin-right: 0px !important; }
  .form-results .result-content .img-blocks {
    padding: 0px; }
    .form-results .result-content .img-blocks img {
      display: block;
      width: 100%; }
  @media (max-width: 767.98px) {
    .form-results .result-content .img-grid {
      margin: 0px;
      padding: 0px; } }
  .form-results .result-content .success-message-block {
    color: #fff;
    padding: 0px 50px; }
    .form-results .result-content .success-message-block .fa-check-circle {
      font-size: 55px;
      margin-bottom: 45px; }
    .form-results .result-content .success-message-block h4 {
      font-size: 48px;
      line-height: 56px; }
    .form-results .result-content .success-message-block h5 {
      font-size: 28px;
      line-height: 43px;
      text-transform: none; }
    .form-results .result-content .success-message-block a {
      color: #fff; }
      .form-results .result-content .success-message-block a i {
        font-size: 40px;
        margin-right: 35px; }
    .form-results .result-content .success-message-block .success-content a {
      text-decoration: underline; }
  .form-results .result-content .mobile-thank-you {
    color: #fff;
    text-align: center;
    margin: 40px auto; }
    .form-results .result-content .mobile-thank-you .mobile-success .fa-check-circle {
      font-size: 35px;
      margin-bottom: 15px; }

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none; } }

.show-mobile {
  display: none; }
  @media (max-width: 767.98px) {
    .show-mobile {
      display: block; } }

.read-list h6 {
  color: #fff !important;
  text-align: center;
  text-decoration: underline;
  font-weight: 700; }

.at input[type="checkbox"]:hover + span:before {
  border-color: #ced4da !important; }

.engagingNetworks-form .at {
  color: #222;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
  box-sizing: border-box; }

.engagingNetworks-form .at *, .engagingNetworks-form .at *:before, .engagingNetworks-form .at *:after {
  box-sizing: border-box; }

.engagingNetworks-form .at a:hover {
  cursor: pointer; }

.engagingNetworks-form .at img {
  max-width: 100%;
  height: auto; }

.engagingNetworks-form .at img {
  -ms-interpolation-mode: bicubic; }

.engagingNetworks-form .at .left {
  float: left !important; }

.engagingNetworks-form .at .right {
  float: right !important; }

.engagingNetworks-form .at .clearfix:before, .engagingNetworks-form .at .clearfix:after {
  content: " ";
  display: table; }

.engagingNetworks-form .at .clearfix:after {
  clear: both; }

.engagingNetworks-form .at .hide {
  display: none; }

.engagingNetworks-form .at .invisible {
  visibility: hidden; }

.engagingNetworks-form .at .antialiased, .engagingNetworks-form .at small.info, .engagingNetworks-form .at .error small.error {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.engagingNetworks-form .at img {
  display: inline-block;
  vertical-align: middle; }

.engagingNetworks-form .at textarea {
  height: auto;
  min-height: 50px; }

.engagingNetworks-form .at select {
  width: 100%; }

.engagingNetworks-form .at form {
  margin: 0; }

.engagingNetworks-form .at form .row .row {
  margin: 0 -.5rem; }

.engagingNetworks-form .at form .row .row .column, .engagingNetworks-form .at form .row .row .columns {
  padding: 0 .5rem; }

.engagingNetworks-form .at form .row .row.collapse {
  margin: 0; }

.engagingNetworks-form .at form .row .row.collapse .column, .engagingNetworks-form .at form .row .row.collapse .columns {
  padding: 0; }

.engagingNetworks-form .at form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.engagingNetworks-form .at form .row input.column, .engagingNetworks-form .at form .row input.columns, .engagingNetworks-form .at form .row textarea.column, .engagingNetworks-form .at form .row textarea.columns {
  padding-left: .5rem; }

.engagingNetworks-form .at label {
  font-size: .875rem;
  color: #5b6671;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative; }

.engagingNetworks-form .at label.right {
  float: none !important;
  text-align: right; }

.engagingNetworks-form .at label.inline {
  margin: 0 0 1rem 0;
  padding: .5625rem 0; }

.engagingNetworks-form .at label small {
  text-transform: none;
  color: #a2abb4; }

.engagingNetworks-form .at small.optional {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
  text-transform: none;
  color: #a2abb4; }

.engagingNetworks-form .at input[type="text"], .engagingNetworks-form .at input[type="password"], .engagingNetworks-form .at input[type="date"], .engagingNetworks-form .at input[type="datetime"], .engagingNetworks-form .at input[type="datetime-local"], .engagingNetworks-form .at input[type="month"], .engagingNetworks-form .at input[type="week"], .engagingNetworks-form .at input[type="email"], .engagingNetworks-form .at input[type="number"], .engagingNetworks-form .at input[type="search"], .engagingNetworks-form .at input[type="tel"], .engagingNetworks-form .at input[type="time"], .engagingNetworks-form .at input[type="url"], .engagingNetworks-form .at input[type="color"], .engagingNetworks-form .at textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #ced4da;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: .875rem;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding: .5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px; }

.engagingNetworks-form .at input[type="text"]:focus, .engagingNetworks-form .at input[type="password"]:focus, .engagingNetworks-form .at input[type="date"]:focus, .engagingNetworks-form .at input[type="datetime"]:focus, .engagingNetworks-form .at input[type="datetime-local"]:focus, .engagingNetworks-form .at input[type="month"]:focus, .engagingNetworks-form .at input[type="week"]:focus, .engagingNetworks-form .at input[type="email"]:focus, .engagingNetworks-form .at input[type="number"]:focus, .engagingNetworks-form .at input[type="search"]:focus, .engagingNetworks-form .at input[type="tel"]:focus, .engagingNetworks-form .at input[type="time"]:focus, .engagingNetworks-form .at input[type="url"]:focus, .engagingNetworks-form .at input[type="color"]:focus, .engagingNetworks-form .at textarea:focus {
  box-shadow: 0 0 5px #ced4da;
  border-color: #228ae6; }

.engagingNetworks-form .at input[type="text"]:focus, .engagingNetworks-form .at input[type="password"]:focus, .engagingNetworks-form .at input[type="date"]:focus, .engagingNetworks-form .at input[type="datetime"]:focus, .engagingNetworks-form .at input[type="datetime-local"]:focus, .engagingNetworks-form .at input[type="month"]:focus, .engagingNetworks-form .at input[type="week"]:focus, .engagingNetworks-form .at input[type="email"]:focus, .engagingNetworks-form .at input[type="number"]:focus, .engagingNetworks-form .at input[type="search"]:focus, .engagingNetworks-form .at input[type="tel"]:focus, .engagingNetworks-form .at input[type="time"]:focus, .engagingNetworks-form .at input[type="url"]:focus, .engagingNetworks-form .at input[type="color"]:focus, .engagingNetworks-form .at textarea:focus {
  background: #fff;
  border-color: #228ae6;
  outline: none; }

.engagingNetworks-form .at input[type="text"]:disabled, .engagingNetworks-form .at input[type="password"]:disabled, .engagingNetworks-form .at input[type="date"]:disabled, .engagingNetworks-form .at input[type="datetime"]:disabled, .engagingNetworks-form .at input[type="datetime-local"]:disabled, .engagingNetworks-form .at input[type="month"]:disabled, .engagingNetworks-form .at input[type="week"]:disabled, .engagingNetworks-form .at input[type="email"]:disabled, .engagingNetworks-form .at input[type="number"]:disabled, .engagingNetworks-form .at input[type="search"]:disabled, .engagingNetworks-form .at input[type="tel"]:disabled, .engagingNetworks-form .at input[type="time"]:disabled, .engagingNetworks-form .at input[type="url"]:disabled, .engagingNetworks-form .at input[type="color"]:disabled, .engagingNetworks-form .at textarea:disabled {
  background-color: #f1f3f5;
  cursor: not-allowed !important; }

.engagingNetworks-form .at input[type="text"][disabled], .engagingNetworks-form .at input[type="text"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="text"], .engagingNetworks-form .at input[type="password"][disabled], .engagingNetworks-form .at input[type="password"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="password"], .engagingNetworks-form .at input[type="date"][disabled], .engagingNetworks-form .at input[type="date"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="date"], .engagingNetworks-form .at input[type="datetime"][disabled], .engagingNetworks-form .at input[type="datetime"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="datetime"], .engagingNetworks-form .at input[type="datetime-local"][disabled], .engagingNetworks-form .at input[type="datetime-local"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="datetime-local"], .engagingNetworks-form .at input[type="month"][disabled], .engagingNetworks-form .at input[type="month"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="month"], .engagingNetworks-form .at input[type="week"][disabled], .engagingNetworks-form .at input[type="week"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="week"], .engagingNetworks-form .at input[type="email"][disabled], .engagingNetworks-form .at input[type="email"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="email"], .engagingNetworks-form .at input[type="number"][disabled], .engagingNetworks-form .at input[type="number"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="number"], .engagingNetworks-form .at input[type="search"][disabled], .engagingNetworks-form .at input[type="search"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="search"], .engagingNetworks-form .at input[type="tel"][disabled], .engagingNetworks-form .at input[type="tel"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="tel"], .engagingNetworks-form .at input[type="time"][disabled], .engagingNetworks-form .at input[type="time"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="time"], .engagingNetworks-form .at input[type="url"][disabled], .engagingNetworks-form .at input[type="url"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="url"], .engagingNetworks-form .at input[type="color"][disabled], .engagingNetworks-form .at input[type="color"][readonly], .engagingNetworks-form fieldset[disabled] .at input[type="color"], .engagingNetworks-form .at textarea[disabled], .engagingNetworks-form .at textarea[readonly], .engagingNetworks-form fieldset[disabled] .at textarea {
  background-color: #f1f3f5;
  cursor: not-allowed !important;
  border-color: #ced4da;
  box-shadow: none; }

.engagingNetworks-form .at input[type="text"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="password"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="date"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="datetime"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="datetime-local"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="month"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="week"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="email"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="number"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="search"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="tel"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="time"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="url"]::-webkit-input-placeholder, .engagingNetworks-form .at input[type="color"]::-webkit-input-placeholder, .engagingNetworks-form .at textarea::-webkit-input-placeholder {
  color: #ced4da; }

.engagingNetworks-form .at input[type="text"]::-moz-placeholder, .engagingNetworks-form .at input[type="password"]::-moz-placeholder, .engagingNetworks-form .at input[type="date"]::-moz-placeholder, .engagingNetworks-form .at input[type="datetime"]::-moz-placeholder, .engagingNetworks-form .at input[type="datetime-local"]::-moz-placeholder, .engagingNetworks-form .at input[type="month"]::-moz-placeholder, .engagingNetworks-form .at input[type="week"]::-moz-placeholder, .engagingNetworks-form .at input[type="email"]::-moz-placeholder, .engagingNetworks-form .at input[type="number"]::-moz-placeholder, .engagingNetworks-form .at input[type="search"]::-moz-placeholder, .engagingNetworks-form .at input[type="tel"]::-moz-placeholder, .engagingNetworks-form .at input[type="time"]::-moz-placeholder, .engagingNetworks-form .at input[type="url"]::-moz-placeholder, .engagingNetworks-form .at input[type="color"]::-moz-placeholder, .engagingNetworks-form .at textarea::-moz-placeholder {
  color: #ced4da; }

.engagingNetworks-form .at input[type="text"]:-moz-placeholder, .engagingNetworks-form .at input[type="password"]:-moz-placeholder, .engagingNetworks-form .at input[type="date"]:-moz-placeholder, .engagingNetworks-form .at input[type="datetime"]:-moz-placeholder, .engagingNetworks-form .at input[type="datetime-local"]:-moz-placeholder, .engagingNetworks-form .at input[type="month"]:-moz-placeholder, .engagingNetworks-form .at input[type="week"]:-moz-placeholder, .engagingNetworks-form .at input[type="email"]:-moz-placeholder, .engagingNetworks-form .at input[type="number"]:-moz-placeholder, .engagingNetworks-form .at input[type="search"]:-moz-placeholder, .engagingNetworks-form .at input[type="tel"]:-moz-placeholder, .engagingNetworks-form .at input[type="time"]:-moz-placeholder, .engagingNetworks-form .at input[type="url"]:-moz-placeholder, .engagingNetworks-form .at input[type="color"]:-moz-placeholder, .engagingNetworks-form .at textarea:-moz-placeholder {
  color: #ced4da; }

.engagingNetworks-form .at input[type="text"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="password"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="date"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="datetime"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="datetime-local"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="month"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="week"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="email"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="number"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="search"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="tel"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="time"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="url"]:-ms-input-placeholder, .engagingNetworks-form .at input[type="color"]:-ms-input-placeholder, .engagingNetworks-form .at textarea:-ms-input-placeholder {
  color: #ced4da; }

.engagingNetworks-form .at input[type="submit"] {
  -webkit-appearance: none; }

.engagingNetworks-form .at textarea[rows] {
  height: auto; }

.engagingNetworks-form .at textarea {
  max-width: 100%;
  resize: vertical; }

.engagingNetworks-form .at select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  display: block;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPnNlbGVjdGFycm93PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gICAgICAgIDxnIGlkPSJzZWxlY3RhcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjODY4RTk2Ij4gICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHBvaW50cz0iMCAzIDMuMDU1MDg0OTMgMCA2IDIuODkxODE2NTciPjwvcG9seWxpbmU+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCA4LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMy4wMDAwMDAsIC04LjUwMDAwMCkgIiBwb2ludHM9IjAgMTAgMy4wNTUwODQ5MyA3IDYgOS44OTE4MTY1NyI+PC9wb2x5bGluZT4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) !important;
  background-position: right 8px center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ced4da;
  padding: .5rem 1.25rem .5rem .5rem;
  font-size: .875rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 4px;
  height: 2.3125rem; }

.engagingNetworks-form .at select::-ms-expand {
  display: none; }

.engagingNetworks-form .at select:focus {
  box-shadow: 0 0 5px #ced4da;
  border-color: #228ae6; }

.engagingNetworks-form .at select:focus {
  border-color: #228ae6;
  outline: none; }

.engagingNetworks-form .at select:disabled {
  background-color: #f1f3f5;
  cursor: not-allowed; }

.engagingNetworks-form .at select[multiple] {
  height: auto; }

.engagingNetworks-form .at input[type="file"], .engagingNetworks-form .at input[type="checkbox"], .engagingNetworks-form .at input[type="radio"], .engagingNetworks-form .at select {
  margin: 0 0 1rem 0; }

.engagingNetworks-form .at input[type="checkbox"] {
  left: -9999em;
  position: absolute; }

.engagingNetworks-form .at input[type="checkbox"] + span {
  cursor: pointer;
  float: left;
  padding-left: 1.65rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.engagingNetworks-form .at input[type="checkbox"] + span:before {
  height: 1.125rem;
  width: 1.125rem;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #ced4da;
  color: inherit;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 2px; }

.engagingNetworks-form .at input[type="checkbox"] + span:after {
  transition: all 0.1s ease-in-out;
  color: #fff;
  content: "\2714";
  display: block;
  font-family: 'Arial Unicode MS';
  font-size: .8125rem;
  line-height: 1;
  left: 4px;
  position: absolute;
  top: 5px; }

.engagingNetworks-form .at input[type="checkbox"]:not(:checked) + span:after, .engagingNetworks-form .at input[type="checkbox"].unchecked + span:after {
  opacity: 0;
  transform: scale(0); }

.engagingNetworks-form .at input[type="checkbox"]:checked + span:before {
  background-color: #228ae6;
  border-color: #228ae6; }

.engagingNetworks-form .at input[type="checkbox"]:checked + span:after {
  color: #fff;
  opacity: 1;
  transform: scale(1); }

.engagingNetworks-form .at input[type="checkbox"]:focus + span:before {
  box-shadow: 0 0 4px 0 #228ae6;
  border-color: #228ae6; }

.engagingNetworks-form .at input[type="checkbox"]:active + span:before {
  background-color: #1c7cd6;
  border-color: #1c7cd6; }

.engagingNetworks-form .at input[type="checkbox"]:active + span:after {
  color: #fff; }

.engagingNetworks-form .at input[type="checkbox"]:hover + span:before {
  border-color: #1c7cd6; }

.engagingNetworks-form .at input[type="checkbox"][disabled] + span {
  cursor: default; }

.engagingNetworks-form .at input[type="checkbox"][disabled] + span:before {
  background-color: #f1f3f5;
  border-color: #ced4da; }

.engagingNetworks-form .at input[type="checkbox"][disabled] + span:after {
  color: #ced4da !important; }

.engagingNetworks-form .at input[type="radio"] + label {
  display: inline-block;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

.engagingNetworks-form .at input[type="file"] {
  width: 100%; }

.engagingNetworks-form .at input[type=number] {
  -moz-appearance: textfield; }

.engagingNetworks-form .at input[type="number"]::-webkit-inner-spin-button, .engagingNetworks-form .at input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.engagingNetworks-form .at fieldset {
  border-width: 0;
  padding: 0 0 23px;
  margin: 0; }

.engagingNetworks-form .at fieldset legend {
  color: #212529;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0 0.625rem;
  padding-bottom: 0;
  padding-top: 23px;
  border: 0; }

.engagingNetworks-form .at fieldset:last-of-type {
  border-bottom: 0px; }

.engagingNetworks-form .at small.info {
  display: block;
  padding: .375rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 500;
  font-style: normal;
  white-space: normal;
  text-align: left;
  clear: both;
  background: transparent;
  color: #fa5252;
  margin-top: -1.0625rem;
  color: #228ae6; }

.engagingNetworks-form .at small.info a {
  text-decoration: underline; }

.engagingNetworks-form .at input:hover + small.info, .engagingNetworks-form .at input:focus + small.info {
  border-top-color: #228ae6; }

.engagingNetworks-form .at .form-unit-radio.error label ~ small.error:before {
  content: "\A0   "; }

.engagingNetworks-form .at .error input, .engagingNetworks-form .at .error textarea, .engagingNetworks-form .at .error select {
  margin-bottom: 0; }

.engagingNetworks-form .at .error input[type="checkbox"], .engagingNetworks-form .at .error input[type="radio"] {
  margin-bottom: 1rem; }

.engagingNetworks-form .at .error label, .engagingNetworks-form .at .error label.error {
  color: #fa5252; }

.engagingNetworks-form .at .error small.error {
  display: block;
  padding: .375rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 500;
  font-style: normal;
  white-space: normal;
  text-align: left;
  clear: both;
  background: transparent;
  color: #fa5252; }

.engagingNetworks-form .at .error > label > small {
  color: #707d8b;
  background: transparent;
  padding: 0;
  text-transform: none;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.engagingNetworks-form .at .error span.error-message {
  display: block; }

.engagingNetworks-form .at input.error, .engagingNetworks-form .at textarea.error, .engagingNetworks-form .at select.error {
  margin-bottom: 0; }

.engagingNetworks-form .at label.error {
  color: #fa5252; }

.engagingNetworks-form .at .checkbox-list-label {
  margin-left: 10px;
  padding-bottom: 10px; }

.engagingNetworks-form .at .EventSignup .at-legend {
  padding-top: 0; }

.engagingNetworks-form .at .EventSignup .EventLocationsParent div.form-unit-radio > label, .engagingNetworks-form .at .EventSignup .EventRolesParent div.form-unit-radio > label {
  color: #212529;
  font-weight: bold;
  font-size: 1rem; }

.engagingNetworks-form .at .EventSignup .EventShiftsParent label[name=EventShiftsParent] {
  color: #212529;
  font-weight: bold;
  font-size: 1rem; }

.engagingNetworks-form .at .EventSignup .EventRolesParent, .engagingNetworks-form .at .EventSignup .EventShiftsParent {
  margin-top: 10px; }

.engagingNetworks-form .at .EventSignup .at-check span {
  margin-bottom: 8px; }

.engagingNetworks-form .at .EventSignup .form-unit-radio {
  margin-left: 10px; }

.engagingNetworks-form .at .EventSignup .form-unit-radio > label {
  padding-bottom: 10px; }

.engagingNetworks-form .at .EventSignup .form-unit-radio .radios input[type="radio"] {
  margin-right: 5px;
  margin-bottom: 8px; }

.engagingNetworks-form .at table {
  background: #fff;
  margin-bottom: 1.25rem;
  table-layout: auto; }

.engagingNetworks-form .at table caption {
  background: rgba(0, 0, 0, 0);
  color: #222;
  font-size: 1rem;
  font-weight: bold; }

.engagingNetworks-form .at table thead {
  background: #f1f3f5; }

.engagingNetworks-form .at table thead tr th, .engagingNetworks-form .at table thead tr td {
  padding: .5rem .625rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  color: #222; }

.engagingNetworks-form .at table tfoot {
  background: #f1f3f5; }

.engagingNetworks-form .at table tfoot tr th, .engagingNetworks-form .at table tfoot tr td {
  padding: .5rem .625rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  color: #222; }

.engagingNetworks-form .at table tr th, .engagingNetworks-form .at table tr td {
  padding: .5625rem .625rem;
  font-size: .875rem;
  color: #222;
  text-align: left; }

.engagingNetworks-form .at table tr.even, .engagingNetworks-form .at table tr.alt, .engagingNetworks-form .at table tr:nth-of-type(even) {
  background: #f8f9fa; }

.engagingNetworks-form .at table thead tr th, .engagingNetworks-form .at table tfoot tr th, .engagingNetworks-form .at table tfoot tr td, .engagingNetworks-form .at table tbody tr th, .engagingNetworks-form .at table tbody tr td, .engagingNetworks-form .at table tr td {
  display: table-cell;
  line-height: 1.125rem; }

.engagingNetworks-form .at .btn-at-primary {
  background-color: #228ae6;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
  outline: 0;
  float: right;
  font-size: 14px;
  border-radius: 5px; }

.engagingNetworks-form .at input[type="text"], .engagingNetworks-form .at input[type="password"], .engagingNetworks-form .at input[type="date"], .engagingNetworks-form .at input[type="datetime"], .engagingNetworks-form .at input[type="datetime-local"], .engagingNetworks-form .at input[type="month"], .engagingNetworks-form .at input[type="week"], .engagingNetworks-form .at input[type="email"], .engagingNetworks-form .at input[type="number"], .engagingNetworks-form .at input[type="search"], .engagingNetworks-form .at input[type="tel"], .engagingNetworks-form .at input[type="time"], .engagingNetworks-form .at input[type="url"], .engagingNetworks-form .at input[type="color"], .engagingNetworks-form .at textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #ced4da;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: .875rem;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding: .5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px; }

.engagingNetworks-form .at-row, .engagingNetworks-form .at-targets-have-images {
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.engagingNetworks-form .at-row {
  width: 100%; }

.engagingNetworks-form .FirstName {
  flex: none; }

.engagingNetworks-form label {
  font-size: .875rem;
  color: #5b6671;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative; }

.engagingNetworks-form .at-row > [class^="at-"] {
  box-flex: 1;
  -moz-flex: 1 200px;
  flex: 1 200px;
  margin: 0 0.625rem;
  min-width: 200px; }

/*.main {
  @include make-col-ready();
  @include media-breakpoint-up(sm) {
    @include make-col($main-sm-columns);
    .sidebar-primary & {
      @include make-col($main-sm-columns - $sidebar-sm-columns);
    }
  }
}
.sidebar {
  @include make-col-ready();
  @include media-breakpoint-up(sm) {
    @include make-col($sidebar-sm-columns);
  }
}*/
.footer-sidebar {
  padding: 40px 70px 0; }
  .footer-sidebar section:nth-child(2), .footer-sidebar section:nth-child(3), .footer-sidebar section:nth-child(4) {
    flex-grow: 1.3; }

.footer-copyright, .footer-social {
  padding: 0 40px; }

@media (max-width: 1199.98px) {
  footer .footer-social {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center; }
  footer .footer-sidebar {
    padding: 40px 40px 0; }
  footer .footer-social {
    position: relative; } }

footer .footer-social {
  position: relative !important;
  bottom: 90px !important; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto; }

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem; }
  .alignright {
    float: right;
    margin-left: 0.5rem; } }

.header-section {
  padding-left: 40px;
  padding-right: 100px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 750px; }
  @media screen and (min-width: 1700px) {
    .header-section {
      height: 100vh; } }
  @media screen and (max-width: 768px) {
    .header-section {
      padding: 70px 0px 0px 0px;
      clear: both;
      float: none;
      background-color: #000;
      margin-right: 0; }
      .header-section > div {
        margin-right: 0;
        padding-right: 0px; }
      .header-section .header-arrow {
        display: none; }
      .header-section .right-block {
        display: none; } }
  .header-section h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif; }
  .header-section a {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 4px solid #ed1849;
    padding-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
    .header-section a:hover {
      text-decoration: none; }
  .header-section p {
    font-size: 21px;
    line-height: 36px; }
    @media (max-width: 767.98px) {
      .header-section p {
        font-size: .7rem !important;
        line-height: 1.8 !important; } }
  .header-section .img-mobile {
    display: block;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .header-section .img-mobile {
      display: none; } }
  @media screen and (max-width: 768px) {
    .header-section .content-section {
      padding-left: 35px;
      padding-right: 35px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+25,000000+98&0+0,1+93 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 25%, black 93%, black 98%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      position: relative;
      bottom: 0; } }
  .header-section .header-arrow {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    padding: 0px; }
    .header-section .header-arrow a {
      margin: 0px auto;
      display: table;
      border: none !important; }
      .header-section .header-arrow a:hover {
        border: none !important; }

@media screen and (max-width: 768px) {
  .support_resources .header-section .content-section, .news-press .header-section .content-section {
    z-index: 100;
    margin-top: -25px;
    background: transparent; } }

#the-change .person img {
  margin: 0px; }

.partners .top-wrapper {
  clear: both;
  float: none;
  width: 100%; }
  .partners .top-wrapper .slide-nav-buttons {
    height: 40px;
    position: absolute;
    width: 120px;
    right: 45px;
    margin-top: -70px; }
    .partners .top-wrapper .slide-nav-buttons .slick-arrow {
      color: #000;
      border: 1px solid #cccccc;
      border-radius: 2px;
      width: 48px;
      height: 48px; }

.partners .slick-prev:before, .partners .slick-next:before {
  color: #000;
  font-size: 35px;
  font-family: FontAwesome, sans-serif; }

.partners .slick-slider {
  clear: both;
  float: none;
  width: 100%; }

@media (max-width: 767.98px) {
  .slick-dots li button:before {
    opacity: 1;
    font-size: 15px !important;
    transition: font-size .5s; }
  .slick-dots li.slick-active button:before {
    font-size: 20px !important; } }

.slick-slide img {
  width: 100%; }

.two-up-slider {
  padding: 0px;
  margin: 0px; }
  .two-up-slider .slick-track {
    background-color: #ededed; }
    @media (max-width: 767.98px) {
      .two-up-slider .slick-track {
        background-color: #ed1849; } }
  .two-up-slider .slick-slide {
    border-right: 3px solid #ededed; }
    @media screen and (max-width: 928px) {
      .two-up-slider .slick-slide {
        border-right: none; } }
  .two-up-slider .slick-arrow {
    background: #ed1849;
    color: #fff;
    border: none;
    outline: none;
    height: 78px !important;
    width: 78px !important;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 928px) {
      .two-up-slider .slick-arrow {
        height: 52px !important;
        width: 52px !important; } }
    .two-up-slider .slick-arrow:before {
      color: #fff;
      opacity: 1;
      font-size: 2.25rem; }
      @media screen and (max-width: 928px) {
        .two-up-slider .slick-arrow:before {
          font-size: 28px; } }
    .two-up-slider .slick-arrow:hover, .two-up-slider .slick-arrow:active, .two-up-slider .slick-arrow:focus {
      opacity: .75;
      background-size: cover;
      background-repeat: no-repeat; }
  .two-up-slider .slick-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA2CAYAAACIsLrgAAABPklEQVRoge3aP45BURTH8R9RMIh2ajtQzBYkr5nEEixAIhrNlBqRaCaZVqnXWIRidmAHKoRCkPMSihfFk5x/5HybmxeJ+MR177sobD6TC96o4jthEKAXKEDeC5D3AuS9AHkvQN5jBxW/mvj466ejRaygUtJCYz5BudNOR7rWjg1EL77++4NCtZJe00jX2ig2UG08uGNuWaDEFwVtFBtoN5zisj88fEwTxQY6Lf+x7Y3MUaxTzgOK/TNkjRJZFCxRYqucFUp02bZAie9DeVC0KXMVd9vPlr3Hy0bvHG3KLwHKg6HpSNOSKzGQBQZSICsMJECWGEicWC0xkDyxZtPAQPrEeksLA419SBMD6ROrNgaSJ1YLDMX+sz59wVjufuM4W+C8WnM+da7ifwreC5D3AuS9AHkvQN4LkPcC5DoAV7PZxzAnV8QZAAAAAElFTkSuQmCC) !important; }
    .two-up-slider .slick-next:before {
      content: "" !important;
      font-family: FontAwesome, sans-serif; }
  .two-up-slider .slick-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA2CAYAAACIsLrgAAABQElEQVRoge3aPw4BURDH8R9R+But2g0UriDRSBzBASSi0Sg1ItFItEq9xiEUbuAGKoRCkNlEs7FWMbMzK/NtXl6z6xPr7VtkjrX2E39U9p8wcFAKcpD1HGQ9B1nPQdZzkPVUQNlmHcXlIBjZj81+xJhy7Qaq6xny3VYw0pyzREH04iuLMTKlQjCnkeacqMRAYcw7mpenQ7bzJAKKwkgkDorDPC9XnEdztvOJgn7BnPoT3Ld7tnOKgTQwkAJpYSAB0sSAG6SNASfIAgacILo5amPgu+0v0c2R3olPSezZomID0eVEl5U2ivWSs4Bi/wxpo0QWBU2U2CqnhRJdtjVQ4vehX1Cpe2KNQ3GW2E4hCpWqJ9ZwYZTEHk/lZ336gjHf6+C22uCxO7Ae2/+nYD0HWc9B1nOQ9RxkPQdZz0GmA/ACoCPHMFUmvmEAAAAASUVORK5CYII=) !important; }
    .two-up-slider .slick-prev:before {
      content: "" !important;
      font-family: FontAwesome, sans-serif; }
  .two-up-slider .slick-slide {
    padding: 0;
    background-color: #ed1849; }
  .two-up-slider .first-slide {
    background-color: #ededed;
    min-height: 600px;
    padding: 20px 100px; }
    @media screen and (max-width: 928px) {
      .two-up-slider .first-slide {
        padding: 20px 85px 20px 65px; } }
    .two-up-slider .first-slide h5 {
      font-size: 48px;
      line-height: 50px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif; }
      @media screen and (max-width: 375px) {
        .two-up-slider .first-slide h5 {
          font-size: 12vw; } }
    .two-up-slider .first-slide p {
      font-size: 24px;
      line-height: 36px; }
    .two-up-slider .first-slide .download-pdf a {
      font-weight: 700;
      color: #000;
      text-decoration: none !important; }
      .two-up-slider .first-slide .download-pdf a:before, .two-up-slider .first-slide .download-pdf a:after {
        background-color: #ed1849; }
    .two-up-slider .first-slide .download-pdf i {
      color: #000; }
  .two-up-slider .image-slide .slide-info {
    background-color: #ed1849;
    color: #fff;
    margin: 0px;
    padding: 60px 60px 60px 0px;
    max-height: 250px; }
    @media screen and (max-width: 928px) {
      .two-up-slider .image-slide .slide-info {
        max-height: none;
        padding: 20px 0px; } }
    .two-up-slider .image-slide .slide-info .slide-number p {
      text-align: center;
      font-size: 69px;
      font-weight: 700; }
      @media screen and (max-width: 928px) {
        .two-up-slider .image-slide .slide-info .slide-number p {
          margin-bottom: 0px; } }
      .two-up-slider .image-slide .slide-info .slide-number p:after {
        content: "";
        display: block;
        height: 6px;
        background-color: #202020;
        clear: both;
        float: none;
        top: -30px;
        position: relative;
        max-width: 67px;
        margin: 0px auto; }
    .two-up-slider .image-slide .slide-info .slide-text h6 {
      font-weight: 900;
      font-size: 36px;
      line-height: 34px; }
    .two-up-slider .image-slide .slide-info .slide-text p {
      font-size: 24px;
      line-height: 34px; }

*::-ms-backdrop, .two-up-slider .first-slide {
  padding-top: 75px; }

.block-nav {
  padding: 0px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .block-nav img {
      width: 100%; } }
  .block-nav .row {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .block-nav .row .col-md-4 {
      padding: 0px; }
  .block-nav .block-white {
    background-color: #fff; }
    .block-nav .block-white a {
      color: #212529; }
      .block-nav .block-white a:after, .block-nav .block-white a:before {
        background-color: #ed1849; }
  .block-nav .block-black {
    background-color: #202020;
    color: #fff; }
    .block-nav .block-black a {
      color: #fff; }
      .block-nav .block-black a:after, .block-nav .block-black a:before {
        background-color: #ed1849; }
  .block-nav .block-red {
    background-color: #ef2e4f;
    color: #fff; }
    .block-nav .block-red a {
      color: #fff;
      border-bottom-color: #202020; }
      .block-nav .block-red a:hover {
        border-color: #202020; }
      .block-nav .block-red a:after, .block-nav .block-red a:before {
        background-color: #202020; }
  .block-nav .link-block {
    padding: 0px; }
    .block-nav .link-block h6 {
      font-size: 36px;
      line-height: 42px;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase; }
    .block-nav .link-block p {
      font-size: 18px;
      line-height: 26px; }
    .block-nav .link-block a {
      font-size: 20px;
      line-height: 34px;
      font-weight: 700; }
      .block-nav .link-block a:hover, .block-nav .link-block a active, .block-nav .link-block a focus {
        text-decoration: none; }
  .block-nav .text-contain {
    padding: 25px 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .block-nav .text-contain {
        position: relative;
        top: 0%;
        transform: none;
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px; }
        .block-nav .text-contain .text-center {
          text-align: left !important; }
          .block-nav .text-contain .text-center a {
            margin-left: -9px; } }
  .block-nav .img-block {
    padding: 0px; }
    .block-nav .img-block img {
      width: 100%; }
    .block-nav .img-block .mobile-img {
      display: none; }
    @media screen and (max-width: 767px) {
      .block-nav .img-block .desk-image {
        display: none; }
      .block-nav .img-block .mobile-img {
        display: block; } }

.pledge-grid {
  z-index: 750; }
  .pledge-grid .block-contain {
    position: relative;
    padding: 0px;
    overflow: hidden; }
    .pledge-grid .block-contain .img-holder {
      position: relative; }
      .pledge-grid .block-contain .img-holder img {
        width: 100%; }
    .pledge-grid .block-contain .pledge-text {
      position: absolute;
      height: 100%;
      top: 100%;
      transition: all .5s linear;
      opacity: 0;
      visibility: hidden;
      text-align: center;
      padding: 0px 40px; }
      @media (max-width: 767.98px) {
        .pledge-grid .block-contain .pledge-text {
          padding: 0px 30px; } }
      .pledge-grid .block-contain .pledge-text .wrap {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .pledge-grid .block-contain .pledge-text strong.pHeadline {
        text-transform: uppercase;
        color: #fff;
        font-size: 35px;
        line-height: 39px;
        margin-bottom: 20px; }
        @media (max-width: 767.98px) {
          .pledge-grid .block-contain .pledge-text strong.pHeadline {
            font-size: 5.5vw;
            line-height: 200%;
            margin-bottom: 0px; } }
      .pledge-grid .block-contain .pledge-text p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px; }
        @media (max-width: 767.98px) {
          .pledge-grid .block-contain .pledge-text p {
            font-size: 3.2vw;
            line-height: 200%; } }
    .pledge-grid .block-contain:hover > .pledge-text {
      top: 0;
      background-color: rgba(237, 24, 73, 0.75);
      opacity: 1;
      visibility: visible; }

#resources-list {
  padding-top: 100px;
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    #resources-list {
      padding-top: 50px; } }
  #resources-list .resource-block-imgs {
    margin: 0px auto !important;
    padding: 0px; }
  #resources-list .resource-list-container {
    margin-top: 50px; }
  #resources-list .resource-intro {
    margin: 0px; }
    #resources-list .resource-intro .text-center {
      width: 100%; }
    #resources-list .resource-intro h3 {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 48px;
      font-weight: 700;
      line-height: 59px; }
    #resources-list .resource-intro p {
      font-size: 24px; }
  #resources-list .cat-block {
    position: relative; }
    #resources-list .cat-block:hover, #resources-list .cat-block:active, #resources-list .cat-block:focus {
      cursor: pointer; }
    #resources-list .cat-block img {
      width: 100%; }
    #resources-list .cat-block .rCat {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 36px;
      line-height: 39px;
      color: #fff;
      position: absolute;
      z-index: 5;
      bottom: 50px;
      padding: 5px 20px;
      max-width: 220px;
      text-transform: uppercase; }
  #resources-list .active-block .rCat {
    background-color: #ed1849; }
  #resources-list .active-block .inactive-img {
    display: none; }
  #resources-list .active-block .active-img {
    display: block !important; }
  #resources-list .list-wrap {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all .5s;
    padding-top: 25px; }
    #resources-list .list-wrap h4 {
      font-size: 36px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      line-height: 78px;
      cursor: pointer;
      margin-bottom: 35px;
      border-bottom: 2px solid #000 !important;
      border-radius: 0px; }
      @media (max-width: 991.98px) {
        #resources-list .list-wrap h4 {
          font-size: 28px;
          line-height: 34px; } }
      #resources-list .list-wrap h4:after {
        content: "\F107";
        display: inline-block;
        margin-left: 5px;
        font-family: "Font Awesome 5 Free", sans-serif;
        color: #ed1849;
        transform: rotate(0deg);
        transition: transform .25s linear; }
      #resources-list .list-wrap h4.ui-accordion-header-collapsed:after {
        transform: rotate(-90deg); }
      #resources-list .list-wrap h4.ui-state-active {
        margin-bottom: 0px; }
    #resources-list .list-wrap .list-item {
      border-bottom: 1px solid #202020;
      padding-bottom: 35px;
      padding-top: 35px; }
      #resources-list .list-wrap .list-item:last-of-type {
        margin-bottom: 35px;
        border-bottom: none !important; }
      #resources-list .list-wrap .list-item p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px; }
        #resources-list .list-wrap .list-item p strong {
          color: #ed1849;
          font-size: 21px;
          font-weight: 700; }
      #resources-list .list-wrap .list-item i {
        color: #ed1849;
        font-size: 18px; }
  #resources-list .show-list {
    opacity: 1;
    visibility: visible;
    display: block; }
  #resources-list .read-more {
    -webkit-appearance: none;
    outline: none;
    background: none !important;
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-top: 0px;
    margin-right: 10px;
    color: #202020; }
    #resources-list .read-more:after, #resources-list .read-more:before {
      background-color: #ed1849; }
    #resources-list .read-more:hover {
      text-decoration: none; }
  #resources-list .ac-item {
    height: auto; }
  @media screen and (max-width: 991px) {
    #resources-list .resource-block-imgs .cat-block .inactive-img {
      border: 3px solid transparent; }
    #resources-list .resource-block-imgs .cat-block .rCat {
      left: 0;
      right: 0;
      text-align: center;
      bottom: 30px;
      font-size: 21px;
      line-height: 21px;
      max-width: none; }
      #resources-list .resource-block-imgs .cat-block .rCat:after {
        content: '\0';
        display: block;
        visibility: hidden;
        opacity: 0; }
    #resources-list .resource-block-imgs .active-block .active-img {
      display: none !important; }
    #resources-list .resource-block-imgs .active-block .inactive-img {
      display: block !important;
      border: 3px solid #ed1849; }
    #resources-list .resource-block-imgs .active-block .rCat {
      background-color: transparent; }
      #resources-list .resource-block-imgs .active-block .rCat:after {
        content: '\F078';
        display: block;
        font-family: "Font Awesome 5 Free", sans-serif;
        visibility: visible;
        opacity: 1; }
    #resources-list .resource-block-imgs .img-contain {
      margin-bottom: 25px; }
      #resources-list .resource-block-imgs .img-contain img {
        width: 100%; } }

.global-support-banner {
  position: relative;
  display: table;
  padding-top: 115px;
  padding-bottom: 105px;
  padding-left: 100px;
  padding-right: 100px; }
  @media screen and (max-width: 767px) {
    .global-support-banner {
      padding-left: 40px;
      padding-top: 50px; } }
  .global-support-banner .col-lg-9 {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .global-support-banner .col-lg-9 {
        padding-left: 0px; } }
  .global-support-banner h5 {
    font-size: 48px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    padding-bottom: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 1030px) {
      .global-support-banner h5 {
        border: none !important; } }
    @media (max-width: 767.98px) {
      .global-support-banner h5 {
        padding-bottom: 0px;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 42px; } }
    .global-support-banner h5:first-line {
      color: #ed1849; }
  .global-support-banner h6 {
    font-size: 36px;
    line-height: 36px;
    color: #ed1849;
    font-weight: 900;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif; }
  .global-support-banner p {
    font-size: 21px;
    line-height: 40px; }
    @media (max-width: 767.98px) {
      .global-support-banner p {
        font-size: 18px;
        line-height: 26px;
        padding-left: 20px;
        margin-bottom: 40px; } }
    .global-support-banner p a {
      padding: 0px;
      display: inline;
      color: #ed1849;
      text-decoration: underline; }
  .global-support-banner a.support-number {
    font-weight: 700;
    color: #000; }
    @media screen and (max-width: 767px) {
      .global-support-banner a.support-number {
        display: inline-block !important; } }
    .global-support-banner a.support-number:after {
      content: "";
      height: 4px;
      background-color: #ed1849;
      display: block; }

.page-banner {
  min-height: 750px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px; }
  .page-banner .row {
    background-repeat: no-repeat;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    .page-banner {
      padding: 0px !important;
      min-height: none !important;
      overflow: hidden; }
      .page-banner .d-xs-none {
        display: none !important; } }
  .page-banner .col-lg-6 {
    position: relative; }
    .page-banner .col-lg-6 .center-box {
      position: absolute;
      top: 0; }
  .page-banner h5 {
    font-size: 48px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 50px;
    color: #fff; }
  .page-banner .support-number {
    color: #ed1849;
    font-size: 36px;
    line-height: 36px; }
  .page-banner p {
    color: #fff;
    font-size: 21px;
    line-height: 26px; }
    .page-banner p a {
      border: none;
      padding: 0px;
      display: inline;
      text-decoration: underline; }
    .page-banner p .phone {
      border-bottom: 2px solid #ed1849;
      text-decoration: none; }
  .page-banner .mobile-info .img-holder {
    position: relative;
    height: 100%; }
    .page-banner .mobile-info .img-holder img {
      width: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  .page-banner .mobile-info .text-contain {
    padding: 0px 20px;
    position: absolute;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+25,000000+98&0+0,1+93 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 25%, black 93%, black 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
    .page-banner .mobile-info .text-contain h5 {
      font-size: 28px;
      line-height: 36px;
      word-break: break-all; }
    .page-banner .mobile-info .text-contain p {
      font-size: 16px;
      line-height: 26px; }
    .page-banner .mobile-info .text-contain a.phone:after {
      content: '';
      display: block;
      height: 4px;
      color: #ed1849; }

section {
  clear: both !important;
  float: none !important; }

#wpadminbar {
  display: none !important; }

#mobile-navigation {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 800;
  background-color: #000;
  color: #fff;
  padding: 10px 0px;
  height: 75px; }
  #mobile-navigation .mobile-btn {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    padding: 9px; }
  #mobile-navigation #mobile-navigation-inner a[aria-controls="primary-navigation"] {
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    text-transform: uppercase; }
    #mobile-navigation #mobile-navigation-inner a[aria-controls="primary-navigation"]::before {
      content: url("/app/uploads/2018/10/menu-m.png");
      padding-right: 3px; }
  #mobile-navigation #mobile-navigation-inner .mobile-toggle-container {
    margin-top: 10px; }
  @media (max-width: 1199.98px) {
    #mobile-navigation .page-template-page-no-header #mobile-navigation > div:first-child a, #mobile-navigation .single-impact_stories #mobile-navigation > div:first-child a, #mobile-navigation .single-post #mobile-navigation > div:first-child a {
      color: #ed1849; } }

.show-on-header {
  display: block;
  margin: 0 auto; }

.show-on-no-header {
  display: none;
  margin: 0 auto; }

.page-template-page-no-header .show-on-header, .single-impact_stories .show-on-header, .single-post .show-on-header {
  display: none; }

.page-template-page-no-header .show-on-no-header, .single-impact_stories .show-on-no-header, .single-post .show-on-no-header {
  display: block; }

.read-more-link {
  color: #fff; }

.read-more-link:hover {
  text-decoration: none;
  color: #fff; }

.read-more-link::after {
  content: '';
  display: block;
  width: 10%;
  height: 2px;
  background: #ed1849;
  transition: width .3s; }

.read-more-link:hover::after {
  width: 25%; }

#primary-navigation .tagline {
  margin-top: 10px; }

@media (max-width: 1199.98px) {
  #primary-navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999; } }

@media (min-width: 1200px) {
  #primary-navigation.collapse {
    display: block !important; } }

.nav-fixed-left {
  font-size: 0.66em;
  color: #000;
  background: #fff;
  padding: 50px 0 20px 40px !important; }
  .nav-fixed-left #menu-primary-menu {
    margin-top: 40px !important; }
    .nav-fixed-left #menu-primary-menu ul.sub-menu {
      padding-top: 222px !important; }
    .nav-fixed-left #menu-primary-menu, .nav-fixed-left #menu-primary-menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .nav-fixed-left #menu-primary-menu li, .nav-fixed-left #menu-primary-menu ul li {
        padding-bottom: 20px; }
        .nav-fixed-left #menu-primary-menu li.current-menu-item > a, .nav-fixed-left #menu-primary-menu ul li.current-menu-item > a {
          color: #ed1849;
          font-weight: bold; }
        .nav-fixed-left #menu-primary-menu li .sub-menu-wrap .current-menu-item a, .nav-fixed-left #menu-primary-menu ul li .sub-menu-wrap .current-menu-item a {
          color: white !important; }
        .nav-fixed-left #menu-primary-menu li.current_page_parent > a, .nav-fixed-left #menu-primary-menu ul li.current_page_parent > a {
          color: #ed1849;
          font-weight: bold; }
        .nav-fixed-left #menu-primary-menu li:hover > a, .nav-fixed-left #menu-primary-menu ul li:hover > a {
          color: #ed1849;
          font-weight: bold;
          text-decoration: none !important; }
        .nav-fixed-left #menu-primary-menu li:hover .sub-menu-wrap, .nav-fixed-left #menu-primary-menu ul li:hover .sub-menu-wrap {
          opacity: 1;
          transition-delay: 0s;
          max-width: 250px; }
          .nav-fixed-left #menu-primary-menu li:hover .sub-menu-wrap li, .nav-fixed-left #menu-primary-menu ul li:hover .sub-menu-wrap li {
            padding: 0 20px 20px;
            /*opacity:0;
            opacity: 1 \9;
            -webkit-animation:fadeIn ease-in 1;
            -moz-animation:fadeIn ease-in 1;
            animation:fadeIn ease-in 1;

            -webkit-animation-fill-mode:forwards;
            -moz-animation-fill-mode:forwards;
            animation-fill-mode:forwards;

            -webkit-animation-duration:.5s;
            -moz-animation-duration:.5s;
            animation-duration:.5s;*/ }
            .nav-fixed-left #menu-primary-menu li:hover .sub-menu-wrap li a, .nav-fixed-left #menu-primary-menu ul li:hover .sub-menu-wrap li a {
              color: white !important; }
      .nav-fixed-left #menu-primary-menu a, .nav-fixed-left #menu-primary-menu ul a {
        color: inherit; }
        .nav-fixed-left #menu-primary-menu a .fas, .nav-fixed-left #menu-primary-menu ul a .fas {
          display: none; }
          @media all and (min-width: 1200px) {
            .nav-fixed-left #menu-primary-menu a .fas, .nav-fixed-left #menu-primary-menu ul a .fas {
              display: inline-block; } }
    .nav-fixed-left #menu-primary-menu > .current_page_item > a {
      color: #ed1849;
      font-weight: 700; }
    .nav-fixed-left #menu-primary-menu .sub-menu-wrap {
      z-index: 100000;
      padding: 0;
      max-width: 0;
      overflow: hidden;
      opacity: 0;
      transition: all .5s 1s, 350ms;
      transition-delay: .4s; }
      .nav-fixed-left #menu-primary-menu .sub-menu-wrap li {
        padding: 0 20px 20px;
        -webkit-animation-delay: 1.0s;
        animation-delay: 1.0s; }
      .nav-fixed-left #menu-primary-menu .sub-menu-wrap .current_page_item > a {
        font-weight: 700; }

@media all and (min-width: 1200px) {
  .sub-menu-wrap {
    display: block !important; }
  .menu-open, .menu-close {
    display: none; } }

@media (max-width: 1199.98px) {
  .sub-menu-wrap {
    display: none; }
  .header-social {
    display: block;
    padding: 20px 20px 0; }
    .header-social span {
      font-size: .9rem;
      /* font-weight: bold; */ }
    .header-social ul.social-icons {
      list-style: none;
      padding-left: 0; }
      .header-social ul.social-icons li.social-link {
        display: inline-block;
        padding: 10px 50px 0 0; }
        .header-social ul.social-icons li.social-link a {
          font-size: 1.2rem;
          color: #232323; }
          .header-social ul.social-icons li.social-link a:hover {
            color: #ed1849; }
  #primary-navigation {
    overflow: scroll; }
  .nav-fixed-left #menu-primary-menu {
    margin: 15px 0; }
    .nav-fixed-left #menu-primary-menu a {
      padding-left: 20px; }
    .nav-fixed-left #menu-primary-menu li {
      position: relative; }
      .nav-fixed-left #menu-primary-menu li.menu-item-has-children span {
        position: absolute;
        right: 20px;
        font-size: .9rem;
        top: -2px;
        z-index: 100000; }
      .nav-fixed-left #menu-primary-menu li:hover .sub-menu-wrap {
        max-width: 100%; }
    .nav-fixed-left #menu-primary-menu .sub-menu-wrap {
      display: none;
      padding: 20px 20px 0;
      margin-top: 10px;
      overflow: auto;
      max-width: 100%;
      transform: initial !important;
      -webkit-transform-origin: initial !important;
      transition-delay: 0s !important;
      transition: all 0s !important;
      opacity: 1;
      height: auto;
      background: #ed1849;
      color: white !important; }
      .nav-fixed-left #menu-primary-menu .sub-menu-wrap .sub-menu {
        padding-top: 0 !important; }
  .brand {
    text-align: center; }
  #primary-navigation-inner .btn, #primary-navigation-inner .comment-form input[type="submit"], .comment-form #primary-navigation-inner input[type="submit"], #primary-navigation-inner .search-form .search-submit, .search-form #primary-navigation-inner .search-submit {
    position: absolute;
    top: 50px;
    z-index: 200;
    font-size: 0.8rem; }
  #primary-navigation-inner i.fa.fa-arrow-left {
    position: relative;
    left: 20px;
    top: 30px;
    font-size: 1rem;
    z-index: 250;
    color: #ef2e4f; }
  #primary-navigation-inner .btn.btn-primary, #primary-navigation-inner .comment-form input.btn-primary[type="submit"], .comment-form #primary-navigation-inner input.btn-primary[type="submit"], #primary-navigation-inner .search-form .btn-primary.search-submit, .search-form #primary-navigation-inner .btn-primary.search-submit {
    right: -4px;
    top: 46px;
    font-size: 0.7rem; }
  .nav-fixed-left {
    padding: 20px 0 !important; }
  .menu-primary-menu-container {
    margin-top: 40px; }
  #menu-primary-menu li a {
    font-size: 1.8em; }
  #secondary-navigation-inner label {
    font-size: 1.3em;
    color: #ed1849;
    margin-left: 20px; }
  .input-group {
    width: 83%;
    margin-left: 20px; }
  #secondary-navigation-inner input[type=text] {
    height: 50px;
    font-size: 0.8em; }
  #secondary-navigation-inner input[type=submit] {
    color: #ed1849;
    background-color: transparent;
    padding: 0; }
  #secondary-navigation-inner input[type=submit]:hover {
    color: #ed1849; }
  .input-group-btn {
    position: absolute;
    right: 20px;
    top: 4px; } }

/* ---------- To override single impact !important to remove padding from links ---------- */
@media (max-width: 1199.98px) {
  .single-impact_stories .brand {
    padding-right: 40px !important; }
    .single-impact_stories .brand:hover {
      padding-right: 40px !important; } }

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#primary-navigation .brand-container .brand {
  max-width: 170px;
  width: 100%; }
  #primary-navigation .brand-container .brand img {
    max-width: 170px; }
    @media (max-width: 767.98px) {
      #primary-navigation .brand-container .brand img {
        max-width: 96px;
        margin-left: 37px; } }

@media (min-width: 1200px) {
  .header-social {
    display: table;
    margin-top: 10px; }
    .header-social .social-icons {
      list-style: none;
      margin: 0px;
      display: table;
      padding: 0px; }
      .header-social .social-icons li {
        float: left;
        margin: 0px 5px; }
        .header-social .social-icons li a {
          color: #2d3344;
          font-size: 20px; }
          .header-social .social-icons li a:hover {
            color: #ed1849; }
  .nav-fixed-left {
    width: 250px;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
    .nav-fixed-left .nav-scroller {
      overflow: auto;
      height: 100%;
      margin-right: -16px; }
    .nav-fixed-left #primary-navigation-inner {
      position: relative; }
      .nav-fixed-left #primary-navigation-inner .sub-menu-wrap {
        width: 250px;
        height: 100%;
        background: #ed1849;
        color: #fff;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 250px; }
  .nav-fixed-left + .wrap {
    padding-left: 250px; }
  .nav-fixed-left ~ footer {
    padding-left: 250px; } }

@media (max-width: 767.98px) {
  .header-social ul.social-icons li.social-link {
    padding: 0;
    width: 19%; } }

/*.homepageTakeover {
  color: white;
  position: fixed;
  display: block;
  z-index: 10000;
  background: black;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none !important;

  h1 {
    color: white;
  }

  img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
  }

  .btn {
    margin-top: 15px;
  }
}*/
/*a:focus {
  outline:dotted !important;
}*/
@media (max-width: 991.98px) {
  footer .row.footer-sidebar #menu-footer-menu-1, footer .row.footer-sidebar #menu-footer-menu-2 {
    margin-bottom: 0; } }

footer #newsletter-form {
  padding: 40px;
  /*.at-inner{
      @include make-container();
      border: 0 none;
      background: transparent;
      color: #fff;

      .clearfix:before, .clearfix:after{
        content: none;
      }

      form{
        @include make-row();

        fieldset{
          @include make-col(10);

          padding: 0;
          min-width: initial;

          legend.at-legend{
            @extend .col-form-label;
            @extend .h5;

            width: auto;
            height: 100%;
            float:left;
            padding: 0;
            margin:  0 2% 0 0;
            font-family: $font-family-sans-serif;
            font-size: 1.1rem;
          }
          .at-fields{
            padding: 0;
            margin: 0 2% 0 0;

            @include media-breakpoint-down(md){
              width: 100%;
              float:none;
            }

            label.at-text{
              //font-size: 0;
              color: $white;
              margin: 0;
              line-height: 1;

              u{
                text-decoration: none;
              }

              input{
                height: auto;
                background: transparent;
                border: 0;
                border-bottom: 2px solid #fff;
                -webkit-border-radius:0;
                -moz-border-radius:0;
                border-radius:0;
                padding: .1rem .75rem;
                margin: 0;
                color: white;

                &::placeholder {
                  opacity: 0;
                  //color: white !important;
                }

                &::-moz-placeholder {
                  opacity: 0;
                  //color: white !important;
                }

                &::-webkit-input-placeholder {
                  opacity: 0;
                  //color: white !important;
                }

                &:-ms-input-placeholder {
                  opacity: 0;
                  //color: white !important;
                }

                &:focus {
                  outline: none;
                  box-shadow: none;
                }
              }
            }

            .at-row.FirstName.LastName{
              margin-bottom: 10px;

              label{
                min-width: initial;
                width: 48.5%;
                flex: none;

                &.at-text.FirstName{
                  margin-right: 3%;
                }
              }
            }
          }
        }
        .at-form-submit{
          @include make-col(2);
          padding: 0;
          margin: 0;

          input[type=submit]{
            background: none;
            font-family: $font-family-sans-serif;
            font-weight: bold;
            font-size: 1rem;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            width: 100%;
            border-radius: 0 !important;
            //border-bottom: 2px solid white;

            &:focus, &:active {
              border: 0;
              outline: none;
            }

            &:hover {
              background: transparent !important;
              border: 2px solid white;
              color: #fff;
            }
          }
        }

        @include media-breakpoint-down(md){
          fieldset {
            @include make-col(12);

            legend.at-legend,
            .at-fields{
              width: 100%;
              float: none;
              margin: 0 0 20px;
            }

            legend.at-legend{
              padding: 5px;
              height: auto;
            }
            .at-fields label.at-text input{
              padding: .1rem 5px;
            }
          }
          .at-form-submit{
            @include make-col(12);

            input[type=submit]{
              padding: 5px;
              text-align: left;
            }
          }
        }
      }
    }*/ }
  footer #newsletter-form .ngp-form.at {
    margin: 0;
    max-width: initial; }
    footer #newsletter-form .ngp-form.at .content.thankYou h5 {
      color: #fff;
      font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.1rem;
      font-weight: 700; }
  footer #newsletter-form header.at-title,
  footer #newsletter-form footer.at-markup {
    display: none; }
  footer #newsletter-form .at-inner {
    border: 0 none;
    background: transparent;
    color: #fff; }
    footer #newsletter-form .at-inner legend.at-legend {
      margin: 0;
      font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.1rem;
      text-align: center; }
    footer #newsletter-form .at-inner fieldset {
      min-width: initial; }
      footer #newsletter-form .at-inner fieldset .at-fields > .at-row {
        float: left; }
      footer #newsletter-form .at-inner fieldset .at-fields label.at-text {
        margin: 0 0 15px;
        color: #fff;
        flex: none; }
        footer #newsletter-form .at-inner fieldset .at-fields label.at-text u {
          text-decoration: none; }
        footer #newsletter-form .at-inner fieldset .at-fields label.at-text input {
          height: auto;
          background: transparent;
          border: 0;
          border-bottom: 2px solid #fff;
          border-radius: 0;
          padding: .2rem 0;
          margin: 0;
          color: white;
          font-size: 0.8em; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input::-webkit-input-placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input::-moz-placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input:-ms-input-placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input::-ms-input-placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input::placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input::-moz-placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input::-webkit-input-placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input:-ms-input-placeholder {
            opacity: 0; }
          footer #newsletter-form .at-inner fieldset .at-fields label.at-text input:focus {
            outline: none;
            box-shadow: none; }
      footer #newsletter-form .at-inner fieldset .at-fields .at-row.FirstName.LastName {
        width: 66%; }
        footer #newsletter-form .at-inner fieldset .at-fields .at-row.FirstName.LastName label.at-text {
          min-width: initial;
          width: 48.5%; }
          footer #newsletter-form .at-inner fieldset .at-fields .at-row.FirstName.LastName label.at-text.LastName {
            margin-left: 3%; }
      footer #newsletter-form .at-inner fieldset .at-fields .at-row.EmailAddress {
        width: 33%; }
        footer #newsletter-form .at-inner fieldset .at-fields .at-row.EmailAddress label.at-text {
          width: 94%;
          margin-left: 6%; }
    footer #newsletter-form .at-inner .at-form-submit {
      padding: 0;
      margin: 0 0 10px; }
      footer #newsletter-form .at-inner .at-form-submit input[type=submit] {
        background: none;
        font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 10px 0;
        width: 200px;
        border-radius: 0 !important;
        margin: 0 auto;
        float: none;
        display: block; }
        footer #newsletter-form .at-inner .at-form-submit input[type=submit]:focus, footer #newsletter-form .at-inner .at-form-submit input[type=submit]:active {
          border: 0;
          outline: none;
          box-shadow: none; }
        footer #newsletter-form .at-inner .at-form-submit input[type=submit]:hover {
          background: transparent !important;
          border: 2px solid white;
          color: #fff; }
  @media (max-width: 991.98px) {
    footer #newsletter-form {
      padding: 0; }
      footer #newsletter-form .at-inner fieldset .at-fields > .at-row {
        float: none; }
      footer #newsletter-form .at-inner fieldset .at-fields .at-row.FirstName.LastName {
        width: 100%; }
      footer #newsletter-form .at-inner fieldset .at-fields .at-row.EmailAddress {
        width: 100%; }
        footer #newsletter-form .at-inner fieldset .at-fields .at-row.EmailAddress label.at-text {
          width: 100%;
          margin-left: 0; } }

footer .prefooter-ctas {
  padding-top: 40px;
  font-size: 20px;
  font-weight: 700; }
  footer .prefooter-ctas a {
    color: #fff; }
    footer .prefooter-ctas a .cta-label {
      border-bottom-color: transparent; }
    footer .prefooter-ctas a:hover .cta-label {
      border-bottom-color: #202020; }

footer .footer-social {
  padding: 0 70px;
  position: absolute;
  bottom: 0px !important;
  width: 100%;
  font-size: 1.5em; }
  @media (max-width: 991.98px) {
    footer .footer-social {
      text-align: center;
      width: auto; } }

footer .footer-sidebar {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 300; }
  footer .footer-sidebar .nav_menu-2 h6 {
    font-size: 16px;
    color: #fff !important;
    background-color: #202020;
    border: none;
    font-weight: normal;
    text-transform: capitalize;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-left: 15px;
    line-height: 24px; }
    footer .footer-sidebar .nav_menu-2 h6::after {
      content: url("/app/uploads/2018/10/footer-arrow.png");
      padding-left: 8px; }
  footer .footer-sidebar .nav_menu-2 .menu-footer-menu-1-container {
    background-color: #202020;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important; }
  footer .footer-sidebar .widget-title {
    text-transform: uppercase; }
  footer .footer-sidebar .menu {
    padding: 0;
    list-style: none; }
    footer .footer-sidebar .menu li {
      padding-bottom: 15px; }
    footer .footer-sidebar .menu a {
      color: #fff; }
      footer .footer-sidebar .menu a:hover {
        color: #ed1849;
        text-decoration: none; }

footer .footer-social span {
  font-size: 0.75em; }

footer .footer-social .social-icons {
  display: inline !important;
  padding: 0;
  list-style: none; }
  footer .footer-social .social-icons .social-link {
    display: inline-block;
    margin-left: 25px; }
    footer .footer-social .social-icons .social-link a {
      color: #fff; }
      footer .footer-social .social-icons .social-link a:hover {
        color: #ed1849; }

footer hr {
  border-color: #494f53; }

footer .footer-copyright {
  font-size: 0.583rem;
  font-family: Arial, sans-serif;
  padding: 0 70px; }

@media (max-width: 1199.98px) {
  footer .footer-social {
    position: relative;
    bottom: 0%;
    left: 0;
    padding: 0; }
    footer .footer-social span {
      font-size: .9rem; }
    footer .footer-social .social-icons .social-link {
      margin: 0 12px; }
      footer .footer-social .social-icons .social-link a {
        font-size: 1.1rem; } }

@media (max-width: 767.98px) {
  footer .brand {
    padding-right: 0;
    left: auto;
    transform: none; }
    footer .brand img {
      min-width: 80px; } }

footer #mobile-link-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 950;
  border: 5px solid #fff; }
  footer #mobile-link-to-top a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ed1849;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding-left: 5px; }
    footer #mobile-link-to-top a i {
      position: relative;
      top: 0;
      transition: top .25s; }
    footer #mobile-link-to-top a:hover i {
      top: -5px; }
    footer #mobile-link-to-top a:focus i,
    footer #mobile-link-to-top a:active i {
      top: 0; }

footer .menu .current-menu-item a {
  color: #ed1849;
  font-weight: 900; }

#get-informed .read-more-stats {
  text-align: center;
  display: block; }
  #get-informed .read-more-stats a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 4px solid #ed1849;
    padding-bottom: 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-decoration: none; }
    #get-informed .read-more-stats a .fa-minus, #get-informed .read-more-stats a .fa-plus {
      color: #ef2e4f;
      font-size: 16px; }

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #pledge-accordion div div.solution-text {
    padding: 0 5% 0 12%; } }

#pledge-accordion {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 0; }
  @media (max-width: 767.98px) {
    #pledge-accordion {
      padding-top: 0px; }
      #pledge-accordion p {
        font-size: 16px;
        line-height: 29px; } }
  @media (max-width: 767.98px) {
    #pledge-accordion .ui-accordion-content {
      height: auto !important; } }
  #pledge-accordion div div {
    height: auto !important; }
    @media (max-width: 767.98px) {
      #pledge-accordion div div {
        align-self: normal !important; } }
  #pledge-accordion .row {
    padding: 95px 15px 0px 15px;
    margin: 0;
    border: none !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 0px !important;
    min-height: 100vh;
    height: 100%; }
    @media (max-width: 1199.98px) {
      #pledge-accordion .row {
        height: auto;
        min-height: 30px; } }
    @media (max-width: 767.98px) {
      #pledge-accordion .row {
        padding-top: 20px;
        height: auto;
        min-height: 30px; } }
  #pledge-accordion h3 {
    color: #fff !important;
    background: #000 !important;
    border: none !important;
    width: 100% !important;
    font-size: 1.5rem !important;
    margin-top: 0 !important;
    padding: 10px 30px !important;
    outline: none !important; }
    @media (max-width: 1199.98px) {
      #pledge-accordion h3:after {
        content: "\F105";
        color: #ed1849;
        font-size: 38px;
        font-family: "Font Awesome 5 Free", sans-serif;
        transform: rotate(0deg);
        transition: transform .5s linear;
        position: absolute;
        right: 40px;
        line-height: 1; } }
    #pledge-accordion h3.ui-accordion-header-active:after {
      transform: rotate(90deg);
      transition: transform .5s linear; }
    #pledge-accordion h3 span {
      color: #fff; }
    #pledge-accordion h3:first-of-type:before {
      display: none !important; }
    #pledge-accordion h3:before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      margin-bottom: 20px; }
    #pledge-accordion h3 .ui-accordion-header-icon {
      display: none !important; }

.solution-block-right, .solution-block-left {
  border: none;
  border-bottom: 1px solid #fff !important;
  border-radius: none !important;
  padding-top: 95px; }
  .solution-block-right p, .solution-block-left p {
    color: #fff; }

.page-template-template-pledge .header-section a.header-sign-pledge {
  font-size: 1.3em; }

@media (max-width: 1200px) {
  .solution-block-right, .solution-block-left {
    background: #000 !important;
    color: #fff; }
  #primary-navigation p.tagline {
    padding-left: 20px; }
  #pledge-accordion .row {
    padding-top: 0px; }
    #pledge-accordion .row:last-child {
      padding-bottom: 15px; } }

@media (min-width: 1200px) {
  .page-template-template-pledge .header-section a.header-sign-pledge {
    font-size: 21px;
    padding-bottom: 0px;
    transition: all .25s ease-out; }
  .solution-text {
    padding-right: 125px; }
  .solution-block-right, .solution-block-left {
    background-size: cover;
    position: relative;
    overflow: hidden;
    border: none !important; }
    .solution-block-right .person, .solution-block-left .person {
      padding: 0; }
      .solution-block-right .person img, .solution-block-left .person img {
        position: absolute;
        bottom: 0; }
    .solution-block-right p, .solution-block-left p {
      color: #fff;
      font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
      line-height: 160%; }
    .solution-block-right h2, .solution-block-left h2 {
      color: #fff;
      text-transform: uppercase;
      line-height: 110%; }
  .solution-block-left .solution-text {
    padding-right: 20px;
    padding-left: 55px; }
  .solution-block-left h2, .solution-block-left p {
    color: #fff; }
  .solution-block-left h2 span {
    color: #000; }
  #pledge-accordion {
    background: none !important;
    padding-top: 0; }
    #pledge-accordion h3 {
      display: none; } }

.page-id-1633 .have-you-signed {
  display: none; }

.page-template-template-news-press .news-image {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
  .page-template-template-news-press .news-image a {
    height: 100%;
    display: block; }
    .page-template-template-news-press .news-image a img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      display: block; }

.page-template-template-news-press .mobile-news-image {
  display: none;
  padding: 0px 40px; }
  @media screen and (max-width: 767px) {
    .page-template-template-news-press .mobile-news-image {
      padding: 0px 20px; } }
  .page-template-template-news-press .mobile-news-image img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .page-template-template-news-press .mobile-news-image {
      display: block; } }

.page-template-template-news-press .cat-tag {
  background-color: #ed1849;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border: none;
  color: #fff;
  margin-bottom: 15px;
  padding: 9px 12px;
  line-height: 1; }
  .page-template-template-news-press .cat-tag:hover, .page-template-template-news-press .cat-tag:focus, .page-template-template-news-press .cat-tag:active {
    text-decoration: none;
    border: none; }

.page-template-template-news-press .read-more {
  color: #202020;
  font-weight: 700; }
  .page-template-template-news-press .read-more:after, .page-template-template-news-press .read-more:before {
    background-color: #ed1849; }
  .page-template-template-news-press .read-more:hover, .page-template-template-news-press .read-more:focus, .page-template-template-news-press .read-more:active {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .page-template-template-news-press .news-image {
    display: none; } }

.page-template-template-news-press .news-image img {
  width: 100%; }

.page-template-template-news-press .featured-post h2 {
  font-size: 36px;
  line-height: 46px; }

.page-template-template-news-press .featured-post i {
  color: #ed1849;
  margin-left: 5px; }

@media screen and (max-width: 767px) {
  .page-template-template-news-press .featured-post .text-wrapping {
    padding: 40px 30px 50px 30px; } }

.page-template-template-news-press .author-info {
  font-size: 14px;
  line-height: 34px; }
  .page-template-template-news-press .author-info i {
    color: #000; }

.page-template-template-news-press p {
  font-size: 18px;
  line-height: 28px; }

@media screen and (max-width: 767px) {
  .post-holder {
    margin-top: 120px; } }

.post-list {
  background-color: #ededed; }
  @media screen and (max-width: 991px) {
    .post-list {
      padding-bottom: 0px !important;
      padding-top: 40px !important; } }
  .post-list .col-lg-8 {
    background-color: #ededed; }
  .post-list h2 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 52px;
    font-family: "Roboto Condensed", sans-serif; }
  .post-list .entry-title {
    font-size: 24px;
    line-height: 30px;
    color: #202020; }
  .post-list .post-wrap {
    border-bottom: 2px solid #cacaca;
    padding: 35px 0px; }
    .post-list .post-wrap i {
      color: #ed1849;
      margin-left: 5px; }
    @media screen and (max-width: 991px) {
      .post-list .post-wrap {
        padding: 45px 0px; } }
    .post-list .post-wrap:last-of-type {
      border-bottom: none; }
  .post-list .side-bar {
    padding: 0px 50px; }
    .post-list .side-bar a {
      text-decoration: none;
      color: #212529;
      line-height: 31px;
      margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .post-list .side-bar {
        padding: 36px 15px 56px 15px;
        background-color: #fff; } }
    .post-list .side-bar .fa-phone {
      transform: rotate(100deg); }
    .post-list .side-bar h6 {
      color: #ed1849;
      font-size: 24px;
      line-height: 38px;
      margin-bottom: 0px; }
    .post-list .side-bar p {
      font-size: 21px;
      line-height: 31px; }
    .post-list .side-bar i {
      color: #ed1849; }

@media screen and (max-width: 1199px) {
  .post-holder {
    margin: 0px auto;
    padding-top: 40px !important; } }

.sticky-nav {
  display: none !important;
  clear: both;
  float: none;
  background-color: #fff;
  padding: 35px 0px 25px 0px;
  text-align: center;
  font-size: .6rem; }
  @media (max-width: 1199.98px) {
    .sticky-nav {
      display: none !important; } }
  .sticky-nav.stuck {
    position: fixed;
    z-index: 900;
    top: 0;
    right: -20px;
    font-size: .6rem; }
  .sticky-nav .page-subnav {
    list-style: none !important; }
    .sticky-nav .page-subnav li {
      display: inline-block;
      border-right: 2px solid #000;
      padding: 0 25px; }
      .sticky-nav .page-subnav li:last-of-type {
        border-right: none; }
      .sticky-nav .page-subnav li:first-of-type {
        padding-left: 0px; }
      .sticky-nav .page-subnav li:hover a {
        text-decoration: none; }
      .sticky-nav .page-subnav li a {
        color: #000;
        display: inline-block;
        line-height: 100%;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        padding: 0px;
        border-left: none;
        border-right: none; }
        .sticky-nav .page-subnav li a:hover {
          border-top: none; }
      .sticky-nav .page-subnav li .btn-primary {
        padding: 15px;
        color: #fff;
        margin-top: -15px;
        border: 1px solid transparent;
        font-size: .6rem; }
        .sticky-nav .page-subnav li .btn-primary:hover {
          color: #fff;
          background-color: #c30f39;
          padding: 15px;
          border: 1px solid #b90e36 !important; }

.content-block-blockquote blockquote {
  font-weight: 300; }

.donate-inner {
  background-color: #ededed;
  border-top: 5px solid #ed1849;
  padding: 60px;
  position: relative;
  top: -40px; }

a.marcusa-icon .fa {
  display: block;
  font-size: 65px;
  color: #ed1849;
  border-bottom: 0 !important;
  margin-bottom: 30px; }

a.marcusa-icon {
  display: inline-block;
  margin-bottom: 50px;
  text-decoration: none;
  color: #202020;
  font-weight: bold;
  border-bottom: 3px solid #ed1849; }

.content-block-content_row {
  background-size: cover !important; }

a.marcusa-icon:hover {
  text-decoration: none; }

.excerpt-column {
  padding: 70px !important; }

.nav-tabs {
  background: #f7f7f9;
  list-style: none;
  padding: 30px; }
  .nav-tabs li {
    text-align: center; }
    .nav-tabs li a {
      color: #202020;
      border-bottom: 3px solid #f7f7f9;
      text-transform: uppercase; }
      .nav-tabs li a:hover {
        color: #ed1849;
        border-bottom: 3px solid #202020;
        text-decoration: none;
        font-weight: bold; }
      .nav-tabs li a.active {
        color: #ed1849;
        font-weight: bold;
        border-bottom: 3px solid #202020; }
      .nav-tabs li a:active {
        text-decoration: none; }
      .nav-tabs li a:visited {
        text-decoration: none; }
      .nav-tabs li a:focus {
        text-decoration: none; }

.center-heading h3 {
  text-align: center;
  margin-bottom: 60px; }

.image-grid .content_row-inner p {
  text-align: center !important; }

.image-grid .content_row-inner img {
  display: inline-block;
  width: 25%;
  margin: 20px 3%; }

.tab-highlight {
  padding: 10px 30px;
  position: relative;
  top: -40px;
  left: 40px; }

.tab-pane .text-wrapping {
  padding: 0 70px 70px; }

.tab-pane li {
  padding-left: 10px;
  position: relative; }

.our-investors .tab-pane ul {
  float: left;
  list-style: none;
  margin: 0px 0 60px 5%;
  padding: 0;
  width: 45%; }
  .our-investors .tab-pane ul li {
    padding: 10px 0; }

.post-type-archive-impact_stories .row.impact_stories:last-child .impact-image {
  margin-bottom: 0; }

.impact_stories header {
  padding-top: 125px; }
  .impact_stories header .text-primary {
    margin-bottom: 25px;
    display: block; }
  .impact_stories header .entry-title {
    margin-bottom: 45px; }
  .impact_stories header .story-hr {
    width: 200px;
    height: 3px;
    margin: 0 auto 35px;
    display: block;
    background: #ed1849; }

.impact_stories .entry-content {
  padding: 0 100px; }

.featured-background, .content-block-blockquote {
  color: white;
  padding: 150px 0; }
  .featured-background .impact-overview a, .content-block-blockquote .impact-overview a {
    color: white; }

.impact-image {
  margin-top: -40px;
  margin-bottom: -40px;
  position: relative;
  z-index: 100; }
  .impact-image img {
    width: 100%; }

.impact-overview {
  padding: 70px !important; }
  .impact-overview strong {
    margin-bottom: 20px;
    display: block; }
  .impact-overview h4 {
    margin-bottom: 20px; }
  .impact-overview a {
    font-weight: bold;
    color: #202020;
    border-bottom: 3px solid #ed1849; }
    .impact-overview a:hover {
      text-decoration: none; }

.champions-for-girls .tab-pane .row {
  margin-top: -60px; }

span.step-text {
  color: #ed1849;
  display: inline;
  font-size: 1rem;
  border-bottom: 2px solid #ed1849; }

span.step-text:after {
  content: "\A";
  white-space: pre-wrap; }

.full-image-width img {
  width: 100%; }

.text-wrapping-small {
  padding: 40px; }

.gallery-item p.gallery-headline-copy {
  color: #fff;
  position: absolute;
  bottom: 80px;
  z-index: 100;
  font-size: 2.5rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  padding: 0 40px; }

.gallery-item:first-child p.gallery-headline-copy {
  color: #000000;
  position: relative;
  bottom: auto;
  left: auto;
  font-size: inherit;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
  padding: 0; }

p.gallery-body-copy {
  font-weight: lighter; }

h1.gallery-item-image-count {
  float: left;
  margin-right: 40px;
  margin-bottom: 70px;
  border-bottom: 3px solid #ed1849; }

.gallery-body-wrapper {
  background-color: #e3e3e3;
  height: 250px;
  padding: 40px 70px 40px 70px; }

#homepage-footer {
  margin-left: -15px;
  margin-right: -15px; }

.gallery-item img {
  width: 100%; }

.homepage-gallery-wrapper .slick-slide {
  margin-left: 0px;
  margin-right: 0px; }

.slick-slide {
  position: relative;
  padding-right: 10px;
  background-size: cover !important; }
  .slick-slide:last-child {
    margin-right: 0;
    padding-right: 0; }

.slick-slide .text-wrapping {
  padding-left: 100px; }

/*.news-grid {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}

.news-grid .row {
  display: table-row;
}

.main-articles {
  display: table;
}

.main-articles .news-article {
  display: table-row;
}

.article-block {
  display: table-cell;
  background-color:$gray-dark;
  color: #fff;
  width: 50%;
  font-size: .9em;
  text-align: center;
}

.article-block.body-block {
  padding: 20px;
  vertical-align: middle;
}

.article-block img {
  width: 100%;
}

.spotlight .article-block {
  display: table-row;
  background-color: $gray-lighter;
  color: $gray-dark;
  width: 100%;
}

.news-article.spotlight {
  display: table-cell;
  background-color: $gray-lighter;
  width: 33.333333%;
}*/
.padding-top {
  padding-top: 60px; }

.padding-bottom {
  padding-bottom: 60px; }

/*.annual-report {
  a {
    border-bottom: 0 !important;
  }
  h3 {
    text-align: left;
    position: absolute;
    bottom: 0px;
    padding: 20px 30px;
    margin-bottom: 0;
    font-size: 2.0em;
  }
}*/
.news-article {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .news-article.spotlight .article-block h5:before {
    content: "\F0EB";
    font-family: FontAwesome, sans-serif;
    color: #ed1849;
    display: block;
    margin-bottom: 10px; }
  .news-article.spotlight .article-block.body-block {
    background-color: #ededed;
    color: #202020; }
    .news-article.spotlight .article-block.body-block a {
      color: #202020; }
      .news-article.spotlight .article-block.body-block a:hover {
        color: #202020; }
  .news-article a {
    width: 100%; }
  .news-article .image-block img {
    width: 100%;
    height: auto; }
  .news-article .article-block h5:before {
    content: "\F1EA";
    font-family: FontAwesome, sans-serif;
    color: #ed1849;
    display: block;
    margin-bottom: 10px; }
  .news-article .article-block.body-block {
    padding: 40px;
    background-color: #202020;
    color: white;
    /*a {
        color: white;

        &:hover {
          color: white;
          text-decoration: none;
        }
      }*/ }
    .news-article .article-block.body-block a.link-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      .news-article .article-block.body-block a.link-overlay:hover, .news-article .article-block.body-block a.link-overlay:active, .news-article .article-block.body-block a.link-overlay:focus {
        background: none !important; }

.donate-section {
  margin-bottom: -40px;
  /*.col:last-child {
    padding-right: 0;
  }
  .content_row-inner {
    height: 100%;

    .donate-inner {
      height: 100%;
    }
  }*/ }

#secondary-navigation-inner input[type=text] {
  height: 50px;
  font-size: 0.8em; }
  #secondary-navigation-inner input[type=text]::-webkit-input-placeholder {
    color: #949ca1; }
  #secondary-navigation-inner input[type=text]::-moz-placeholder {
    color: #949ca1; }
  #secondary-navigation-inner input[type=text]:-ms-input-placeholder {
    color: #949ca1; }
  #secondary-navigation-inner input[type=text]::-ms-input-placeholder {
    color: #949ca1; }
  #secondary-navigation-inner input[type=text]::placeholder {
    color: #949ca1; }

#secondary-navigation-inner input[type=submit] {
  color: white;
  background-color: #ed1849;
  padding: 0;
  width: 100%;
  border: 0;
  height: 50px;
  z-index: 4;
  margin: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

#secondary-navigation-inner input[type=submit]:hover {
  color: white;
  background-color: #ed1849; }

.input-group {
  width: 83%; }

#secondary-navigation-inner a.btn.btn-primary, #secondary-navigation-inner .search-form a.btn-primary.search-submit, .search-form #secondary-navigation-inner a.btn-primary.search-submit {
  width: 83%;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700; }

.input-group input {
  border-radius: 5px !important; }

#secondary-navigation-inner .input-group-btn {
  right: 0;
  top: 0;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  right: 14px;
  top: 5px;
  min-width: 50px; }

.minus-top {
  position: relative;
  top: -60px;
  margin-bottom: -60px; }

.content-block-blockquote {
  padding: 150px 10%; }

.tab-subheadline {
  padding: 40px 70px 0px; }

@media all and (min-width: 768px) {
  .flex-last.image-column img {
    float: right; }
  .image-top .excerpt-column {
    padding-bottom: 130px !important; }
  .image-bottom .image-column {
    position: relative;
    bottom: -60px; }
    .image-bottom .image-column img {
      display: block;
      position: relative;
      width: auto; }
  .image-top .image-column {
    position: relative;
    top: -60px; }
    .image-top .image-column img {
      display: block;
      position: relative;
      width: auto; } }

@media screen and (max-width: 1400px) {
  .sticky-nav .page-subnav li {
    margin: 20px 0px; } }

@media (max-width: 1199.98px) {
  .gallery-item:first-child p {
    font-size: .7rem; }
  h3 {
    font-size: 1.5rem; }
  p {
    font-size: .7rem; }
  .donate-section .text-wrapping p span {
    font-size: 1.5rem !important; }
  .pull-right .btn-primary {
    font-size: .7rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -40px; }
  .pull-left a {
    color: #fff;
    position: relative;
    top: 43px;
    left: 20px;
    font-size: 0.7rem;
    text-transform: uppercase; }
  .text-wrapping {
    padding: 20px; }
  .large-vertical-padding {
    padding-top: 70px;
    padding-bottom: 70px; }
  .large-horizontal-padding {
    padding-left: 5%;
    padding-right: 5%; }
  .mobile-brand {
    position: relative;
    z-index: 1;
    margin: 0px !important;
    width: 100%; }
  .pull-left {
    position: relative;
    z-index: 2; }
  .donate-inner {
    top: 0;
    padding: 20px; }
  .donate-section {
    margin-bottom: 0; }
  /*.donate-section .col {
    padding-left: 0;
    padding-right: 0;
  }*/
  .donate-inner label {
    font-size: .7rem; }
  /*.donation-amt-btns .radio-group {
    width: 25%;
  }

  .radio-btns .radio-group input[type=radio]~label {
    font-size: 0.8rem;
    padding: .5rem 5px;
  }*/
  .donate-section > .col {
    flex-basis: inherit; }
  /*.news-block {
    display: block;
  }

  .news-block .row {
    display: block;
  }

  .main-articles {
    display: block;
  }

  .news-article {
    display: block;
  }

  .news-article.spotlight {
    display: block;
    width: 100%;
  }

  .article-block {
    display: block;
    width: 100%;
  }

  .spotlight .article-block {
    display: block;
  }*/
  .footer-sidebar p.tagline {
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 35px;
    line-height: 20px; }
  footer .footer-social .social-icons {
    display: block; } }

.content-block-tabbed_gallery {
  position: relative;
  overflow: hidden; }
  .content-block-tabbed_gallery .background-slider {
    position: absolute;
    width: 100%; }
    .content-block-tabbed_gallery .background-slider img {
      min-width: 100%; }
  .content-block-tabbed_gallery .nav-tabs {
    background: transparent;
    padding: 0;
    border: 0 none; }

@media (max-width: 991.98px) {
  .tab-subheadline {
    padding: 40px 20px 0px;
    text-align: center; }
  .page-header .header-content {
    padding: 360px 20px 40px; }
  .excerpt-column {
    padding: 40px !important; }
  .center-heading h3 {
    text-align: left;
    margin-bottom: 20px; }
  .nav-tabs {
    padding: 15px 30px 30px 30px; }
    .nav-tabs .nav-item {
      margin-bottom: 15px; }
  .tab-pane .text-wrapping {
    padding: 10px 30px 50px; }
  .gallery-item p.gallery-headline-copy {
    font-size: 1.5rem; } }

.slick-dots {
  bottom: -45px !important; }

ul.social-icons {
  padding: 0;
  margin: 0 auto !important;
  text-align: center !important; }
  ul.social-icons li {
    display: inline-block;
    padding: 0 5px !important;
    margin: 0; }
    ul.social-icons li a {
      color: #fff;
      font-size: 42px;
      padding: 0; }
      ul.social-icons li a i {
        margin: 0 !important; }
    ul.social-icons li:before {
      content: none; }

.form-social-icons {
  display: none;
  margin-left: 15px;
  margin-right: 15px; }
  .form-social-icons li a {
    color: white !important; }

.page-template-template-pledge .collapse:not(.show) {
  display: none !important; }

.page-template-template-pledge h1, .page-template-template-pledge h2, .page-template-template-pledge h3, .page-template-template-pledge h4, .page-template-template-pledge h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.page-template-template-pledge .header-section {
  padding-left: 85px;
  padding-right: 100px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 0px !important;
  height: auto !important; }
  @media screen and (max-width: 1024px) {
    .page-template-template-pledge .header-section {
      padding-top: 120px; } }
  @media screen and (max-width: 768px) {
    .page-template-template-pledge .header-section {
      padding: 70px 0px 0px 0px;
      clear: both;
      float: none;
      background-color: #000;
      margin-right: 0; }
      .page-template-template-pledge .header-section > div {
        margin-right: 0;
        padding-right: 0px; }
      .page-template-template-pledge .header-section .header-arrow {
        display: none; }
      .page-template-template-pledge .header-section .right-block {
        display: none; } }
  .page-template-template-pledge .header-section h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif; }
    .page-template-template-pledge .header-section h1 span, .page-template-template-pledge .header-section h1 strong {
      color: #ed1849;
      font-size: 24px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      vertical-align: middle; }
  .page-template-template-pledge .header-section a {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 4px solid #ed1849;
    padding-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
    .page-template-template-pledge .header-section a:hover {
      text-decoration: none; }
  .page-template-template-pledge .header-section p {
    font-size: 21px;
    line-height: 36px; }
  .page-template-template-pledge .header-section .img-mobile {
    display: block;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .page-template-template-pledge .header-section .img-mobile {
      display: none; } }
  @media screen and (max-width: 768px) {
    .page-template-template-pledge .header-section .content-section {
      padding-left: 35px;
      padding-right: 35px; } }
  .page-template-template-pledge .header-section .header-arrow {
    position: relative;
    z-index: 20;
    bottom: 0;
    padding: 0px; }
    .page-template-template-pledge .header-section .header-arrow a {
      margin: 0px auto;
      display: table;
      border: none !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      margin-top: -30px; }
      .page-template-template-pledge .header-section .header-arrow a:hover {
        border: none !important; }

.page-template-template-pledge .text-section {
  padding-top: 60px;
  clear: both; }
  .page-template-template-pledge .text-section .content-intro {
    color: #ed1849;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 50px;
    margin-top: 30px; }
  .page-template-template-pledge .text-section .block-slider {
    padding-bottom: 120px; }
    @media (max-width: 991.98px) {
      .page-template-template-pledge .text-section .block-slider {
        padding-bottom: 50px; } }
    @media (max-width: 767.98px) {
      .page-template-template-pledge .text-section .block-slider {
        padding-bottom: 0px; }
        .page-template-template-pledge .text-section .block-slider .slick-dots {
          margin-bottom: 45px !important; } }
    .page-template-template-pledge .text-section .block-slider .block-container {
      text-align: center; }
      .page-template-template-pledge .text-section .block-slider .block-container:first-of-type {
        border-right: 1px solid #949ca1; }
        @media (max-width: 767.98px) {
          .page-template-template-pledge .text-section .block-slider .block-container:first-of-type {
            border: none; } }
      .page-template-template-pledge .text-section .block-slider .block-container .icons {
        font-size: 50px;
        line-height: 1;
        margin: 0px 0px 20px 0px; }
        .page-template-template-pledge .text-section .block-slider .block-container .icons i {
          margin: 0px 4px; }
      .page-template-template-pledge .text-section .block-slider .block-container .block-headline {
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 1;
        margin: 0px; }
        .page-template-template-pledge .text-section .block-slider .block-container .block-headline .border-text {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          vertical-align: middle;
          font-size: 24px; }
      .page-template-template-pledge .text-section .block-slider .block-container .block-text {
        font-size: 18px;
        max-width: 260px;
        margin: 0px auto;
        line-height: 1.6em;
        padding-top: 12px; }
        .page-template-template-pledge .text-section .block-slider .block-container .block-text p {
          line-height: 1.6em; }

.page-template-template-pledge .solution-block-right .img-holder .img-dark {
  margin: 0px auto; }

.page-template-template-pledge .solution-block-right .img-holder .img-color {
  margin: 0px auto;
  left: 0;
  right: 0; }

.page-template-template-pledge .img-holder {
  position: relative; }
  .page-template-template-pledge .img-holder img {
    display: block; }
  .page-template-template-pledge .img-holder .img-dark {
    z-index: 10;
    opacity: 1;
    position: relative;
    transition: all 1s; }
  .page-template-template-pledge .img-holder .img-color {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    transition: all 1s; }

.page-template-template-pledge .featuredList {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-left: 40px; }
  .page-template-template-pledge .featuredList .mobile-dropdowns {
    display: none; }
  @media screen and (max-width: 1200px) {
    .page-template-template-pledge .featuredList {
      padding-top: 40px !important;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px; }
      .page-template-template-pledge .featuredList .hide-mobile {
        display: none; }
      .page-template-template-pledge .featuredList .mobile-dropdowns {
        display: block;
        width: 100%; }
        .page-template-template-pledge .featuredList .mobile-dropdowns .featuredWrapper {
          padding: 0px !important;
          border-bottom: none !important;
          margin-bottom: 15px; }
        .page-template-template-pledge .featuredList .mobile-dropdowns h5 a {
          color: #000;
          display: block;
          font-size: 28px;
          border: none;
          text-decoration: none; }
          .page-template-template-pledge .featuredList .mobile-dropdowns h5 a:not(.collapsed) .fa-angle-down {
            transform: rotate(-180deg);
            transition: transform .25s linear; }
          .page-template-template-pledge .featuredList .mobile-dropdowns h5 a .fa-angle-down {
            transform: rotate(0deg);
            transition: transform .25s linear; }
        .page-template-template-pledge .featuredList .mobile-dropdowns hr {
          border-top: 1px solid #000; }
          .page-template-template-pledge .featuredList .mobile-dropdowns hr:last-of-type {
            display: none; }
      .page-template-template-pledge .featuredList h2 {
        padding-left: 15px !important; } }
  @media (max-width: 767.98px) {
    .page-template-template-pledge .featuredList h3 {
      display: none; } }
  .page-template-template-pledge .featuredList .mobile-accordion {
    width: 100%;
    padding: 0px 35px 0px 0px; }
  .page-template-template-pledge .featuredList h5 {
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-top: 20px !important;
    padding: 0px 0px 0px 0px !important;
    border: none !important;
    width: 100% !important;
    background-color: transparent;
    line-height: 35px;
    margin-bottom: 0px; }
    .page-template-template-pledge .featuredList h5 i {
      float: right; }
    .page-template-template-pledge .featuredList h5 span {
      color: #f89938; }
    .page-template-template-pledge .featuredList h5 span {
      display: none !important; }
  .page-template-template-pledge .featuredList p {
    font-size: 18px;
    line-height: 1; }
  .page-template-template-pledge .featuredList a {
    font-size: 18px;
    padding: 0 2px; }
  .page-template-template-pledge .featuredList .ui-accordion-header {
    outline: none !important; }
  .page-template-template-pledge .featuredList .featuredWrapper {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 35px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .page-template-template-pledge .featuredList .featuredWrapper {
        border-bottom: none; }
        .page-template-template-pledge .featuredList .featuredWrapper .collapse:not(.show) {
          display: none; } }
    .page-template-template-pledge .featuredList .featuredWrapper .col-lg-9 {
      padding: 0px; }
    .page-template-template-pledge .featuredList .featuredWrapper span .read-more {
      -webkit-appearance: none;
      outline: none;
      background: none !important;
      border: none;
      font-size: 20px;
      font-weight: 700;
      font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
      padding-bottom: 5px;
      border-bottom: 5px solid #ed1849;
      transition: all .5s linear;
      margin-top: 20px;
      padding-left: 0px;
      padding-right: 0px;
      margin-right: 10px; }
      .page-template-template-pledge .featuredList .featuredWrapper span .read-more:after {
        content: "\F107";
        display: inline-block;
        margin-left: 5px;
        font-family: "Font Awesome 5 Free", sans-serif;
        color: #ed1849;
        transform: rotate(180deg);
        transition: transform .25s linear; }
      .page-template-template-pledge .featuredList .featuredWrapper span .read-more.collapsed:after {
        transform: rotate(0deg); }
      .page-template-template-pledge .featuredList .featuredWrapper span .read-more:focus, .page-template-template-pledge .featuredList .featuredWrapper span .read-more:active {
        outline: none; }
      .page-template-template-pledge .featuredList .featuredWrapper span .read-more:hover {
        cursor: pointer; }
      .page-template-template-pledge .featuredList .featuredWrapper span .read-more.collapsed {
        margin-top: 0px; }
    .page-template-template-pledge .featuredList .featuredWrapper a {
      border: none;
      text-decoration: none;
      display: table; }
      @media (max-width: 767.98px) {
        .page-template-template-pledge .featuredList .featuredWrapper a {
          font-size: 14px; } }
      .page-template-template-pledge .featuredList .featuredWrapper a i {
        color: #ed1849;
        margin-left: 10px; }
    .page-template-template-pledge .featuredList .featuredWrapper:last-of-type {
      border-bottom: none !important; }
    @media screen and (max-width: 768px) {
      .page-template-template-pledge .featuredList .featuredWrapper {
        padding: 20px 30px 35px 15px !important;
        background-color: transparent !important; }
        .page-template-template-pledge .featuredList .featuredWrapper div {
          padding: 0; } }
    .page-template-template-pledge .featuredList .featuredWrapper div div a:hover, .page-template-template-pledge .featuredList .featuredWrapper div div a:focus, .page-template-template-pledge .featuredList .featuredWrapper div div a:active {
      text-decoration: underline; }
  .page-template-template-pledge .featuredList .first-word {
    color: #000;
    display: inline !important; }
    @media screen and (max-width: 1200px) {
      .page-template-template-pledge .featuredList .first-word {
        color: #ed1849; } }

.page-template-template-pledge .partners {
  padding-top: 110px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    .page-template-template-pledge .partners {
      padding-top: 50px; } }
  .page-template-template-pledge .partners .top-wrapper {
    margin-bottom: 80px; }

.page-template-template-pledge .colorIcon {
  transition: color 1s;
  transition-delay: .5s; }

.page-template-template-pledge .fade-red {
  color: #ed1849; }

@media (max-width: 991.98px) {
  .page-template-template-pledge .mred {
    color: #ed1849; } }

.page-template-template-pledge .mobile-header img {
  display: block;
  width: 100%; }

.page-template-template-pledge #get-informed .block-slider {
  padding-bottom: 20px; }

.page-template-template-pledge .featuredList .mobile-dropdowns h5 a {
  font-size: 34px; }

body#tinymce {
  margin: 12px !important; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=main.css.map*/