@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #a54399;
  --pink: #e83e8c;
  --red: #D2232A;
  --orange: #f99b1c;
  --yellow: #fef200;
  --green: #86B140;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0067b1;
  --secondary: #00AEEF;
  --success: #86B140;
  --info: #17a2b8;
  --warning: #f99b1c;
  --danger: #D2232A;
  --light: #f8f9fa;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", "Arial", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  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: 1rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0067b1;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #003a65;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  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;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-success:hover {
  background-color: #d1e2b8;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fde3bf;
}

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

.table-hover .table-warning:hover {
  background-color: #fcd8a6;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fcd8a6;
}

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

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

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

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}

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

.table-hover .table-dark:hover {
  background-color: #ababab;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.65em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #CFEFFB;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0067b1;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

.form-control::placeholder {
  color: #CFEFFB;
  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 + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.65;
}

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  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.65;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: #86B140;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #212529;
  background-color: rgba(134, 177, 64, 0.9);
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #86B140;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #86B140;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 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 {
  display: block;
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #86B140;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #86B140;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #86B140;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #fff;
  background-color: rgba(210, 35, 42, 0.9);
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #D2232A;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 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 {
  display: block;
}

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

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #D2232A;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #00518b;
  border-color: #00497e;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 126, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 126, 189, 0.5);
}

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

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

.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(38, 126, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 126, 189, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0092c9;
  border-color: #0089bc;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 186, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 186, 241, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0089bc;
  border-color: #0080af;
}

.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(38, 186, 241, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 186, 241, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #86B140;
  border-color: #86B140;
}

.btn-success:hover {
  color: #fff;
  background-color: #719536;
  border-color: #6a8c32;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 156, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 156, 61, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #86B140;
  border-color: #86B140;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6a8c32;
  border-color: #63822f;
}

.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(119, 156, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 156, 61, 0.5);
}

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

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

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

.btn-warning:hover {
  color: #212529;
  background-color: #e98806;
  border-color: #dc8106;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 137, 30, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 137, 30, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #dc8106;
  border-color: #d07a05;
}

.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(217, 137, 30, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 137, 30, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #b11e23;
  border-color: #a61c21;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
}

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

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

.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(217, 68, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
}

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

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

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

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

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

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

.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(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #0067b1;
  border-color: #0067b1;
}

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

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

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

.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(0, 103, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 103, 177, 0.5);
}

.btn-outline-secondary {
  color: #00AEEF;
  border-color: #00AEEF;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #00AEEF;
  border-color: #00AEEF;
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #00AEEF;
  background-color: transparent;
}

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

.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(0, 174, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.5);
}

.btn-outline-success {
  color: #86B140;
  border-color: #86B140;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #86B140;
  border-color: #86B140;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.5);
}

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

.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(134, 177, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.5);
}

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

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

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

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

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

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

.btn-outline-warning {
  color: #f99b1c;
  border-color: #f99b1c;
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 155, 28, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 155, 28, 0.5);
}

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

.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(249, 155, 28, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 155, 28, 0.5);
}

.btn-outline-danger {
  color: #D2232A;
  border-color: #D2232A;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
}

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

.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(210, 35, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
}

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

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

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

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

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

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

.btn-outline-dark {
  color: #000;
  border-color: #000;
}

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

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

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

.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(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0067b1;
  text-decoration: none;
}

.btn-link:hover {
  color: #003a65;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -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;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0067b1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -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 > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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: -2px;
}

.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) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

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

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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 {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

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

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

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

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

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

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

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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.65;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #CFEFFB;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

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

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

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

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

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

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

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0067b1;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #65beff;
  border-color: #65beff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

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

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.325rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0067b1;
  background-color: #0067b1;
}

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

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

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 103, 177, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 103, 177, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.325rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 103, 177, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.65em + 0.75rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 2px solid #CFEFFB;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #0067b1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 103, 177, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 103, 177, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #0067b1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.65em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.65;
  color: #495057;
  background-color: #fff;
  border: 2px solid #CFEFFB;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.65em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.65;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  -webkit-border-radius: 0 0.5rem 0.5rem 0;
          border-radius: 0 0.5rem 0.5rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, none;
          box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0067b1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
}

.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;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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);
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

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

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

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

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -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 {
  -webkit-border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
          border-radius: calc(0.5rem - 1px) calc(0.5rem - 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 {
  -webkit-border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
          border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 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%;
  -webkit-border-radius: calc(0.5rem - 1px);
          border-radius: calc(0.5rem - 1px);
}

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

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

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

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

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

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

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

  .card-group > .card:not(:last-child) {
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-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 {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

.accordion > .card:first-of-type {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

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

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

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

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

.breadcrumb-item.active {
  color: #00AEEF;
}

.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;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

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

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

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

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #00497e;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 103, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 103, 177, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #00AEEF;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #0089bc;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #86B140;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #6a8c32;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 177, 64, 0.5);
}

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

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #dc8106;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 155, 28, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 155, 28, 0.5);
}

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

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #a61c21;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
}

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

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

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

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: black;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}

.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: #00365c;
  background-color: #cce1ef;
  border-color: #b8d4e9;
}

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

.alert-primary .alert-link {
  color: #001829;
}

.alert-secondary {
  color: #005a7c;
  background-color: #cceffc;
  border-color: #b8e8fb;
}

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

.alert-secondary .alert-link {
  color: #003549;
}

.alert-success {
  color: #465c21;
  background-color: #e7efd9;
  border-color: #dde9ca;
}

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

.alert-success .alert-link {
  color: #293614;
}

.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: #81510f;
  background-color: #feebd2;
  border-color: #fde3bf;
}

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

.alert-warning .alert-link {
  color: #53340a;
}

.alert-danger {
  color: #6d1216;
  background-color: #f6d3d4;
  border-color: #f2c1c3;
}

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

.alert-danger .alert-link {
  color: #410b0d;
}

.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: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

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

.alert-dark .alert-link {
  color: black;
}

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

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

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

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #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 {
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
}

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

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

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

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

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    -webkit-border-top-left-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    -webkit-border-top-right-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    -webkit-border-top-left-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    -webkit-border-top-right-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    -webkit-border-top-left-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    -webkit-border-top-right-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    -webkit-border-top-left-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    -webkit-border-top-right-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
  }
}

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

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

.list-group-item-primary {
  color: #00365c;
  background-color: #b8d4e9;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #00365c;
  background-color: #a5c8e3;
}

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

.list-group-item-secondary {
  color: #005a7c;
  background-color: #b8e8fb;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #005a7c;
  background-color: #a0e0fa;
}

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

.list-group-item-success {
  color: #465c21;
  background-color: #dde9ca;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #465c21;
  background-color: #d1e2b8;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #465c21;
  border-color: #465c21;
}

.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: #81510f;
  background-color: #fde3bf;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #81510f;
  background-color: #fcd8a6;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #81510f;
  border-color: #81510f;
}

.list-group-item-danger {
  color: #6d1216;
  background-color: #f2c1c3;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6d1216;
  background-color: #eeacaf;
}

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

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

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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);
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  -webkit-border-top-left-radius: 1rem;
          border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
          border-top-right-radius: 1rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.65;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  -webkit-border-bottom-right-radius: 1rem;
          border-bottom-right-radius: 1rem;
  -webkit-border-bottom-left-radius: 1rem;
          border-bottom-left-radius: 1rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

.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: #0067b1 !important;
}

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

.bg-secondary {
  background-color: #00AEEF !important;
}

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

.bg-success {
  background-color: #86B140 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #6a8c32 !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: #f99b1c !important;
}

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

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

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !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: #0067b1 !important;
}

.border-secondary {
  border-color: #00AEEF !important;
}

.border-success {
  border-color: #86B140 !important;
}

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

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

.border-danger {
  border-color: #D2232A !important;
}

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

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

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

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

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

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

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

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

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

.rounded-lg {
  -webkit-border-radius: 1rem !important;
          border-radius: 1rem !important;
}

.rounded-circle {
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
}

.rounded-pill {
  -webkit-border-radius: 50rem !important;
          border-radius: 50rem !important;
}

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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.8571428571%;
}

.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;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

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

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

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

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

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

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

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

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -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: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0067b1 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #003a65 !important;
}

.text-secondary {
  color: #00AEEF !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #0076a3 !important;
}

.text-success {
  color: #86B140 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #5b792c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #f99b1c !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c37205 !important;
}

.text-danger {
  color: #D2232A !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #90181d !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -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;
  }
}

.chosen-select,
.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}

.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #CFEFFB;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  left: -9000px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}

.chosen-container .chosen-results {
  color: #495057;
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 4px;
  position: relative;
}

.chosen-container .chosen-results li {
  display: none;
  line-height: 1.65;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}

.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  color: #999;
  cursor: default;
  font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #0067b1;
  background-image: none;
  color: white;
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
  color: #ced4da;
  display: list-item;
}

.chosen-container .chosen-results .no-results {
  background: #e9ecef;
  display: list-item;
}

.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.65;
  text-indent: -5000px;
  width: 9px;
}

.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.chosen-container-single .chosen-single {
  background: #fff;
  background-clip: padding-box;
  border: 2px solid #8e9c7a;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #495057;
  display: block;
  height: calc(1.65em + 0.75rem + 4px);
  line-height: calc(1.65em + 0.75rem + 4px);
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  top: -2px;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: calc((calc(1.65em + 0.75rem + 4px) - 10px) / 2);
  width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}

.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container-single .chosen-default {
  color: #ced4da;
}

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}

.chosen-container-single .chosen-search input[type=text] {
  border: 2px solid #CFEFFB;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}

.chosen-container-single .chosen-drop {
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  margin-top: -1px;
}

.chosen-container-single-nosearch .chosen-search input[type=text] {
  left: -9000px;
  position: absolute;
}

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 2px solid #CFEFFB;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type=text] {
  background: transparent !important;
  border: 0 !important;
  color: #495057;
  height: calc(calc(calc(1.65em + 0.75rem + 4px) + 6px) - 8px);
  margin: 0;
  padding: 4px;
  outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
  background-clip: padding-box;
  background-color: #e9ecef;
  border: 2px solid #CFEFFB;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9ecef));
  background-image: -webkit-linear-gradient(top, white 0%, #e9ecef 100%);
  background-image: -o-linear-gradient(top, white 0%, #e9ecef 100%);
  background-image: linear-gradient(to bottom, white 0%, #e9ecef 100%);
  background-repeat: repeat-x;
  color: #212529;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 3px;
  width: 12px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close::after {
  content: "x";
  width: 10px;
  height: 10px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 2px solid #0067b1;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-single {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: 2px solid #0067b1;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .chosen-container-active.chosen-with-drop .chosen-single {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
  border: 2px solid #0067b1;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .chosen-container-active .chosen-choices {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.chosen-container-active .chosen-choices .search-field input[type=text] {
  color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
    button states
    borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
    "Arial", sans-serif
    "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */

.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */

.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  -webkit-border-radius: 0 0 3px 0;
          border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */

.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */

.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/

/* possibly reusable */

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

/* view wrapper */

.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */

.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */

.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*
   * Off Canvas
   * --------------------------------------------------
   */

@media screen and (max-width: 767px) {
  html {
    position: relative;
    min-height: 100%;
  }

  html,
  body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
  }

  #wpadminbar.mobile {
    display: none;
  }

  html#rissb {
    margin-top: 0 !important;
  }

  .offcanvas {
    position: relative;
    min-height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .offcanvas-left {
    left: 0;
  }

  .offcanvas-left.active {
    left: 280px;
  }

  .offcanvas-left .sidebar-offcanvas {
    left: -100%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .offcanvas-left.active .sidebar-offcanvas {
    left: 0;
  }

  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 280px;
    background-color: #e18f1c;
    -webkit-border-radius: 0;
            border-radius: 0;
    overflow-y: auto;
    z-index: 1050;
  }

  .sidebar-offcanvas ul {
    margin: 0;
    padding: 0;
  }

  .sidebar-offcanvas li.list-inline-item {
    display: block;
    border-bottom: 1px solid #00497e;
    margin: 0;
  }

  .sidebar-offcanvas .menu-primary-menu-container {
    width: 100%;
  }

  .sidebar-offcanvas .menu-primary-menu-container .dropdown-menu {
    display: none;
    float: none;
    position: relative;
    background: none;
    border: none;
    background-color: transparent !important;
    width: 100% !important;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .sidebar-offcanvas .menu-primary-menu-container .dropdown-menu.show {
    display: block;
  }

  .sidebar-offcanvas .menu-primary-menu-container .dropdown-menu li {
    border: none;
    width: auto;
    height: auto;
    text-align: left;
    top: 0;
    position: relative;
  }

  .sidebar-offcanvas .menu-primary-menu-container .dropdown-menu li a {
    color: #fff;
    text-align: left !important;
    border-bottom: 1px solid #8a3b2e;
    background: #b47216;
    padding: 0.5rem 1rem;
    width: 100%;
    font-size: 0.9rem;
    position: relative;
    text-align: center;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  .sidebar-offcanvas .menu-primary-menu-container .dropdown-menu .js-close-main-nav-dropdown {
    display: none;
  }

  .navbar-toggler {
    z-index: 1060;
  }
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("http://localhost/rissb-new/wp-content/themes/rissb/assets/fonts/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
  font-family: "ProximaNova-Sbold";
  src: url("http://localhost/rissb-new/wp-content/themes/rissb/assets/fonts/Proxima-Nova-Sbold.otf") format("opentype");
}

@font-face {
  font-family: "ProximaNova-Med";
  src: url("http://localhost/rissb-new/wp-content/themes/rissb/assets/fonts/ProximaNova-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Lit";
  src: url("http://localhost/rissb-new/wp-content/themes/rissb/assets/fonts/ProximaNova-Light.otf") format("opentype");
}

@font-face {
  font-family: "ProximaNova-Reg";
  src: url("http://localhost/rissb-new/wp-content/themes/rissb/assets/fonts/ProximaNova-Regular.ttf") format("truetype");
}

h1 {
  color: #58585b;
}

.list-unstyled-queue [data-prefix=far],
.list-unstyled-queue .far {
  font-size: 48px;
}

.js-list-products-queue {
  max-height: 300px;
  overflow-y: auto;
}

label {
  color: #548a36;
  font-size: 18px;
}

.form-control {
  font-size: 14px;
  border-color: #8e9c7a !important;
}

[name=company_description],
[name=why_have_you_decided_to_join_rissb] {
  min-height: 280px;
}

.page-template-template-dashboard-membership [name=company_description] {
  min-height: 167px;
}

.rissb-custom-control,
.single-survey-iteration .gform_page li {
  color: #212529;
  padding-left: 35px;
}

.rissb-custom-control.rissb-custom-control-checkbox-inverse .control-indicator,
.single-survey-iteration .gform_page li.rissb-custom-control-checkbox-inverse .control-indicator,
.rissb-custom-control.rissb-custom-control-checkbox-vertical-inverse .control-indicator,
.single-survey-iteration .gform_page li.rissb-custom-control-checkbox-vertical-inverse .control-indicator {
  background-color: #fff;
}

.rissb-custom-control input,
.single-survey-iteration .gform_page li input {
  opacity: 0;
  position: absolute;
}

.rissb-custom-control .control-indicator,
.single-survey-iteration .gform_page li .control-indicator {
  background-color: #fff;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: 2px solid #CFEFFB;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  height: 30px;
  width: 30px;
}

.rissb-custom-control .control-indicator:after,
.single-survey-iteration .gform_page li .control-indicator:after {
  content: "\F00C";
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #00AEEF;
  font-size: 20px;
  left: 3px;
  position: absolute;
  top: -4px;
}

@media (max-width: 768px) {
  .rissb-custom-control .control-indicator:after,
  .single-survey-iteration .gform_page li .control-indicator:after {
    left: 1px;
    top: -5px;
  }
}

.rissb-custom-control .control-indicator [data-icon],
.single-survey-iteration .gform_page li .control-indicator [data-icon] {
  color: #00AEEF;
  font-size: 20px;
  left: 3px;
  position: absolute;
  top: 3px;
  display: none;
}

.rissb-custom-control.rissb-custom-control-radio .control-indicator,
.single-survey-iteration .gform_page li.rissb-custom-control-radio .control-indicator,
.single-survey-iteration .gform_page ul.gfield_radio li .control-indicator {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.rissb-custom-control.rissb-custom-control-radio .control-indicator:after,
.single-survey-iteration .gform_page li.rissb-custom-control-radio .control-indicator:after,
.single-survey-iteration .gform_page ul.gfield_radio li .control-indicator:after {
  content: "\F111";
}

.rissb-custom-control.rissb-custom-control-radio .control-indicator [data-icon],
.single-survey-iteration .gform_page li.rissb-custom-control-radio .control-indicator [data-icon],
.single-survey-iteration .gform_page ul.gfield_radio li .control-indicator [data-icon] {
  font-size: 18px;
  left: 4px;
  top: 4px;
}

.rissb-custom-control input:checked ~ .control-indicator:after,
.single-survey-iteration .gform_page li input:checked ~ .control-indicator:after {
  display: block;
}

.text-white > .rissb-custom-control,
.single-survey-iteration .gform_page .text-white > li {
  color: #fff;
}

.form-control.is-invalid + .chosen-container-single .chosen-single {
  border-color: #D2232A;
}

.legend-accordion {
  -webkit-border-bottom-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
}

.legend-accordion.collapsed {
  background-color: #efeff0 !important;
  -webkit-border-bottom-left-radius: 0.5rem !important;
          border-bottom-left-radius: 0.5rem !important;
  -webkit-border-bottom-right-radius: 0.5rem !important;
          border-bottom-right-radius: 0.5rem !important;
  color: #232F69 !important;
}

.legend-accordion.collapsed [data-prefix=fas],
.legend-accordion.collapsed .fas {
  color: #232F69;
}

.legend-accordion [data-prefix=fas],
.legend-accordion .fas {
  right: 0.75em;
}

.chosen-container {
  width: 100% !important;
}

.gform_wrapper div.validation_error {
  border: none !important;
  color: #D2232A !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 2px solid #D2232A !important;
}

.gform_wrapper .gfield_required,
.gform_wrapper .gfield_error .gfield_label {
  color: #D2232A !important;
}

.gform_wrapper .validation_message {
  color: #D2232A !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.gform_wrapper label {
  color: #548a36;
  font-size: 16px !important;
  font-family: "Montserrat", "Arial", sans-serif !important;
}

.gform_wrapper .gform_footer input[type=submit] .form_saved_message_emailform input[type=submit] {
  font-size: 1rem !important;
  font-family: "Montserrat", "Arial", sans-serif !important;
}

.gform_wrapper .form_saved_message_emailform input[type=submit] {
  background-color: #0067b1;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  margin-top: 15px;
  padding: 5px 30px;
}

.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .gfield_select,
.gform_wrapper textarea,
.gform_wrapper .form_saved_message_emailform input[type=text] {
  display: block;
  width: 100%;
  height: calc(1.65em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(84, 138, 54, 0.15);
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .gfield_select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper .form_saved_message_emailform input[type=text]:focus {
  border-color: #0067b1 !important;
}

@media (prefers-reduced-motion: reduce) {
  .gform_wrapper .ginput_container input[type=text],
  .gform_wrapper .ginput_container input[type=email],
  .gform_wrapper .gfield_select,
  .gform_wrapper textarea,
  .gform_wrapper .form_saved_message_emailform input[type=text] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.gform_wrapper .ginput_container input[type=text]::-ms-expand,
.gform_wrapper .ginput_container input[type=email]::-ms-expand,
.gform_wrapper .gfield_select::-ms-expand,
.gform_wrapper textarea::-ms-expand,
.gform_wrapper .form_saved_message_emailform input[type=text]::-ms-expand {
  background-color: transparent;
  border: 0;
}

.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .gfield_select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper .form_saved_message_emailform input[type=text]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0067b1;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gfield_select::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper .form_saved_message_emailform input[type=text]::-webkit-input-placeholder {
  color: #CFEFFB;
  opacity: 1;
}

.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gfield_select:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper .form_saved_message_emailform input[type=text]:-ms-input-placeholder {
  color: #CFEFFB;
  opacity: 1;
}

.gform_wrapper .ginput_container input[type=text]::-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=email]::-ms-input-placeholder,
.gform_wrapper .gfield_select::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder,
.gform_wrapper .form_saved_message_emailform input[type=text]::-ms-input-placeholder {
  color: #CFEFFB;
  opacity: 1;
}

.gform_wrapper .ginput_container input[type=text]::placeholder,
.gform_wrapper .ginput_container input[type=email]::placeholder,
.gform_wrapper .gfield_select::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper .form_saved_message_emailform input[type=text]::placeholder {
  color: #CFEFFB;
  opacity: 1;
}

.gform_wrapper .ginput_container input[type=text]:disabled,
.gform_wrapper .ginput_container input[type=text][readonly],
.gform_wrapper .ginput_container input[type=email]:disabled,
.gform_wrapper .ginput_container input[type=email][readonly],
.gform_wrapper .gfield_select:disabled,
.gform_wrapper .gfield_select[readonly],
.gform_wrapper textarea:disabled,
.gform_wrapper textarea[readonly],
.gform_wrapper .form_saved_message_emailform input[type=text]:disabled,
.gform_wrapper .form_saved_message_emailform input[type=text][readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

#form-create-change-request textarea {
  min-height: 200px;
}

form .btn-secondary {
  background-color: #e18f1c;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

form .btn-secondary:hover,
form .btn-secondary:focus,
form .btn-secondary:focus-visible,
form .btn-secondary:active {
  background-color: #548a36 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

form .btn-secondary:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-template-template-membership-application .form-control {
  border-color: #8e9c7a !important;
}

.page-template-template-membership-application .form-control::-webkit-input-placeholder {
  color: #8e9c7a;
  opacity: 0.4;
}

.page-template-template-membership-application .form-control:-ms-input-placeholder {
  color: #8e9c7a;
  opacity: 0.4;
}

.page-template-template-membership-application .form-control::-ms-input-placeholder {
  color: #8e9c7a;
  opacity: 0.4;
}

.page-template-template-membership-application .form-control::placeholder {
  color: #8e9c7a;
  opacity: 0.4;
}

.page-template-template-membership-application .input-group-prepend span.input-group-text.bg-secondary-light {
  background-color: #548a36;
  color: #fff;
  border-color: #8e9c7a !important;
}

.page-template-template-membership-application form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.page-template-template-membership-application form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.page-template-template-membership-application form .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-template-template-membership-application form button {
  background-color: #e18f1c;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-template-template-membership-application form button:hover,
.page-template-template-membership-application form button:focus,
.page-template-template-membership-application form button:focus-visible,
.page-template-template-membership-application form button:active {
  background-color: #548a36 !important;
}

.page-template-template-membership-application form button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-template-membership-application #modal-associate-membership table tr:nth-child(odd) {
  background-color: rgba(84, 138, 54, 0.15);
}

.page-template-template-membership-application #modal-associate-membership table tr:nth-child(even) {
  background-color: rgba(225, 143, 28, 0.15);
}

.page-template-template-membership-application #modal-fee-structure table td:nth-child(1) {
  background-color: rgba(84, 138, 54, 0.15);
}

.page-template-template-membership-application #modal-fee-structure table td:nth-child(2) {
  background-color: rgba(225, 143, 28, 0.15);
}

.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .gfield_select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper .form_saved_message_emailform input[type=text]:focus {
  border-color: #548a36 !important;
}

.btn-filter-product [data-prefix=fas],
.btn-filter-product .fas {
  font-size: 18px;
  margin-top: -9px;
  right: 12px;
  top: 50%;
}

.btn-order-product [data-prefix=fas],
.btn-order-product .fas {
  font-size: 42px;
  margin-top: -30px;
  right: 12px;
  top: 50%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-order-product [data-prefix=fas],
  .btn-order-product .fas {
    margin-top: -26px;
    right: 5px;
  }
}

.btn-orange {
  color: #fff;
  background: #f99b1c;
  border-color: #f99b1c;
}

.btn-orange:hover {
  background: #dc8106;
  color: #fff;
  border-color: #dc8106;
}

.btn-orange:active,
.btn-orange:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 102, 0.76);
          box-shadow: 0 0 0 0.2rem rgba(255, 194, 102, 0.76);
}

.btn-success {
  background-color: #548a36;
  border-color: #548a36;
}

.btn-success:hover {
  background-color: #548a36;
  border-color: #548a36;
}

.dropdown.has-checkable-items [data-toggle=dropdown] {
  color: #f99b1c !important;
}

.dropdown.has-checkable-items [data-toggle=dropdown] [data-prefix],
.dropdown.has-checkable-items [data-toggle=dropdown] .fas,
.dropdown.has-checkable-items [data-toggle=dropdown] .far,
.dropdown.has-checkable-items [data-toggle=dropdown] .fab {
  color: #f99b1c !important;
}

.dropdown.show [data-toggle=dropdown] {
  -webkit-border-bottom-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
}

.dropdown.show .dropdown-menu {
  min-width: 22rem;
  margin-top: -1px;
}

.dropdown.show .dropdown-menu label {
  color: #232F69;
}

.dropdown-event-category {
  width: 20%;
}

.dropdown-event-topic {
  width: 15%;
}

.dropdown-event-location {
  width: 20%;
}

.dropdown-event-date {
  width: 35%;
}

.dropdown-event-search {
  width: 40%;
}

.dropdown-news-category {
  width: 20%;
}

.dropdown-news-search {
  width: 40%;
}

.dropdown-news-sort {
  width: 40%;
}

.dropdown-presentation-category {
  width: 20%;
}

.dropdown-presentation-search {
  width: 40%;
}

.dropdown-presentation-sort {
  width: 40%;
}

.dropdown-webinar-category {
  width: 20%;
}

.dropdown-webinar-search {
  width: 40%;
}

.dropdown-webinar-sort {
  width: 40%;
}

.hazard-register-filter .dropdown-menu {
  max-height: 35rem;
  min-width: 26rem !important;
}

.hazard-register-filter .dropdown-menu-scrollable {
  max-height: 30rem;
  min-width: 25rem !important;
  overflow-x: auto;
}

.collapse-membership-faq-answer {
  font-family: "Raleway", "Arial", serif;
  font-size: 14px;
}

.collapse-membership-faq-answer h5 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.collapse-membership-faq-answer ol {
  counter-reset: listitem;
  list-style-type: none;
}

.collapse-membership-faq-answer ol li {
  position: relative;
  margin-bottom: 15px;
}

.collapse-membership-faq-answer ol li:before {
  background-color: #00AEEF;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  content: counters(listitem, ".");
  counter-increment: listitem;
  font-size: 16px;
  font-weight: 700;
  height: 28px;
  left: -40px;
  position: absolute;
  text-align: center;
  width: 28px;
}

.nav-icon {
  height: 28px;
  line-height: 26px;
  width: 28px;
}

.js-main-nav > li > .nav-link.active {
  color: #00AEEF !important;
}

#menu-footer-vertical-1 .list-inline-item,
#menu-footer-vertical-2 .list-inline-item {
  display: block;
}

#menu-footer-menu,
#menu-footer-menu-2 {
  margin-bottom: 0;
}

#menu-footer-menu li,
#menu-footer-menu-2 li {
  margin-right: 0;
}

#menu-footer-menu li .nav-link,
#menu-footer-menu-2 li .nav-link {
  padding: 0 10px;
  position: relative;
}

#menu-footer-menu li .nav-link:before,
#menu-footer-menu-2 li .nav-link:before {
  content: "|";
  position: absolute;
  left: -4px;
  color: #222;
}

#menu-footer-menu li:first-child .nav-link,
#menu-footer-menu-2 li:first-child .nav-link {
  padding-left: 0;
}

#menu-footer-menu li:first-child .nav-link:before,
#menu-footer-menu-2 li:first-child .nav-link:before {
  display: none;
}

.nav-side-widget {
  top: 150px;
  z-index: 4;
}

.nav-side-widget .nav-item {
  height: 56px;
  width: 56px;
}

.nav-side-widget .nav-item.bg-secondary {
  background-color: #e18f1c !important;
}

.nav-side-widget .nav-item.bg-secondary .text {
  color: #fff !important;
  line-height: 1.5;
}

.nav-side-widget .nav-item.bg-primary-dark {
  background-color: #548a36 !important;
}

.nav-side-widget .icon {
  border-right: 1px solid transparent;
  height: 56px;
  width: 56px;
}

.nav-side-widget .icon [data-prefix],
.nav-side-widget .icon .fas,
.nav-side-widget .icon .far,
.nav-side-widget .icon .fab {
  height: 50px;
  margin-top: -25px;
  padding: 5px;
  position: relative;
  top: 40%;
  width: 50px;
}

.nav-side-widget a.bg-secondary:hover {
  background-color: #00AEEF !important;
}

.nav-side-widget .text {
  display: none;
  line-height: 56px;
}

.nav-side-widget .nav-item:hover {
  width: 100%;
}

.nav-side-widget .nav-item:hover .icon {
  border-color: white;
}

.nav-side-widget .nav-item:hover .text {
  display: inline-block;
}

.nav-side-widget .nav-item:hover .queue-container {
  display: block;
  width: 100%;
}

.nav-side-widget .queue-container {
  display: none;
  top: 56px;
  width: 0;
}

.nav-tabs.nav-tabs-event-content .nav-item {
  color: #232F69;
}

.nav-tabs.nav-tabs-event-content .nav-item:hover {
  color: #00AEEF;
}

.nav-tabs.nav-tabs-event-content .nav-item.active {
  background-color: #232F69;
  color: #fff;
}

.nav-tabs.nav-tabs-event-content .nav-item.active:after {
  border-style: solid;
  border-color: #232F69 transparent;
  border-width: 15px 15px 0;
  bottom: -16px;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}

.nav-tabs-event .active,
.nav-tabs-event .active:hover,
.nav-tabs-event .active:focus {
  color: #f99b1c !important;
}

.nav-tabs-event .active [data-prefix=far],
.nav-tabs-event .active [data-prefix=fas],
.nav-tabs-event .active .fas,
.nav-tabs-event .active .far,
.nav-tabs-event .active:hover [data-prefix=far],
.nav-tabs-event .active:hover [data-prefix=fas],
.nav-tabs-event .active:hover .fas,
.nav-tabs-event .active:hover .far,
.nav-tabs-event .active:focus [data-prefix=far],
.nav-tabs-event .active:focus [data-prefix=fas],
.nav-tabs-event .active:focus .fas,
.nav-tabs-event .active:focus .far {
  color: #f99b1c !important;
}

.navbar-toggler {
  background: none;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  height: 2.5rem;
  margin: 0;
  padding: 0.25rem;
  width: 2.5rem;
  background-color: #e18f1c;
}

.navbar-toggler .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='%23fff' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-position: 0;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  display: block;
  height: 2.5rem;
  margin: 0;
  margin-top: -4px;
  width: 2rem;
}

@media (max-width: 767.98px) {
  .navbar-toggleable a.btn {
    font-size: 0.9rem;
  }

  .navbar-toggleable .navbar-buttons {
    min-width: 125px;
  }
}

@media (max-width: 991.98px) {
  #site-footer li .nav-link {
    padding: 0 0 0.5rem 0;
  }

  #site-footer .list-inline-item {
    display: block;
  }

  #site-footer a {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #site-footer .custom-logo-link {
    display: none;
  }

  #site-footer .custom-logo-link.mobile {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .footer-nav .nav-link:before {
    display: none;
  }
}

.nav-sidebar .nav-link {
  background-color: #548a36;
  margin-bottom: 2px;
}

.nav-sidebar .nav-link:hover {
  background-color: #58585b;
}

.nav-sidebar .nav-link.active::after {
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  margin-top: -26px;
  position: absolute;
  right: 1rem;
  top: 50%;
}

.nav-sidebar .nav-link.highlight {
  background: #e18f1c;
}

.nav-sidebar .nav-link.highlight:hover {
  background-color: #e8a548;
}

.nav-sidebar .nav-link .svg-inline--fa {
  font-size: 2rem;
  margin-top: -1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
}

#menu .co-text {
  font-size: 14px;
  color: #00AEEF;
  font-weight: 500;
  float: left;
  margin-bottom: 0;
  position: relative;
  right: 40px;
  top: 10px;
}

@media screen and (max-width: 991px) {
  #menu .co-text {
    right: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #menu .co-text {
    right: 44px;
  }
}

.logo-mobile .co-text {
  font-size: 14px;
  color: #00AEEF;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  top: 19px;
}

@media screen and (min-width: 1025px) {
  li.menu-item-143 .dropdown-menu.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: -440%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  li.menu-item-143 .dropdown-menu .menu-item:nth-child(3n) {
    margin-bottom: 15px;
  }
}

.card-event .seat-left {
  height: 65px;
  padding-top: 15px;
  width: 65px;
}

.card-event .card-img {
  min-height: 200px;
}

.card-event .card-img .card-img-overlay {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
}

.card-event .card-img:hover .card-img-overlay {
  opacity: 0.5;
  visibility: visible;
}

.card-news-style-1,
.card-news-style-2 {
  cursor: pointer;
  margin-bottom: 30px;
}

.card-news-style-1 > div,
.card-news-style-2 > div {
  min-height: 260px;
}

.card-news-style-2 .card-news-title {
  bottom: 15px;
  left: 15px;
  right: 45px;
}

.card-news-style-2 .card-news-read-more {
  bottom: 15px;
  right: 15px;
}

.card-news-style-2 .card-news-title,
.card-news-style-2 .card-news-read-more,
.card-news-style-2 .card-news-date {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.card-news-style-1 > div {
  padding-bottom: 60px !important;
}

.card-news-style-1 .card-news-read-more {
  bottom: 15px;
  left: 50%;
  margin-left: -62px;
}

.card-presentation .card-img {
  min-height: 200px;
}

.card-presentation .card-img .card-img-overlay {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
}

.card-presentation .card-img:hover .card-img-overlay {
  opacity: 0.5;
  visibility: visible;
}

.card-webinar .card-img {
  min-height: 200px;
}

.card-webinar .card-img .card-img-overlay {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
}

.card-webinar .card-img .card-img-overlay .fas {
  color: white;
  display: inline-block;
  font-size: 64px;
  left: 50%;
  margin-left: -28px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.card-webinar .card-img:hover .card-img-overlay {
  opacity: 0.5;
  visibility: visible;
}

.hazard-register-accordion .accordion-heading > a {
  display: block;
  position: relative;
}

.hazard-register-accordion .accordion-heading > a:after {
  content: "\F105";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  font-size: 1.5rem;
}

.hazard-register-accordion .accordion-heading > a[aria-expanded=true]:after,
.hazard-register-accordion .accordion-heading > a.active:after {
  content: "\F107";
}

.hazard-register-accordion .accordion-heading > a .svg-inline--fa {
  display: block;
  position: absolute;
  right: 0;
  top: -0.2rem;
  font-size: 1.5rem;
}

.hazard-register-accordion .heading-no-icon .accordion-heading a .svg-inline--fa {
  display: none;
}

.hazard-register-accordion .card {
  border: none;
}

.hazard-register-accordion .card-header {
  border: none;
  padding: 0.5rem 1rem;
  -webkit-border-radius: 10rem;
          border-radius: 10rem;
  margin-bottom: 0.2rem;
}

.hazard-register-accordion .card-header a,
.hazard-register-accordion .card-header h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
}

.hazard-register-accordion .card-header.heading-one {
  background: #548a36;
}

.hazard-register-accordion .card-header.heading-one a {
  color: #fff;
}

.hazard-register-accordion .card-header.heading-two {
  background: #8e9c7a;
}

.hazard-register-accordion .card-header.heading-three {
  background: #58585b;
}

.hazard-register-accordion .card-header.heading-four {
  background: #8a3b2e;
}

.hazard-register-accordion .card-header.heading-five {
  background: #e18f1c;
}

.hazard-register-accordion .card-header.heading-five a {
  color: #fff;
}

.hazard-register-accordion .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.hazard-register-accordion .card-body ul.list-arrow {
  margin: 0;
  padding: 0;
}

.hazard-register-accordion .card-body ul.list-arrow li.list-arrow-item {
  padding: 0.2rem 1rem 0.2rem 2rem;
  -webkit-border-radius: 10rem;
          border-radius: 10rem;
  margin: 0;
  margin-bottom: 0.2rem;
  list-style: none;
  display: block;
  background: #ffd400;
  position: relative;
}

.hazard-register-accordion .card-body ul.list-arrow li.list-arrow-item a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}

.hazard-register-accordion .card-body ul.list-arrow li.list-arrow-item:before {
  display: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F0DA";
}

.hazard-register-accordion .card-body ul.list-arrow li.list-arrow-item .svg-inline--fa {
  color: #232F69;
  position: absolute;
  left: 1rem;
  top: 0.2rem;
  font-size: 1.5rem;
}

.hazard-register-accordion .card-body.content {
  padding-left: 0;
}

.breadcrumb a span {
  color: #58585b;
}

.breadcrumb .trail-end span {
  color: #548a36;
}

.post-type-archive-event .breadcrumb a,
.post-type-archive-event .breadcrumb-item + .breadcrumb-item::before,
.post-type-archive-news .breadcrumb a,
.post-type-archive-news .breadcrumb-item + .breadcrumb-item::before,
.post-type-archive-presentation .breadcrumb a,
.post-type-archive-presentation .breadcrumb-item + .breadcrumb-item::before,
.post-type-archive-webinar .breadcrumb a,
.post-type-archive-webinar .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.pagination .page-numbers {
  color: #232F69;
  margin-left: 15px;
  margin-right: 15px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:focus,
.pagination .page-numbers.current {
  color: #00AEEF;
  text-decoration: none;
}

.badge-step {
  left: 8px;
}

.media-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.media-overlay .btn {
  left: 50%;
  margin-left: -73px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
}

.media-img-container {
  width: 185px;
}

.media-img-container:hover .media-overlay {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .media-small-hero {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .media-small-hero div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .media-small-hero img {
    min-width: 100%;
    height: auto;
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .media-small-hero {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .media-small-hero > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .media-small-hero img {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.media-small-hero img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-group-membership-faq li {
  border: 2px solid #548a36;
  border-top-width: 1px;
  color: #58585b;
}

.list-group-membership-faq li:first-child {
  border-top-width: 2px;
}

.list-group-membership-faq li a {
  color: #58585b;
}

.list-group-membership-faq li.active {
  background-color: #548a36;
  border-color: #548a36;
  color: #fff;
}

.list-group-membership-faq li.active a {
  color: #fff;
}

.list-group-membership-faq [data-prefix=fas],
.list-group-membership-faq .fas {
  font-size: 33px;
}

.list-group-dashboard {
  min-width: 230px;
}

.list-group-dashboard .list-group-item {
  background-color: #fff;
  border: 0;
  border-left: 4px solid #fff;
  color: #bcbcbc;
}

.list-group-dashboard .list-group-item:hover,
.list-group-dashboard .list-group-item:active,
.list-group-dashboard .list-group-item:focus,
.list-group-dashboard .list-group-item.active {
  background-color: #CFEFFB;
  border-color: #00AEEF;
  color: #00AEEF;
}

.list-group-dashboard .list-group-item:hover [data-prefix=fas],
.list-group-dashboard .list-group-item:hover .fas,
.list-group-dashboard .list-group-item:active [data-prefix=fas],
.list-group-dashboard .list-group-item:active .fas,
.list-group-dashboard .list-group-item:focus [data-prefix=fas],
.list-group-dashboard .list-group-item:focus .fas,
.list-group-dashboard .list-group-item.active [data-prefix=fas],
.list-group-dashboard .list-group-item.active .fas {
  color: #00AEEF;
}

.list-calendar-event .event-details {
  padding-right: 30px;
}

.list-calendar-event .event-link {
  bottom: -10px;
  right: 10px;
}

.modal-rissb .close {
  font-size: 24px;
  opacity: 1;
}

.modal-rissb .close [data-prefix=fas],
.modal-rissb .close .fas {
  font-size: 28px;
}

#modal-product-quick-review .meta .clearfix {
  line-height: 35px;
}

#modal-product-quick-review .meta [data-prefix=fas],
#modal-product-quick-review .meta .fas {
  font-size: 32px;
  position: relative;
  top: 2px;
}

#modal-product-quick-review .td-img-container {
  width: 255px;
}

#modal-product-quick-review .btn-cta {
  right: 1rem;
  bottom: 1rem;
}

.modal-scrollable {
  height: 500px;
  overflow-y: auto;
}

#modal-setup-survey textarea {
  min-height: 300px;
}

.font-family-proxima-bold {
  font-family: "ProximaNova-Bold", "Arial", sans-serif;
}

.font-family-proxima-semi {
  font-family: "ProximaNova-Sbold", "Arial", sans-serif;
}

.font-family-proxima-med {
  font-family: "ProximaNova-Med", "Arial", sans-serif;
}

.font-family-proxima-reg {
  font-family: "ProximaNova-Reg", "Arial", sans-serif;
}

.font-family-proxima-lit {
  font-family: "ProximaNova-Lit", "Arial", sans-serif;
}

.font-family-serif {
  font-family: "Raleway", "Arial", serif;
}

.font-family-sans-serif {
  font-family: "Montserrat", "Arial", sans-serif;
}

.font-size-smallest {
  font-size: 12px;
}

.font-size-smaller {
  font-size: 13px;
}

.font-size-small {
  font-size: 14px;
}

.font-size-normal {
  font-size: 16px;
}

.font-size-large {
  font-size: 18px;
}

.font-size-larger {
  font-size: 20px;
}

.font-size-largest {
  font-size: 24px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-super-large {
  font-size: 42px !important;
}

.font-weight-semibold {
  font-weight: 500;
}

.text-underline {
  text-decoration: underline;
}

.text-primary-dark {
  color: #58585b;
}

.text-gray-dark {
  color: #666;
}

.text-green {
  color: #86B140;
}

a.text-primary-dark:hover {
  color: #58585b;
}

.text-secondary {
  color: #58585b !important;
}

.text-secondary-light {
  color: #CFEFFB;
}

.text-secondary-lighter {
  color: #E6F7FD;
}

.text-purple {
  color: #a54399;
}

.border-primary-dark {
  border-color: #232F69 !important;
}

.border-secondary {
  border-color: #58585b !important;
}

.border-secondary-light {
  border-color: #548a36 !important;
}

.border-secondary-lighter {
  border-color: #548a36 !important;
}

.bg-gray {
  background-color: #f1f5ea;
}

.bg-gray-dark {
  background-color: #e7e9eb;
}

.bg-gray-darker {
  background-color: #aeaeae;
}

.bg-primary-dark {
  background-color: #232F69;
}

.bg-primary-darker {
  background-color: #052e70;
}

.bg-secondary-light {
  background-color: #CFEFFB;
}

.bg-secondary-lighter {
  background-color: #E6F7FD;
}

.bg-secondary-darker {
  background-color: #8a3b2e;
}

.bg-green {
  background-color: #C3D8A0;
}

.bg-green-lighter {
  background-color: #EAF0E0;
}

.bg-purple {
  background-color: #a54399;
}

.bg-orange {
  background-color: #f99b1c;
}

.bg-brown-light {
  background-color: #EDF3E3;
}

.border-width-0 {
  border-width: 0 !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.rounded-lg {
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}

.rounded-xl {
  -webkit-border-radius: 2rem;
          border-radius: 2rem;
}

.rounded-bottom-lg {
  -webkit-border-bottom-left-radius: 1rem;
          border-bottom-left-radius: 1rem;
  -webkit-border-bottom-right-radius: 1rem;
          border-bottom-right-radius: 1rem;
}

.rounded-top-0 {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.rounded-bottom-0 {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.rounded-left-0 {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.rounded-right-0 {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.rounded-sm {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.table-fixed {
  table-layout: fixed;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-hover-none:hover {
  text-decoration: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-15 {
  top: 15px;
}

.bottom-15 {
  bottom: 15px;
}

.left-15 {
  left: 15px;
}

.right-15 {
  right: 15px;
}

.top--60 {
  top: -60px;
}

.bottom--60 {
  bottom: -60px;
}

.left--60 {
  left: -60px;
}

@media (max-width: 1199.98px) {
  .left--60 {
    left: -40px;
  }
}

.right--60 {
  right: -60px;
}

@media (max-width: 1199.98px) {
  .right--60 {
    right: -40px;
  }
}

.top-5 {
  top: 5px;
}

.bottom-5 {
  bottom: 5px;
}

.left-5 {
  left: 5px;
}

.right-5 {
  right: 5px;
}

.top-100 {
  top: 100%;
}

.bottom-100 {
  bottom: 100%;
}

.left-100 {
  left: 100%;
}

.right-100 {
  right: 100%;
}

.w-100 {
  width: 100%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.hoverable-box:hover {
  background-color: transparent !important;
  border-color: #548a36 !important;
  color: #548a36 !important;
}

.hoverable-box-hover-white:hover {
  background-color: #fff !important;
}

.hoverable-box-primary {
  border: 1px solid #0067b1 !important;
  background-color: #0067b1 !important;
  color: #fff !important;
}

.hoverable-box-primary:hover {
  background-color: transparent !important;
  border-color: #0067b1 !important;
  color: #58585b !important;
}

.hoverable-box-secondary {
  border: 1px solid #00AEEF !important;
  background-color: #00AEEF !important;
  color: #fff !important;
}

.hoverable-box-secondary:hover {
  background-color: transparent !important;
  border-color: #0067b1 !important;
  color: #58585b !important;
}

.hoverable-box-success {
  border: 1px solid #86B140 !important;
  background-color: #86B140 !important;
  color: #fff !important;
}

.hoverable-box-success:hover {
  background-color: transparent !important;
  border-color: #0067b1 !important;
  color: #58585b !important;
}

.hoverable-box-warning {
  border: 1px solid #f99b1c !important;
  background-color: #f99b1c !important;
  color: #fff !important;
}

.hoverable-box-warning:hover {
  background-color: transparent !important;
  border-color: #0067b1 !important;
  color: #58585b !important;
}

.hoverable-box-orange {
  border: 1px solid #f99b1c !important;
  background-color: #f99b1c !important;
  color: #fff !important;
}

.hoverable-box-orange:hover {
  background-color: transparent !important;
  border-color: #0067b1 !important;
  color: #58585b !important;
}

.hoverable-box-purple {
  border: 1px solid #8a3b2e !important;
  background-color: #8a3b2e !important;
  color: #fff !important;
}

.hoverable-box-purple:hover {
  background-color: transparent !important;
  border-color: #0067b1 !important;
  color: #58585b !important;
}

.square-32 {
  height: 32px;
  width: 32px;
}

.square-130 {
  height: 130px;
  width: 130px;
}

.white-space-pre {
  white-space: pre;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-light {
  background-color: rgba(0, 0, 0, 0.25);
}

.z-top {
  z-index: 2;
}

.z-bottom {
  z-index: 1;
}

.line-height-small {
  line-height: 1.25;
}

@media (min-width: 576px) {
  .half-container {
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .half-container {
    max-width: 360px;
  }
}

@media (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}

.mb-4-5 {
  margin-bottom: 2rem;
}

.ww-break-word {
  word-wrap: break-word;
}

.white-space-pre-wrap {
  white-space: pre-wrap !important;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.05);
          box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.05);
}

.h-0 {
  height: 0 !important;
}

.primary-corridor {
  background-color: #548a36 !important;
}

.secondary-rust {
  background-color: #e18f1c !important;
}

.primary-corridor-lighter {
  background-color: rgba(84, 138, 54, 0.15);
}

.secondary-rust-lighter {
  background-color: rgba(225, 143, 28, 0.15);
}

.secondary-ash {
  background-color: #8e9c7a !important;
}

.secondary-sunset {
  background-color: #ffd400 !important;
}

.page-template-template-page-our-people .openBtn {
  background-color: #548a36 !important;
  border-color: #548a36 !important;
}

.post-content h1 {
  color: #58585b !important;
}

.text-primary {
  color: #58585b !important;
}

.gform_button {
  padding: 8px 15px !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  outline: none !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  border-color: #e18f1c !important;
}

.gform_button:hover {
  border-color: #548a36 !important;
}

a.custom-logo-link.mobile {
  display: none;
}

a.custom-logo-link {
  display: block;
}

.navbar-buttons a {
  color: #fff !important;
}

.custom-btn.btn-new {
  background-color: #548a36 !important;
  color: #fff !important;
}

.custom-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  #site-footer .clearfix a.btn {
    background: #ffd400 !important;
  }

  .whistle-board {
    margin-top: 30px;
  }

  a.custom-logo-link.mobile {
    display: block;
  }
}

.accordion .card-header .btn-link {
  color: #58585b !important;
}

.accordion .card-header .btn-link .accordion-icon path,
.accordion .card-header .btn-link .accordion-icon-alt path {
  fill: #548a36 !important;
}

.accordion-header {
  background-color: #0067b1;
  margin-bottom: 2px;
}

.accordion-header:hover,
.accordion-header.is-active {
  background-color: #00AEEF;
}

.accordion-header .btn-link {
  color: #fff;
}

.accordion-header .btn-link:hover,
.accordion-header .btn-link:active,
.accordion-header .btn-link:focus {
  text-decoration: none;
}

.accordion-header .fas {
  margin-top: -8px;
  position: absolute;
  right: 0.75rem;
  top: 50%;
}

.accordion-header [aria-expanded=true] .fas:before {
  content: "\F056";
}

#accordionExample .icon {
  width: 50px;
  image-rendering: auto;
}

#accordionExample .card-body ul li {
  display: list-item;
}

.accordion-header .btn-link {
  background: #548a36;
}

body,
.offcanvas-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
  color: #58585b;
}

a {
  color: #548a36;
}

a span {
  color: #548a36;
}

a:hover {
  color: #e18f1c;
}

/** Fix flexbox in IE.
REF : https://stackoverflow.com/questions/21600345/flexbox-and-internet-explorer-11-displayflex-in-html
**/

#site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@-moz-document url-prefix()  {
  #site-content {
    flex: 1;
  }
}

/** Fix image blurry issue when being scaled by CSS
REF : https://css-tricks.com/forums/topic/scaling-down-images-with-css-makes-them-blurry/
**/

* img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

a.back-to-top {
  color: #548a36 !important;
  border-color: #548a36 !important;
  background: rgba(255, 255, 255, 0.25);
  bottom: 30px;
  height: 40px;
  font-size: 24px;
  right: 30px;
  width: 40px;
}

.page-template-template-membership-application a.back-to-top,
.page-template-template-membership-member-sign-up a.back-to-top,
.page-template-template-newsletter a.back-to-top,
.page-id-3921 a.back-to-top,
.has-recaptcha a.back-to-top {
  bottom: 90px;
}

a.back-to-top:hover {
  background-color: #548a36 !important;
  color: #fff !important;
}

#user_switching_switch_on {
  background-color: #222;
  font-size: 13px;
  margin: 0;
  padding: 15px;
}

.post-title {
  font-size: 28px;
}

.post-content {
  line-height: 1.75;
  /* ul {
      list-style: none;

      li {
          position: relative;
      }

      li:before {
          color: $secondary;
          content: "\2022";
          display: inline-block;
          font-size: 32px;
          font-weight: bold;
          left: 0;
          margin-left: -30px;
          margin-top: -26px;
          position: absolute;
          top: 50%;
      }
  } */
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #58585b;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.post-content h2 {
  font-size: 24px;
}

.post-content h3 {
  font-size: 20px;
}

.post-content h4 {
  font-size: 18px;
}

.post-content h5 {
  font-size: 16px;
}

.post-content h6 {
  font-size: 14px;
}

.post-content p,
.post-content ol,
.post-content ul {
  margin-bottom: 1rem;
}

.post-content table.table-green-striped,
.post-content table.table-blue-striped,
.post-content table.table-light-green-solid {
  border-collapse: collapse;
  margin-bottom: 2rem;
  width: 100%;
}

.post-content table.table-green-striped.table-layout-fixed,
.post-content table.table-blue-striped.table-layout-fixed,
.post-content table.table-light-green-solid.table-layout-fixed {
  table-layout: fixed;
}

.post-content table.table-green-striped th,
.post-content table.table-green-striped td,
.post-content table.table-blue-striped th,
.post-content table.table-blue-striped td,
.post-content table.table-light-green-solid th,
.post-content table.table-light-green-solid td {
  border: 2px solid #fff;
  padding: 0.75rem;
}

.post-content table.table-green-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(225, 143, 28, 0.15);
}

.post-content table.table-green-striped tbody tr:nth-of-type(even) {
  background-color: rgba(225, 143, 28, 0.3);
}

.post-content table.table-blue-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(225, 143, 28, 0.15);
}

.post-content table.table-blue-striped tbody tr:nth-of-type(even) {
  background-color: rgba(225, 143, 28, 0.3);
}

.post-content table.table-light-green-solid th,
.post-content table.table-light-green-solid td {
  background-color: #EAF0E0;
}

.post-content .gallery:after {
  clear: both;
  content: "";
  display: table;
}

.post-content img.aligncenter,
.post-content div.aligncenter,
.post-content figure.aligncenter,
.post-content img.wp-post-image {
  display: block;
  margin: 1em auto;
}

.post-content img.alignright,
.post-content div.alignright,
.post-content figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}

.post-content img.alignleft,
.post-content div.alignleft,
.post-content figure.alignleft,
.post-content img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}

.post-content figure {
  height: auto;
  margin: 1em 0;
  max-width: 100%;
}

.post-content p img.alignright,
.post-content p img.alignleft {
  margin-top: 0;
}

.post-content .gallery figure img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.post-content .gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.post-content .gallery.gallery-columns-1 figure {
  float: none;
  margin: 0 0 1em 0;
  width: 100%;
}

.post-content .gallery.gallery-columns-3 figure {
  width: 32%;
}

.post-content .gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.post-content .gallery.gallery-columns-2 figure {
  width: 49%;
}

.post-content .gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.post-content .gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.post-content .gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.post-content .gallery.gallery-columns-5 figure {
  width: 18%;
}

.post-content .gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.post-content .gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.post-content .gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.post-content .gallery.gallery-columns-7 figure {
  width: 12%;
}

.post-content .gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.post-content .gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.post-content .gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.post-content .gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.post-content .gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.post-content .gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

.post-content .wp-caption-text {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .post-content img.alignright,
  .post-content div.alignright,
  .post-content figure.alignright,
  .post-content img.alignleft,
  .post-content div.alignleft,
  .post-content figure.alignleft,
  .post-content img.wp-post-image.attachment-thumb {
    display: block;
    float: none;
    margin: 1em auto;
  }

  .post-content .gallery.gallery-columns-4 figure,
  .post-content .gallery.gallery-columns-5 figure,
  .post-content .gallery.gallery-columns-6 figure,
  .post-content .gallery.gallery-columns-7 figure,
  .post-content .gallery.gallery-columns-8 figure,
  .post-content .gallery.gallery-columns-9 figure {
    float: none;
    margin: 0 0 1em 0;
    width: 100%;
  }
}

.post-content .owl-item .item {
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.post-content .owl-item .item p.text-center {
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.post-content .owl-buttons {
  display: none;
}

@media (max-width: 991.98px) {
  .custom-logo {
    max-width: 100%;
    height: auto;
  }
}

.whistle-board span {
  font-size: 26px;
  line-height: 1.1;
}

.is-sticky {
  z-index: 10;
}

@media (max-width: 991.98px) {
  .footer-phone p {
    font-size: 0.9rem !important;
  }

  #site-footer {
    border-bottom: 3px solid #00AEEF !important;
  }

  .footer-menu-wrap {
    border-right: 1px solid #fff;
  }

  .footer-menu-wrap ul {
    border: none !important;
  }

  .footer-menu-wrap a {
    text-align: center;
  }

  .whistle-board span {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .whistle-board span.font-size-smaller {
    font-size: 1rem;
  }
}

.menu-primary-menu-container {
  display: inline-block;
}

.menu-primary-menu-container .dropdown-menu {
  background-clip: initial;
  background-color: #fff;
  border-color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-top: 8px;
  padding: 15px 15px 30px;
  text-align: center;
}

.menu-primary-menu-container .dropdown-menu li {
  font-size: 0;
  height: 60px;
  margin-right: 0;
  text-align: center;
  vertical-align: middle;
}

.menu-primary-menu-container .dropdown-menu a {
  background-color: transparent;
  color: #0067b1;
  display: inline-block;
  font-size: 13px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: pre-wrap;
  word-wrap: break-word;
}

.menu-primary-menu-container .dropdown-menu a:hover,
.menu-primary-menu-container .dropdown-menu a:active {
  background-color: transparent;
  color: #00AEEF;
}

.menu-primary-menu-container .dropdown-menu a.js-close-main-nav-dropdown {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-left-color: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent;
  bottom: -22.5px;
  color: #232F69;
  cursor: pointer;
  height: 45px;
  left: 50%;
  margin-left: -22.5px;
  position: absolute;
  padding: 0;
  top: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 45px;
}

.menu-primary-menu-container .dropdown-menu a.js-close-main-nav-dropdown [data-prefix=fas],
.menu-primary-menu-container .dropdown-menu a.js-close-main-nav-dropdown .fas {
  font-size: 30px;
  margin-top: 7px;
}

.menu-primary-menu-container .dropdown-menu .active a {
  color: #00AEEF;
}

.menu-primary-menu-container .dropdown-menu .menu-item {
  border-right: 1px solid black;
  width: 140px;
}

.menu-primary-menu-container .dropdown-menu .menu-item:last-child {
  border-right: 0;
}

.js-glossary-loader {
  text-align: center;
}

/*** RESPONSIVE TWEAK ALL GOES HERE. WE CAN REFACTOR THIS LATER ***/

@media (max-width: 767.98px) {
  .rissb-custom-control span,
  .single-survey-iteration .gform_page li span {
    font-size: 0.7rem !important;
  }

  .filter-mobile .rissb-custom-control,
  .filter-mobile .single-survey-iteration .gform_page li,
  .single-survey-iteration .gform_page .filter-mobile li {
    padding-left: 23px !important;
    margin-bottom: 0 !important;
  }

  .filter-mobile .rissb-custom-control .control-indicator:after,
  .filter-mobile .single-survey-iteration .gform_page li .control-indicator:after,
  .single-survey-iteration .gform_page .filter-mobile li .control-indicator:after {
    font-size: 15px !important;
    top: -3px !important;
  }

  .filter-mobile .rissb-custom-control .control-indicator,
  .filter-mobile .single-survey-iteration .gform_page li .control-indicator,
  .single-survey-iteration .gform_page .filter-mobile li .control-indicator {
    height: 20px !important;
    width: 20px !important;
    margin-top: -10px !important;
  }

  .filter-mobile .dropdown .btn {
    font-size: 0.8rem !important;
  }

  .filter-mobile .dropdown .btn i.fa-sort-down {
    font-size: 1.2rem !important;
    line-height: 0.8rem;
    padding-left: 5px;
  }

  .filter-mobile .dropdown .btn i.fa-filter,
  .filter-mobile .dropdown .btn i.fa-list-alt {
    font-size: 0.8rem !important;
    line-height: 1.5rem;
    padding-left: 5px;
  }

  .filter-mobile .dropdown .btn.font-size-small {
    font-size: 0.7rem !important;
  }

  .filter-mobile .dropdown-menu {
    min-width: 18rem !important;
    padding: 1rem !important;
  }

  .filter-mobile .dropdown-menu p {
    margin-bottom: 0 !important;
  }

  .filter-mobile .dropdown-menu .btn {
    margin-bottom: 5px;
  }

  .filter-mobile .dropdown-menu .dropdown-item {
    font-size: 0.8rem !important;
  }

  .product-meta {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-meta .product-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .product-meta > a,
  .product-meta > div {
    width: 100%;
  }

  .table-product {
    width: 100% !important;
  }

  .related-products > div {
    max-width: 100% !important;
    height: auto !important;
  }

  .dropdown-right {
    left: auto !important;
    right: -12px !important;
  }
}

@media (max-width: 991.98px) {
  .page-banner {
    border-bottom: none !important;
  }

  .page-banner h1 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 320px) {
  .filter-mobile .dropdown i {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* Force table to not be like tables anymore */

  table.glossary {
    /*
        Label the data. You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
        */
  }

  table.glossary thead,
  table.glossary tbody,
  table.glossary th,
  table.glossary td,
  table.glossary tr {
    display: block;
    font-size: 0.8rem;
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  table.glossary h3 {
    font-size: 0.8rem !important;
    margin: 0 !important;
  }

  table.glossary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.glossary tr {
    margin: 0 0 1rem 0;
  }

  table.glossary tr:nth-child(odd) {
    background: #ccc;
  }

  table.glossary td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-left: 55%;
  }

  table.glossary td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.75rem;
    left: 0.75rem;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }

  table.glossary td:nth-of-type(1):before {
    content: "Name of Term";
  }

  table.glossary td:nth-of-type(2):before {
    content: "Definition";
  }

  table.glossary td:nth-of-type(3):before {
    content: "Categories";
  }

  table.glossary td:nth-of-type(4):before {
    content: "Main Disciplines";
  }

  table.glossary td:nth-of-type(5):before {
    content: "Associate Disciplines";
  }
}

@media (max-width: 1600px) {
  .list-group-dashboard {
    position: relative !important;
    right: 0 !important;
    margin-bottom: 1rem;
  }
}

.cn-button.bootstrap {
  background-image: none;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0067b1;
  font-family: "Montserrat", "Arial", sans-serif;
  text-shadow: none;
}

/* Browser Warning */

.outdated {
  display: none;
  background: #eb898d;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
}

/* IE9 + 10 */

@media screen\0 {
  .form-group-staff input#pass1,
  .form-group input.form-control[type=password] {
    width: 100%;
    -webkit-border-top-right-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
  }

  .form-group-staff .js-toggle-password,
  .form-group .js-toggle-password {
    display: none;
  }

  .outdated {
    display: block !important;
  }

  .rissb-custom-control-checkbox,
  .single-survey-iteration .gform_page ul.gfield_checkbox li,
  .rissb-custom-control-radio,
  .single-survey-iteration .gform_page ul.gfield_radio li {
    cursor: pointer;
  }

  .rissb-custom-control-checkbox .control-indicator:after,
  .single-survey-iteration .gform_page ul.gfield_checkbox li .control-indicator:after {
    content: "\2714" !important;
    left: 5px;
    top: -5px;
  }

  .rissb-custom-control-radio .control-indicator:after,
  .single-survey-iteration .gform_page ul.gfield_radio li .control-indicator:after {
    content: "\25CF" !important;
    left: 5px;
    top: -10px;
    font-size: 27px;
  }

  .input-group .annual_turnover {
    width: 100%;
  }

  .input-group .input-group-prepend {
    display: none;
  }
}

/* IE11 only */

_:-ms-fullscreen .outdated,
:root .outdated {
  display: none !important;
}

_:-ms-fullscreen .rissb-custom-control-checkbox,
_:-ms-fullscreen .single-survey-iteration .gform_page ul.gfield_checkbox li,
.single-survey-iteration .gform_page ul.gfield_checkbox _:-ms-fullscreen li,
_:-ms-fullscreen .rissb-custom-control-radio,
_:-ms-fullscreen .single-survey-iteration .gform_page ul.gfield_radio li,
.single-survey-iteration .gform_page ul.gfield_radio _:-ms-fullscreen li,
:root .rissb-custom-control-checkbox,
:root .single-survey-iteration .gform_page ul.gfield_checkbox li,
:root .rissb-custom-control-radio,
:root .single-survey-iteration .gform_page ul.gfield_radio li {
  cursor: pointer;
}

_:-ms-fullscreen .rissb-custom-control-checkbox .control-indicator:after,
_:-ms-fullscreen .rissb-custom-control .control-indicator::after,
_:-ms-fullscreen .single-survey-iteration .gform_page li .control-indicator::after,
.single-survey-iteration .gform_page _:-ms-fullscreen li .control-indicator::after,
:root .rissb-custom-control-checkbox .control-indicator:after,
:root .rissb-custom-control .control-indicator::after,
:root .single-survey-iteration .gform_page li .control-indicator::after {
  content: "\2714";
  left: 5px;
  top: -5px;
}

_:-ms-fullscreen .rissb-custom-control-radio .control-indicator:after,
_:-ms-fullscreen .single-survey-iteration .gform_page ul.gfield_radio li .control-indicator:after,
.single-survey-iteration .gform_page ul.gfield_radio _:-ms-fullscreen li .control-indicator:after,
:root .rissb-custom-control-radio .control-indicator:after,
:root .single-survey-iteration .gform_page ul.gfield_radio li .control-indicator:after {
  content: "\25CF";
  left: 5px;
  top: -10px;
  font-size: 27px;
}

/**
 * Featherlight Loader
 *
 * Copyright 2015, WP Site Care http://www.wpsitecare.com
 * MIT Licensed.
 */

@-webkit-keyframes featherlightLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes featherlightLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.featherlight-loading .featherlight-content {
  -webkit-animation: featherlightLoader 1s infinite linear;
  animation: featherlightLoader 1s infinite linear;
  background: transparent;
  border: 8px solid #8f8f8f;
  border-left-color: #fff;
  -webkit-border-radius: 80px;
          border-radius: 80px;
  width: 80px;
  height: 80px;
  min-width: 0;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}

.btn-new {
  padding: 8px 15px;
  background-color: #e18f1c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
}

.btn-new:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .cust-width {
    max-width: 1240px !important;
  }
}

.title-new-color {
  color: #58585b;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .title-new-color {
    font-size: 38px !important;
  }
}

@media screen and (max-width: 480px) {
  .title-new-color {
    font-size: 34px !important;
  }
}

.table-head {
  background: #0067b1;
  color: #fff;
  border-top: 0;
  border-right: 1px solid #fff;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  margin-bottom: 16px;
}

.footer-nav .nav-link {
  font-size: 15px !important;
  color: #58585b !important;
}

.footer-nav .social-media p {
  font-size: 15px !important;
}

.footer-siteby .osky {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 25px;
  color: #58585b !important;
}

.footer-siteby .osky a {
  color: #58585b !important;
  text-decoration: none;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.callout-title i {
  color: #548a36 !important;
}

/* SURVEY DETAILS */

.panel-box .panel-icon i {
  margin: auto;
}

ul.test-link-wrapper {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul.test-link-wrapper li {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  border-right: 1px solid #CFEFFB;
  width: 25%;
}

ul.test-link-wrapper li a {
  font-weight: bold;
  color: #86B140;
}

ul.test-link-wrapper li:nth-child(4n) {
  border: none;
}

@media (max-width: 991.98px) {
  ul.test-link-wrapper li {
    width: 50%;
  }

  ul.test-link-wrapper li:nth-child(2n) {
    border: none;
  }
}

.event-filter .nav-pills .nav-link.active,
.event-filter .nav-pills .show > .nav-link {
  background-color: #fff;
  color: #0067b1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .event-filter .fa-comment {
    font-size: 19px !important;
  }
}

.event-list .card-img img:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.event-filter .form-control::-webkit-input-placeholder {
  color: #232F69;
}

.event-filter .form-control:-ms-input-placeholder {
  color: #232F69;
}

.event-filter .form-control::-ms-input-placeholder {
  color: #232F69;
}

.event-filter .form-control::placeholder {
  color: #232F69;
}

.single-event .seat-left {
  height: 65px;
  padding-top: 15px;
  width: 65px;
}

.event-details img {
  max-width: 100px;
}

#event-calendar {
  border: 1px solid #E6F7FD;
}

#event-calendar .fc-header-toolbar {
  margin-bottom: 0;
  position: relative;
  padding-top: 60px;
}

#event-calendar .fc-header-toolbar .fc-button {
  background: #86B140;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  position: absolute;
  text-shadow: none;
  top: 0;
}

#event-calendar .fc-header-toolbar .fc-next-button {
  right: 0;
}

#event-calendar .fc-header-toolbar .fc-prev-button {
  left: 0;
}

#event-calendar .fc-header-toolbar .fc-center h2 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  padding-top: 15px;
  text-transform: uppercase;
}

#event-calendar.fc-unthemed .fc-row,
#event-calendar.fc-unthemed td,
#event-calendar.fc-unthemed th {
  border-color: #E6F7FD;
  text-align: center;
}

#event-calendar.fc-unthemed .fc-row {
  min-height: 80px;
}

#event-calendar.fc-unthemed th,
#event-calendar.fc-unthemed td {
  color: #232F69;
}

#event-calendar.fc-unthemed th {
  text-transform: uppercase;
}

#event-calendar .fc-today {
  background: none;
}

#event-calendar .fc-day-header {
  padding: 15px;
}

#event-calendar .fc-day-top {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
}

#event-calendar .fc-day-number {
  float: none;
}

#event-calendar .fc-more {
  color: #00AEEF;
  font-family: "Raleway", "Arial", serif;
  font-size: 13px;
  font-weight: 700;
}

#event-calendar .fc-event-container {
  padding-left: 33px;
  padding-right: 32px;
}

#event-calendar .fc-event {
  background-color: #00AEEF;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 10px;
  margin: 0 0 3px;
}

#event-calendar .fc-event .fc-title {
  display: none;
}

.page-template-template-event-booking .form-group-company-postal-address textarea {
  min-height: 249px;
}

.page-template-template-event-booking [name=billing_address] {
  min-height: 138px;
}

/* Product Filter */

a.heading {
  text-decoration: none;
  background: #86B140;
  cursor: pointer;
}

a.heading .svg-inline--fa {
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

a.heading[aria-expanded=false] .svg-inline--fa {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.filter-mobile .rissb-custom-control .control-indicator,
.filter-mobile .single-survey-iteration .gform_page li .control-indicator,
.single-survey-iteration .gform_page .filter-mobile li .control-indicator {
  height: 25px;
  width: 25px;
}

.filter-mobile .rissb-custom-control .control-indicator [data-icon],
.filter-mobile .single-survey-iteration .gform_page li .control-indicator [data-icon],
.single-survey-iteration .gform_page .filter-mobile li .control-indicator [data-icon] {
  font-size: 16px;
}

.filter-mobile .rissb-custom-control,
.filter-mobile .single-survey-iteration .gform_page li,
.single-survey-iteration .gform_page .filter-mobile li {
  padding-left: 28px;
}

.related-products {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.related-products [data-mh=related-product] {
  padding-bottom: 100px !important;
}

.related-products-fullwidth > div {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .related-products-fullwidth > div {
    display: block;
  }
}

.related-products-fullwidth > div[data-mh=related-product] {
  padding-bottom: 16px !important;
}

.related-products-fullwidth > div h3 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 1rem;
}

@media (max-width: 767.98px) {
  .related-products-fullwidth > div h3 {
    margin-right: 0;
  }
}

.related-products-fullwidth > div .btn-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-self: flex-end;
  text-align: center;
}

@media (max-width: 767.98px) {
  .related-products-fullwidth > div .btn-container {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-product .product-filter-trigger {
    text-decoration: none;
  }

  body.post-type-archive-product .product-listing {
    background: #EDF3E3;
  }
}

.news-filter .form-control::-webkit-input-placeholder {
  color: #232F69;
}

.news-filter .form-control:-ms-input-placeholder {
  color: #232F69;
}

.news-filter .form-control::-ms-input-placeholder {
  color: #232F69;
}

.news-filter .form-control::placeholder {
  color: #232F69;
}

.news-details [rel=prev],
.news-details [rel=next] {
  color: #000;
  margin-left: 15px;
  vertical-align: middle;
}

.news-details [rel=prev] [data-prefix=fas],
.news-details [rel=prev] .fas {
  margin-right: 5px;
}

.news-details [rel=next] [data-prefix=fas],
.news-details [rel=next] .fas {
  margin-left: 5px;
}

.newsletter-container div.header,
.newsletter-container .layout,
.newsletter-container .one-col .column {
  max-width: 100% !important;
  width: 100% !important;
}

#site-header {
  padding-bottom: 20px;
}

.logo-mobile {
  padding-left: 16px;
}

.featured-event-item {
  min-height: 360px;
  -webkit-background-size: cover !important;
          background-size: cover !important;
}

@media (max-width: 991.98px) {
  .featured-event-item {
    -webkit-background-size: cover !important;
            background-size: cover !important;
    margin-bottom: 2rem;
  }
}

#home-latest-news[data-columns]::before {
  content: "4 .float-left.w-25";
}

@media (max-width: 991.98px) {
  #home-latest-news[data-columns]::before {
    content: "4 .float-none.w-100";
  }
}

body.home .carousel-control {
  top: 50%;
  margin-top: -21px;
}

#homepage-funding-members-carousel .carousel-item a {
  height: 120px;
  max-width: 100%;
  width: 360px;
}

.menu-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1199px) {
  .menu-wrap {
    white-space: initial;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.menu-wrap .btn-primary {
  background: none;
  border: none;
}

.menu-wrap .search {
  max-width: 35px;
  image-rendering: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-wrap .search {
    -ms-interpolation-mode: bicubic;
  }
}

.bg-white {
  background-color: #fff !important;
}

.custom-logo {
  max-width: 204px;
  max-height: 69px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  image-rendering: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-logo {
    -ms-interpolation-mode: bicubic;
  }
}

@media screen and (max-width: 991px) {
  .custom-logo {
    max-width: 150px;
  }
}

.search-btn {
  cursor: pointer;
  position: relative;
  right: 20px;
}

#menu .nav-top .btn-secondary,
#menu .nav-top .btn-outline-light {
  background: #fff;
  border: none;
  color: #548a36;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-right: 0 !important;
  font-weight: 500;
}

#menu .nav-top .btn-secondary:focus,
#menu .nav-top .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 138, 54, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(84, 138, 54, 0.5) !important;
}

#menu .nav-top .fab {
  color: #548a36 !important;
  font-size: 18px;
}

#menu .nav-top .nav-icon {
  margin-right: 15px !important;
}

#menu .nav-top .nav-icon.last {
  margin-right: 25px !important;
}

#menu .menu-primary-menu-container li a,
#menu #menu-primary-menu-grand-central-1 li a {
  color: #58585b !important;
  font-weight: 500;
}

#menu .menu-primary-menu-container .mt-3,
#menu #menu-primary-menu-grand-central-1 .mt-3 {
  margin-top: 0 !important;
}

@media screen and (min-width: 1200px) {
  #menu .menu-primary-menu-container .mt-3,
  #menu #menu-primary-menu-grand-central-1 .mt-3 {
    position: relative;
    right: 60px;
  }
}

#menu-footer-menu-2 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  #menu-footer-menu-2 {
    text-align: center;
    margin-bottom: 25px;
  }
}

#menu-footer-menu-2 .list-inline-item:first-child a {
  padding-left: 0 !important;
}

#menu-footer-menu-2 .nav-link {
  font-size: 18px;
  padding: 0 18px !important;
  color: #575756;
  font-weight: 500;
}

#menu-footer-menu-2 .nav-link:before {
  content: none !important;
}

#site-footer {
  border-bottom: 0 !important;
  background-image: url(/wp-content/themes/rissb/assets/images/ARISO_website_footer_white.png);
  -webkit-background-size: 61% 61%;
          background-size: 61%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #548a36 !important;
}

@media screen and (max-width: 1780px) {
  #site-footer {
    -webkit-background-size: cover;
            background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  #site-footer {
    padding-bottom: 30px !important;
    background-image: none;
  }
}

#site-footer .custom-logo {
  position: initial;
  margin-bottom: 20px;
}

#site-footer .clearfix a {
  color: black !important;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  font-size: 14px;
}

#site-footer a {
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
}

#site-footer .text-md-left p {
  margin-bottom: 0;
  margin-top: 0px;
}

#site-footer .text-md-left p:last-child {
  margin-top: 0;
}

.footer-nav {
  padding: 30px 0 !important;
}

.footer-menu-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-menu-wrap {
    border: 0 !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-menu-wrap .fab {
  font-size: 18px !important;
}

.footer-menu-wrap p {
  font-size: 18px !important;
  font-weight: 500;
}

.footer-menu-wrap p,
.footer-menu-wrap a,
.footer-menu-wrap i {
  color: #58585b !important;
}

.intro-footer .intro-link {
  text-decoration: none;
}

.intro-footer .intro-link span {
  color: #548a36;
  font-weight: 500;
  margin-right: 70px;
  font-size: 18px;
  font-weight: 600;
}

#menu-footer-vertical-1,
#menu-footer-vertical-2 {
  border: 0 !important;
  padding-top: 14px !important;
}

#menu-footer-vertical-1 li:first-child a,
#menu-footer-vertical-2 li:first-child a {
  padding-top: 0 !important;
}

#menu-footer-vertical-1 li a,
#menu-footer-vertical-2 li a {
  padding-top: 4px !important;
  padding-bottom: 0 !important;
}

.founding .position-relative .carousel-control:last-child {
  right: 0;
}

.alt-color {
  color: #58585b !important;
  font-weight: 500;
}

.arrow-wrap {
  background-color: #fff;
  border: 2px solid #548a36;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  width: 55px;
}

@media screen and (max-width: 991px) {
  .arrow-wrap {
    display: none;
  }
}

.slider-arrow {
  max-width: 25px;
  margin: auto;
}

.subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 430px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .subscribe {
    height: auto;
    padding: 40px 0;
  }
}

.subscribe .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.subscribe h2 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .subscribe h2 {
    font-size: 38px !important;
  }
}

@media screen and (max-width: 480px) {
  .subscribe h2 {
    font-size: 34px !important;
  }
}

.subscribe p {
  font-size: 1.4rem;
  line-height: 33px;
  margin-bottom: 70px;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe a {
  font-size: 1.3rem;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  background-color: #548a36 !important;
}

.subscribe p,
.subscribe span,
.subscribe h1,
.subscribe h2,
.subscribe h3,
.subscribe h4,
.subscribe h5 {
  color: #fff;
}

#home-latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #home-latest-news {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#home-latest-news .news-tile {
  max-width: 280px;
}

@media screen and (max-width: 1199px) {
  #home-latest-news .news-tile {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  #home-latest-news .news-tile {
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  #home-latest-news .news-tile {
    max-width: initial;
  }
}

#home-latest-news .news-tile .hoverable-box {
  font-size: 14px !important;
}

#home-latest-news .news-tile .date {
  font-size: 14px !important;
  color: #548a36 !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}

#home-latest-news .news-tile .tile-body {
  min-height: 240px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #home-latest-news .news-tile .tile-body {
    min-height: initial;
  }
}

#home-latest-news .news-tile .tile-body p {
  font-size: 15px;
  line-height: 23px;
  color: #58585b !important;
}

#home-latest-news .news-tile .tile-body p a {
  color: #58585b !important;
}

#home-latest-news .news-tile .tile-body h3 {
  font-size: 21px;
  font-weight: 500;
  color: #58585b !important;
}

#home-latest-news .news-tile .tile-body h3 a {
  color: #58585b !important;
}

#home-latest-news .news-tile .thumbnail {
  margin-bottom: 30px;
}

#home-latest-news .news-tile .thumbnail img {
  max-height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home-latest-news .news-tile .thumbnail img {
    -ms-interpolation-mode: bicubic;
  }
}

#home-latest-news .news-tile .tile-footer .news-link {
  text-decoration: none;
}

#home-latest-news .news-tile .tile-footer .news-link span {
  color: #548a36;
  font-weight: 500;
  margin-right: 70px;
  font-size: 15px;
  font-weight: 600;
}

.all a {
  color: #548a36;
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .main-lead {
    max-width: 1400px !important;
  }
}

@media screen and (max-width: 1199px) {
  .main-lead .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
  }
}

.main-lead .lead-tile:first-child img {
  max-width: 93.5px;
  image-rendering: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-lead .lead-tile:first-child img {
    -ms-interpolation-mode: bicubic;
  }
}

.main-lead .lead-tile:nth-child(2) img {
  max-width: 93.5px;
  image-rendering: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-lead .lead-tile:nth-child(2) img {
    -ms-interpolation-mode: bicubic;
  }
}

.main-lead img {
  max-width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0 !important;
  image-rendering: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-lead img {
    width: auto !important;
    height: auto !important;
    margin-bottom: 16px !important;
    -ms-interpolation-mode: bicubic;
  }
}

.main-lead h3 {
  color: #fff;
  font-weight: 600 !important;
  font-size: 23px;
  margin-bottom: 25px;
}

.main-lead p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  min-height: 125px;
}

@media screen and (max-width: 1199px) {
  .main-lead p {
    margin-bottom: 40px;
    min-height: initial;
  }
}

.main-lead a {
  font-size: 16px;
  color: #fff;
  padding: 8px 22px !important;
}

.main-lead .lead-tile {
  padding: 0 37px;
  padding-bottom: 30px;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 1199px) {
  .main-lead .lead-tile {
    max-width: initial;
    margin-bottom: 30px;
    border: 0;
  }
}

.main-lead .lead-tile:last-child {
  border-right: 0;
  margin-bottom: 0;
}

.introduction.bg-white {
  padding: 40px 0 !important;
  padding-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
  .introduction.bg-white {
    padding: 40px 0 !important;
  }
}

.introduction.bg-white h1 {
  font-size: 44px !important;
}

@media screen and (max-width: 991px) {
  .introduction.bg-white h1 {
    font-size: 43px !important;
  }
}

@media screen and (max-width: 767px) {
  .introduction.bg-white h1 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 480px) {
  .introduction.bg-white h1 {
    font-size: 36px !important;
  }
}

.introduction.bg-white h1,
.introduction.bg-white h2,
.introduction.bg-white h3 {
  margin-bottom: 16px;
}

.introduction.bg-white h1,
.introduction.bg-white h2,
.introduction.bg-white h3,
.introduction.bg-white h4,
.introduction.bg-white h5 {
  color: #58585b;
  font-weight: 600;
}

.introduction.bg-white p,
.introduction.bg-white span {
  line-height: 23px;
}

.introduction.bg-white p,
.introduction.bg-white span,
.introduction.bg-white a {
  font-size: 16px;
}

.introduction.bg-white .img-container {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .introduction.bg-white .img-container {
    min-height: 300px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
  }
}

.hero-carousel-wrap {
  position: relative;
  margin: auto;
}

.hero-carousel-wrap h1 {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .hero-carousel-wrap .slick-slide .col-sm-12.col-md-6 {
    max-width: initial !important;
  }
}

.hero-carousel-wrap .navigation {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
}

@media screen and (max-width: 1199px) {
  .hero-carousel-wrap .navigation {
    top: 88%;
  }
}

@media screen and (max-width: 991px) {
  .hero-carousel-wrap .navigation {
    display: none;
  }
}

.hero-carousel-wrap .navigation .pagination-dots {
  margin-right: 20px;
}

.hero-carousel-wrap .navigation .nav-arrows {
  position: relative;
  bottom: 3px;
}

.hero-carousel-wrap .navigation .nav-arrows img {
  cursor: pointer;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  max-width: 35px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 43px;
  image-rendering: auto;
  max-width: 40px;
}

.hero-carousel-wrap .navigation .nav-arrows img:first-child {
  margin-right: 8px;
}

.hero-carousel-wrap .slick-slide {
  outline: none;
}

.hero-carousel-wrap .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  /* repush */
}

.hero-carousel-wrap .slick-dots li {
  margin-right: 15px;
}

.hero-carousel-wrap .slick-dots li button {
  border: 0;
  font-size: 0;
  width: 14px;
  height: 16px;
  outline: 0;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 2px solid #e7e7e7;
  background: transparent;
}

@-moz-document url-prefix()  {
  .hero-carousel-wrap .slick-dots li button {
    height: 20px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-carousel-wrap .slick-dots li button {
    height: 20px;
  }
}

.hero-carousel-wrap .slick-dots li.slick-active button {
  background: #fff;
  border: 2px solid #fff !important;
  border: none;
}

.hero-carousel-wrap .slick-dots li:last-child {
  margin-right: 0;
}

.hero-carousel-wrap .text-container {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .hero-carousel-wrap .text-container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.hero-carousel-wrap .text-container .date {
  color: #F99C1F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.hero-carousel-wrap .text-container h1 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 44px;
}

@media screen and (max-width: 991px) {
  .hero-carousel-wrap .text-container h1 {
    font-size: 43px !important;
  }
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap .text-container h1 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 480px) {
  .hero-carousel-wrap .text-container h1 {
    font-size: 36px !important;
  }
}

.hero-carousel-wrap .text-container p {
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap .text-container p {
    font-size: 16px;
  }
}

.hero-carousel-wrap .text-container .btn-new {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap .text-container .btn-new {
    font-size: 16px;
  }
}

.hero-carousel-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.hero-carousel-wrap .carousel {
  min-height: 570px;
}

.hero-carousel-wrap .carousel h1,
.hero-carousel-wrap .carousel p {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .hero-carousel-wrap .carousel {
    min-height: 530px;
  }
}

@media screen and (max-width: 991px) {
  .hero-carousel-wrap .carousel {
    min-height: 510px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-carousel-wrap.cust-width {
    max-width: 1350px !important;
  }
}

.hero-carousel-wrap .graphic {
  position: absolute;
  width: 100%;
  max-height: 570px;
  z-index: 1;
  bottom: 0;
  opacity: 1;
}

.hero-carousel-wrap .slide {
  position: relative;
  max-height: 570px;
  min-height: 570px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .hero-carousel-wrap .slide {
    min-height: 530px;
  }
}

@media screen and (max-width: 991px) {
  .hero-carousel-wrap .slide {
    min-height: 510px;
  }
}

.carousel-cta-wrap {
  z-index: 3;
}

@media screen and (max-width: 1199px) {
  .carousel-cta-wrap {
    display: none;
  }
}

.carousel-cta-wrap .row {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 13%;
  z-index: 3;
  max-width: 1140px;
  width: 100%;
  -webkit-flex-wrap: initial;
      -ms-flex-wrap: initial;
          flex-wrap: initial;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-cta-wrap .row .btn-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 21px 45px;
  max-width: 365px;
  text-align: center;
  background-color: #2BACE2;
  text-transform: initial !important;
  font-size: 20px;
  margin-right: 4px;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
}

.carousel-cta-wrap .row .btn-new:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .carousel-cta-wrap .row .btn-new {
    padding: 11px 25px;
  }
}

.carousel-cta-wrap .row img {
  max-width: 50px;
  margin-left: 50px;
  image-rendering: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-cta-wrap .row img {
    -ms-interpolation-mode: bicubic;
  }
}

@media screen and (max-width: 991px) {
  .whistle-board {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .footer-nav .footer-menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Redesign */

@media screen and (min-width: 2500px) {
  .container,
  .cust-width {
    max-width: 1400px;
  }
}

.play {
  display: none;
}

@media screen and (min-width: 992px) {
  .introduction.bg-white .text-container {
    min-height: 250px;
  }
}

.introduction.bg-white .img-container {
  -webkit-background-size: contain !important;
          background-size: contain !important;
}

@media screen and (min-width: 768px) {
  .introduction.bg-white .img-container {
    -webkit-background-size: 453px 453px !important;
            background-size: 453px !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .introduction.bg-white .img-container {
    min-height: 450px;
  }
}

.hero-carousel-wrap .graphic {
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .hero-carousel-wrap .graphic {
    max-height: initial;
  }
}

@media screen and (max-width: 767px) {
  .hero-carousel-wrap .graphic {
    display: none;
  }
}

.hero-carousel-wrap .slide.slick-current .text-container {
  opacity: 1;
}

.hero-carousel-wrap .slide[style*="Slide-1.png"] {
  background-position: 50% 73% !important;
}

.hero-carousel-wrap .slide .text-container {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

@media screen and (min-width: 1200px) {
  .main-lead {
    max-width: 1500px !important;
  }
}

.main-lead .lead-tile img {
  max-width: 120px !important;
  max-height: 120px !important;
  margin-bottom: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .news-section .cust-width {
    max-width: 1300px !important;
  }
}

#home-latest-news .news-tile {
  max-width: 300px;
}

#home-latest-news .news-tile .thumbnail {
  margin-bottom: 0 !important;
}

#home-latest-news .news-tile .thumbnail img {
  -webkit-border-top-left-radius: 5px !important;
          border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
          border-top-right-radius: 5px !important;
  max-height: 70px;
  min-height: 70px;
}

#home-latest-news .news-tile .tile-body {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
}

#home-latest-news .news-tile .tile-body .tile-content {
  min-height: 256.94px;
}

@media screen and (min-width: 992px) {
  #home-latest-news .news-tile .tile-body .tile-content h3 {
    max-height: 100.75px;
    overflow: hidden;
  }
}

#home-latest-news .news-tile .tile-footer {
  margin-bottom: 15px;
}

#home-latest-news .news-tile .tile-footer .news-link span {
  margin-right: 24px;
}

@media screen and (max-width: 1261px) {
  #home-latest-news .news-tile {
    margin-right: 15px !important;
  }

  #home-latest-news .news-tile .thumbnail img {
    max-height: 70px;
    min-height: 70px;
  }

  #home-latest-news .news-tile:last-child {
    margin-right: 0;
  }

  #home-latest-news .slick-list {
    left: 5px;
  }

  #home-latest-news .news-tile .tile-footer .news-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  #home-latest-news .news-tile .tile-footer .news-link img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1199px) {
  #home-latest-news .news-tile .thumbnail img {
    max-height: 50px;
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #home-latest-news .news-tile {
    margin-right: 15px !important;
    max-width: initial !important;
  }

  #home-latest-news .news-tile .thumbnail img {
    max-height: 110px;
    min-height: 110px;
  }

  #home-latest-news .news-tile:last-child {
    margin-right: 0;
  }

  #home-latest-news .slick-list {
    left: 5px;
  }

  #home-latest-news .news-tile .tile-footer .news-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  #home-latest-news .news-tile .tile-footer .news-link img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 480px) {
  #home-latest-news .news-tile {
    margin-left: 15px;
    margin-right: 15px;
  }

  #home-latest-news .news-tile .thumbnail img {
    max-height: 70px;
    min-height: 70px;
  }
}

/* RISSB Members Carousel */

@media screen and (min-width: 576px) {
  .founding {
    min-height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .founding {
    min-height: 620px;
  }
}

@media screen and (max-width: 480px) {
  .founding {
    min-height: 660px;
  }
}

.founding .carousel-item img {
  image-rendering: auto !important;
}

@media (max-width: 767px) {
  #site-footer a {
    color: #fff !important;
    font-weight: 500;
  }
}

body.page-template-template-dynamic {
  overflow-x: hidden;
}

.hazard-register-filter .form-control::-webkit-input-placeholder {
  color: #232F69;
}

.hazard-register-filter .form-control:-ms-input-placeholder {
  color: #232F69;
}

.hazard-register-filter .form-control::-ms-input-placeholder {
  color: #232F69;
}

.hazard-register-filter .form-control::placeholder {
  color: #232F69;
}

.hazard-register-filter .js-dropdown-filter .btn-block {
  color: #58585b !important;
}

.hazard-register-filter .js-dropdown-filter input::-webkit-input-placeholder {
  color: #58585b;
}

.hazard-register-filter .js-dropdown-filter input:-ms-input-placeholder {
  color: #58585b;
}

.hazard-register-filter .js-dropdown-filter input::-ms-input-placeholder {
  color: #58585b;
}

.hazard-register-filter .js-dropdown-filter input::placeholder {
  color: #58585b;
}

.hazard-filter .dropdown-menu .js-clear-dropdown-filter {
  border-color: #e18f1c !important;
}

.hazard-filter .dropdown-menu .js-clear-dropdown-filter:hover {
  background-color: #e18f1c;
}

/* Glossary */

ul.glossary-index-list {
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.glossary-index-list li.index-list {
  list-style: none;
  margin: 0 0.2rem;
  padding: 0 0.5rem;
  display: block;
  font-size: 1.2rem;
  color: #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: transparent !important;
}

ul.glossary-index-list li.index-list .btn {
  background-color: #e18f1c !important;
}

ul.glossary-index-list li.index-list.muted {
  color: #b3b3b3;
}

ul.glossary-index-list li.index-list.muted:hover {
  background: #ccc;
}

ul.glossary-index-list li.index-list:hover,
ul.glossary-index-list li.index-list.active {
  background: #86B140;
  text-decoration: none;
  cursor: pointer;
}

ul.glossary-index-list li.index-list a {
  color: #000;
  text-decoration: none;
  display: block;
}

.glossary-filter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.glossary-filter .dropdown.show .dropdown-menu {
  min-width: 32rem;
}

.glossary-listing table thead tr {
  background: #CFEFFB;
}

.glossary-listing table thead tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 1.05rem;
}

.glossary-listing table tbody tr:nth-of-type(even) {
  background-color: rgba(225, 143, 28, 0.15);
}

.glossary-listing table tbody tr:nth-of-type(odd) {
  background-color: rgba(84, 138, 54, 0.15);
}

.glossary-listing table th,
.glossary-listing table td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  vertical-align: middle;
}

.glossary-listing table h3 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: bold;
  color: #052e70;
}

.glossary-listing table p {
  margin: 0 0 1rem 0;
  padding: 0;
}

.glossary-listing table p:last-child {
  margin: 0;
}

.glossary-listing table p.link {
  color: #00AEEF;
}

.glossary-listing table a {
  color: #00AEEF;
  text-decoration: underline;
}

.glossary-filter .form-control::-webkit-input-placeholder {
  color: #232F69;
}

.glossary-filter .form-control:-ms-input-placeholder {
  color: #232F69;
}

.glossary-filter .form-control::-ms-input-placeholder {
  color: #232F69;
}

.glossary-filter .form-control::placeholder {
  color: #232F69;
}

.glossary-filter .js-search-error {
  color: #dc3545 !important;
  font-size: 0.8rem !important;
  margin-top: 0.25rem !important;
  display: none;
  position: relative !important;
  width: 100% !important;
}

.glossary-filter .js-search-error:not(.d-none) {
  display: block !important;
}

.glossary-filter .filter-mobile .js-search-error {
  padding-left: 0.5rem;
}

.glossary-filter .dropdown-glossary-search {
  position: relative;
}

.glossary-filter .dropdown-glossary-search .js-search-error {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: 1px solid #dc3545;
}

.glossary-listing table thead tr th {
  background: #f1f5ea;
}

/* Search Results */

body.search-results #site-content,
body.search-no-results #site-content {
  background: #E6F7FD;
}

body.search-results .breadcrumbs-wrapper,
body.search-no-results .breadcrumbs-wrapper {
  background: #fff;
}

body.search-results #main,
body.search-no-results #main {
  background: #E6F7FD;
}

body.search-results #main h1,
body.search-no-results #main h1 {
  color: #0067b1;
  font-weight: 200;
}

body.search-results .hentry,
body.search-no-results .hentry {
  text-align: left;
  border-top: 1px solid #00AEEF;
  border-bottom: 1px solid #00AEEF;
  margin: 2rem 0;
  padding: 2rem;
  background: #fff;
  position: relative;
}

body.search-results .hentry p,
body.search-no-results .hentry p {
  margin: 0;
}

body.search-results .post-type-indicator,
body.search-no-results .post-type-indicator {
  text-align: center;
  position: absolute;
  top: -1px;
  left: 0;
  padding: 0.5rem 0.5rem;
  color: #fff;
  min-width: 10rem;
  font-size: 0.8rem;
}

div.search-dropdown {
  background: #548a36;
}

div.search-dropdown .container {
  padding: 1rem 0;
}

div.search-dropdown button {
  background-color: #e18f1c !important;
}

div.search-dropdown .form-control {
  border: 2px solid #e18f1c !important;
}

div.search-dropdown .form-control::-webkit-input-placeholder {
  color: #58585b !important;
}

div.search-dropdown .form-control:-ms-input-placeholder {
  color: #58585b !important;
}

div.search-dropdown .form-control::-ms-input-placeholder {
  color: #58585b !important;
}

div.search-dropdown .form-control::placeholder {
  color: #58585b !important;
}

div.search-dropdown .form-control:focus {
  color: #58585b;
  background-color: #fff;
  border-color: #548a36 !important;
}

div.search-dropdown .btn-primary:focus,
div.search-dropdown .btn-primary.focus {
  background-color: #e18f1c !important;
}

#searchform .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#searchform .form-group .btn {
  margin-left: -2px;
}

/* Product page Redesign CSS */

.product-queue-modal {
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .product-queue-modal {
    width: 260px;
    color: #000;
  }
}

@media screen and (max-width: 428px) {
  .product-queue-modal {
    left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.js-download-queue {
  background-color: #548a36;
}

.js-product-filters .form-control {
  -webkit-border-radius: 0;
          border-radius: 0;
  height: auto;
}

.js-product-filters .input-group-text {
  -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
  padding: 12px 60px;
  background-color: #e18f1c !important;
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
}

.js-product-filters .input-group {
  gap: 20px;
}

.js-product-filters .dropdown .col-2 .font-size-larger {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.js-product-filters .dropdown .font-size-larger {
  color: #e18f1c;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.js-product-filters .rissb-custom-control span,
.js-product-filters .single-survey-iteration .gform_page li span,
.single-survey-iteration .gform_page .js-product-filters li span {
  color: #fff !important;
}

.with-border {
  border-left: 2px solid #7AB5A3;
  border-right: 2px solid #7AB5A3;
}

.rissb-custom-control.rissb-custom-control-checkbox-vertical-inverse .control-indicator,
.single-survey-iteration .gform_page li.rissb-custom-control-checkbox-vertical-inverse .control-indicator {
  background: transparent;
}

.rissb-custom-control .control-indicator,
.single-survey-iteration .gform_page li .control-indicator {
  border-color: #8e9c7a;
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 24px;
  width: 24px;
}

.btn-filter-product {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.btn-filter-product:hover {
  color: #fff;
}

.btn-filter-product .fas {
  color: #e18f1c !important;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 26px;
}

.btn-filter-product .fas {
  margin-top: 4px !important;
}

span.js-filter-count {
  padding: 0 5px;
}

.product-categories {
  border-left: 2px solid #7AB5A3;
  border-right: 2px solid #7AB5A3;
}

button.btn.bg-white.btn-block.rounded-right.rounded-left-0.position-relative.btn-order-product {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}

button.btn.bg-white.btn-block.rounded-right.rounded-left-0.position-relative.btn-order-product span.js-order-type {
  font-size: 12px;
  text-align: left !important;
}

.btn-order-product .fas {
  font-size: 13px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.btn-filter-product.active .fas {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.btn-group.btn-group-dropdown.w-100 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.post-type-archive-product .dropdown.show .dropdown-menu {
  position: unset !important;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  background: transparent;
}

span.js-media-count.ml-2 {
  position: absolute;
  top: -10px;
  right: 2px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #e18f1c;
  width: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details-list {
  list-style: none;
  padding: 0;
}

.product-details-list span {
  font-weight: 700;
  padding-left: 5px;
}

.product-details-list li {
  margin-bottom: 16px;
}

.product-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-img-container img {
  height: 87px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-img-container {
  height: 87px !important;
}

.media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.media-img-container.align-self-center.position-relative.col-12 {
  height: auto !important;
}

.product-meta-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-meta-wrapper a {
  padding: 12px 30px;
  font-size: 18px;
  line-height: 18px;
  width: auto;
  margin: 0 !important;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 600;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
          box-shadow: 0px 4px 4px 0px #00000040;
}

.product-meta-wrapper a:nth-child(2) {
  background: #e18f1c !important;
  color: #58585b !important;
}

.product-meta-wrapper a:nth-child(3) {
  background: #8e9c7a !important;
  color: #fff !important;
  border-color: #8e9c7a !important;
}

.product-meta-wrapper a:nth-child(4) {
  background: #ffd400 !important;
}

.product-meta-wrapper a:nth-child(4) span {
  color: #58585b !important;
}

.product-meta-wrapper a:nth-child(5) {
  background: #8a3b2e !important;
  color: #fff !important;
}

.product-details .post-title,
.faq-title,
.title {
  font-size: 44px;
  font-weight: 600 !important;
  text-align: center;
  line-height: 45px;
  margin-top: 0 !important;
  color: #58585b !important;
}

.media-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media-action a {
  text-transform: uppercase;
  border: 1px solid #e18f1c;
  -webkit-border-radius: unset;
          border-radius: unset;
  font-weight: 600;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-action a:nth-of-type(2) {
  background: #e18f1c;
}

.media-product-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.5rem;
  padding-left: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #101C62;
}

.media-product-details a,
.media-product-details span {
  background: transparent;
  border: none;
  padding: unset;
  font-weight: 700;
  font-size: 12px;
  color: #00AEEF !important;
  text-align: left;
  z-index: 1;
}

.media-product-details span {
  color: #fff !important;
  font-weight: 500;
}

.loadmore {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  background: #00AEEF;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 12px 30px;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.media-product-details .js-filter-type:hover {
  background: unset !important;
}

.js-product-list .media {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
}

.media-body h2 a {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #0067B1 !important;
}

.media-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media-body .text-primary-dark {
  color: #58585b !important;
}

.menu-wrap {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.search-btn {
  right: auto;
}

#menu .menu-primary-menu-container .mt-3 {
  right: auto !important;
}

#menu .menu-primary-menu-container li a {
  font-size: 14px;
}

.products-cart {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

.products-cart svg {
  pointer-events: none;
}

.products-cart i.fas.fa-shopping-cart {
  color: #548a36;
}

.related-products h3 {
  font-size: 20px;
  font-weight: 600;
  color: #58585b;
}

.products-cart .js-products-queue {
  display: none !important;
}

.products-cart.show .js-products-queue {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0;
  display: block !important;
  z-index: 1;
}

.faq-accordion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq-accordion-wrapper .faq-column-1,
.faq-accordion-wrapper .faq-column-2 {
  width: calc(50% - 20px);
}

.faq-accordion-wrapper .faq-question {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-accordion-wrapper .faq-item {
  border-bottom: 1px solid #548a36;
  padding: 0px 0 10px 0;
  margin-bottom: 36px;
  width: 100%;
}

.faq-accordion-wrapper .faq-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-wrapper .faq-answer {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 10px;
}

.faq-accordion-wrapper .faq-answer p {
  color: #58585b !important;
}

.faq-accordion-wrapper .rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-title,
.title {
  font-weight: 400 !important;
  text-align: left;
}

.title {
  text-align: center;
  color: #fff !important;
}

.product-details .title {
  text-align: center;
  color: #232F69 !important;
}

.related-products .related-item {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.related-item .btn-container a {
  color: #548a36;
  font-size: 16px;
}

.related-product-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-product-image {
  height: 87px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-product-details svg {
  position: absolute;
  top: 0;
  left: 25px;
}

.related-item .media-img-container {
  width: 100%;
  position: relative;
}

.related-item p.font-size-smaller.d-block {
  color: #00AEEF;
  font-size: 12px;
  font-weight: 700;
}

.dropdown-sort {
  padding: 0;
}

.dropdown-sort li {
  padding: 10px 10px;
  color: #Fff;
  font-size: 14px;
}

.product-type,
.product-categories {
  width: 35%;
  padding: 0px 15px;
}

.sort-category {
  width: 30%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .product-page-title {
    text-align: left !important;
  }

  body.post-type-archive-product .product-filter-trigger {
    text-decoration: none;
  }

  body.post-type-archive-product .product-listing {
    background: #fff;
  }

  body.post-type-archive-product .btn-group.btn-group-dropdown.w-100 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body.post-type-archive-product .with-border {
    border-right: unset;
  }

  body.post-type-archive-product .js-product-filters .font-size-larger {
    font-size: 23px;
  }

  .media-product-details svg {
    left: 10%;
  }

  .product-categories {
    border-right: unset;
  }

  .js-product-filters .input-group-text {
    padding: 12px 22px;
  }

  .btn-filter-product .fas {
    font-size: 12px;
  }

  .product-meta,
  .product-faq {
    display: none;
  }

  .single-product .bg-primary-dark.text-center.text-white.d-none.d-md-block.py-5 {
    display: block !important;
  }

  .col-xl-3.col-lg-4.col-md-6.col-12.position-relative {
    padding-bottom: 20px !important;
  }
}

.js-product-filters {
  background: #548a36 !important;
}

.rissb-custom-control .control-indicator,
.single-survey-iteration .gform_page li .control-indicator {
  border-color: #8e9c7a !important;
}

.js-product-list .media-body .media-action a {
  color: #000 !important;
}

.js-product-list .media-body .media-action a span {
  color: #000;
}

.rissb-custom-control .control-indicator:after,
.single-survey-iteration .gform_page li .control-indicator:after {
  color: #e18f1c !important;
}

.js-product-filters .dropdown .font-size-larger,
.btn-outline-secondary {
  color: #fff !important;
}

.loadmore {
  background: #548a36 !important;
  color: #fff !important;
}

.products-cart svg {
  fill: #8a3b2e !important;
}

.product-categories {
  border-left: 2px solid #e18f1c !important;
  border-right: 2px solid #e18f1c !important;
}

.product-listing .btn-outline-secondary {
  background: #e18f1c !important;
  border-color: #e18f1c !important;
}

.media-product-details.new-product {
  background: transparent;
}

.media-product-details.new-product a {
  color: #fff !important;
}

@media (max-width: 768px) {
  .js-dropdown-filter .js-clear-dropdown-filter {
    background: #e18f1c;
    border-color: #e18f1c;
  }
}

.product-details .post-title,
.faq-title,
.title {
  color: #58585b !important;
}

.product-meta-wrapper a:nth-child(2) {
  background: #e18f1c !important;
  color: #58585b !important;
}

.product-meta-wrapper a:nth-child(3) {
  background: #8e9c7a !important;
  color: #fff !important;
  border-color: #8e9c7a !important;
}

.product-meta-wrapper a:nth-child(4) {
  background: #ffd400 !important;
}

.product-meta-wrapper a:nth-child(4) span {
  color: #58585b !important;
}

.product-meta-wrapper a:nth-child(5) {
  background: #8a3b2e !important;
  color: #fff !important;
}

.single-product .product-meta {
  background-color: #548a36 !important;
}

.subscribe {
  background-color: #548a36 !important;
}

.single-product .title {
  color: #58585b !important;
}

.single-product p {
  color: #58585b;
}

.single-product .loadmore {
  background-color: #e18f1c !important;
  color: #58585b !important;
  border-color: #e18f1c !important;
}

.single-product .subscribe p,
.single-product .subscribe .title {
  color: #fff !important;
}

.media-body h2 a {
  color: #58585b !important;
}

.single-survey-iteration .gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0;
  padding-right: 0;
}

.single-survey-iteration .gform_page label {
  color: #000;
}

.single-survey-iteration .gform_page ul.gfield_checkbox li input[type=checkbox] + label:before {
  border: 2px solid #CFEFFB;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  color: #00AEEF;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  height: 30px;
  line-height: 25px;
  margin: 0 15px 0 0;
  padding-left: 3px;
  vertical-align: middle;
  width: 30px;
}

.single-survey-iteration .gform_page ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
  content: "\F00C";
}

.single-survey-iteration .gform_page ul.gfield_radio li input[type=radio] + label:before {
  border: 2px solid #CFEFFB;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #00AEEF;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  height: 30px;
  line-height: 25px;
  margin: 0 15px 0 0;
  padding-left: 3px;
  vertical-align: middle;
  width: 30px;
}

.single-survey-iteration .gform_page ul.gfield_radio li input[type=radio]:checked + label:before {
  content: "\F111";
}

.single-survey-iteration .gform_page .ginput_container_textarea {
  margin-left: 0;
}

.single-survey-iteration .gform_page .gform_page_footer input[type=button] {
  background: none;
  border: none;
  color: #0067b1;
  font-weight: bold;
}

.single-survey-iteration .gform_page .gform_page_footer:after {
  clear: both;
  content: "";
  display: block;
}

.single-survey-iteration .gform_page .gform_page_footer .button.gform_next_button,
.single-survey-iteration .gform_page .gform_page_footer .button.gform_previous_button,
.single-survey-iteration .gform_page .gform_page_footer .gform_save_link {
  color: #232F69;
  font-size: 18px;
  font-weight: 700;
}

.single-survey-iteration .gform_page .gform_page_footer .button.gform_next_button:hover,
.single-survey-iteration .gform_page .gform_page_footer .button.gform_previous_button:hover,
.single-survey-iteration .gform_page .gform_page_footer .gform_save_link:hover {
  color: #00AEEF;
}

.single-survey-iteration .gform_page .gform_page_footer .gform_save_link {
  float: left;
  padding: 1px 6px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .single-survey-iteration .gform_page .gform_page_footer .gform_save_link {
    float: none;
  }
}

.single-survey-iteration .gform_page .gform_page_footer .button.gform_next_button {
  float: right;
}

.single-survey-iteration .gform_page .gform_page_footer .button.gform_previous_button {
  float: left;
}

.single-survey-iteration .gform_page .gform_page_footer .gform_ajax_spinner {
  clear: both;
  display: block;
  height: 25px;
  margin: auto;
  text-align: center;
}

.single-survey-iteration .gform_page .gform_page_footer input[type=submit] {
  float: right;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.single-survey-iteration .gform_page table.gsurvey-likert td,
.single-survey-iteration .gform_page table.gsurvey-likert th {
  padding: 2rem 0 !important;
}

@media screen and (max-width: 1024px) {
  .single-survey-iteration .gform_page table.gsurvey-likert td:after {
    margin-left: 3rem !important;
    margin-top: -16px;
    position: absolute;
    top: 50%;
  }
}

.single-survey-iteration .gform_page table.gsurvey-likert .gsurvey-likert-choice-label {
  background: #052e70;
  border-color: #CFEFFB;
  border-width: 2px;
  color: #fff;
}

.single-survey-iteration .gform_page table.gsurvey-likert .gsurvey-likert-focus {
  background-color: #EAF0E0 !important;
}

.single-survey-iteration .gform_page table.gsurvey-likert .gsurvey-likert-choice {
  background-color: #EAF0E0;
  background-image: url("/wp-content/themes/rissb/assets/img/radio.svg");
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
  border-bottom: 2px solid #CFEFFB;
  border-color: #CFEFFB;
  border-width: 2px;
}

@media screen and (max-width: 1024px) {
  .single-survey-iteration .gform_page table.gsurvey-likert .gsurvey-likert-choice {
    position: relative;
  }
}

.single-survey-iteration .gform_page table.gsurvey-likert .gsurvey-likert-choice.gsurvey-likert-selected {
  background-image: url("/wp-content/themes/rissb/assets/img/radio-checked.svg");
}

.form_saved_message_sent {
  background-color: #EAF0E0;
  padding: 15px;
}

.form_saved_message_sent .saved_message_success {
  margin-right: 5px;
}

.form_saved_message_sent .saved_message_email {
  font-weight: 700;
}

.gform-footer-wrapper .gform_page_footer input[type=button] {
  background: none;
  border: none;
  color: #0067b1;
  font-weight: bold;
}

.gform-footer-wrapper .gform_page_footer:after {
  clear: both;
  content: "";
  display: block;
}

.gform-footer-wrapper .gform_page_footer .button.gform_next_button,
.gform-footer-wrapper .gform_page_footer .button.gform_previous_button,
.gform-footer-wrapper .gform_page_footer .gform_save_link {
  color: #232F69;
  font-size: 18px;
  font-weight: 700;
}

.gform-footer-wrapper .gform_page_footer .button.gform_next_button:hover,
.gform-footer-wrapper .gform_page_footer .button.gform_previous_button:hover,
.gform-footer-wrapper .gform_page_footer .gform_save_link:hover {
  color: #00AEEF;
}

.gform-footer-wrapper .gform_page_footer .gform_save_link {
  float: left;
  margin-left: 32px;
  padding: 1px 6px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .gform-footer-wrapper .gform_page_footer .gform_save_link {
    float: none;
  }
}

.gform-footer-wrapper .gform_page_footer .button.gform_next_button {
  float: right;
}

.gform-footer-wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

.gform-footer-wrapper .gform_page_footer .gform_ajax_spinner {
  clear: both;
  display: block;
  height: 25px;
  margin: auto;
  text-align: center;
}

.gform-footer-wrapper .gform_page_footer input[type=submit] {
  float: right;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-template-ppf-ranking-page-php sup {
  font-size: 32px;
  line-height: 1;
  top: 5px;
}

.page-template-template-ppf-ranking-page-php .ranking {
  margin-bottom: 45px;
}

.page-template-template-ppf-ranking-page-php .ranking h6 {
  background: #232F69;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
}

.page-template-template-ppf-ranking-page-php .ranking ul {
  border: 1px solid #232F69;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}

.page-template-template-ppf-ranking-page-php .ranking div.src {
  float: left;
  width: 44%;
}

.page-template-template-ppf-ranking-page-php .ranking div.dst {
  float: right;
  width: 52%;
}

.page-template-template-ppf-ranking-page-php .ranking .clear {
  clear: both;
}

.page-template-template-ppf-ranking-page-php .ranking .itm {
  background: #0067b1;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  text-align: center;
  z-index: 0;
}

.page-template-template-ppf-ranking-page-php .ranking .itm:hover {
  background: #00AEEF;
}

.page-template-template-ppf-ranking-page-php .ranking ul.src {
  min-height: 53px;
}

.page-template-template-ppf-ranking-page-php .ranking ul.src li div {
  margin-top: 5px;
}

.page-template-template-ppf-ranking-page-php .ranking ul.src li:nth-child(1) div {
  margin-top: 0;
}

.page-template-template-ppf-ranking-page-php .ranking ul.src.hover {
  position: fixed;
  top: 50px;
  width: 481px;
}

.page-template-template-ppf-ranking-page-php .ranking ul.dst li {
  font-weight: bold;
  margin-top: 5px;
}

.page-template-template-ppf-ranking-page-php .ranking ul.dst li:nth-child(1) {
  margin-top: 0;
}

.page-template-template-ppf-ranking-page-php .ranking ul.dst div.otr {
  border-collapse: collapse;
  display: table;
  width: 100%;
}

.page-template-template-ppf-ranking-page-php .ranking ul.dst div.otr .no {
  background: #0067b1;
  border-right: 5px solid #ffffff;
  color: #ffffff;
  display: table-cell;
  font-size: 14px;
  height: 41px;
  text-align: center;
  vertical-align: middle;
  width: 13%;
}

.page-template-template-ppf-ranking-page-php .ranking ul.dst div.otr .ph {
  background: #ededed;
  color: #ffffff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.page-template-template-ppf-ranking-page-php .ranking div.ui-draggable-dragging {
  background: #00AEEF;
}

#home-latest-news.inner .news-tile {
  max-width: none;
}

#home-latest-news.inner .news-tile .tile-body {
  min-height: auto;
}

.page-template-template-grand-central .breadcrumbs-wrapper,
.page-template-template-discover .breadcrumbs-wrapper,
.page-template-template-discover-listing .breadcrumbs-wrapper {
  display: none !important;
}

#grand-central {
  /* IE fixes */
}

#grand-central .filter-desktop .row .col-6,
#grand-central .filter-desktop .row .col-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central .filter-desktop .row .col-6 input,
#grand-central .filter-desktop .row .col-12 input {
  width: auto;
  margin-right: 15px;
}

#grand-central .filter-desktop .row .col-6 input[type=checkbox],
#grand-central .filter-desktop .row .col-12 input[type=checkbox] {
  height: 13px;
  width: 13px;
  min-width: 13px;
}

#grand-central .filter-desktop .row .col-6 label,
#grand-central .filter-desktop .row .col-12 label {
  margin-bottom: 0;
  position: relative;
  bottom: 1px;
  font-size: 14px;
  margin-right: 15px;
}

#grand-central .filter-desktop .row .col-12 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#grand-central .filter-desktop .dropdown-menu {
  padding: 10px;
  min-width: 16.8rem !important;
  padding-bottom: 0;
}

#grand-central .filter-desktop .dropdown-menu.bg-secondary-light {
  color: #232F69;
}

@media screen and (max-width: 767px) {
  #grand-central .filter-desktop {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

#grand-central img {
  image-rendering: auto !important;
  -ms-interpolation-mode: bicubic !important;
}

@media screen and (max-width: 991px) {
  #grand-central .logo-mobile .logo-wrapper .custom-logo-link,
  #grand-central .logo-mobile .logo-wrapper .divider {
    display: none;
  }
}

#grand-central .post-content.font-size-small {
  font-size: 14px !important;
}

#grand-central .dropdown .font-size-small {
  font-size: 14px;
}

#grand-central .font-size-small {
  font-size: 13px;
}

#grand-central .btn-group-dropdown .font-size-small {
  font-size: 14px !important;
}

#grand-central .forum-wrap .bbp-breadcrumb,
#grand-central .forum-wrap .bbp-search-form,
#grand-central .forum-wrap .forum-ct {
  display: none;
}

#grand-central.post-type-archive-news-central .card-news-2 {
  cursor: pointer;
  margin-bottom: 30px;
}

#grand-central.post-type-archive-news-central .card-news-2 .p-3.position-relative {
  min-height: 180px !important;
  height: 180px !important;
}

#grand-central.post-type-archive-news-central .heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #005FAA;
  min-height: 90px !important;
  height: 90px !important;
}

#grand-central.post-type-archive-news-central .heading-wrap h2 {
  position: inherit !important;
  font-size: 18px !important;
}

#grand-central.post-type-archive-news-central .content-wrap {
  background-color: #949494;
  padding: 15px;
  min-height: 116px !important;
}

#grand-central .resources-wrapper table tr td:last-child {
  vertical-align: middle;
}

#grand-central .resources-wrapper .resource {
  font-size: 35px;
  margin-right: 20px;
  color: #212529;
}

#grand-central .resources-wrapper .resource:last-child {
  margin-right: 0;
}

#grand-central .forum-ct {
  font-family: "Raleway";
}

#grand-central .forum-ct .bbp-breadcrumb p {
  margin-bottom: 0;
}

#grand-central #lock-grid-alt,
#grand-central #lock-home-alt {
  color: #fff;
  position: absolute;
  z-index: 4;
  right: 13px;
  top: 13px;
}

#grand-central #lock-grid,
#grand-central #lock-home {
  color: #0067b1;
  position: absolute;
  z-index: 4;
  right: 13px;
  top: 13px;
}

#grand-central #lock-grid {
  right: 11px !important;
  top: 11px !important;
}

#grand-central #home-description h1 {
  color: #00AEEF;
}

@media screen and (min-width: 992px) {
  #grand-central #home-description .btn-new {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #grand-central .menu-footer-menu-3-grand-central-container ul li {
    margin: 0;
  }
}

#grand-central .ex-spc {
  margin-bottom: 120px !important;
}

#grand-central .dl-none {
  display: none;
}

#grand-central .nav-side-widget {
  display: none !important;
}

#grand-central .mt-7 {
  margin-top: 5rem !important;
}

#grand-central .hoverable-box {
  background-color: #00AEEF;
}

@media screen and (max-width: 991px) {
  #grand-central .intro {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #grand-central .intro p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #grand-central .intro a.title-new-color {
    font-size: 16px !important;
  }
}

#grand-central.archive .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

#grand-central.archive .breadcrumbs-wrapper {
  display: none !important;
}

#grand-central #site-header {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #grand-central #site-header {
    display: none !important;
  }
}

#grand-central a:hover {
  text-decoration: none;
  color: inherit;
}

#grand-central .logo-wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central .logo-wrapper .custom-logo {
  max-width: 150px;
}

@media screen and (max-width: 480px) {
  #grand-central .logo-wrapper .custom-logo {
    max-width: 120px;
  }
}

#grand-central .logo-wrapper .divider {
  border-left: 1px solid black;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  top: 13px;
  height: 55px;
}

@media screen and (max-width: 480px) {
  #grand-central .logo-wrapper .divider {
    height: 46px;
  }
}

#grand-central .logo-wrapper .text-wrap {
  position: relative;
  top: 13px;
}

@media screen and (max-width: 480px) {
  #grand-central .logo-wrapper .text-wrap h3 {
    font-size: 20px !important;
  }
}

#grand-central .nav-top a {
  text-transform: uppercase;
  font-size: 14px;
}

#grand-central .primary-menu {
  background-color: #005FAA !important;
}

@media screen and (min-width: 992px) {
  #grand-central .primary-menu {
    margin-top: 15px;
  }
}

#grand-central #site-header > .container > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central .menu-wrap {
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media screen and (min-width: 1200px) {
  #grand-central .menu-wrap .nav-link {
    padding: 0rem 1rem !important;
  }
}

@media screen and (max-width: 1199px) {
  #grand-central .menu-wrap .btn-new {
    padding: 8px 10px;
    font-size: 14px;
  }

  #grand-central .menu-wrap .btn-new i {
    display: none;
  }

  #grand-central .menu-wrap .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #grand-central .menu-wrap .btn-new {
    font-size: 12px;
  }

  #grand-central .menu-wrap .nav-link {
    font-size: 12px;
  }
}

#grand-central .menu-wrap .nav-link {
  padding: 0rem 0.5rem;
}

#grand-central .menu-wrap .menu-primary-menu-grand-central-container {
  width: 100%;
}

#grand-central .menu-wrap .menu-primary-menu-grand-central-container #menu-primary-menu-grand-central-1 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
}

#grand-central .menu-wrap .menu-primary-menu-grand-central-container #menu-primary-menu-grand-central-1 li a {
  color: #fff !important;
  font-weight: 500;
  text-transform: uppercase;
}

#grand-central .menu-wrap .menu-primary-menu-grand-central-container #menu-primary-menu-grand-central-1 .list-inline-item:not(:last-child) {
  margin-right: 1.2rem;
}

@media screen and (min-width: 992px) {
  #grand-central .menu-wrap .menu-primary-menu-grand-central-container #menu-primary-menu-grand-central-1 {
    position: relative;
    bottom: 4px;
  }
}

#grand-central .menu-wrap .btn-new {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

#grand-central .menu-wrap .btn-new i {
  color: #fff;
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  #grand-central .menu-wrap .btn-new {
    position: relative;
    bottom: 4px;
  }
}

@media screen and (min-width: 768px) {
  #grand-central .menu-wrap .menu-item-15213,
  #grand-central .menu-wrap .menu-item-19546 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #grand-central .offcanvas .navbar-buttons {
    display: none;
  }
}

#grand-central footer .btn-new {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 15px 20px;
}

#grand-central footer > .container > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central footer p,
#grand-central footer a,
#grand-central footer li,
#grand-central footer span {
  color: #fff !important;
}

#grand-central .back-to-top {
  display: none !important;
}

#grand-central .footer-menu-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#grand-central #menu-footer-menu-3 {
  margin-bottom: 0;
}

#grand-central .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#grand-central .spc-btw {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  #grand-central .spc-btw {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  #grand-central #home-latest-news .news-tile.featured .thumbnail img {
    min-height: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  #grand-central #home-latest-news .news-tile.non-featured .thumbnail img {
    min-height: 311px !important;
  }
}

@media screen and (max-width: 480px) {
  #grand-central #home-latest-news .news-tile.non-featured .thumbnail img {
    min-height: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  #grand-central #home-latest-information .information-tile {
    min-height: inherit !important;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #grand-central #home-latest-information .information-tile.non-featured .thumbnail {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #grand-central #home-latest-information .information-tile.non-featured .thumbnail img {
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  #grand-central #home-latest-information .information-tile.non-featured .thumbnail img {
    min-height: 350px !important;
  }
}

@media screen and (max-width: 480px) {
  #grand-central #home-latest-information .information-tile.non-featured .thumbnail img {
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  #grand-central #home-latest-information .information-tile .tile-body {
    min-height: inherit !important;
    height: inherit !important;
    overflow: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  #grand-central #home-conference .conference-tile .col-2 {
    display: none;
  }
}

#grand-central #home-conference .conference-tile #lock-home {
  position: relative;
  right: -6px;
  top: -9px;
  font-size: 13px;
}

#grand-central #home-latest-news .news-tile.featured,
#grand-central #home-latest-news .information-tile.featured,
#grand-central #home-latest-news .webinar-tile.featured,
#grand-central #home-latest-information .news-tile.featured,
#grand-central #home-latest-information .information-tile.featured,
#grand-central #home-latest-information .webinar-tile.featured {
  max-width: initial;
}

#grand-central #home-latest-news .news-tile.featured .thumbnail img,
#grand-central #home-latest-news .information-tile.featured .thumbnail img,
#grand-central #home-latest-news .webinar-tile.featured .thumbnail img,
#grand-central #home-latest-information .news-tile.featured .thumbnail img,
#grand-central #home-latest-information .information-tile.featured .thumbnail img,
#grand-central #home-latest-information .webinar-tile.featured .thumbnail img {
  min-height: 311px;
  -o-object-fit: cover;
     object-fit: cover;
}

#grand-central #home-latest-news .news-tile.featured h3,
#grand-central #home-latest-news .information-tile.featured h3,
#grand-central #home-latest-news .webinar-tile.featured h3,
#grand-central #home-latest-information .news-tile.featured h3,
#grand-central #home-latest-information .information-tile.featured h3,
#grand-central #home-latest-information .webinar-tile.featured h3 {
  font-size: 23px;
}

#grand-central #home-latest-news .news-tile.featured p,
#grand-central #home-latest-news .information-tile.featured p,
#grand-central #home-latest-news .webinar-tile.featured p,
#grand-central #home-latest-information .news-tile.featured p,
#grand-central #home-latest-information .information-tile.featured p,
#grand-central #home-latest-information .webinar-tile.featured p {
  font-size: 17px;
}

#grand-central #home-latest-news .news-tile.non-featured .thumbnail img,
#grand-central #home-latest-news .information-tile.non-featured .thumbnail img,
#grand-central #home-latest-news .webinar-tile.non-featured .thumbnail img,
#grand-central #home-latest-information .news-tile.non-featured .thumbnail img,
#grand-central #home-latest-information .information-tile.non-featured .thumbnail img,
#grand-central #home-latest-information .webinar-tile.non-featured .thumbnail img {
  min-height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

#grand-central #home-latest-news .news-tile.non-featured .tile-body,
#grand-central #home-latest-news .information-tile.non-featured .tile-body,
#grand-central #home-latest-news .webinar-tile.non-featured .tile-body,
#grand-central #home-latest-information .news-tile.non-featured .tile-body,
#grand-central #home-latest-information .information-tile.non-featured .tile-body,
#grand-central #home-latest-information .webinar-tile.non-featured .tile-body {
  min-height: 120px;
  overflow: hidden;
}

#grand-central #home-latest-news .news-tile .date,
#grand-central #home-latest-news .information-tile .date,
#grand-central #home-latest-news .webinar-tile .date,
#grand-central #home-latest-information .news-tile .date,
#grand-central #home-latest-information .information-tile .date,
#grand-central #home-latest-information .webinar-tile .date {
  font-size: 12px !important;
}

#grand-central #home-latest-news .news-tile .hoverable-box,
#grand-central #home-latest-news .information-tile .hoverable-box,
#grand-central #home-latest-news .webinar-tile .hoverable-box,
#grand-central #home-latest-information .news-tile .hoverable-box,
#grand-central #home-latest-information .information-tile .hoverable-box,
#grand-central #home-latest-information .webinar-tile .hoverable-box {
  font-size: 12px !important;
}

#grand-central #home-latest-information .information-tile {
  min-height: 544px;
}

#grand-central #home-latest-information .information-tile #lock-home {
  right: 3px !important;
  top: -17px !important;
}

#grand-central #home-latest-information .information-tile .flex.flex-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central #home-latest-information .thumbnail img {
  max-width: 262px;
  height: 337px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

#grand-central #home-latest-information .tile-body {
  min-height: 115px !important;
}

#grand-central #home-latest-information .tile-footer a {
  font-size: 14px;
}

#grand-central .webinar-tile {
  position: relative;
}

#grand-central .webinar-tile a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central .webinar-tile .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0 10px;
}

#grand-central .webinar-tile .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
}

#grand-central .webinar-tile img {
  max-width: 360px;
  min-height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #grand-central .webinar-tile img {
    max-width: inherit;
  }
}

#grand-central .conference-tile .col-2 {
  max-width: 12%;
}

@media screen and (min-width: 1200px) {
  #grand-central #home-links .row {
    max-width: 986px;
    margin: auto;
  }
}

#grand-central .single-central .information-tile .bd-btm:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

#grand-central .single-central .bd-btm {
  border-bottom: 1px solid #cac9c9;
}

#grand-central .single-central .breadcrumb {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

#grand-central .single-central .heading {
  border-bottom: 1px solid #dee2e6;
}

#grand-central .single-central .heading h1 {
  font-size: 48px;
}

#grand-central .single-central .heading p {
  font-size: 18px;
  max-width: 738px;
}

#grand-central .single-central .thumbnail img {
  max-width: 220px;
}

#grand-central .single-central .details i {
  font-size: 23px;
  margin-right: 10px;
}

#grand-central .single-central .details p,
#grand-central .single-central .details li,
#grand-central .single-central .details a {
  font-size: 14px;
}

#grand-central .single-central .details span,
#grand-central .single-central .details .d-title {
  font-size: 12px;
}

#grand-central .single-central .details .downloads p {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central .single-central .details .downloads p.d-title {
  display: block !important;
}

#grand-central .single-central .details .downloads p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #grand-central .archive-central #discover-list .webinar-tile img {
    height: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central #discover-list .webinar-tile img {
    max-width: inherit !important;
    height: auto !important;
  }
}

#grand-central .archive-central ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black !important;
}

#grand-central .archive-central :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black !important;
}

#grand-central .archive-central ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black !important;
}

#grand-central .archive-central ::placeholder {
  /* Most modern browsers support this now. */
  color: black !important;
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .row.jc-end.mb-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#grand-central .archive-central .news-wrap .flex.flex-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#grand-central .archive-central .news-wrap span {
  font-size: 13px !important;
}

#grand-central .archive-central .conference-tile #lock-grid {
  top: -17px !important;
  right: 3px !important;
}

#grand-central .archive-central .information-tile .details .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#grand-central .archive-central .information-tile .details .flex span {
  font-size: 13px !important;
}

#grand-central .archive-central .information-tile #lock-grid {
  top: -17px !important;
  right: 3px !important;
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .information-tile {
    margin-bottom: 15px;
  }
}

#grand-central .archive-central .information-tile .tile-body {
  min-height: 115px !important;
  overflow: hidden;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .information-tile .tile-body {
    min-height: inherit !important;
    height: inherit !important;
    overflow: inherit !important;
  }
}

#grand-central .archive-central .information-tile img {
  height: 337px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  #grand-central .archive-central .information-tile img {
    height: 280px;
  }
}

@media screen and (max-width: 991px) {
  #grand-central .archive-central .information-tile img {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .information-tile img {
    height: 450px;
  }
}

@media screen and (max-width: 480px) {
  #grand-central .archive-central .information-tile img {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .information-tile .row .col-12.col-md-2 {
    text-align: center;
  }
}

#grand-central .archive-central .webinar-tile .tile-body {
  min-height: 135px !important;
  height: 135px !important;
  overflow: hidden;
}

#grand-central .archive-central .webinar-tile .tile-body h3 {
  position: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}

#grand-central .archive-central .webinar-tile img {
  min-height: 170px !important;
}

#grand-central .archive-central #js-conference-list .conference-tile img {
  min-height: 340.5px;
  max-height: 340.5px;
  -o-object-fit: cover;
     object-fit: cover;
}

#grand-central .archive-central .heading h1 {
  font-size: 48px;
}

#grand-central .archive-central .heading p {
  font-size: 18px;
  max-width: 738px;
}

#grand-central .archive-central .dropdown-toggle:after {
  color: #00AEEF;
}

#grand-central .archive-central .news-wrap {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

#grand-central .archive-central .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#grand-central .archive-central .btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #grand-central .archive-central .btn-group .btn {
    -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
  }

  #grand-central .archive-central .btn-group .dropdown {
    margin-bottom: 15px;
  }
}

#grand-central .archive-central .dropdown {
  min-width: 150px;
}

@media screen and (max-width: 480px) {
  #grand-central .archive-central .dropdown {
    min-width: 90px;
  }
}

#grand-central .archive-central .dropdown .dropdown-menu {
  font-size: 14px;
  font-family: "Raleway", "Arial", serif;
}

#grand-central .archive-central .dropdown .btn {
  font-weight: 400;
  color: #212529;
}

#grand-central .archive-central .dropdown button {
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#grand-central .archive-central .dropdown button:active {
  border-color: #dee2e6;
}

#grand-central .archive-central .dropdown:last-child {
  margin-right: 0;
}

#grand-central .archive-central input {
  font-weight: 400;
  color: #212529;
}

#grand-central .archive-central .jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#grand-central .archive-central .jc-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#grand-central .archive-central #search-info {
  color: #212529;
  border-right: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
          border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
}

#grand-central .archive-central #search-info::-webkit-input-placeholder {
  color: #212529;
}

#grand-central .archive-central #search-info:-ms-input-placeholder {
  color: #212529;
}

#grand-central .archive-central #search-info::-ms-input-placeholder {
  color: #212529;
}

#grand-central .archive-central #search-info::placeholder {
  color: #212529;
}

#grand-central .archive-central .search-icon {
  background: transparent;
  outline: none;
  top: 0px;
  right: 15px;
  height: 39px;
  border: 1px solid #dee2e6;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  border-left: 0;
  padding-right: 10px;
  padding-left: 10px;
}

#grand-central .archive-central .divider-bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #dee2e6;
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .divider-bottom {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #grand-central .archive-central .divider-bottom .col-12.col-md-2 {
    margin-bottom: 15px;
  }
}

#grand-central .archive-central .pagination li a {
  padding: 7px 12px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

#grand-central .archive-central .pagination li:first-child {
  padding-left: 0;
}

#grand-central .archive-central .pagination li:last-child {
  padding-right: 0;
}

#grand-central .archive-central .pagination .active {
  background-color: #00aeef;
  color: #fff;
  font-weight: bold;
}

#grand-central .archive-central .grid a:first-child {
  margin-right: 20px;
}

#grand-central .archive-central .grid i {
  font-size: 30px;
}

#grand-central #related-items .information-tile.bd-btm,
#grand-central #related-items .webinar-tile.bd-btm {
  border-bottom: 1px solid #828282 !important;
}

#grand-central #related-items .information-tile img,
#grand-central #related-items .webinar-tile img {
  width: 100%;
  max-width: 121px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  #grand-central #related-items .information-tile img,
  #grand-central #related-items .webinar-tile img {
    height: 160px;
  }
}

#grand-central #related-items .information-tile .col-3,
#grand-central #related-items .webinar-tile .col-3 {
  max-width: 19%;
}

#grand-central #related-items .information-tile .col-9 span,
#grand-central #related-items .webinar-tile .col-9 span {
  font-size: 12px;
}

#grand-central #related-items .webinar-tile img {
  height: 94px !important;
  min-height: inherit !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #grand-central #home-latest-news .news-tile.featured .thumbnail img,
  #grand-central #home-latest-news .news-tile.featured .tile-body {
    min-width: 540px;
  }

  #grand-central .menu-wrap .btn-new {
    left: 50px;
  }

  #grand-central .webinar-tile .text-white {
    max-width: 330px;
  }

  #grand-central .webinar-tile .text-wrap {
    top: 0;
    left: 10px !important;
  }

  #grand-central #home-links {
    margin-bottom: -1715px;
  }

  #grand-central .js-webinar-list .text-wrap {
    right: 10px;
  }

  #grand-central .js-webinar-list .text-white {
    max-width: 246.5px !important;
  }

  #grand-central.page-template-template-discover .site-main {
    max-height: 7800px;
    overflow: hidden;
  }
}

.post-type-archive-webinar .divider-bottom > .col-12.col-md-10 {
  max-width: initial !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.post-type-archive-webinar .search-container {
  display: none;
}

.discover-listing > .col-12.mb-5.pr-5 {
  padding-right: 15px !important;
}

.discover-listing .sort-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.discover-listing .divider-bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.discover-listing .dropdown {
  max-width: 150px;
}

.discover-listing .dropdown-menu {
  padding: 10px;
  min-width: 16.8rem !important;
  min-width: 264px !important;
}

.discover-listing .dropdown-menu.bg-secondary-light {
  color: #232F69;
}

.discover-listing .dropdown-menu input {
  max-width: 16px;
}

.discover-listing .dropdown-menu label {
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
}

#js-discover-list img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#js-discover-list .bd-btm {
  border-bottom: 1px solid #e8e8e8;
}

#js-discover-list .bd-btm:last-child {
  border-bottom: 0;
}

#js-discover-list .date {
  text-transform: uppercase;
  color: #00AEEF;
  font-weight: 500 !important;
}

#js-discover-list span {
  font-size: 12px;
}

#js-discover-list .author {
  font-size: 12px;
}

.page-template-template-discover #discover-form .dropdown .font-size-small {
  font-size: 18px !important;
}

.page-template-template-discover #discover-form .dropdown-menu {
  padding: 10px;
  min-width: 16.8rem !important;
  padding-bottom: 0;
}

.page-template-template-discover #discover-form .dropdown-menu.bg-secondary-light {
  color: #232F69;
}

.page-template-template-discover #discover-form .dropdown-menu input {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .page-template-template-discover .divider-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .page-template-template-discover .divider-bottom .dropdown {
    margin-top: 15px;
  }
}

.page-template-template-discover .search-wrapper {
  background-color: #005FAA;
  padding: 2rem;
}

.page-template-template-discover .search-wrapper input[type=text] {
  color: #212529;
  -webkit-border-top-right-radius: 0 !important;
          border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
  height: 57px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .page-template-template-discover .search-wrapper input[type=text] {
    -webkit-border-top-right-radius: 0.5rem !important;
            border-top-right-radius: 0.5rem !important;
    -webkit-border-bottom-right-radius: 0.5rem !important;
            border-bottom-right-radius: 0.5rem !important;
    margin-bottom: 15px;
  }
}

.page-template-template-discover .search-wrapper input[type=text]::-webkit-input-placeholder {
  color: #212529;
}

.page-template-template-discover .search-wrapper input[type=text]:-ms-input-placeholder {
  color: #212529;
}

.page-template-template-discover .search-wrapper input[type=text]::-ms-input-placeholder {
  color: #212529;
}

.page-template-template-discover .search-wrapper input[type=text]::placeholder {
  color: #212529;
}

@media screen and (max-width: 767px) {
  .page-template-template-discover .search-wrapper .dropdown {
    margin-bottom: 15px;
  }

  .page-template-template-discover .search-wrapper .dropdown button {
    -webkit-border-radius: 0.5rem !important;
            border-radius: 0.5rem !important;
  }
}

.page-template-template-discover .search-wrapper button.border-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 57px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border: 1px solid #dee2e6;
  text-align: inherit;
  font-size: 18px;
}

.page-template-template-discover .search-wrapper .dropdown-menu {
  width: 100% !important;
  font-size: 16px !important;
}

.page-template-template-discover .search-wrapper .search-icon {
  height: 57px !important;
  width: 100%;
  border-color: #00AEEF !important;
  max-width: 72px;
}

@media screen and (max-width: 767px) {
  .page-template-template-discover .search-wrapper .search-icon {
    -webkit-border-radius: 0.5rem !important;
            border-radius: 0.5rem !important;
    width: 100%;
    max-width: inherit;
  }
}

.page-template-template-discover .search-wrapper .search-icon:hover {
  border-color: #0089bc !important;
}

.page-template-template-discover .search-wrapper .search-icon i {
  font-size: 25px;
}

.page-template-template-discover .explore-wrap {
  margin-top: 90px;
}

.page-template-template-discover .explore-wrap ul li a {
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.page-template-template-discover .explore-tile {
  position: relative;
}

.page-template-template-discover .explore-tile h5 {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  top: 80%;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-template-discover .explore-tile .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
}

.page-template-template-discover .explore-tile img {
  max-width: 360px;
  min-height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.page-template-template-discover .news img {
  min-height: 110px;
  max-height: 110px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-template-template-discover .news img {
    min-height: 90px;
    max-height: 90px;
  }
}

@media screen and (max-width: 991px) {
  .page-template-template-discover .news img {
    min-height: 50px;
    max-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-template-discover .news img {
    min-height: 258px;
    max-height: 258px;
  }
}

@media screen and (max-width: 480px) {
  .page-template-template-discover .news img {
    min-height: 200px;
    max-height: 200px;
  }
}

.page-template-template-discover-listing .archive-central .row {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.page-template-template-discover-listing .search-wrapper input[type=text] {
  color: #212529;
  -webkit-border-top-right-radius: 0 !important;
          border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
  height: 57px;
  font-size: 18px;
}

.page-template-template-discover-listing .search-wrapper input[type=text]::-webkit-input-placeholder {
  color: #212529;
}

.page-template-template-discover-listing .search-wrapper input[type=text]:-ms-input-placeholder {
  color: #212529;
}

.page-template-template-discover-listing .search-wrapper input[type=text]::-ms-input-placeholder {
  color: #212529;
}

.page-template-template-discover-listing .search-wrapper input[type=text]::placeholder {
  color: #212529;
}

.page-template-template-discover-listing .search-wrapper button.border-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 57px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border: 1px solid #dee2e6;
  text-align: inherit;
  font-size: 18px;
}

.page-template-template-discover-listing .search-wrapper .dropdown-menu {
  width: 100% !important;
  font-size: 16px !important;
}

.page-template-template-discover-listing .search-wrapper .search-icon {
  height: 57px !important;
  width: 100%;
  background-color: transparent !important;
  max-width: 72px;
}

.page-template-template-discover-listing .search-wrapper .search-icon i {
  color: #0067b1;
  font-size: 25px;
}

.page-template-template-discover-listing .divider-bottom {
  padding-bottom: 25px !important;
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-template-discover-listing .discover-filter .dropdown button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: 53px !important;
}

.page-template-template-discover-listing .discover-filter .form-check label {
  font-size: 14px;
}

.page-template-template-discover-listing .discover-filter .btn-new {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 3px 5px;
  min-width: 74px;
  margin-bottom: 15px;
  text-align: center;
}

.page-template-template-discover-listing .discover-filter .btn-new.active {
  background-color: #9e5a00;
}

.page-template-template-discover-listing .discover-filter .btn-new .close {
  font-size: 10px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  position: relative;
  outline: 0;
  top: 9px;
  right: 6px;
}

.page-template-template-discover-listing .discover-filter .btn-new a {
  color: #fff;
  font-size: 12px;
}

#discover-list .information-tile:first-child,
#discover-list .webinar-tile:first-child,
#discover-list .news-tile:first-child {
  padding-top: 1.5rem !important;
}

#discover-list .information-tile.bd-btm,
#discover-list .webinar-tile.bd-btm,
#discover-list .news-tile.bd-btm {
  border-bottom: 1px solid #dee2e6 !important;
}

#discover-list .information-tile.bd-btm:last-child,
#discover-list .webinar-tile.bd-btm:last-child,
#discover-list .news-tile.bd-btm:last-child {
  border-bottom: 0 !important;
}

#discover-list .information-tile img,
#discover-list .webinar-tile img,
#discover-list .news-tile img {
  width: 100%;
  max-width: 142px;
  height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#discover-list .information-tile .col-2,
#discover-list .webinar-tile .col-2,
#discover-list .news-tile .col-2 {
  max-width: inherit;
}

#discover-list .information-tile .col-10 span,
#discover-list .webinar-tile .col-10 span,
#discover-list .news-tile .col-10 span {
  font-size: 12px;
}

#discover-list .information-tile p,
#discover-list .webinar-tile p,
#discover-list .news-tile p {
  font-size: 14px;
}

#discover-list .information-tile p.author,
#discover-list .webinar-tile p.author,
#discover-list .news-tile p.author {
  font-size: 12px;
}

#discover-list .webinar-tile img {
  height: 94px !important;
  min-height: inherit !important;
}

#discover-list .news-tile img {
  height: 106px !important;
  min-height: inherit !important;
}

#discover-list .date {
  color: #00AEEF;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #discover-list #site-header .logo-wrapper {
    display: none !important;
  }

  #discover-list .primary-menu {
    display: none;
  }

  #discover-list .menu-item-15125,
  #discover-list .menu-item-15213,
  #discover-list .menu-item-19546 {
    display: none;
  }
}

.bbpress .breadcrumbs-wrapper,
.bbp-user-page .breadcrumbs-wrapper {
  display: none !important;
}

.bbpress .container.py-5 .row .col-sm-3.mb-3,
.bbp-user-page .container.py-5 .row .col-sm-3.mb-3 {
  display: none;
}

.bbpress .container.py-5 .row .col-sm-9,
.bbp-user-page .container.py-5 .row .col-sm-9 {
  max-width: initial;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.bbpress .bbp-submit-wrapper button[type=submit],
.bbp-user-page .bbp-submit-wrapper button[type=submit] {
  padding: 4px 15px;
  background-color: #F99C20;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  border: 0;
}

.bbpress #bbp_search_submit,
.bbp-user-page #bbp_search_submit {
  padding: 4px 15px;
  background-color: #F99C20;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  border: 0;
}

.bbpress ul li,
.bbp-user-page ul li {
  font-size: 16px;
}

.bbpress p,
.bbp-user-page p {
  font-size: 16px;
}

.bbpress p.bbp-topic-meta,
.bbp-user-page p.bbp-topic-meta {
  font-size: 14px;
}

.bbpress #favorite-toggle,
.bbpress #subscription-toggle,
.bbp-user-page #favorite-toggle,
.bbp-user-page #subscription-toggle {
  font-size: 13px;
}

#bbpress-forums ul li {
  font-size: 16px;
}

#bbpress-forums p {
  font-size: 16px;
}

#bbpress-forums p.bbp-topic-meta {
  font-size: 13px;
}

#bbpress-forums .bbp-pagination-count {
  font-size: 13px;
}

#bbpress-forums .bbp-footer,
#bbpress-forums .bbp-header {
  color: #fff;
  background: #0067b1 !important;
}

#bbpress-forums label[for=rememberme] {
  font-size: 16px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 12px;
}

#sort-wrap .dropdown-menu {
  min-width: 11.8rem !important;
  padding-bottom: 10px !important;
}

.annual-report ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.annual-report ul li .icon {
  max-width: 70px;
  width: 100%;
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .annual-report ul {
    position: relative;
    left: -5px;
  }
}

.annual-report .report-img img {
  max-width: 480px;
  width: 100%;
  image-rendering: auto !important;
}

.annual-report .btn-new {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .video-report .w-75 {
    width: 100% !important;
  }
}

section.bg-dark-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.8);
}

.page-template-template-dynamic .button-block .btn {
  padding: 12px 30px;
  font-size: 18px;
  line-height: 18px;
  width: auto;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: none;
  margin: 20px 0;
}

.page-template-template-dynamic .button-block .btn-primary {
  background: #548a36 !important;
}

.page-template-template-dynamic .button-block .btn-secondary {
  background: #e18f1c !important;
}

.page-template-template-dynamic .button-block .btn-oxide {
  background: #8a3b2e !important;
}

.page-template-template-dynamic .button-block .btn-ash {
  background: #8e9c7a !important;
}

.page-template-template-dynamic .button-block .btn-Sunset {
  background: #ffd400 !important;
}

.page-template-template-dynamic .button-block .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: 100%;
}

.page-template-template-dynamic .button-block .btn-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-template-template-dynamic .button-block .btn-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-template-template-dynamic .button-block .btn-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-dynamic .button-block .btn-justified {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-template-dynamic .subscribe {
  height: auto;
  padding: 36px 0;
}

.page-template-template-dynamic .faq-accordion-wrapper.full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-template-dynamic .faq-accordion-wrapper.full-width .faq-column-1,
.page-template-template-dynamic .faq-accordion-wrapper.full-width .faq-column-2 {
  width: 100% !important;
}

.page-template-template-dynamic .table-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-template-template-dynamic .table-nav .default {
  border-color: #d0d0d0 !important;
  border: 1px solid;
  background: #ffffff !important;
  color: #58585b !important;
  font-weight: 600 !important;
}

.page-template-template-dynamic .table-nav .default.active,
.page-template-template-dynamic .table-nav .default:hover {
  border-color: #548a36 !important;
  color: #fff !important;
  background: #548a36 !important;
  font-weight: 600 !important;
}

.page-template-template-dynamic .table-alcam-nav .default {
  border-color: #fff !important;
  border: 1px solid;
  background: #fff !important;
  color: #1f2a44 !important;
  font-weight: 600 !important;
}

.page-template-template-dynamic .table-alcam-nav .default.active,
.page-template-template-dynamic .table-alcam-nav .default:hover {
  border-color: #c5361b !important;
  color: #fff !important;
  background: #c5361b !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 767px) {
  .page-template-template-dynamic .subscribe {
    height: auto;
    padding: 36px 0;
    margin: 0 -15px;
  }

  .page-template-template-dynamic .product-faq {
    display: block;
  }

  .page-template-template-dynamic .faq-accordion-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-template-template-dynamic .faq-accordion-wrapper .faq-column-1,
  .page-template-template-dynamic .faq-accordion-wrapper .faq-column-2 {
    width: 100%;
  }

  .page-template-template-dynamic .faq-accordion-wrapper.py-md-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}

