/* stylelint-disable */

@font-face {
  font-family: "icomoon";
  src: url(./fonts/icomoon.woff?cafd4e47d29d9858b35de3a2a6530e05) format("woff"), url(./fonts/icomoon.woff?cafd4e47d29d9858b35de3a2a6530e05) format("woff2");
  font-weight: 400;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-light1:before {
  content: "\E909";
}

.icon-minus-light1:before {
  content: "\E90A";
}

.icon-times-light2:before {
  content: "\E90B";
}

.icon-chevron-left-regular:before {
  content: "\E907";
}

.icon-arrow-right-solid:before {
  content: "\E908";
}

.icon-instagram:before {
  content: "\E901";
}

.icon-brand:before {
  content: "\E901";
}

.icon-social:before {
  content: "\E901";
}

.icon-flickr:before {
  content: "\E902";
}

.icon-brand1:before {
  content: "\E902";
}

.icon-social1:before {
  content: "\E902";
}

.icon-linkedin:before {
  content: "\E903";
}

.icon-brand2:before {
  content: "\E903";
}

.icon-social2:before {
  content: "\E903";
}

.icon-twitter:before {
  content: "\E904";
}

.icon-brand3:before {
  content: "\E904";
}

.icon-tweet:before {
  content: "\E904";
}

.icon-social3:before {
  content: "\E904";
}

.icon-facebook:before {
  content: "\E905";
}

.icon-brand4:before {
  content: "\E905";
}

.icon-social4:before {
  content: "\E905";
}

.icon-search:before {
  content: "\E906";
}

.icon-magnifier:before {
  content: "\E906";
}

.icon-magnifying-glass:before {
  content: "\E906";
}

.icon-inspect:before {
  content: "\E906";
}

.icon-find:before {
  content: "\E906";
}

.icon-youtube:before {
  content: "\E900";
}

/* postcss-bem-linter: ignore */

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #0152aa;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f1764b;
  --secondary: #f7941d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1230px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", "Arial", "Helvetica", 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

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: #f1764b;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #de4611;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 26px;
}
@media (max-width: 767.99px) {
  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  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 {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1230px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-hover .table-primary:hover {
  background-color: #f9c7b5;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #fcd5a7;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.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-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-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: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.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-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: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1229.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fad0c1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

.col-form-label {
  padding-top: calc(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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

.form-check {
  position: relative;
  display: block;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.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 {
  background-color: #71dd8a;
}

.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 {
  background-color: #34ce57;
}

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

.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 ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.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(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.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: #dc3545;
}

.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: #dc3545;
}

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #f1764b;
  border-color: #f1764b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ee5b28;
  border-color: #ed521c;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #f1764b;
  border-color: #f1764b;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ed521c;
  border-color: #ea4a12;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #f7941d;
  border-color: #f7941d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #e68108;
  border-color: #d97a08;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #f7941d;
  border-color: #f7941d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d97a08;
  border-color: #cd7307;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #f1764b;
  background-color: transparent;
  background-image: none;
  border-color: #f1764b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #f1764b;
  border-color: #f1764b;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #f1764b;
  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: #f1764b;
  border-color: #f1764b;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.5);
}

.btn-outline-secondary {
  color: #f7941d;
  background-color: transparent;
  background-image: none;
  border-color: #f7941d;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #f7941d;
  border-color: #f7941d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #f7941d;
  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: #212529;
  background-color: #f7941d;
  border-color: #f7941d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #f1764b;
  background-color: transparent;
}

.btn-link:hover {
  color: #de4611;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 280px !important;
  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;
	max-width: 100%;
}

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: #f1764b;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control: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),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #f1764b;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fef4f1;
}

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f1764b;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #f1764b;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(241, 118, 75, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(241, 118, 75, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f1764b;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(241, 118, 75, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #fad0c1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 208, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 208, 193, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #fad0c1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #fad0c1;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #f1764b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #fef4f1;
}

.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: #f1764b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #fef4f1;
}

.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: #f1764b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #fef4f1;
}

.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-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.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: #f1764b;
}

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

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

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

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

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

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

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

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1230px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  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;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f1764b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #de4611;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(241, 118, 75, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: #f1764b;
  border-color: #f1764b;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #f1764b;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ed521c;
}

.badge-secondary {
  color: #212529;
  background-color: #f7941d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d97a08;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.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: #7d3d27;
  background-color: #fce4db;
  border-color: #fbd9cd;
}

.alert-primary hr {
  border-top-color: #f9c7b5;
}

.alert-primary .alert-link {
  color: #562a1b;
}

.alert-secondary {
  color: #804d0f;
  background-color: #fdead2;
  border-color: #fde1c0;
}

.alert-secondary hr {
  border-top-color: #fcd5a7;
}

.alert-secondary .alert-link {
  color: #52320a;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f1764b;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  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:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f1764b;
  border-color: #f1764b;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #7d3d27;
  background-color: #fbd9cd;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #7d3d27;
  background-color: #f9c7b5;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7d3d27;
  border-color: #7d3d27;
}

.list-group-item-secondary {
  color: #804d0f;
  background-color: #fde1c0;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #804d0f;
  background-color: #fcd5a7;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #804d0f;
  border-color: #804d0f;
}

.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: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action: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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", "Arial", "Helvetica", 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: "Source Sans Pro", "Arial", "Helvetica", 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,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 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-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,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 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-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,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-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,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.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: #f1764b !important;
}

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

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d97a08 !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: #dc3545 !important;
}

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

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

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

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

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

.border-danger {
  border-color: #dc3545 !important;
}

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

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

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

.rounded {
  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-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1230px) {
  .d-xl-none {
    display: none !important;
  }

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

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1230px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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: 1230px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-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-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: 1230px) {
  .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-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;
}

.text-justify {
  text-align: justify !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: 1230px) {
  .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-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/**
 * This file is to hold utlity classes that are needed but not included in some way with bootstrap.
 * A utility class is something that sets an additonal property on a non-specific elemnent.
 * They should be common classes that are resused often.
 * 
 * EX)
 *  fix-right-with-translucent to fix an arbitrary element to the right of the screen in a spefic manner
 */

/* stylelint-disable */

body {
  min-width: 320px;
  font-size: 18px;
  color: #000;
  line-height: 27px;
}

/** @define anchor **/

a {
  -webkit-transition: all 0.4s ease, background 0.4s ease , opacity 0.4s ease , visibility 0.4s ease;
  transition: all 0.4s ease, background 0.4s ease , opacity 0.4s ease , visibility 0.4s ease;
  outline: none;
  color: #009fda;
  text-decoration: none;
}

.img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 1229.98px) {
  .container {
    max-width: 100%;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.main {
  position: relative;
}

.container {
  width: 100%;
}

@media (max-width: 1299.98px) {
  .container {
    max-width: 100%;
  }
}
.home .top-section {
  padding: 106px 0 0 !important;
}
.top-section {
  padding: 156px 0 0 !important;
}

@media (max-width: 991.98px) {
  .home .top-section,
  .top-section {
    padding: 5px 0 0 !important;
  }
}


.visual-slider {
  position: relative;
}

.visual-slider:hover .slick-arrow {
  opacity: 1;
  left: 30px;
}

.visual-slider:hover .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}

.visual-slider .bg-image {
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}

.visual-slider #slick-slide00 .bg-image {
  background-position: 50% 50%;
}

.visual-slider .slide {
  position: relative;
}

.visual-slider .caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.visual-slider .image {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visual-slider .image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.visual-slider .slide.add .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.visual-slider .image1 {
  width: 936px;
}

@media (max-width: 1199.98px) {
  .visual-slider .image1 {
    width: 600px;
  }
}

@media (max-width: 767.98px) {
  .visual-slider .image img {
    /* margin-left: -50px;*/
  }

  .visual-slider .slide.add .image img {
    margin-left: 0;
  }
}

@media (max-width: 499.98px) {
  .visual-slider .image1 {
    width: 100%;
  }

  .visual-slider .slide:nth-child(2) .image img {
    /*margin-left: -180px;*/
    position: relative;
    max-width: inherit;
    /*width: 500px;
    float: right;*/
  }
}

.visual-slider .image1 img {
  display: block;
  width: 100%;
  height: auto;
}

.visual-slider .slick-arrow {
  position: absolute;
  left: 45px;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  opacity: 0.35;
  background-color: #01588c;
  border: none;
  cursor: pointer;
  z-index: 99;
  border-radius: 3px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  outline: none;
}

.visual-slider .slick-arrow.slick-next {
  left: auto;
  right: 45px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
  .visual-slider .slick-arrow {
    left: 15px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .visual-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .visual-slider .image {
    width: 100%;
  }
  .visual-slider:hover .slick-arrow {
    opacity: 1;
    left: 15px;
  }

  .visual-slider:hover .slick-arrow.slick-next {
    left: auto;
    right: 15px;
  }
}

@media (max-width: 767.98px) {
  .visual-slider .bg-image {
    background-position: 20% 50%;
	  min-height: 350px;
  }
  .visual-slider .caption {
    top: auto;
    bottom: 40px;
  }
  #slick-slide00 .bg-image {
    background-position: 60% 50%;
  }
}

.info-section {
  padding: 53px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#006098), to(#3f64ea));
  background: linear-gradient(to bottom, #006098 0%, #3f64ea 100%);
  color: white;
}

.info-section .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-section .info-col {
  width: 16%;
  padding: 0 18px;
  font-size: 18px;
  line-height: 27px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

@media (max-width: 1699.98px) {
  .info-section .info-col {
    width: 18.75%;
  }
}
@media (max-width: 1299.98px) {
  .info-section .info-col {
    width: 18.75%;
    font-size: 15px;
  }
}

.info-section .info-col:first-child {
  width: 25%;
}

@media (max-width: 1023.98px) {
  .info-section .info-col {
    width: 100%;
    font-size: 15px;
  }
  .info-section .info-col:first-child {
    width: 100%;
  }
}

.info-section .info-col h1 {
  font-size: 35px;
  line-height: 36px;
  margin: 0 0 20px;
  font-weight: 700;
}

.info-section .info-col p {
  margin: 0;
}

.info-section .info-col a {
  color: #00FFFF;
  font-weight: 700;
}

.info-section .info-col a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.info-section .info-col h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px;
}

@media (max-width: 1299.98px) {
  .info-section .info-col h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }
}

.topics-blocks {
  position: relative;
  background: url(./images/bg-section.jpg?be2ebaa08d07376cadcb74c12e570d68) no-repeat #01588c;
  background-size: cover;
  padding: 75px 0 70px;
  color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

@media (max-width: 767.98px) {
  .topics-blocks {
    padding: 30px 0 10px;
  }
}

.topics-blocks h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 35px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .topics-blocks h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

.topics-blocks img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 40px;
}

@media (max-width: 991.98px) {
  .topics-blocks .image {
    max-width: 350px;
  }
  .topics-blocks .col-lg-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .topics-blocks .image {
    max-width: 100%;
  }
}

.topics-blocks p {
  margin: 0 0 31px;
}

.topics-blocks .row {
  margin-right: -30px;
  margin-left: -30px;
}

@media (max-width: 1299.98px) {
  .topics-blocks .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.news-area {
  position: relative;
  padding: 15px 0 30px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

.news-area h2 {
  font-size: 23px;
  line-height: 34px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.maincont h2 {
  margin: 0 0 20px;
}

.news-area .news-list {
  border-top: 1px solid #ced7e0;
  padding: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 479.98px) {
  .news-area .news-list {
    display: block;
  }
  .info-section {
    padding: 50px 0;
  }
}

.news-area .news-list .image {
  width: 160px;
  margin: 0 20px 0 0;
  position: relative;
}

.news-area .news-list .image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-area .news-list .image .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.news-area .news-list .image .icon .icon-plus-light1 {
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-area .news-list .image:hover .icon {
  opacity: 1;
}

.news-area .news-list .image:hover .icon .icon-plus-light1 {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.news-area .news-list .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.news-area .news-list .description a {
  color: #009fda;
}

.news-area .news-list .description a:hover {
  color: #b3272d;
  text-decoration: underline;
}

.news-area .news-list .date {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #000;
}

.news-area .view {
  color: #000;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-area .view:hover {
  color: #b3272d;
}

.news-area .view:hover .icon {
  padding-left: 13px;
  text-decoration: none;
}

.news-area .view:hover span {
  text-decoration: underline;
}

.news-area .view .icon {
  display: block;
  padding-left: 8px;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.clickable-card-widget {
  margin-bottom: 50px;
}

.clickable-card-widget .description {
  min-height: inherit !important;
}

.intro-area {
  margin: 0 0 30px;
}

.intro-area h2 {
  color: #B22222;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 33px;
}

/** @define header **/

/* stylelint-disable */

.header {
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
}

@media (max-width: 991.98px) {
  .header {
    position: relative;
  }
  .top-section {
    padding: 0;
  }
}

.header-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
}

.header-holder .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -8px 8px 0;
}

.header-holder .btn-holder .btn {
  margin: 0 5px;
}

@media (max-width: 991.98px) {
  .header-holder .btn-holder {
    margin-top: 20px;
    border-top: 1px solid #e6e9ed;
    padding-top: 20px;
    justify-content: center;
    width: 100%;
  }
  .header {
    padding: 0;
  }
  .header-holder {
    padding: 20px 0;
  }
  .gform_wrapper.gravity-theme .gform_footer, 
  .gform_wrapper.gravity-theme .gform_page_footer {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .header-holder .btn-holder {
    margin-top: 10px;
    border-top: 1px solid #e6e9ed;
    padding-top: 15px;
    justify-content: center;
    width: 100%;
  }
  .header {
    padding: 0;
  }
  .header-holder {
    padding: 5px 0 10px;
  }
}

.logo {
  display: block;
  width: 180px;
}

@media (max-width: 767.98px) {
  .logo {
    width: 100px;
  }
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.btn {
  color: #fff !important;
  background: #1abb9c;
  padding: 11px 20px 13px;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.primary-background {
  background: #01588c;
}

.btn-small {
  padding: 5px 13px 6px;
  font-size: 13px;
}

.btn-large {
  padding: 14px 26px 16px;
  font-size: 15px;
}

.btn-medium {
  padding: 10px 20px 12px;
  font-size: 15px;
}

.btn.btn-green {
  background: #1abb9c;
}

.btn.btn-blue {
  background: #3f8dbf;
}

.btn.btn-red {
  background: #fa6c65;
}

.btn.btn-pink {
  background: #d487be;
}

.btn.btn-purple {
  background: #9b59b6;
}

.btn.btn-orange {
  background: #f27a24;
}

.btn.btn-navy {
  background: #34495e;
}

.btn.btn-gray {
  background: #95a5a6;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background: #17a78b;
  color: #fff !important;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  background: #17a78b !important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  background: #387eaa !important;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  background: #cf4c45 !important;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
  background: #bd78a9 !important;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
  background: #8a4fa2 !important;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  background: #d96716 !important;
}

.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
  background: #2c3e50 !important;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  background: #859394 !important;
}

.btn-large,
#hero .btn-large {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 48px;
  padding: 0 28px;
  border-radius: 0;
}

.btn.primary-background:hover,
.btn.primary-background:focus,
.btn.primary-background:active {
  background: #01588c;
  opacity: .875;
}

.standard-width {
  width: auto;
}

.secondary-background {
  background: #b3272d;
}

.btn.secondary-background:hover,
.btn.secondary-background:focus,
.btn.secondary-background:active {
  background: #b3272d;
  opacity: .875;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .header-holder .btn-holder .btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 25px;
  }
}

/** @define nav-opener **/

/* stylelint-disable */

.menu-opener {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  background: none;
  position: absolute;
  right: 25px;
  top: 32px;
  z-index: 20;
  display: none;
  background: #01588c;
}

.menu-active .menu-opener {
  border-top: 0;
}

.menu-opener span {
  display: block;
}

.menu-opener span:before {
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '';
  position: absolute;
  left: 7px;
  top: 12px;
}

.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}

.menu-opener:after,
.menu-opener:before {
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '';
  position: absolute;
  left: 7px;
  top: 19px;
}

.menu-active .menu-opener:after,
.menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-opener:before {
  top: 26px;
}

.menu-active .menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 19px;
}

/** @define nav-drop **/

.nav-drop {
  background: #121d24;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
  position: relative;
  padding-top: 1px;
}

.nav-drop:before {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  content: '';
  background: #121d24;
}

@media (max-width: 991.98px) {
  .nav-drop:before {
    display: none;
  }
  .menu-opener {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .nav-drop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    background: none;
  }

  .menu-active .nav-drop {
    max-height: 4000px;
  }
}

.menu-active {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/** @define nav-area **/

.nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 991.98px) {
  .nav-area {
    background: #121d24;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: block;
    max-height: calc(100vh - 200px);
    overflow: auto;
  }

  .menu-active .nav-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.wrapper:before {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  pointer-events: none;
  background: rgba(0,0,0, 0.85);
  transition: all 0.4s ease;
  z-index: 999;
}

.menu-active .wrapper:before {
  opacity: 1;
}

.menu {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  position: static;
}

@media (max-width: 1229.99px) {
  .menu {
    font-size: 14px;
  }
}

@media (max-width: 991.99px) {
  .menu {
    display: block;
    padding: 0 20px;
  }
}

.menu li:first-child a:before {
  display: none;
}

.menu li.dropdown {
  position: relative;
}

@media (max-width: 991.99px) {
  .menu > li {
    border-top: 1px solid #e6e9ed;
  }
  .menu > li:first-child {
    border: none;
  }
}

@media (min-width: 992px) {
  .menu li.dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1) translateZ(0) !important;
            transform: scaleY(1) translateZ(0) !important;
    opacity: 1;
    visibility: visible;
  }
}

.menu a {
  display: block;
  padding: 15px 20px 16px;
  color: #fff;
  position: relative;
}

@media (max-width: 1229.99px) {
  .menu a {
    padding: 15px 15px;
  }
}

@media (max-width: 991.99px) {
  .menu a {
    padding: 15px 0;
  }
}

.menu a:before {
  position: absolute;
  left: 0;
  top: 18px;
  height: 16px;
  width: 1px;
  background: #fff;
  content: '';
}

@media (max-width: 991.99px) {
  .menu a:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .menu li:hover a {
    background: #f5f7fa;
    color: #000;
  }
}

@media (max-width: 991.98px) {
  .menu a:hover {
    background: none;
    color: #fff;
    opacity: 0.7;
  }
}

.menu > li .opener {
  display: none;
}

@media (max-width: 991.98px) {
  .menu > li .opener {
    display: block;
    position: absolute;
    right: 0 !important;
    left: auto  !important;
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 999;
    font-size: 16px;
    border-left: 1px solid #e6e9ed;
  }

  .menu > li .opener .icon-minus-light1 {
    opacity: 0;
    font-size: 0;
  }

  .menu > li.active .opener .icon-minus-light1 {
    opacity: 1;
    font-size: 16px;
  }

  .menu > li.active .opener .icon-plus-light1 {
    opacity: 0;
    font-size: 0;
  }

  .menu > li.dropdown {
    position: relative;
    min-height: 50px;
  }

  .menu > li.dropdown > a {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 99;
  }
}

.dropdown-menu {
  font-size: 16px;
  line-height: 22px;
  background: none;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  border: none;
  margin: 0;
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0;
    visibility: hidden;
    min-width: 100%;
    -webkit-transform-origin: 50% 0 !important;
            transform-origin: 50% 0 !important;
    -webkit-transform: scaleY(0) translateZ(0) !important;
            transform: scaleY(0) translateZ(0) !important;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease , visibility 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    background: #f5f7fa;
    z-index: 9999;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    position: static !important;
    margin: 0 -38px -1px;
    padding: 50px 35px 0 !important;
    font-size: 16px;
    min-width: inherit;
    float: none;
    width: auto;
    min-width: inherit;
  }
}

.dropdown-list {
  margin: 0 0 20px;
}

.dropdown-list li {
  margin: 0;
  padding: 0;
}

.dropdown-list li:after {
  display: none;
}

.dropdown-list li:last-child {
  border: none;
}

.dropdown-list li:last-child a {
  border-bottom: none;
}

.dropdown-list .title {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0 0 20px;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
}

.dropdown-list a {
  max-width: inherit;
  color: #01507f !important;
  padding: 8px 0;
  border-bottom: 1px solid #afb2b5;
}

.dropdown-list a:hover {
  color: #b3272d !important;
  text-decoration: underline;
}

.dropdown-list a:after,
.dropdown-list a:before {
  display: none;
}

.menu-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 25px 5px;
  margin: 0 -15px;
}

@media (max-width: 991.98px) {
  .menu-holder {
    background: #ebebeb;
    margin: 0 -18px;
  }
}

.menu-holder .menu-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .menu-holder {
    padding: 15px;
    display: block;
  }
}

.search-block {
  position: relative;
}

.search-block.active .search-opener {
  background: #f5f7fa;
  color: #000;
}

.search-block .search-opener {
  color: #fff;
  display: block;
  padding: 17px 20px 21px;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px 3px 0 0;
}

@media (max-width: 991.98px) {
  .search-block .search-opener {
    display: none;
  }
}

.search-block .search-opener:hover {
  background: #f5f7fa;
  color: #000;
}

.search-block .search-drop {
  position: absolute !important;
  z-index: 9999;
  right: 0 !important;
  width: 585px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .search-block .search-drop {
    width: 100%;
    position: static !important;
  }
}

.search-block form {
  padding: 15px;
  background: #f5f7fa;
  position: relative;
}

@media (max-width: 991.98px) {
  .search-block form {
    padding: 30px 15px;
  }
}

.search-block form .text-feild {
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid transparent;
  margin: 0;
}
.search-block form .text-feild:focus {
  border-color: #bcc7d1;
}

.search-block form .submit {
  padding: 10px;
  margin: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  width: 40px;
  border: 1px solid #01588c;
  position: absolute;
  right: 15px;
  top: 15px;
  background: #01588c;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .search-block form .submit {
    top: 30px;
  }
}

.search-block form .submit .icon {
  display: block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.search-block form .submit:hover {
  opacity: 0.8;
}

/* stylelint-disable */

/*  Find Support */

.banner-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 100px;
  min-height: 350px;
}

.banner-section.style02 .text-holder p {
  margin: 0 0 30px;
}

.banner-section.style03 {
  min-height: 480px;
}

@media (max-width: 767.98px) {
  .banner-section.style03 {
    min-height: inherit;
    padding: 50px 0 40px;
  }
}

.banner-section.style03 .text-holder {
  text-align: center;
  margin: 0 auto;
  max-width: 70%;
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .banner-section.style03 .text-holder {
    max-width: 100%;
  }
}

.banner-section.style03 .text-holder p {
  margin: 0 0 30px;
}

.banner-section.banner-full-bg {
  min-height: 350px;
}

.banner-section.banner-full-bg h1 {
  font-weight: 900;
}

.banner-section:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: #2f4052;
  opacity: .57;
}

.banner-section .container {
  position: relative;
}

.banner-section h1 {
  font-size: 60px;
  line-height: 66px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .banner-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .banner-section h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.banner-section .text-holder {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 70px;
  max-width: 66%;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

@media (max-width: 767.98px) {
  .banner-section .text-holder {
    font-size: 18px;
    line-height: 24px;
  }
}

.banner-section .text-holder p {
  margin-bottom: 0;
}

.banner-section.banner-right {
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media (max-width: 767.98px) {
  .banner-section.banner-right {
    display: block;
  }
}

.banner-section.banner-right:before {
  display: none;
}

.banner-section.banner-right .text-band {
  width: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .banner-section.banner-right .text-band {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 250px;
  }
}

.banner-section.banner-right .text-wrap {
  width: 75%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1559.99px) {
  .banner-section.banner-right .text-wrap {
    width: 85%;
  }
}

@media (max-width: 1289.99px) {
  .banner-section.banner-right .text-wrap {
    width: 100%;
  }
}

.banner-section.banner-right .image-band {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center top !important;
}

@media (max-width: 767.98px) {
  .banner-section.banner-right .image-band {
    width: 100%;
    background-position: 70% center !important;
  }
}

.banner-section.banner-right h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 20px;
}

@media (max-width: 991.98px) {
  .banner-section.banner-right h1 {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .banner-section.banner-right h1 {
    font-size: 34px;
  }
}

@media (max-width: 1199.99px) {
  .banner-section.banner-right h1 br {
    display: none;
  }
}

.banner-section.banner-left {
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media (max-width: 767.98px) {
  .banner-section.banner-left {
    display: block;
  }
}

.banner-section.banner-left:before {
  display: none;
}

.banner-section.banner-left .text-band {
  width: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .banner-section.banner-left .text-band {
    width: 100%;
    min-height: 250px;
  }
}

.banner-section.banner-left .text-wrap {
  width: 75%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1559.99px) {
  .banner-section.banner-left .text-wrap {
    width: 85%;
  }
}

@media (max-width: 1289.99px) {
  .banner-section.banner-left .text-wrap {
    width: 100%;
  }
}

.banner-section.banner-left .image-band {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center top !important;
}

@media (max-width: 767.98px) {
  .banner-section.banner-left .image-band {
    width: 100%;
    background-position: 70% center !important;
  }
}

.banner-section.banner-left h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 30px;
}

@media (max-width: 991.98px) {
  .banner-section.banner-left h1 {
    font-size: 38px;
    margin: 0 0 20px;
  }
}

@media (max-width: 991.98px) {
  .banner-section.banner-left h1 {
    font-size: 34px;
  }
}

@media (max-width: 1199.99px) {
  .banner-section.banner-left h1 br {
    display: none;
  }
}

.banner-section.banner-left h2 {
  margin: 0 0 40px;
  font-size: 26px;
  line-height: 34px;
}

@media (max-width: 991.98px) {
  .banner-section.banner-left h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.banner-slider h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  letter-spacing: 4px;
}

.breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin: 1em 0 2.4em;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  display: block;
}

.breadcrumb li {
  color: #01588c;
  padding: 0 10px 0 12px;
  position: relative;
  display: inline;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb a:hover {
  color: #b3272d;
}

.support-blocks .col-sm-6 {
  margin-bottom: 50px;
}

.support-block {
  display: block;
  height: 100%;
  background: #f5f7fa;
  border: 1px solid #e6e9ed;
}

.support-block.style01 {
  background-color: #01588c;
  padding: 15px 7px;
  color: #fff;
  text-align: center;
}

.support-block.style01 h2 {
  letter-spacing: 0.8px;
  text-align: center;
  margin: 0 0 15px;
}

.support-block.style01 p {
  font-weight: 700;
}

.support-block.style01 p a {
  color: #fff;
}

.support-block.style01 p a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #b3272d;
          text-decoration-color: #b3272d;
}

.support-block .image img {
  display: block;
  width: 100%;
  height: auto;
}

.support-block .description {
  padding: 25px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  min-height: 166px;
}

.support-block .description .h3 {
  color: #01588c;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px;
  display: block;
  letter-spacing: 0;
}

.support-block .description p {
  margin-bottom: 0;
}

.support-block .support-info {
  padding: 10px;
  color: #fff;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  text-align: left;
}

.support-block .support-info .title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
  display: block;
}

.about-support h2 {
  display: inline-block;
}

.about-support .btn {
  margin: 8px 0;
}

.general-content {
  margin: 0 0 20px;
}

.general-content a {
  color: #009fda;
}

.general-content a:hover {
  color: #b3272d;
  text-decoration: underline;
}

.resources-link h2 {
  margin: 0 0 20px;
}

.resources-link ul {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

.resources-link ul li {
  margin: 0 0 7px;
}

.resources-link ul a {
  color: #009fda;
}

.resources-link ul a:hover {
  color: #b3272d;
  text-decoration: underline;
}

.blocks-holder {
  position: relative;
  margin-bottom: 30px;
}

.blocks-holder .col-sm-6 {
  margin-bottom: 50px;
}

.blocks-holder .block {
  display: block;
  border-radius: 3px;
  color: #01588c;
  text-align: center;
  height: 100%;
}

.blocks-holder .block img {
  display: block;
  width: 100%;
  height: auto;
}

.blocks-holder .block .title {
  display: block;
  border: 1px solid #e6e9ed;
  background: #f5f7fa;
  padding: 25px;
}

.sports-section {
  position: relative;
  padding: 0 0 90px;
}

.sports-section .image-block {
  margin: 0 0 60px;
}

.sports-section .image-block img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.sports-section .holder .img {
  width: 200px;
  margin: 0 auto 30px;
}

.links-block h2 {
  text-align: center;
  background: #01588c;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}

.links-block p {
  margin: 0 0 30px;
}

.links-block .links-list {
  font-size: 18px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  line-height: 24px;
}

.links-block .links-list li {
  margin: 0 0 5px;
}

.links-block .links-list a {
  color: #009fda;
}

.links-block .links-list a:hover {
  color: #b3272d;
  text-decoration: underline;
}

.general-content {
  padding-right: 30px;
  font-size: 18px;
  line-height: 150%;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

@media (max-width: 991.98px) {
  .general-content {
    padding-right: 0;
  }
}

.general-content .head {
  background: #01588c;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
}

.general-content .head h2 {
  margin-bottom: 0;
}

.general-content p {
  margin: 0 0 20px;
}

.general-content .text-holder {
  border-bottom: 1px solid #ced7e0;
  margin: 0 0 20px;
}

.general-content h3 {
  margin: 0 0 25px;
}

.links-list2 {
  font-size: 18px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  line-height: 24px;
  padding: 0 0 0 45px;
  list-style-type: disc;
  margin: 0 0 30px;
}

.links-list2 li {
  margin: 0 0 20px;
}

.links-list2 a {
  color: #009fda;
}

.links-list2 a:hover {
  color: #b3272d;
  text-decoration: underline;
}

.links-list2.style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.links-list2.style01 li {
  margin: 0 0 10px;
  width: 55%;
}

@media (max-width: 767.98px) {
  .links-list2.style01 li {
    width: 100%;
  }
}

.links-list2.style01 li:nth-child(odd) {
  width: 45%;
}

@media (max-width: 767.98px) {
  .links-list2.style01 li:nth-child(odd) {
    width: 100%;
  }
}

.sidebar {
  background: #0e6696;
  padding: 12px;
  color: white;
}

.form-holder {
  padding: 10px 0;
}

.form-holder h2 {
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0 0 30px;
}

.form-holder label {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 5px;
}

.form-holder .form-control {
  border-radius: 0;
  outline: none;
  background: #fff !important;
  border-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-holder .input-holder {
  margin: 0 0 10px;
}

.form-holder .check-holder label {
  font-size: 18px;
}

.form-holder .hs-button {
  background: #b3272d;
  border-color: #b3272d;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  margin-bottom: 15px;
}

.form-holder p {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  padding: 0 15px;
}

.light-grey-bg {
  background-color: #ebebeb;
}

.primary-background-heading {
  background-color: #01588c;
  padding: 10px 10px 10px;
  color: #fff;
}

.visual-area h1 {
  margin: 0 0 8px;
  font-size: 44px;
  line-height: 48px;
}

@media (max-width: 767.98px) {
  .visual-area h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.visual-area p {
  margin: 0;
}

.map-area {
  min-height: 330px;
  position: relative;
}

.map-area iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.form-wrap {
  padding: 40px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

@media (max-width: 767.98px) {
  .form-wrap {
    padding: 20px 15px;
  }
}

.form-wrap .title {
  display: block;
  margin: 0 0 20px;
}

.form-wrap .form-control {
  height: 45px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
  background-color: #fefefe;
  font-size: 14px;
  padding: 0 10px;
  line-height: 45px;
}

.location-listing {
  padding: 30px 0;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

.location-listing h2 {
  margin: 0 0 20px;
}

.location-column {
  min-height: 300px;
  margin-bottom: 20px;
}

.location-listing .location-heading {
  display: block;
  font-weight: 700;
}

.location-listing .btn {
  padding-left: 0;
  padding: 5px 10px;
  font-size: .875em;
  font-weight: 400;
  background: #01588c;
  color: #fff;
  margin: 15px 0;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}

.location-label {
  font-weight: 700;
  padding-right: 10px;
  display: inline-block;
  width: 30%;
}

.add-banner {
  padding: 60px 0;
  color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 767.98px) {
  .add-banner {
    padding: 30px 0 0;
  }
}

.add-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .add-banner img {
    margin-bottom: 20px;
  }
}

.img-bg-soft::before,
.img-bg-softer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark-bg.img-bg-soft::before {
  background-color: #2f4052;
  opacity: .57;
}

.btn-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 991.98px) {
  .btn-list2 {
    margin: 0 -7px;
  }
}

.btn-list2 li {
  padding: 0 15px;
  width: 25%;
}

@media (max-width: 991.98px) {
  .btn-list2 li {
    padding: 0 7px;
  }
}

@media (max-width: 767.98px) {
  .btn-list2 li {
    width: 50%;
    margin-bottom: 30px;
  }
}

.btn-list2 a {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 48px;
  padding: 0;
  background: #fff;
  display: block;
  color: #01588c !important;
}

@media (max-width: 991.98px) {
  .btn-list2 a {
    font-size: 18px;
    line-height: 48px;
  }
}

.btn-list2 a:hover {
  background: #01588c;
  opacity: .875;
  color: #fff;
  text-decoration: none;
}

/* stylelint-disable */

.slick-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -24px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  background: #fff;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  height: 47px;
  line-height: 15px;
  border-radius: 3px;
}

.slick-dots li {
  position: relative;
  margin: 0 5px;
  width: 15px;
  height: 15px;
}

.slick-dots li.slick-active button {
  background: #01588c;
}

.slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  background: #b3272d;
  outline: none;
  border-radius: 50%;
  border: none;
  padding: 0;
}

.slick-dots button:hover {
  background: #01588c;
}

/* stylelint-disable */

.footer {
  position: relative;
}

.footer-info {
  background-color: #182f3f;
  padding: 35px 0;
  color: #fff;
}

.footer-info h3 {
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  margin-bottom: 15px;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
  text-align: center;
  height: 48px;
}

.footer-info h3 span {
  display: block;
  background: #01588c;
  color: #fff;
}

.footer-info h3 a {
  display: block;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
  background: #01588c;
  transition: all 0.3s ease;
}
.footer-info h3 a:hover {
  background: #01588c;
  opacity: .875;
}

.footer-info .title {
  display: block;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.footer-info form label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 5px;
}

.footer-info form .text-feild {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: #f5f8fa;
  color: #33475b;
  border-radius: 3px;
  border: none;
  outline: none;
  margin: 0 0 30px;
}

.footer-info form .hs-button {
  background: #b3272d;
  border-color: #b3272d;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  float: right;
}

.footer-info form .captcha {
  margin: 0 0 30px;
}

.footer-info .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
}

.footer-info .logo-list li {
  padding: 10px 5px;
  width: 34%;
}

.footer-info .logo-list li:first-child {
  width: 39%;
}

.footer-info .logo-list img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-info .info-list {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 22px;
}

.footer-info .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px;
}

.footer-info .info-list .title {
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin: 0;
}

.footer-info .info-list a {
  color: #fff;
}

.footer-info .info-list a:hover {
  text-decoration: underline;
}

.footer-info .btn {
  width: 100%;
}

.footer-info .btn-list {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-info .btn-list li {
  padding: 0 14px 0 0;
}

.hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

.social-networks {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-networks li {
  padding: 0 8px;
}

.social-networks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 1;
}

.social-networks a.facebook {
  background: #36609f;
}

.social-networks a.twitter {
  background: #2caae1;
}

.social-networks a.linkedin {
  background: #0077b5;
}

.social-networks a.instagram {
  background: #0f5689;
}

.social-networks a.youtube {
  background: #ee3537;
}

.social-networks a.flickr {
  background: #ff0084;
}

.footer-content {
  background: #121d24;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  line-height: 22px;
}

.footer-content .logo {
  margin: 0 0 20px;
}

.footer-content .copyrights {
  font-size: 12px;
  letter-spacing: 1px;
}

.footer-content .copyrights a {
  color: #fff;
}

.footer-content .copyrights a:hover {
  text-decoration: underline;
}

.contact-info {
  text-align: center;
  padding-top: 25px;
}

.contact-info h3 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 30px;
}

.contact-info .title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
  display: block;
}

.contact-info .address {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.contact-info .tell {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.contact-info .tell a {
  color: #fff;
}

.contact-info .tell a:hover {
  text-decoration: underline;
}

.footer-links {
  font-size: 12px;
  line-height: 22px;
  margin-top: 60px;
  text-align: center;
}

.footer-links p {
  margin: 0 0 25px;
}

@media (max-width: 767.98px) {
  .footer-links p {
    margin: 0 0 10px;
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}

.footer-links li {
  padding: 0 10px;
  position: relative;
}

.footer-links li:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 3px;
  content: '';
  width: 1px;
  background: #fff;
}

.footer-links li:first-child:before {
  display: none;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .footer-content .logo {
    margin: 0 auto 20px;
  }
  .footer-content .copyrights {
    display: block;
    text-align: center;
  }
  .footer-info form .hs-button {
    margin-bottom: 20px;
  }
  .footer-info form .text-feild {
    margin-bottom: 10px;
  }
  .footer-info .btn-list {
    justify-content: center;
  }
  .footer-links {
    margin-top: 10px;
  }
  .footer-content {
    padding-bottom: 35px;
  }
}

.menu-holder .menu-col .menu-col {
  padding: 0 !important;
}
p + h2, p + h3 {
    margin-bottom: 15px;
}
.page-id-193 .main {
  padding-bottom: 50px;
}

hr {
    border-bottom: 1px solid #ced7e0;
    margin: 20px 0;
}

.general-content .primary-background-heading h2 {
  margin: 0;
}
.post-section-wrap .col-lg-8 {
  padding-right: 45px;
}

@media (max-width: 1229.98px) {
  .post-section-wrap .col-lg-8 {
    padding-right: 15px;
  }
}

.post-section-wrap .post-head {
  position: relative;
}

.post-section-wrap .post-head .date {
  display: block;
  margin: 5px 0;
  font-weight: 600;
  font-size: 16px;
}

.post-section-wrap .post-share .title {
  display: block;
  margin: 0 0 15px;
  color: #43494e;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Titillium Web',serif;
}

.post-section-wrap .post-share .social-networks {
  margin: 0;
  list-style: none;
  padding: 0 0 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.post-section-wrap .post-share .social-networks li {
  margin: 0;
  padding: 0;
}

.post-section-wrap .post-share .social-networks li.twitter a {
  background: #55acee;
}

.post-section-wrap .post-share .social-networks li.linkedin a {
  background: #007bb5;
}

/*
.post-section-wrap .post-share .social-networks a {
  color: #fff;
  padding: 2px 15px;
  font-size: .775em;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  display: block;
  background: #3b5998;
  width: auto;
  height: auto;
  line-height: 27px;
}

@media (max-width: 991.98px) {
  .post-section-wrap .post-share .social-networks a {
    padding: 2px 8px;
  }
}

.post-section-wrap .post-share .social-networks a span {
  display: inline-block;
  padding-right: 1px;
  font-size: 12px;
}

.post-section-wrap .post-share .social-networks a:hover {
  text-decoration: underline;
}
*/

.post-section-wrap .media-contact {
  margin: 0 0 20px;
}

.post-section-wrap .media-contact .title {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 5px;
}

.post-section-wrap .news-area {
  padding: 0;
}

.post-section-wrap .media-contact a:hover {
  text-decoration: underline;
}

.post-content-area {
  position: relative;
  position: relative;
  background: #fff;
  padding: 0 40px 40px;
  border: 1px solid #e6e9ed;
  border-bottom-width: 1px;
  border-bottom-width: 2px;
  border-radius: 3px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 150%;
  font-family: 'Open Sans',sans-serif;
}

@media (max-width: 991.98px) {
  .post-content-area {
    padding: 0 15px 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .post-section-wrap .news-area {
    padding: 15px 0;
  }
}

.post-section-wrap .news-area h2 {
  text-transform: capitalize;
}

.post-content-area p {
  margin: 0 0 30px;
}

.post-content-area p a:hover {
  text-decoration: underline;
}

.post-content-area h1 {
  font-size: 35px;
  line-height: 120%;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .post-content-area h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

.post_image {
  margin: 0 -40px 50px;
}

@media (max-width: 991.98px) {
  .post_image {
    margin: 0 -15px 30px;
  }
  .footer-info .logo-list {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

.post_image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-area .news-list .image {
  display: block;
  margin-bottom: 15px;
}

.post-section-wrap ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 15px;
}
.aligncenter {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width:767px) {
    .alignleft,
    .alignright {
        float: none;
        margin: 0 0 15px;
    }
    .two-col-band {
      padding: 0;
    }
    .band-col-text {
      margin-top: 0;
    }
    .footer-links {
      margin-top: 10px;
      margin-bottom: 40px;
    }
}

.btn-widget.text-center a:hover {
  text-decoration: none;
}
.bottomcolumns {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bottomcolumns h4 {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 150%;
  margin-bottom: 15px;
  letter-spacing: .025em;
}
/*.wppb-column-parent,
.wppb-container  {
  padding-left: 0px !important;
  padding-right: 0px !important;
}*/
.wppb-container  {
  padding: 0 !important;
}
.wppb-row-1630913468256 .wppb-column-parent,
.wppb-row-1630913468256 .wppb-container  {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.wppb-tile-card-addon {
  padding: 0;
}
.wppb-tile-card-heading {
  font-size: 16px;
  line-height: 150%;
}
.wppb-tile-card-addon .wppb-addon-image-caption {
  margin: 0 !important;
  font-size: 14px;
  line-height: 21px;
  text-align: center !important;
}
.wppb-tile-card-addon .wppb-addon-image-caption {
  margin: 0;
  text-align: center;
}
.wppb-tile-card-addon 
.wppb-builder-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.wppb-addon .wppb-headline-addon .wppb-headline-content .wppb-addon-title {
  padding: 0 0 12px !important;
}
.wppb-post-grid-wrap {
  margin: 15px 25px 0 0 !important;
}
.wppb-addons-list-items .wppb-post-grid-wrap .wppb-post-grid-img {
  width: 180px;
  height: 106px;
}
.wppb-addons-list-items .wppb-post-grid-wrap .wppb-post-grid-img img {
  width: 100% !important;
  height: auto;
  max-height: 106px;
  margin: 0;
  object-fit: cover;
  display: block;
}

.wppb-addons-list-items .wppb-post-grid-wrap {
  margin: 0;
  flex-wrap: wrap;
}
.wppb-addons-list-items .wppb-post-grid-content {
  flex-grow: 1;
  flex-basis: 0;
}
.wppb-addons-list-items .wppb-post-grid-wrap .wppb-post-grid-img a {
  display: block;
  position: relative;
}
.wppb-addons-list-items .wppb-post-grid-wrap .wppb-post-grid-img a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  opacity: 0;
}
.wppb-addons-list-items .wppb-post-grid-wrap .wppb-post-grid-img a:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: "\e909";
  font-family: 'icomoon' !important;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.wppb-addons-list-items .wppb-post-grid-wrap .wppb-post-grid-img a:hover:before {
  opacity: 1;
}

.wppb-addons-list-items .wppb-post-grid-wrap .wppb-post-grid-img a:hover:after {
  opacity: 1;
  transform: scale(0.5);
}
.wppb-addons-list-wrap .wppb-post-grid-wrap {
  margin: 0 !important;
}
.wppb-addons-list-wrap .wppb-addons-list-items {
  border-top: 1px solid #ced7e0;
  padding: 20px 0;
  overflow: hidden;
  margin-right: 30px;
}
.wppb-posts-addon .wppb-post-block-title {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: 'Titillium Web',serif;
  font-size: 23px;
  line-height: 150%;
}
.wppb-addons-list-wrap .wppb-post-grid-meta {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.wppb-addons-list-wrap .wppb-post-grid-title {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  font-weight: 400;

}
.wppb-row-parent {
  /*padding-top: 0 !important;*/
}
.wppb-row-parent {
  margin-bottom: 50px;
  /*padding: 0 !important;*/
}

.page-id-632 .banner-section.banner-left h2 {
  margin-bottom: 20px;
}
.wppb-person-image {
  cursor: grab;
}


.wppb-builder-addon img.bfaaLogo {
  width: 40% !important;
}

.page-id-667 .b1 {
  margin: 20px 0px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 10px;
  color: #565656;
}
.page-id-667 .wppb-row-parent.wppb-row-1630873243081 {
  padding: 0 15px !important;
}
.page-id-667 .barrierStyle {
  max-width: 40% !important;
  float: left;
  margin: 20px;
  border-radius: 20px;
}
.page-id-667 .bfaaLogo {
  width: 40%;
  margin-bottom:30px;
  margin-right :30px;
  float:left;
}
.page-id-667 .coverme {
  width: 35%;
  height: 282px;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  float: left;
  display: block;
  margin: 20px;
}
.page-id-667 #photos div:nth-child(odd) {
  background-color: #eee;
}
.page-id-667 #photos div:nth-child(odd) div {
  float: right;
}
.page-id-667 #photos div:nth-child(odd) img {
  float: right;
}
.page-id-667 .yearContainer {
  display: block;
  margin: 56px 0;
}
.page-id-667 .yearIndicate {
  font-size: 5em;
  margin-top: 20px;
  font-weight: 800;
  display: block;
  opacity: .3;
  letter-spacing: -5px;
}
.page-id-667 #photos div {
  padding: 20px;
  border-radius: 20px;
}
.wppb-row-parent > .wppb-container {
  margin: 0;
}
.person-layout-layoutone .wppb-person-addon-img {
  border-radius: 0;
}
.person-layout-layoutone {
  padding: 0;
}
.banner-section.banner-full-bg .text-holder {
  max-width: 100%;
}
.page-id-751 .banner-section.banner-full-bg h1 {
  font-weight: 900;
}
.page-id-792 .banner-section.banner-full-bg h1 {
  font-weight: 900;
}

@media all and (max-width:1000px) {
  .page-id-667 .barrierStyle {
    max-width: 100% !important;
    float: unset;
    margin: 12px;
    border-radius: 8px;
  }
  .page-id-667 .bfaaLogo {
    width: 80%;
    float: unset;
    margin-right: unset;
  }
  .page-id-667 .coverme {
    width: 100% !important;
    float: unset;
    margin: 12px;
    margin-bottom: 44px;
  }
  .page-id-667 #photos div:nth-child(odd) div {
    float: unset;
  }
  .page-id-667 #photos div:nth-child(odd) img {
    float: unset;
  }
  .page-id-667 #photos div {
    margin: 0 !important;
  }
  .page-id-667 #photos {
    padding-top: 20px;
  }
  .page-id-667 .yearIndicate {
    line-height: 100%;
  }
}
.right-sidebar .wppb-post-grid-img {
  max-width: 100px !important;
}
.right-sidebar .wppb-post-grid-img img {
  max-height: 60px !important;
}
.wppb-col-1630922224459 .btn-widget {
  display: block;
  margin-bottom: 20px;
}
.general-content .mb-pd-btm .clickable-card-widget {
  margin-bottom: -20px !important;
}
.wppb-builder-addon img {
  width: auto;
}

.maincont {
  margin-bottom: 40px;
}
.maincont .sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget .news-area .news-list .image {
  width: 100px;
}
.sidebar-widget .news-area .news-list .image img {
  height: 66px;
  object-fit: cover;
}
.sidebar-widget .news-area .news-list .description {
  font-size: 16px;
}

.page-id-1160 .banner-section {
  background-position: 50% 50%;
  padding-top: 110px;
}
.clickable-card-widget p {
  padding: 0;
}
.page-id-1272 .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.two-col-band-content {
  font-family: 'Open Sans',sans-serif;
}

.page-id-1942 .main {
  padding-bottom: 50px;
}
.video-gallery-param .video br { display: none}
.page-id-1404 .maincont:last-child,
.page-id-1992 .maincont:last-child,
.page-id-3018 .maincont:last-child,
.page-id-2624 .maincont {
  display: block;
}
.page-id-1404 .maincont:last-child .col-md-6,
.page-id-1992 .maincont:last-child .col-md-6,
.page-id-3018 .maincont:last-child .col-md-6,
.page-id-2624 .maincont .col-md-6 {
  max-width: 100%;
}
.page-id-1404 .maincont:last-child .col-md-6:first-child {
  margin-bottom: 50px;
}
.page-id-1404 .general-content .mb-pd-btm .clickable-card-widget {
  margin-bottom: 30px !important;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Open Sans',sans-serif;
}

.page-id-1404 .general-content .mb-pd-btm .clickable-card-widget a {
  color: #000;
}
.page-id-1404 .clickable-card-widget .bordered .info {
  font-family: 'Open Sans',sans-serif;
}

.page-id-2047 .sidebar-widget .btn-widget a {
  margin-bottom: 15px;
}
.sidebar-widget .general-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  font-family: 'Open Sans',sans-serif;
}
.post-thumb img {max-width: 100%; height: auto}
.banner-section.banner-full-bg {
  background-size: cover;
  background-position: 50% 50%
}

.clickable-card-widget {
  font-family: 'Open Sans',sans-serif;
}
.faq .panel-title br {
  display: none !important;
}

.list-summary-content .article-btn .btn,
.FormButton,
.gform_button {
  background: #01588c;
  font-family: 'Titillium Web',serif;
  cursor: pointer;
  width: auto;
  color: #fff !important;
  padding: 11px 20px 13px;
  margin: 15px 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  text-shadow: none;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
  transition: all 0.4s ease;
}
.list-summary-content .article-btn .btn:hover,
.FormButton:hover,
.gform_button:hover,
.list-summary-content .article-btn .btn:active,
.FormButton:active,
.gform_button:active,
.list-summary-content .article-btn .btn:focus,
.FormButton:focus,
.gform_button:focus {
  border-color: #204d74;
  background: #01588c;
  opacity: .875;
  color: #fff !important;
}
.panel-title>a span:after {
  font-family: 'icomoon' !important;
  content: "\e907";
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease-out;
  transform: rotate(-90deg);
}
.text-right .panel-title>a span:after {
  left: 0;
  right: auto
}
.text-center .panel-title>a span:after {
  top: -.75em;
  left: 0;
  opacity: 0
}
.panel-title>a.collapsed span:after {
  content: "\e907";
  transform: rotate(90deg);
}
.text-center .panel-title>a:hover span:after {
  color: #1abb9c;
  top: -.5em;
  opacity: 1
}
.page-id-2583 .banner-section.banner-full-bg {
  background-position: top center;
  min-height: 431px !important;
}
.page-id-2583 .banner-section:before {
  display: none !important;
}
.general-content_full {
  padding: 0 !important;
}
.general-content_full .container {
  padding: 0 !important;
}

.page-id-2572 .banner-section {
  min-height: 431px !important;
  background-position: top center !important;
  padding-top: 110px;
}
.list-summary-heading a:hover {
  text-decoration: underline;
}
.list-summary {
  font-family: 'Open Sans',sans-serif;
  margin-right: 30px;
}
.pagination {
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  float: none;
  display: inline-block;
  color: #fff;
  font-family: 'Source Sans Pro',sans-serif;
  background: #01588c;
  padding: 11px 20px 13px;
  margin-left: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-right: 10px;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  transition: all 0.4s ease;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.pagination span.page-numbers {
  pointer-events: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:focus {
  background: #01588c;
  opacity: .8;
}

.blog-sidebar {
  color: #55504b;
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 50px;
}
.blog-sidebar h2 {
  margin-bottom: 15px;
  padding-top: 10px;
}
#gform_submit_button_3 {
    margin-top: 10px;
    display: inline-block;
    font-family: Titillium Web,serif;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 40px;
    font-size: 22px;
    border: 0;
    background-color: #b3272d;
    color: #fff;
    line-height: 56.1px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.4s ease;
}
#gform_submit_button_3:hover {
  background-color: #c05555;
}
.ginput_container input.large {
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  padding: 5px 15px;
}

.blog-sidebar .hs-image-widget {
  border-radius: 10px;
}
.blog-sidebar .news-area ul li {
  margin-bottom: 12px;
}
#gform_3_validation_container {
  display: none;
}
#validation_message_3_1 {
  font-size: 15px;
  line-height: 30px;
  color: rgb(255, 0, 0);
  font-weight: normal !important;
  text-align: center;
  text-align: center;
  background: #FFDFDF;
  border: 1px solid #F3AFB5;
  margin-top: 15px;
  border-radius: 10px;
}
.page-id-2740 .maincont {
  margin: 0;
}
.wForm .inputWrapper {
  width: 100%;
  height: auto;
  overflow: visible;
}
.wFormContainer .wForm {
    background-color: #fafafa;
    color: #515e59;
    border: 1px solid #fafafa;
    border-radius: 6px;
    padding: 15px !important;
    margin-top: 1em;
    margin-bottom: 20px;
}
.wForm .inline div.oneField {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.wForm .oneField {
    border: 2px solid transparent;
    padding: 0;
    box-sizing: border-box;
}
.wFormContainer .label.preField {
    line-height: 1.5rem;
    color: #515e59;
    padding-bottom: 4px;
    font-weight: 400;
    min-width: 200px;
}
.wFormContainer input[type="text"],
.inputWrapper textarea {
  color: #343b3e !important;
  border: 1px solid #8392af !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  font-size: 14px !important;
  width: 100%;
  padding: 5px 15px;
  background-color: #fff !important;
}
.wForm .inline div.oneField {
  width: 100%;
}
.wFormContainer .actions .primaryAction {
    background-color: #fff;
    color: #3370d1;
    margin-top: 1.6em;
    padding: 5px 15px;
    border: 1px solid #8392af;
    font-size: 14.5px;
    font-weight: bold;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;
}
.wFormContainer .actions .primaryAction:hover {
  background-color: #dceaf8;
  color: #3370d1;
}

.page-id-1330 .clickable-card-widget {
  margin-bottom: 30px;
}
.logo-img {
  width: 150px;
  margin: 0 auto 30px;
}
.logo-img img {
  display: block;
  width: 100%;
  height: auto;
}

.page-id-2883 .post-section-wrap,
.page-id-2897 .post-section-wrap,
.page-id-2972 .post-section-wrap,
.single-member .post-section-wrap,
.page-template-sports-spotlights .post-section-wrap,
.page-template-hero-stories .post-section-wrap,
.postid-4984 .post-section-wrap,
.page-template-sports-highlights .post-section-wrap {
  padding: 20px 40px;
  border: 1px solid #e6e9ed;
  border-radius: 3px;
  position: relative;
  background: #fff;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 60px;
}

.page-id-2883 .post-section-wrap .maincont,
.page-id-2897 .post-section-wrap .maincont,
.page-id-2972 .post-section-wrap .maincont,
.page-template-sports-spotlights .post-section-wrap .maincont,
.page-template-hero-stories .post-section-wrap .maincont,
.postid-4984 .post-section-wrap .maincont,
.page-template-sports-highlights .post-section-wrap .maincont {
  margin-bottom: 0;
}

.page-id-2948 .EditingFormTable {
  width: 320px;
}
.maincont {
  font-family: 'Open Sans',sans-serif;
}
.contact-link {
  padding-top: 8px;
}
.contact-link a {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
}
.contact-link a .mobile {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-link br {
  display: none;
}
.gform_heading .gform_required_legend {
  display: none;
}

.page-id-2967 .gform_title {
  display: none;
}

.gform_wrapper.gravity-theme .gfield textarea {
  min-height: 150px;
  resize: none;
}

.publications-sidebar {
  font-size: 16px;
  line-height: 160%;
}
.publications-sidebar p {
  margin: 0 0 15px !important;
}
.publications-sidebar strong a:hover {
  text-decoration: underline;
}

.publications-sidebar .btn {
  color: #b3272d !important;
  background: #fff;
}
.publications-sidebar br {
  display: none;
  text-align: center;
}
.searchBlock .btn {
  border-radius: 0;
  background: #01588c;
  margin: 15px 0;
}
.searchBlock {
  padding-right: 30px;
}
.general-content-publications {
  padding-right: 30px;
}
.general-content-publications a:hover {
  text-decoration: underline;
}
.general-content-publications a.btn:hover {
  text-decoration: none;
}
.general-content-publications h2 {
  margin: 0 0 20px;
}
.general-content-publications .list-summary {
  margin-right: 0;
}
.banner-publications {
  background-color: #01588c;
  padding: 10px;
  color: #fff;
}
.location-column .location-label {
  width: auto;
}
.publications-sidebar .publication {
  background-color: rgb(14, 102, 150);
  padding: 10px;
  text-align: center;
}
.publications-sidebar .publication a {

}
.publications-sidebar .mg-tp-40 {
  margin-top: 0;
}
.publications-sidebar .publications {
  margin-bottom: 40px;
}
.publication-image {
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
}

.publication-image a {
  color: #00FFFF
}
.publication-image a:hover {
  text-decoration: underline;
}
.publication-image img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.single-publications .main,
.page-template-publication .main {
  padding-bottom: 50px;
}

@media (max-width:767px) {
  .general-content-publications {
    padding: 0;
  }
  .general-content-publications .list-summary {
    font-size: 16px;
  }
  .searchBlock {
    padding-right: 0;
  }
  .band-col-text {
    min-height: auto;
  }
  .two-col-band {
    padding: 15px 30px;
  }
}
#scrollUp {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.term-recent-news .news-area {
  padding-top: 0;
}
.term-recent-news .news-area h2 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 24px;
  text-transform: capitalize;
}
.term-recent-news .news-area .news-list .date {
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
}
.footer #gform_submit_button_3 {
    background: #b3272d;
    border-color: #b3272d;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: helvetica;
    float: right;
    text-transform: none;
    padding: 12px 20px;
}
.maincont .page-heading-band h2 {
  margin: 0;
}

.maincont .page-heading-band p:empty {
  display: none;
}
.maincont .page-heading-band {
  margin-bottom: 20px;
}

.maincont .col-md-6 .news-area {
  padding-top: 0;
}

.visualbottom {
  background: #01588d;
  position: relative;
  color: #fff;
}
.visualbottom .img-bg-soft {
  position: static;
}

.visualbottom .btn-large.white-background {
  background-color: #fff;
  color: #01588c !important;
}
.visualbottom .btn-large {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 48px;
  padding: 0 28px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 15px;
}
.visualbottom .btn-large:hover,
.visualbottom .btn-large.white-background:hover {
  text-decoration: none;
  background: #01588c;
  opacity: .875;
  color: #fff !important;
}
.visualbottom br {
  display: none !important;
}

.visualbottom .img-bg-soft:before {
  background-color: #2f4052;
  opacity: .57;
}

.page-id-3293 .maincont .col-md-8,
.page-id-3293 .maincont .col-md-4 {
  max-width: 50%;
}
.cardShuffle-container .cardShuffle-left,
.cardShuffle-container .cardShuffle-right {
  font-size: 32px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page-id-3083 .main {
  position: static;
}

.page-template-fathers-day .general-content {
  padding-right: 15px;
}

@media (max-width:767px) {
  .page-id-3293 .maincont .col-md-8,
  .page-id-3293 .maincont .col-md-4 {
    max-width: 100%;
  }
}


.single-post .post-section-wrap {
  font-size: 14px;
  line-height: 1.42;
}
.post-section-wrap ul {
  line-height: 26px;
}
.post-section-wrap .tagsul {
  max-height: 136px;
}
.comment-respond textarea {
  min-height: 80px;
  height: 80px;
}
.comment-respond .submit {
  margin-top: 10px;
  display: inline-block;
  font-family: Titillium Web,serif;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 22px;
  border: 0;
  background-color: #b3272d;
  color: #fff;
  line-height: 56.1px;
  font-size: 22px;
  cursor: pointer;
}
.comment-respond .submit:hover {
  background-color: #c05555;
}
 

.comment-form textarea.error, 
.comment-form input[type="text"].error, 
.comment-form input[type="password"].error, 
.comment-form input[type="datetime"].error, 
.comment-form input[type="datetime-local"].error, 
.comment-form input[type="date"].error, 
.comment-form input[type="email"].error, 
.comment-form input[type="search"].error, 
.form-control.error {
  border-color: rgb(255, 0, 0);
}

.tagsul li:first-child{ display: none}
.archive.category .main {
  margin: 50px 0 -50px !important;
}
.archive.category .breadcrumb {
  display: none;
}
.archive.category .footer {
  margin-top: 50px;
}
.page-id-3295 .visual-slider #slick-slide02 .bg-image {
  background-position: 0 20%;
}

.page-id-3295 .visual-slider h1 {
  font-weight: 900;
  text-align: center;
  font-size: 60px;
  line-height: 115%; 
}

.page-id-3295 .list-summary br {
  display: none;
}

@media (max-width:767px) {
  .page-id-3295 .visual-slider h1 {
    font-size: 30px;
  }
}

.page-id-4436 .general-content {
  padding: 0 !important;
}

.page-id-4436 .general-content.col-md-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.page-id-4436 .main h1 {
  font-size: 44px;
  line-height: 130%;
}

table.stateVoting {
  font-size: 12px;
  line-height: 15px;
}
table.stateVoting tr:nth-child(2n+1) {
    background: #eee;
}
table.stateVoting td {
    padding: 8px;
    vertical-align: top;
    line-height: 1.3em;
}
table.stateVoting th {
    padding: 0 8px;
}
table.stateVoting td p {
  margin-bottom: 20px;
}
.page-id-1190 .general-content {
  padding-right: 0;
}
.page-id-1190 .general-content h2 {
  margin-bottom: 20px;
}

.page-id-199 .page-heading-band h3 {
  margin-top: 15px !important;
  margin-bottom: 0.5rem;
  line-height: 150%;
}
.page-id-199 .clickable-card-widget .bordered .info {
  min-height: 86px;
}
.page-id-199 .clickable-card-widget a {
  color: #000;
}
.postid-4337 .post-content-area {
  padding-top: 20px;
}
.page-id-199 .banner-section.banner-full-bg {
  min-height: 190px;
}
@media(max-width:767.99px) {
.page-id-199 .clickable-card-widget .bordered .info {
  min-height: inherit;
}
}


.page-id-174 .news-area {
  padding-top: 0;
}

.page-id-1346 #gform_5 {
  background-color: #fafafa;
  color: #515e59;
  border: 1px solid #fafafa;
  border-radius: 6px;
  padding: 27px 5px !important;
  margin-top: 1em;
}

.page-id-1346 #gform_5 .gfield {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 6px;
}

.page-id-1346 #gform_5 .gfield .gfield_label {
  min-width: 200px;
  text-align: center;
  font-size: 11px;
  line-height: 28px;
}
.page-id-1346 #gform_5 .gform_fields {
  display: block;
}
.page-id-1346 #gform_5 .gfield .ginput_container {
  width: 290px;
}
.page-id-1346 .ginput_container input.large,
.page-id-1346 .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 28px;
  border: 1px solid #8392af;
  color: #343b3e !important;
}
.page-id-1346 .gform_wrapper.gravity-theme .gfield textarea.large {
  min-height: 150px;
  height: 150px;
}
#gform_5 .gfield_required_text {
  display: none !important;
}
.page-id-1346 #gform_5 .gform_button {
    background-color: #fff;
    color: #3370d1 !important;
    margin-top: 1.6em;
    padding: 5px 15px;
    border: 1px solid #8392af;
    font-size: 14.5px;
    font-weight: bold;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;
}
.page-id-1346 #gform_5 .gform_button:hover {
  background-color: #dceaf8 !important;
  color: #3370d1;
}


@media(max-width:767.99px) {
  .page-id-1346 #gform_5 .gfield .ginput_container,
  .page-id-1346 #gform_5 .gfield .gfield_label  {
    width: 100%;
  }
  
}

.page-id-2996 .wFormContainer .wForm {
    background-color: #fafafa;
    color: #515e59;
    border: 1px solid #fafafa;
    border-radius: 6px;
    padding: 27px 5px !important;
    margin-top: 1em;
}
.page-id-2996 .wForm .oneField {
    border: 2px solid transparent;
    padding: 2px 6px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.page-id-2996 .wForm .oneField p {
  width: 200px;
  text-align: center;
  margin-bottom: 0;
}
.page-id-2996 .wFormContainer .wForm {
    color: #515e59;
}
.page-id-2996 .wFormContainer {
    font-size: 14.5px;
}
.page-id-2996 .wForm .preField {
    min-width: 200px;
    padding-right: 5px;
}
.page-id-2996 .wForm .preField {
    min-width: 200px;
    padding-right: 5px;
}
.page-id-2996 .wFormContainer .label.preField {
    line-height: 1.5rem;
    color: #515e59;
    font-size: 11px;
}
.page-id-2996 .wForm .inputWrapper {
    display: -moz-inline-box;
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 290px;
}
.page-id-2996 .wFormContainer input[type="text"], .inputWrapper textarea {
  height: 28px;
  margin-bottom: 4px;
}
.page-id-2996 .wFormContainer .inputWrapper textarea {
  height: 150px;
  max-height: 150px;
}

.page-id-2996 .wFormContainer .label.preField .req {
  font-size: 90%;
  color: #af252d;
}


@media(max-width:767.99px) {
  .page-id-2996 .wForm .preField,
  .page-id-2996 .wForm .inputWrapper  {
    width: 100%;
  }
  
}
.wppb-addons-col > div {
  padding-bottom: 0 !important;
}
.wppb-posts-addon-content .wppb-addons-col div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wppb-post-grid-one {
	border-top: 1px solid #ced7e0;
padding: 20px 0 !important;
	margin: 0 !important;
overflow: hidden;
}
.wppb-post-grid-one .wppb-post-grid-img {
    float: left;
    max-width: 100px;
    margin-right: 20px !important;
}
.wppb-post-grid-one .wppb-post-grid-img img { max-height: 66px; width: 100px; object-fit:cover}
.wppb-post-grid-one .wppb-post-grid-content {
    overflow: hidden;
}
.wppb-post-grid-one .wppb-post-grid-content .wppb-post-grid-meta {
  font-family: 'Open Sans',sans-serif;
  font-size:18px; 
  line-height: 27px; 
  color: #000; 
  font-weight: 700;
}
.wppb-post-grid-title { 
  font-family: 'Open Sans',sans-serif;
  font-size:18px; 
  line-height: 27px; 
  color: #009fda;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.wppb-post-grid-title a {
  color: #009fda;
}
.wppb-post-grid-title a:hover {
  color: #b3272d;
  text-decoration: underline;
}

.wppb-post-grid-one .wppb-post-grid-img .icn-more::before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '+';
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -30px 0 0 -30px;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.wppb-post-grid-one .wppb-post-grid-img a .icn-more {
    background-color: rgba(0,0,0,.5);
}
.wppb-post-grid-one .wppb-post-grid-img a .icn-more {
    opacity: 0;
    height: 82%;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    overflow: hidden;
}
.wppb-post-grid-one .wppb-post-grid-img a:hover .icn-more::before {
    font-size: 30px;
    padding-top: 15px;
}
.wppb-post-grid-one .wppb-post-grid-img a:hover .icn-more {
    opacity: 1;
}
.wppb-posts-addon-content .wppb-addons-col h4 {font-weight: 700;
font-size: 1.25em; color: #000 !important;line-height: 150%;
margin-bottom: 15px;letter-spacing: .025em;font-family: 'Titillium Web',serif;}
.wppb-posts-addon-content .wppb-addons-col .txt-btn {
	color: #000 !important;
}
.wppb-posts-addon-content .wppb-addons-col .txt-btn:after {
	font-family: 'icomoon' !important;
	font-size: 75%;
	content: "\E908";
	margin-left: 7px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.blog-post {
  font-size: 14px;
  color: #55504b;
}
.blog-post h2 {
  font-size: 14px;
  color: #55504b;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 21px;
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.blog-post h2 a {
  color: inherit;
}
.blog-post h2 a:hover {
  color: #de4611;
}
.blog-post .social-icons {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 8px 0;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}
.page-template-blog .blog-post a.more-link {
    display: inline-block;
    padding-top: 10px;
}
.page-template-blog .blog-post .custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}
.page-template-blog .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.hs-blog-social-share-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.hs-blog-social-share-list li {
  margin-right: 10px;
}
.hs-blog-social-share-item-linkedin a {
  position: relative;
  top: -2px;
  background: #0073b1;
  color: #fff;
  padding: 3px 5px 1px 0;
  font-size: 13px;
}
.hs-featured-image-wrapper img {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}


.author .blog-post {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.author .more-link {
  display: inline-block;
  margin: 15px 0;
}
#modalHome {
    height: auto;
    width: 700px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 9999999999;
}
#closeIcon {
    z-index: 8;
    position: absolute;
    right: 0px;
    top: 9px;
    cursor: pointer;
    color: black;
    font-size: 40px;
    font-weight: 900;
    max-width: 40px;
}
#closeIconPic {
    max-width: 40px;
}
#modalImage {
    border-radius: 15px;
    min-width: 400px;
    width: 100%;
    max-width: 700px;
    cursor: pointer;
    box-shadow: rgb(0 0 0) 10px 10px 52px 0px;
    border: 5px solid rgb(10, 52, 86);
    border: 0;
}
#modalImage {
  display: block;
}
#mobileImage {
    display: none;
}
@media (max-width: 900px) {
  #modalHome {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #mobileImage {
      display: block;
      max-width: 100%;
      height: auto;
  }
  #modalImage {
      display: none;
  }

  .row_mob_con div {
    width: 100% !important;
    float: none !important;
  }
}
#closepopup:hover {
  opacity: 0.7;
}

#field_4_6 .gfield_label,
#gform_ajax_spinner_4 {
  display: none !important;
  height: 0;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  margin-top: 0px !important;
  padding: 0 !important;
}

.footer-logo .btn-widget {
  display: block;
  margin: 10px 0 20px;
}

.contact-info .fas {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.img-sports-highlight img {
    width: 100%;
    height: auto
}

.error404 .wrapper h1 {
  margin-bottom: 50px !important;
}

.emp-search-holder {
  max-width: 650px;
  position: relative;
  margin: 0 auto 190px;
}

.emp-search-holder .text-feild {
  padding-right: 70px;
  height: 50px;
  margin: 0;
  color: #000;
  font-size: 16px;
}
.emp-search-holder .submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border: none;
  border-left: 1px solid #e6e9ed;
  background: #01588c;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease;
}
.emp-search-holder .submit:hover {
  opacity: 0.8;
}
.wFormContainer .wForm {
    display: flex;
    flex-direction: column;
}
.wFormContainer .wForm {
    background-color: #fafafa;
    color: #515e59;
    border: 1px solid #fafafa;
    border-radius: 6px;
    padding: 0 !important;
    margin-top: 1em;
}
.wForm .inputWrapper {
    display: -moz-inline-box;
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.wFormContainer .label.preField {
    line-height: 1.5rem;
    color: #515e59;
    display: inline-block;
}
.wFormContainer .label {
    font-weight: 400;
    font-family: 'Roboto';
    color: #515e59;
}
.wForm input[type="text"], .wForm input[type="password"], input[type="text"].required:not(.wfAutosuggest), input[type="text"].validate-email, input[type="password"]#password {
    height: 28px !important;
    padding: 0 0.5rem !important;
}
.wForm input[type="text"], .wForm input[type="password"], .required:not(.choices):not(.wfAutosuggest) {
    font-family: 'Roboto' !important;
    color: #343b3e !important;
    border: 1px solid #8392af !important;
    border-radius: 2px !important;
    box-sizing: border-box;
    font-size: 1em !important;
    width: 15.5em;
    background-color: #fff !important;
    padding: 0 !important;
}
.wFormContainer .wForm .inputWrapper input[type="password"], .wFormContainer .wForm .inputWrapper select, .wFormContainer .wForm .inputWrapper textarea {
    font-family: 'Roboto';
    color: #343b3e;
    border: 1px solid #8392af;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1em;
    width: 20em;
    background-color: #fff;
}
.wForm .oneField {
    border: 2px solid transparent;
    padding: 2px 6px;
    box-sizing: border-box;
    display: flex;
}
.page-id-201 .oneField p:empty {
	display: none;
}

.page-id-201 .wFormContainer .oneField .label.preField {
	text-align: left;
	min-width: 100px;
	max-width: 100px;
	white-space: inherit;
}

.page-id-201 .wFormContainer .oneField .inputWrapper {
	flex-grow: 1;
	flex-basis: 0;
}

.page-id-201 .wFormContainer .oneField .inputWrapper input[type="text"],
.page-id-201 .wFormContainer .oneField .inputWrapper select {
	width: 100%;
}

.page-id-201 .wForm .oneField {
	display: flex;
	align-items: center;
}

.page-id-201 .wForm .inline div.oneField {
	display: flex;
	align-items: center;
}

.page-id-201 .wFormContainer #tfa_24-D .label.preField,
.page-id-201 .wFormContainer #tfa_37-D .label.preField,
.page-id-201 .wFormContainer #tfa_43-D .label.preField,
.page-id-201 .wFormContainer #tfa_44-D .label.preField,
.page-id-201 .wFormContainer #tfa_40-D .label.preField {
	min-width: 100%;
	width: 100%;
	white-space: inherit;
}

.page-id-201 .wFormContainer #tfa_24-D,
.page-id-201 .wFormContainer #tfa_37-D,
.page-id-201 .wFormContainer #tfa_43-D,
.page-id-201 .wFormContainer #tfa_44-D,
.page-id-201 .wFormContainer #tfa_40-D {
	display: block;
}
.page-id-201 .wFormContainer .wForm .inputWrapper textarea {
	width: 100%;
}
.page-id-201 .wFormContainer .oneField .inputWrapper input[type="text"] {
	height: 40px !important;
}


.home .visual-slider .mob {
	display: none;
}
.home .visual-slider .des {
	display: block;
}
@media (max-width: 767.99px) {
	.home .visual-slider .mob {
		display: block;
	}
	.home .visual-slider .des {
		display: none;
	}
}
h2#pva-women-veterans-stories {
    margin: 0px !important;
    padding-top: 0px !important;
}


.footer-info .container {
  padding-left: 215px;
  position: relative;
}

.footer-info .logo {
  position: absolute;
  left: 0;
  top: 50px;
}

.footer-info .contact__info {
  text-align: center;
  margin-bottom: 10px;
}

.footer-info .contact__info h3 {
  line-height: 25px;
  height: auto;
}

.footer-info .contact__info .address {
  margin-bottom: 0;
}

.footer-info .copyrights {
  font-size: 13px;
}

.footer-info .social-networks li {
  padding: 0 8px 10px;
}
.footer-info .social-networks {
  padding: 0 50px;
}

.footer-info .social-networks a {
  width: 44px;
  height: 44px;
  font-size: 22px;
}

.footer-info .social-networks {
  margin-top: 20px;
}

.footer-links {
  font-size: 12px;
}
.footer-info .copyrights {
  text-align: center;
  display: block;
}

.footer .logo {
  width: 150px;
}
footer p {
  margin-bottom: 10px;
}

@media (max-width: 1299.99px) {
  .footer-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-info .copyrights {
    font-size: 11px;
  }
  footer p {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 1199.99px) {
  .footer-info .logo {

    position: static;
    margin: 0 auto 30px;
  }

  .footer-info .container {
    padding-left: 15px;
  }

  .footer-info {
    font-size: 12px;
  }

  .footer-info p {
    text-align: center;
  }

  .footer .logo {
    width: 140px;
  }
}

img[src^="https://cnv.event.prod.bidr.io/log/cnv?tag_id=944&buzz_key=dsp&value=&segment_key=dsp-13272&account_id=73&order=[ORDER]&ord=[CACHEBUSTER]"] {
  display: none
}
.wppb-builder-addon img {
	height: auto
}




/* Data Axle Landing Page Css*/



.don-wrapper {
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.don-wrapper .container {
  max-width: 1586px;
}
.don-wrapper .don-btn-secondary {
  background: none;
  border: 1px solid #7C9ABF;
  border-radius: 4px;
  min-width: 172px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "Raleway", sans-serif;
}
.don-wrapper .don-btn-secondary:hover, .don-wrapper .don-btn-secondary:focus {
  background: #7c9abf;
}
.don-wrapper .don-btn-primary {
  background: #7c9abf;
  border: 1px solid #7C9ABF;
  border-radius: 4px;
  min-width: 172px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.don-wrapper .don-btn-primary:hover, .don-wrapper .don-btn-primary:focus {
  background: #223348;
  border-color: #223348;
}
.don-wrapper .h1,
.don-wrapper h1 {
  font-family: "Raleway", sans-serif;
}
.don-wrapper .h2,
.don-wrapper h2 {
  font-family: "Raleway", sans-serif;
}

.don-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 22px 0;
}
.don-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .don-header .don-btn-secondary {
    display: none;
  }
}

.don-visual {
  position: relative;
}
@media (max-width: 767.98px) {
  .don-visual {
    position: static;
  }
}
.don-visual .caption {
  position: absolute;
  left: 0;
  top: 31px;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.don-visual h1 {
  color: #fff;
  font-size: 90px;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1363.98px) {
  .don-visual h1 {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .don-visual h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .don-visual h1 {
    font-size: 44px;
  }
}
.don-visual h1 span {
  display: block;
  font-size: 136px;
  line-height: 1;
  color: #B2282D;
  margin: -20px 0 0;
}
@media (max-width: 1363.98px) {
  .don-visual h1 span {
    font-size: 90px;
  }
}
@media (max-width: 1199.98px) {
  .don-visual h1 span {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .don-visual h1 span {
    font-size: 71px;
  }
}
.don-visual .text-holder {
  width: 620px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  padding-bottom: 100px;
}
@media (max-width: 1363.98px) {
  .don-visual .text-holder {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .don-visual .text-holder {
    font-size: 18px;
    width: 100%;
    padding: 0 27px 40px;
  }
}
@media (max-width: 389.98px) {
  .don-visual .text-holder {
    padding: 0 0 40px;
  }
}
.don-visual .text-holder p {
  max-width: 414px;
  letter-spacing: -1px;
  margin: 0 0 28px;
}
@media (max-width: 1363.98px) {
  .don-visual .text-holder p {
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .don-visual .text-holder p {
    max-width: 100%;
  }
}
.don-visual .don-btn-primary {
  height: 83px;
  min-width: 281px;
  font-size: 26px;
  line-height: 83px;
}
.don-visual .don-btn-primary svg {
  width: 26px;
  height: 24px;
  fill: #fff;
  display: inline-block;
  margin-top: -6px;
}
.don-visual .slick-dots {
  left: auto;
  right: 100px;
  background: none;
  bottom: 160px !important;
}
@media (max-width: 1199.98px) {
  .don-visual .slick-dots {
    bottom: 140px !important;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .don-visual .slick-dots {
    bottom: 260px !important;
  }
}
@media (max-width: 767.98px) {
  .don-visual .slick-dots {
    bottom: 100px;
    right: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none !important;
  }
}
.don-visual .slick-dots .slick-active button {
  background: #fff;
}
.don-visual .slick-dots button {
  background: rgba(255, 255, 255, 0.8);
}
.don-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.don-visual .don-btnrow-mob {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media (max-width: 767.98px) {
  .don-visual .don-btnrow-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.don-visual .don-btnrow-mob span {
  color: #C8C8C8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 10px;
}
.don-visual .don-btnrow-mob .don-btn-secondary {
  min-width: 155px;
}
.don-visual .don-visual-slider .slide {
  min-height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
@media (max-width: 1500px) {
  .don-visual .don-visual-slider .slide {
    min-height: 800px;
  }
}
@media (max-width: 767.98px) {
  .don-visual .don-visual-slider .slide {
    min-height: 648px;
  }
}
.don-visual .don-visual-wrap:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 51, 72, 0.83);
  content: "";
  z-index: 2;
  display: none;
}
@media (max-width: 1363.98px) {
  .don-visual .don-visual-wrap:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .don-visual .don-visual-wrap {
    position: relative;
  }
}

.don-visual-topics {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 26px 0;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .don-visual-topics {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .don-visual-topics {
    position: relative;
    padding-bottom: 10px;
    padding-top: 64px;
  }
}
@media (max-width: 767.98px) {
  .don-visual-topics {
    padding-left: 47px;
    padding-right: 47px;
    background: #223348;
  }
}
@media (max-width: 389.98px) {
  .don-visual-topics {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.don-visual-topics h2 {
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  color: #F0EFEF;
  padding: 0 0 10px;
  margin: 0 0 19px;
  border-bottom: 3px solid #b2282d;
  display: none;
}
@media (max-width: 767.98px) {
  .don-visual-topics h2 {
    display: block;
  }
}
.don-visual-topics .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .don-visual-topics .container {
    display: block;
  }
}
.don-visual-topics .holder {
  max-width: 268px;
  text-align: center;
  color: #B2B2B2;
}
@media (max-width: 1199.98px) {
  .don-visual-topics .holder {
    max-width: 220px;
  }
}
@media (max-width: 991.98px) {
  .don-visual-topics .holder {
    max-width: 40%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .don-visual-topics .holder {
    max-width: 100%;
    color: #fff;
  }
}
.don-visual-topics .holder a {
  color: #fff;
  text-decoration: underline;
}
.don-visual-topics .holder a:hover {
  color: #B2B2B2;
  text-decoration: none;
}
.don-visual-topics .holder:first-child .title {
  color: #fff;
}
.don-visual-topics .title {
  font-size: 28px;
  font-weight: 800;
  display: block;
  line-height: 1.1;
  margin-bottom: 7px;
}
@media (max-width: 767.98px) {
  .don-visual-topics .title {
    color: #fff;
  }
}
.don-visual-topics .text {
  display: block;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .don-visual-topics .text {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .don-visual-topics .text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .don-visual-topics .text {
    color: #fff;
  }
}

.don-intro {
  background: #B2282D;
  color: #fff;
  padding: 46px 0 40px;
}
@media (max-width: 767.98px) {
  .don-intro {
    padding: 82px 30px;
    background: url(images/don-image10.png) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 389.98px) {
  .don-intro {
    padding: 60px 15px;
  }
}
.don-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .don-intro .container {
    display: block;
  }
}
.don-intro h2 {
  width: 350px;
  text-align: right;
  font-size: 40px;
  line-height: 1.2;
  padding-right: 15px;
  position: relative;
  padding-right: 60px;
  margin-right: 62px;
}
@media (max-width: 1199.98px) {
  .don-intro h2 {
    width: 260px;
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .don-intro h2 {
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #fff;
    padding: 0 0 15px;
    margin: 0 0 15px;
    text-align: left;
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .don-intro h2 br {
    display: none;
  }
}
.don-intro h2:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #fff;
  content: "";
}
@media (max-width: 767.98px) {
  .don-intro h2:before {
    display: none;
  }
}
.don-intro .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}
.don-intro .description p {
  margin: 0 0 15px;
}
.don-intro .don-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 872px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  line-height: 51px;
}
@media (max-width: 767.98px) {
  .don-intro .don-btn-list {
    font-size: 16px;
  }
}
.don-intro .don-btn-list li {
  margin-right: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767.98px) {
  .don-intro .don-btn-list li {
    margin: 0 4px;
  }
}
.don-intro .don-btn-list li.active a {
  background: #7C9ABF;
  color: #fff;
}
.don-intro .don-btn-list a {
  background: #F0EFEF;
  border-radius: 5px;
  text-align: center;
  display: block;
  height: 53px;
  color: #223348;
}
@media (max-width: 767.98px) {
  .don-intro .don-btn-list a {
    height: 37px;
    line-height: 37px;
    font-size: 13px;
  }
}
.don-intro .don-btn-list a:hover, .don-intro .don-btn-list a:focus {
  background: #7C9ABF;
  color: #fff;
}

.don-threecolums {
  background: #F0EFEF;
}

.don-threecolums .container {
  padding-top: 128px;
  padding-bottom: 173px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .don-threecolums .container {
    padding-top: 85px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991.98px) {
  .don-threecolums .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .don-threecolums .container {
    padding-bottom: 15px;
  }
}
.don-threecolums .don-tagline {
  position: fixed;
  right: 15.5%;
  top: 100%;
  margin-top: -82px;
  background: #223348;
  color: #fff;
  border-radius: 43px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: -2px -3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: -2px -3px 15px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991.98px) {
  .don-threecolums .don-tagline {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .don-threecolums .don-tagline {
    position: static;
    border-radius: 0;
    margin: 0 -15px 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.don-threecolums .don-tagline span {
  display: block;
  padding: 0 53px;
}
@media (max-width: 1199.98px) {
  .don-threecolums .don-tagline span {
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .don-threecolums .don-tagline span {
    padding: 0 10px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .don-threecolums .don-tagline span {
    display: none;
  }
}
.don-threecolums .don-tagline strong {
  display: none;
}
@media (max-width: 767.98px) {
  .don-threecolums .don-tagline strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-right: 20px;
  }
  .don-threecolums .don-tagline {
    padding-left: 20px !important;
    right: 25% !important
  }
}
.don-threecolums .don-tagline .btn {
  height: 83px;
  line-height: 81px;
  min-width: 246px;
  background: #B2282D;
  color: #fff;
  font-size: 22px;
  border-color: #B2282D;
}
@media (max-width: 767.98px) {
  .don-threecolums .don-tagline .btn {
    height: 46px;
    line-height: 46px;
    min-width: 50%;
    font-size: 18px;
    border-radius: 0;
  }
}
.don-threecolums .don-tagline .btn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  display: inline-block;
  margin-top: -6px;
}
.don-threecolums .don-tagline .btn:hover, .don-threecolums .don-tagline .btn:focus {
  background: #000;
  border-color: #000;
}
.don-threecolums .don-ico {
  margin: 0 0 30px;
  min-height: 48px;
}
@media (max-width: 991.98px) {
  .don-threecolums .don-ico {
    min-height: inherit;
  }
}
.don-threecolums .holder {
  padding: 0 50px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 1359.98px) {
  .don-threecolums .holder {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .don-threecolums .holder {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .don-threecolums .holder {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .don-threecolums .holder {
    padding: 0 30px !important;
    margin-bottom: 70px;
  }
}
@media (max-width: 389.98px) {
  .don-threecolums .holder {
    padding: 0 15px !important;
  }
}
.don-threecolums .col-lg-4:nth-child(1) .holder {
  padding-left: 0;
}
.don-threecolums .col-lg-4:nth-child(2) .holder {
  padding: 0 20px;
}
@media (max-width: 1359.98px) {
  .don-threecolums .col-lg-4:nth-child(2) .holder {
    padding: 0;
  }
}
.don-threecolums .col-lg-4:nth-child(3) .holder {
  padding-right: 0;
}
.don-threecolums h2 {
  font-size: 36px;
  line-height: 1.2;
  padding: 0 0 12px;
  margin: 0 0 35px;
  border-bottom: 3px solid #B2282D;
}
@media (max-width: 1199.98px) {
  .don-threecolums h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .don-threecolums h2 {
    margin: 0 0 20px;
  }
}

.don-info-area {
  padding: 168px 0 142px;
}
@media (max-width: 1399.98px) {
  .don-info-area {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .don-info-area {
    padding: 70px 30px;
    text-align: center;
  }
}
@media (max-width: 389.98px) {
  .don-info-area {
    padding: 70px 15px 45px;
  }
}
.don-info-area .description {
  display: block;
  padding-right: 75px;
}
@media (max-width: 1199.98px) {
  .don-info-area .description {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .don-info-area .description {
    padding-bottom: 50px;
  }
}
.don-info-area q {
  quotes: none;
  display: block;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 300;
  color: #223348;
}
@media (max-width: 1359.98px) {
  .don-info-area q {
    font-size: 25px;
  }
}
@media (max-width: 1199.98px) {
  .don-info-area q {
    font-size: 22px;
  }
}
.don-info-area q strong {
  display: block;
  position: relative;
  font-size: 48px;
  line-height: 1.2;
  padding: 45px 0 22px 50px;
}
@media (max-width: 1359.98px) {
  .don-info-area q strong {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .don-info-area q strong {
    padding: 80px 0 20px;
    font-size: 30px;
  }
}
.don-info-area q strong:before {
  position: absolute;
  left: 0;
  top: 57px;
  content: "";
  background: url("images/don-arrow-big-right.svg") no-repeat;
  width: 31px;
  height: 35px;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .don-info-area q strong:before {
    left: 50%;
    top: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: -15px;
  }
}
.don-info-area q em {
  font-style: normal;
  color: #B2282D;
}
.don-info-area cite {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  text-align: right;
  font-style: normal;
}
@media (max-width: 767.98px) {
  .don-info-area cite {
    font-size: 16px;
    text-align: center;
  }
}
.don-info-area .video-holder {
  position: relative;
}
.don-info-area .video-holder img {
  display: block;
  max-width: 100%;
  height: auto;
}

.don-services-block {
  position: relative;
}
.don-services-block .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 70px 0;
}
@media (max-width: 1199.98px) {
  .don-services-block .caption {
    padding: 40px 0 20px;
  }
}
@media (max-width: 991.98px) {
  .don-services-block .caption {
    padding: 20px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .don-services-block .caption {
    padding: 10px 0;
  }
}
.don-services-block img {
  display: block;
  width: 100%;
  height: auto;
}
.don-services-block h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 155px;
  line-height: 1;
  color: #7C9ABF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1599.98px) {
  .don-services-block h2 {
    font-size: 130px;
  }
}
@media (max-width: 1359.98px) {
  .don-services-block h2 {
    font-size: 125px;
  }
}
@media (max-width: 1199.98px) {
  .don-services-block h2 {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .don-services-block h2 {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .don-services-block h2 {
    font-size: 55px;
    display: block;
    line-height: 0.75;
    margin: 0;
  }
}
@media (max-width: 389.98px) {
  .don-services-block h2 {
    font-size: 50px;
  }
}
.don-services-block h2 span {
  font-size: 65px;
  line-height: 1;
  font-weight: 400;
  color: #223348;
  margin-right: -50px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .don-services-block h2 span {
    font-size: 60px;
  }
}
@media (max-width: 1359.98px) {
  .don-services-block h2 span {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .don-services-block h2 span {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .don-services-block h2 span {
    font-size: 30px;
    margin-right: -30px;
  }
}
@media (max-width: 767.98px) {
  .don-services-block h2 span {
    font-size: 24px;
    margin: 0;
    display: block;
  }
}

.don-info-area2 {
  position: relative;
  padding: 161px 0 0;
  overflow: hidden;
}
@media (max-width: 1359.98px) {
  .don-info-area2 {
    padding: 100px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .don-info-area2 {
    padding: 60px 0 0;
  }
}
.don-info-area2 .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .don-info-area2 .row {
    display: block;
  }
}
.don-info-area2 .col-lg-6 {
  max-width: 100%;
}
.don-info-area2 .description {
  position: relative;
}
.don-info-area2 .text {
  display: block;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.35;
  max-width: 610px;
  padding-left: 55px;
  margin-bottom: 50px;
  color: #223348;
  letter-spacing: -0.5px;
  margin-bottom: 36px;
}
@media (max-width: 1599.98px) {
  .don-info-area2 .text {
    padding-left: 0;
  }
}
@media (max-width: 1359.98px) {
  .don-info-area2 .text {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .don-info-area2 .text {
    font-size: 20px;
    text-align: center;
  }
}
.don-info-area2 .title {
  display: block;
  color: #B2282D;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.8px;
  margin: 0 0 22px;
}
@media (max-width: 1359.98px) {
  .don-info-area2 .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .don-info-area2 .title {
    padding-left: 30px;
  }
}
.don-info-area2 h2 {
  display: block;
  position: relative;
  font-size: 48px;
  line-height: 1.3;
  padding: 15px 0 30px;
  margin: 0 0 16px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 1399.98px) {
  .don-info-area2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 1359.98px) {
  .don-info-area2 h2 {
    font-size: 28px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
  }
}
.don-info-area2 h2:before {
  position: absolute;
  left: -50px;
  top: 30px;
  content: "";
  background: url("images/don-arrow-big-right.svg") no-repeat;
  width: 31px;
  height: 35px;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .don-info-area2 h2:before {
    width: 20px;
    height: 24px;
    left: 0;
    top: 10px;
  }
}
.don-info-area2 .text-holder {
  padding: 0 139px 30px 50px;
  position: relative;
}

.don-info-area2 .description .text-holder p {
  margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
  .don-info-area2 .text-holder {
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .don-info-area2 .text-holder {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .don-info-area2 .text-holder {
    padding: 0 30px 50px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 389.98px) {
  .don-info-area2 .text-holder {
    padding: 0 15px 50px;
  }
}
.don-info-area2 .text-holder:before {
  right: 74px;
  top: -9px;
  content: "";
  position: absolute;
  width: 3px;
  bottom: 0;
  background: #b2282d;
}
@media (max-width: 1199.98px) {
  .don-info-area2 .text-holder:before {
    display: none;
  }
}
.don-info-area2 .text-holder:after {
  right: -74px;
  height: 3px;
  top: -9px;
  content: "";
  position: absolute;
  width: 150px;
  background: #b2282d;
}
@media (max-width: 1199.98px) {
  .don-info-area2 .text-holder:after {
    display: none;
  }
}
.don-info-area2 .image {
  margin-top: -520px;
}
@media (max-width: 1199.98px) {
  .don-info-area2 .image {
    margin-top: -200px;
  }
}
@media (max-width: 767.98px) {
  .don-info-area2 .image {
    margin-top: 0;
  }
}
.don-info-area2 .image img {
  width: 100%;
  height: auto;
  display: block;
}
.don-info-area2 .line-box {
  height: 3px;
  background: #b2282d;
  display: block;
  position: absolute;
  right: 74px;
  left: 50px;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .don-info-area2 .line-box {
    width: 3px;
    height: 42px;
    right: 50%;
    left: auto;
    margin-right: -2px;
  }
}

.don-form-holder {
  background: rgba(124, 154, 191, 0.83);
  padding: 57px 68px 58px;
  margin-top: 64px;
  margin-right: -8px;
  margin-left: 6px;
}
@media (max-width: 1599.98px) {
  .don-form-holder {
    padding: 57px 40px;
    margin-right: 0;
  }
}
  
@media (max-width: 1539.98px) {
  .don-form-holder {
    margin-top: 52px;
  }
}

@media (max-width: 1449.98px) {
  .don-form-holder {
    margin-top: 59px;
  }
}

@media (max-width: 1359.98px) {
  .don-form-holder {
    margin-top: 41px;
  }

  .don-info-area2 .col-lg-6 {
    max-width: 50%;
  }
}

@media (max-width: 1259.98px) {
  .don-form-holder {
    margin-top: 26px;
  }
}

@media (max-width: 1199.98px) {
  .don-info-area2 .col-lg-6 {
    max-width: 100%;
  }
  .don-form-holder {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .don-form-holder {
    margin: 0 -15px;
    padding: 55px 45px;
  }
}

@media (max-width: 389.98px) {
  .don-form-holder {
    padding: 55px 15px;
  }
}
.don-form-holder .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 1199.98px) {
  .don-form-holder .head {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .don-form-holder .head span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: -10px;
    top: 22px;
  }
}
.don-form-holder .head p {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  width: 273px;
  margin-bottom: 11px;
  letter-spacing: -0.4px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .don-form-holder .head p {
    font-size: 22px;
    line-height: 1.7;
    width: 230px;
  }
}
@media (max-width: 1359.98px) {
  .don-form-holder .head p {
    margin-top: 13px;
  }
}
@media (max-width: 1199.98px) {
  .don-form-holder .head p {
    position: absolute;
    left: 34%;
    font-size: 19px;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .don-form-holder .head p {
    left: 28%;
  }
}
.don-form-holder .head p:before {
  position: absolute;
  left: -68px;
  right: 18px;
  bottom: -5px;
  height: 3px;
  content: "";
  background: #fff;
}
@media (max-width: 1599.98px) {
  .don-form-holder .head p:before {
    left: -40px;
  }
}
@media (max-width: 1199.98px) {
  .don-form-holder .head p:before {
    display: none;
  }
}
.don-form-holder .head .img {
  margin: 0 -26px 0 0;
  width: auto;
  position: relative;
}
@media (max-width: 1359.98px) {
  .don-form-holder .head .img {
    margin: 0;
    width: 260px;
  }
}
@media (max-width: 1199.98px) {
  .don-form-holder .head .img {
    margin: 0 auto;
    width: 320px;
  }
}
@media (max-width: 767.98px) {
  .don-form-holder .head .img {
    width: 300px;
  }
}
@media (max-width: 1359.98px) {
  .don-form-holder .head .img img {
    max-width: 100%;
    height: auto;
  }
}
.don-form-holder .text-wrap {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .don-form-holder .head .img:before {
    position: absolute;
    left: 50%;
    margin-left: -3px;
    width: 3px;
    background: #fff;
    height: 45px;
    content: '';
    top: -56px;
  }
}

@media (max-width: 767.98px) {
  .don-form-holder .head .img:before {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 3px;
    background: #fff;
    height: 45px;
    content: '';
    top: -54px;
  }
}

@media (max-width: 767.98px) {
  .don-form-holder .text-wrap {
    font-size: 16px;
  }

  .don-form-holder .head .img:before {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 3px;
    background: #fff;
    height: 45px;
    content: '';
    top: -54px;
  }
}
.don-form-holder .don-form img {
  max-width: 100%;
  height: auto;
}

.don-link {
  color: #7C9ABF;
  font-weight: 700;
}
.don-link:hover {
  color: #000;
}
.don-link:hover svg {
  fill: #000;
}
.don-link svg {
  width: 18px;
  height: 16px;
  fill: #7C9ABF;
}

.don-cta {
  background: url("images/don-image4.jpg") no-repeat #213042;
  padding: 130px 0 80px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .don-cta {
    padding: 90px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .don-cta {
    padding: 75px 30px 40px;
	background-position-x: -400px;
  }
}
@media (max-width: 389.98px) {
  .don-cta {
    padding: 75px 15px 40px;
  }
}
.don-cta .head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .don-cta .head {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .don-cta .head br {
    display: none;
  }
}
.don-cta h2 {
  font-size: 52px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.don-cta h2 span {
  display: block;
  font-weight: 700;
  color: #B2282D;
  font-size: 40px;
  line-height: 1.4;
  padding: 0 0 5px;
}
@media (max-width: 767.98px) {
  .don-cta h2 span {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .don-cta h2 em {
    font-style: normal;
  }
}
@media (max-width: 1199.98px) {
  .don-cta h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .don-cta h2 {
    font-size: 34px;
    margin: 0 0 20px;
  }
}
.don-cta h2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #B2282D;
  width: 600px;
  margin-left: -300px;
  content: "";
}
@media (max-width: 767.98px) {
  .don-cta h2:before {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
  }
}
.don-cta p {
  margin: 0 0 36px;
}
@media (max-width: 767.98px) {
  .don-cta p {
    margin: 0 0 20px;
  }
}
.don-cta .don-link {
  color: #7C9ABF;
  font-weight: 700;
}
.don-cta .don-link:hover {
  color: #fff;
}
.don-cta .don-link:hover svg {
  fill: #fff;
}
.don-cta .don-link svg {
  width: 18px;
  height: 16px;
  fill: #7C9ABF;
}
.don-cta .list-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 778px;
  margin: 0 auto;
}
.don-cta .cta-list {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .don-cta .cta-list {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
}
.don-cta .cta-list li {
  margin-bottom: 10px;
}

.cta-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 33px;
  margin: 0 0 40px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cta-btn-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cta-btn-list li {
  padding: 0 8px;
}
@media (max-width: 767.98px) {
  .cta-btn-list li {
    padding: 0 3px;
  }
}
.cta-btn-list li.active a {
  background: #7c9abf;
  color: #fff;
}
.cta-btn-list a {
  background: #f0efef;
  display: block;
  border-radius: 5px;
  color: #223348;
  padding: 25px 15px;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cta-btn-list a {
    min-width: 166px;
  }
}
@media (max-width: 767.98px) {
  .cta-btn-list a {
    min-width: 67px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    font-size: 13px;
  }
}
.cta-btn-list a:hover, .cta-btn-list a:focus {
  background: #7c9abf;
  color: #fff;
}

.don-features-area {
  padding: 100px 0 70px;
}
@media (max-width: 991.98px) {
  .don-features-area {
    padding-top: 50px;
  }
}
.don-features-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .don-features-area .holder {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .don-features-area .holder {
    padding: 0 30px;
  }
}
@media (max-width: 389.98px) {
  .don-features-area .holder {
    padding: 0 15px;
  }
}
.don-features-area .don-video-holder {
  width: 50%;
  margin-right: 7%;
  margin-top: 35px;
}
@media (max-width: 1359.98px) {
  .don-features-area .don-video-holder {
    margin-right: 15px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .don-features-area .don-video-holder {
    width: 100%;
    margin-bottom: 40px;
  }
}
.don-features-area .don-video-holder img {
  max-width: 100%;
  height: auto;
}
.don-features-area .don-features-story {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
.don-features-area .don-features-story h2 {
  color: #B2282D;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 46px;
  padding: 0 0 22px;
  border-bottom: 1px solid #B2282D;
}
@media (max-width: 1399.98px) {
  .don-features-area .don-features-story h2 {
    margin: 0 0 25px;
    padding: 0 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .don-features-area .don-features-story h2 {
    font-size: 30px;
    margin: 0 0 25px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .don-features-area .don-features-story h2 {
    text-align: center;
  }
}
.don-features-area .don-features-story .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .don-features-area .don-features-story .wrap {
    display: block;
    text-align: center;
  }
}
.don-features-area .don-features-story .image {
  width: 295px;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .don-features-area .don-features-story .image {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .don-features-area .don-features-story .image {
    display: none;
  }
}
.don-features-area .don-features-story .image img {
  display: block;
  width: 100%;
  height: auto;
}
.don-features-area .don-features-story .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  letter-spacing: -1px;
}
.don-features-area .don-features-story blockquote {
  margin: 0;
}
.don-features-area .don-features-story blockquote q {
  display: block;
  quotes: none;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
	.description-mobile .blockquote-row {
		justify-content: center;
	}
}
@media (max-width: 1399.98px) {
  .don-features-area .don-features-story blockquote q {
    font-size: 30px;
  }
}
@media (max-width: 1359.98px) {
  .don-features-area .don-features-story blockquote q {
    font-size: 25px;
  }
}
.don-features-area .don-features-story blockquote cite {
  font-style: normal;
  display: block;
  font-size: 20px;
}

.blockquote-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .blockquote-row {
    display: block;
    text-align: center;
  }
}
.blockquote-row .title {
  font-size: 48px;
  line-height: 55px;
  color: #223348;
  position: relative;
  padding-left: 60px;
  letter-spacing: -1px;
}
@media (max-width: 1499.98px) {
  .blockquote-row .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 1359.98px) {
  .blockquote-row .title {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  .blockquote-row .title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .blockquote-row .title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .blockquote-row .title {
    font-size: 30px;
    color: #223348;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
}
.blockquote-row .title:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background: url("images/don-arrow-big-right.svg") no-repeat;
  width: 31px;
  height: 35px;
  background-size: 100% 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .blockquote-row .title:before {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .blockquote-row .title:before {
    left: 50%;
    width: 20px;
    height: 24px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -25px;
    margin-left: -10px;
  }
}
.blockquote-row .text {
  font-size: 165px;
  line-height: 1;
  color: #d1dce9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -7px;
  margin-left: -78px;
}
@media (max-width: 1499.98px) {
  .blockquote-row .text {
    font-size: 145px;
  }
}
@media (max-width: 1359.98px) {
  .blockquote-row .text {
    font-size: 130px;
  }
}
@media (max-width: 1199.98px) {
  .blockquote-row .text {
    font-size: 105px;
    margin-left: -30px;
  }
}
@media (max-width: 991.98px) {
  .blockquote-row .text {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .blockquote-row .text {
    font-size: 30px;
    color: #223348;
    margin: 0;
    letter-spacing: 0;
    display: block;
  }
}

.blockquote-row-cite {
  display: block;
  font-style: normal;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .blockquote-row-cite {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .blockquote-row-cite {
    text-align: center;
  }
}

.don-topics {
  background: url("images/don-image9.jpg") no-repeat #a73236;
  padding: 125px 0 100px;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .don-topics {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .don-topics {
    padding: 50px 0 5px;
  }
}
.don-topics .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .don-topics .container {
    display: block;
  }
}
.don-topics .don-topic {
  color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .don-topics .don-topic {
    margin-bottom: 100px;
  }
}
.don-topics .title {
  display: block;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (max-width: 1359.98px) {
  .don-topics .title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .don-topics .title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .don-topics .title {
    font-size: 34px;
  }
}
.don-topics .don-btn-primary {
  height: 83px;
  min-width: 220px;
  background: #223348;
  color: #fff;
  font-size: 22px;
  line-height: 83px;
  border-radius: 6px;
  border-color: #223348;
}
@media (max-width: 767.98px) {
  .don-topics .don-btn-primary {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    min-width: 193px;
    border-radius: 0;
  }
}
.don-topics .don-btn-primary svg {
  width: 22px;
  height: 20px;
  fill: #fff;
  display: inline-block;
  margin-top: -6px;
}
@media (max-width: 767.98px) {
  .don-topics .don-btn-primary svg {
    width: 16px;
    height: 18px;
    margin-top: -4px;
  }
}
.don-topics .don-btn-primary:hover {
  background: #7c9abf;
  border-color: #7c9abf;
}

.don-header .container {
  position: relative;
}

.don-menu-opener {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  background: none;
  position: absolute;
  right: 215px;
  top: 9px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .don-menu-opener {
    right: 25px;
    z-index: 999;
  }
}
.don-menu-active .don-menu-opener {
  border-top: 0;
}
.don-menu-opener span {
  display: block;
}
.don-menu-opener span:before {
  width: 40px;
  height: 5px;
  background: #b2292e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
}
.don-menu-active .don-menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}
.don-menu-opener:after, .don-menu-opener:before {
  width: 40px;
  height: 5px;
  background: #b2292e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
}
.don-menu-active .don-menu-opener:after, .don-menu-active .don-menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.don-menu-opener:before {
  top: 27px;
}
.don-menu-active .don-menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}

.don-nav-drop {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 40%;
  right: 270px;
  width: 400px;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .don-nav-drop {
    right: 0;
    top: 0;
    left: 0;
  }
}
.don-menu-active .don-nav-drop {
  max-height: 4000px;
}

.don-nav-area {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding-bottom: 40px;
  display: block;
}
@media (max-width: 767.98px) {
  .don-nav-area {
    background: #223348;
  }
}
.don-menu-active .don-nav-area {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.don-menu {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .don-menu {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .don-menu {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .don-menu {
    padding: 50px 85px 0;
    font-size: 16px;
  }
}
.don-menu li {
  margin: 0 0 15px;
}
.don-menu a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: underline;
}
.don-menu a:hover {
  text-decoration: none;
  color: #b2292e;
}

.don-wrapper .container:before,
.don-wrapper .container:after {
  display: none;
}

.don-visual-topics .holder br {
  display: none;
}

.don-form .gform_fields input[type=text] {
  width: 100%;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px;
  outline: none;
  background: none;
  height: 56px;
}

.don-form {
  padding-top: 95px;
}
.don-form .captcha {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.don-form .captcha .oneField {
	margin-bottom: 20px;
}

.don-form .gform_button {
  display: block;
  width: 100%;
  height: 83px;
  background: #223348;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.don-form .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.don-info-area2 .image {
  margin-bottom: 0;
}

.don-features-area .don-features-story .description blockquote {
  margin: 0 !important;
  text-align: left !important;
  padding: 0 !important;
  width: 100%;
  font-style: normal;
}

.don-info-area .description {
  margin: 0 !important;
  text-align: left !important;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .don-info-area .description {
    margin-bottom: 20px !important;
  }
}

.don-info-area .description br {
  display: none;
}

.don-info-area2 .description p {
  margin: 0;
}

.don-info-area2 .description br {
  display: none;
}

.don-info-area q {
  font-style: normal;
}
.pledge-btn {
		position: relative;
	}
	.pledge-btn i {
		position: absolute;
  color: #fff;
  font-size: 26px;
  left: 35%;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 10px;
  top: 38%;
	}
.don-features-area .don-features-story .description blockquote:before,
.don-features-area .don-features-story .description blockquote:after,
.don-info-area .description:before,
.don-info-area .description:after {
  display: none;
}

.page-template-data-axle-landing-page .top-section {
  display: none !important;
}
.don-visual .don-btn-primary br {
  display: none !important
}

.don-threecolums .don-tagline {
  position: fixed;
  right: 15.5%;
  z-index: 99999;
}


.don-tagline {
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.don-tagline.baractive {
  transform: translateY(0);
}

img[src='https://cnv.event.prod.bidr.io/log/cnv?tag_id=2641&buzz_key=dsp&value=&segment_key=dsp-13272&account_id=73&order=[ORDER]&ord=[CACHEBUSTER]'] {
  display: none;
}



.page-template-data-axle-landing-page .don-form-holder .wFormContainer form .inputWrapper input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.page-template-data-axle-landing-page .don-form-holder .wFormContainer form .inputWrapper input[type="text"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.page-template-data-axle-landing-page .don-form-holder .wFormContainer form .inputWrapper input[type="text"]::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.page-template-data-axle-landing-page .don-form-holder .wFormContainer form .inputWrapper input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}

.bar-close {
  position: absolute;
  right: -7px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
}

.baractive .bar-close {
  opacity: 1;
  visibility: visible;
}
.don-form br {
  display: none;
}
.don-form .wFormContainer .wForm {
  background-color: transparent !important;
  border: none !important;
}
.don-form .wFormContainer {
  margin: -102px 0 0 -5px;
}
.don-form .wFormContainer .wForm input[type=text] {
  width: 100%;
  font-size: 22px !important;
  line-height: 26px;
  color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #fff !important;
  padding: 15px !important;
  outline: none;
  background: none !important;
  height: 56px !important;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif !important;
}

.don-form .wFormContainer .wForm #submit_button {
  display: block;
  width: 100%;
  height: 83px;
  background: #223348;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.don-form .wFormContainer .wForm #submit_button:hover {
  background: #000;
}
#tfa_4-D {
  display: block !important;
}
.don-form .wFormContainer .wForm #tfa_4-D label {
  color: #fff !important;
  font-size: 20px;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  white-space: normal;
  text-align: left;
  line-height: 25px;
}
.don-form .wFormContainer .wForm input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.don-threecolums .don-tagline.mob {
  display: none !important;
}


@media (max-width: 1600px) {
  .don-wrapper .container {
    width: 96%;
    padding: 0 2%;
  }
}
@media (max-width: 1540px) {
  .don-visual h1 {
    font-size: 55px;
  }
  .don-visual h1 span {
    font-size: 100px;
  }
  .don-visual .text-holder {
    font-size: 18px;
  }
  .don-visual .don-btn-primary {
    height: 63px;
    min-width: 231px;
    font-size: 20px;
    line-height: 63px;
  }
  .don-intro .description {
    font-size: 15px;
  }
  .don-intro .don-btn-list a {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }
  .don-visual-topics .title {
    font-size: 23px;
  }
  .don-visual-topics .text {
    font-size: 14px;
  }
  .don-threecolums h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .don-threecolums .holder {
    font-size: 16px;
    line-height: 23px;
  }
  .don-info-area q {
    font-size: 30px;
    line-height: 1.1;
  }
  .don-info-area q strong {
    font-size: 38px;
    line-height: 1.1;
  }
  .don-info-area cite {
    font-size: 16px;
  }
  .don-services-block h2 {
    font-size: 95px;
  }
  .don-services-block h2 span {
    font-size: 42px;
  }
  .don-info-area2 .text {
    font-size: 30px;
    line-height: 1.15;
  }
  .don-info-area2 h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .don-wrapper {
    font-size: 16px;
  }
  .don-cta h2 {
    font-size: 39px;
  }
  .don-cta h2 span {
    font-size: 32px;
  }
  .cta-btn-list a {
    padding: 15px 10px;
  }
  .don-features-area .don-features-story h2 {
    font-size: 32px;
  }
  .don-features-area .don-features-story blockquote q {
    font-size: 22px;
  }
  .blockquote-row .text {
    font-size: 102px;
  }
  .blockquote-row .title {
    font-size: 32px;
  }
  .blockquote-row .title::before{
    width: 26px;
    height: 30px;
    top: 3px;
  }
  .don-topics .title {
    font-size: 32px;
  }
  .don-topics .don-btn-primary {
    height: 63px;
    min-width: 200px;
    font-size: 19px;
    line-height: 63px;
  }
  .don-threecolums .don-tagline span {
    padding: 0 35px;
  }
  .don-threecolums .don-tagline {
    font-size: 16px;
  }
  .don-threecolums .don-tagline .btn {
    height: 63px;
    line-height: 61px;
    min-width: 190px;
    background: #B2282D;
    color: #fff;
    font-size: 17px;
  }
  .don-threecolums .don-tagline {
    margin-top: -62px;
  }
  .don-form-holder .head p {
    font-size: 18px;
  }
  .don-form-holder .text-wrap {
    font-size: 16px;
  }
  .don-form .wFormContainer .wForm input[type="text"] {
    font-size: 16px !important;
    height: 46px !important;
    padding: 12px !important;
  }
  .don-form .wFormContainer .wForm #submit_button {
    height: 60px !important;
    font-size: 19px !important;
  }
  .don-form .wFormContainer .wForm #tfa_4-D label {
    font-size: 16px !important;
    line-height: 16px !important
  }
  .don-services-block .caption {
    padding: 35px 0;
  }
  .don-threecolums .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .don-info-area {
    padding: 65px 0;
  }
  .don-info-area2 {
    padding-top: 110px;
  }
  .don-form-holder .img img {
    max-width: 77%;
  }
  .don-features-area .don-video-holder {
    margin-right: 5%;
  }
  .don-features-area .don-features-story .image {
    width: 201px;
    margin-right: 30px;
  }
}

@media (max-width: 1260px) {
  .don-visual h1 {
    font-size: 48px;
  }
  .don-visual h1 span {
    font-size: 85px;
  }
  .don-visual .text-holder {
    font-size: 16px;
  }
  .don-visual .don-btn-primary {
    height: 53px;
    min-width: 201px;
    font-size: 18px;
    line-height: 53px;
  }

  .don-intro .description {
    font-size: 13px;
  }
  .don-intro .don-btn-list a {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
  .don-visual-topics .title {
    font-size: 21px;
  }
  .don-visual-topics .text {
    font-size: 12px;
  }
  .don-threecolums h2 {
    font-size: 23px;
    margin-bottom: 16px;
  }
  .don-threecolums .holder {
    font-size: 14px;
    line-height: 20px;
  }
  .don-info-area q {
    font-size: 25px;
    line-height: 1.1;
  }
  .don-info-area q strong {
    font-size: 32px;
    line-height: 1.1;
  }
  .don-info-area cite {
    font-size: 14px;
  }
  .don-services-block h2 {
    font-size: 84px;
  }
  .don-services-block h2 span {
    font-size: 35px;
  }
  .don-info-area2 .text {
    font-size: 25px;
    line-height: 1.10;
  }
  .don-info-area2 h2 {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .don-wrapper {
    font-size: 14px;
  }
  .don-cta h2 {
    font-size: 32px;
  }
  .don-cta h2 span {
    font-size: 27px;
  }
  .cta-btn-list a {
    padding: 12px 8px;
  }
  .don-features-area .don-features-story h2 {
    font-size: 27px;
  }
  .don-features-area .don-features-story blockquote q {
    font-size: 18px;
  }
  .blockquote-row .text {
    font-size: 86px;
  }
  .blockquote-row .title {
    font-size: 27px;
  }
  .blockquote-row .title::before{
    width: 24px;
    height: 27px;
    top: 5px;
  }
  .don-topics .title {
    font-size: 27px;
  }
  .don-topics .don-btn-primary {
    height: 53px;
    min-width: 165px;
    font-size: 17px;
    line-height: 53px;
  }
  .don-threecolums .don-tagline span {
    padding: 0 30px;
  }
  .don-threecolums .don-tagline {
    font-size: 14px;
  }
  .don-threecolums .don-tagline .btn {
    height: 53px;
    line-height: 51px;
    min-width: 160px;
    background: #B2282D;
    color: #fff;
    font-size: 14px;
  }
  .don-threecolums .don-tagline {
    margin-top: -52px;
    right: 7% !important;
    flex-wrap: nowrap;
  }
  .don-form-holder .head p {
    font-size: 15px;
  }
  .don-form-holder .text-wrap {
    font-size: 14px;
  }
  .don-form .wFormContainer .wForm input[type="text"] {
    font-size: 13px !important;
    height: 38px !important;
    padding: 10px !important;
  }
  .don-form .wFormContainer .wForm #submit_button {
    height: 50px !important;
    font-size: 16px !important;
  }
  .don-form .wFormContainer .wForm #tfa_4-D label {
    font-size: 14px !important;
    line-height: 15px !important
  }
  .don-services-block .caption {
    padding: 28px 0;
  }
  .don-threecolums .container {
    padding-top: 48px;
    padding-bottom: 65px;
  }
  .don-info-area {
    padding: 55px 0;
  }
  .don-info-area2 {
    padding-top: 80px;
  }
  .don-form-holder .img img {
    max-width: 77%;
  }
  .don-features-area .don-video-holder {
    margin-right: 4%;
  }
  .don-features-area .don-features-story .image {
    width: 180px;
    margin-right: 20px;
  }
  .don-threecolums h2 br {
    display: none
  }
}
@media (max-width: 992px) {
  .don-info-area .description {
    margin-bottom: 40px !important
  }
  .don-topics .title br {
    display: none
  }
  .don-features-area .don-features-story blockquote cite {
    font-size: 16px;
  }
  .don-visual .text-holder p {
    margin: 15px 0 30px;
  }
	.don-topics .don-topic {
		width: 100%;
		margin-bottom: 40px;
	}
	.don-topics .don-topic:last-child {
		margin-bottom: 0px;
	}
}

@media (max-width: 767px) {
  .don-services-block h2 {
    font-size: 54px;
  }
  .don-services-block h2 span {
    font-size: 28px;
  }
  .cta-btn-list a {
    padding: 0 !important;
  }
  .blockquote-row .text {
    font-size: 52px;
  }
  .blockquote-row {
    padding-bottom: 20px;
  }
  .blockquote-row .title::before {
    display: none
  }
  .don-topics .don-topic {
    margin-bottom: 50px;
  }
  .don-threecolums .holder {
    margin-bottom: 45px;
  }
  .don-intro {
    padding: 55px 30px;
  }
  .don-visual h1 {
    font-size: 32px;
  }
  .don-visual h1 span {
    font-size: 52px;
  }
  .don-visual .text-holder {
    font-size: 15px;
  }
  .don-visual .don-btn-primary {
    height: 53px;
    min-width: 215px;
    font-size: 20px;
    line-height: 51px;
  }
	.don-topics .don-topic {
		margin-bottom: 30px;
	}
   .don-topics .don-topic:last-child {
		margin-bottom: 45px;
	}

  .don-header:before {
    background: url(./images/bg-mobile-header.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    height: 85px;
    content: '';
    position: absolute;
    top: 0;
    pointer-events: none;
  }

  .don-visual .don-visual-wrap:before {
    background: rgba(34, 51, 72, 0.53);
  }

  .don-header {
    padding-top: 16px;
  }

  .don-menu-opener {
    top: 0;
  }

  .don-visual-topics .text {
    font-size: 18px;
  }

  .don-visual-topics .holder {
    margin-bottom: 54px;
  }
  .don-intro .description {
    font-size: 20px;
  }

  .don-threecolums .holder {
    font-size: 16px;
    line-height: 24px;
  }

  .don-threecolums .container {
    padding-bottom: 35px;
  }

  .don-info-area q {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    padding: 0 22px;
  }

  .don-info-area q strong {
    font-size: 29px;
    line-height: 1.25;
  }

  .don-info-area2 .text {
    font-size: 20px;
    padding: 0 11%;
    line-height: 1.3;
  }

  .don-info-area2 {
    padding-top: 50px;
  }

  .don-info-area2 .description {
    padding-bottom: 45px;
  }

  .don-form-holder .text-wrap {
    font-size: 16px;
  }

  .don-cta .head {
    font-size: 20px;
  }

  .don-cta .cta-list {
    padding-left: 20px;
  }

  .blockquote-row .text {
    font-size: 30px;
  }

  .blockquote-row .title {
    font-size: 30px;
  }

  .don-topics .title {
    font-size: 34px;
    padding: 0 10px;
  }

  .don-topics .don-topic {
    margin-bottom: 90px;
  }

  .don-services-block .caption {
    padding: 4px 0;
  }

  .don-form .wFormContainer .wForm input[type="text"] {
    height: 50px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 15px !important;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif !important;
  }
	
  .don-cta h2 span {
    font-size: 34px;
  }

  .don-cta h2 {
    font-size: 34px;
    letter-spacing: 0;
  }

  .don-topics {
    background: url(./images/don-image9-mob.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .don-threecolums .don-tagline.mob {
    right: 0 !important;
    left: 0 !important;
  }

  .don-threecolums .don-tagline.mob .btn {
    width: 50%;
  }

  .don-features-story {
    display: none;
  }

  .description-mobile blockquote:before,
  .description-mobile blockquote:after {
    display: none;
  }

  .description-mobile q { 
    display: block;
    quotes: none;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2;
    font-style: normal;
    position: relative;
    padding: 0 12%;
    letter-spacing: 0.7px;
  }

  .description-mobile q::before {
    position: absolute;
    left: -50%;
    margin-left: -17px;
    bottom: -60px;
    content: "";
    background: url("images/don-arrow-big-right.svg") no-repeat;
      background-size: auto;
    width: 31px;
    height: 35px;
    background-size: 100% 100%;
    transform: rotate(90deg);
  }

  .description-mobile blockquote {
    padding: 0 0 70px;
    margin: 0 0 15px !important;
  }

  .don-features-area {
    padding-bottom: 20px;
  }

  .don-features-area .holder {
    padding-top: 40px;
  }

  .don-tagline.mob .bar-close {
    display: none;
  }

  .don-threecolums .don-tagline.mob,
  .don-threecolums .don-tagline.mob.baractive {
    position: static !important;
    padding-left: 15px !important;
    margin: -69px -22px 50px !important;
    transform: none !important;
    display: flex !important;
  }

  .don-threecolums .don-tagline {
    left: 0;
    right: 0 !important;
    padding-left: 40px !important;
  }

  .bar-close {
    right: 15px;
  }

  .don-threecolums .don-tagline .btn {
    width: 50%;
  }
}

.don-threecolums h2 {
  text-transform: uppercase;
}
.don-features-area .don-features-story blockquote q {
  font-style: normal !important;
}

.don-intro .description .mobile-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30px;
  display: none;
  text-align: center;
}

@media (max-width: 767px) {
  .don-intro .description .mobile-title {
    display: block;
  }
}

@media (max-width: 479px) {
  .don-threecolums .don-tagline {
    padding-left: 25px !important;
  }
}
@media (max-width: 1540px) {
	.pledge-btn i {
		font-size: 19px;
  		left: 35%;
	}
}
@media (max-width: 1540px) {
	.pledge-btn i {
  		left: 38%;
	}
}
@media (max-width: 1260px) {
	.pledge-btn i {
  		top: 36%;
	}
}
@media (max-width: 1200px) {
	.pledge-btn i {
		font-size: 16px;
  		left: 19%;
		top: 37% !important;
	}
}
@media (max-width: 992px) {
	.pledge-btn i {
  		left: 23%;
	}
}
@media (max-width: 850px) {
	.pledge-btn i {
  		left: 26%;
	}
}
@media (max-width: 767px) {
	.pledge-btn i {
  		left: 29%;
	}
}
@media (max-width: 660px) {
	.pledge-btn i {
  		left: 33%;
	}
}
@media (max-width: 580px) {
	.pledge-btn i {
  		left: 38%;
	}
}
@media (max-width: 520px) {
	.pledge-btn i {
  		left: 42%;
	}
}
@media (max-width: 480px) {
	.pledge-btn i {
  		left: 48%;
	}
}
@media (max-width: 420px) {
	.pledge-btn i {
  		left: 54%;
	}
}
.quotemob {
	display: none;
}
@media (max-width: 767px) {
	.quotemob {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
  .don-threecolums .don-tagline:not(.mob) {
    top: auto !important;
    position: fixed !important;
    margin: 0 !important;
    bottom: 53px !important;
    animation: 999999;
    display: flex !important;
	transform: translateY(53px) !important;
  }
	.bar-close {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.don-visual-slider::after {
		content: "";
		width: 100%;
		display: block;
		background-color: #223348;
		opacity: 0.8;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.thankmsg {
	display: none;
	padding-top: 100px;
	font-weight: bold;
	color: #fff;
}