@charset "UTF-8";
.font-weight-medium {
  font-weight: 500;
}

.opacity-10 {
  opacity: .9;
}

.opacity-20 {
  opacity: .8;
}

.opacity-30 {
  opacity: .7;
}

.opacity-40 {
  opacity: .6;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .4;
}

.opacity-70 {
  opacity: .3;
}

.opacity-80 {
  opacity: .2;
}

.opacity-90 {
  opacity: .1;
}

.opacity-100 {
  opacity: 1;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.z-index--1 {
  z-index: -1 !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.w-container {
  width: calc(100% - 30px);
  position: relative;
  left: -15px;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --Alabaster: #F9F9F9;
  --Alto: #D8D8D8;
  --Aquamarine: #45FFFB;
  --Black: #000000;
  --Concrete: #F2F2F2;
  --DoveGray: #6C6C6C;
  --Gallery: #EFEFEF;
  --Gray: #868686;
  --MineShaft: #323232;
  --MountainMeadow: #21E483;
  --RipeLemon: #ef5d36;
  --SilverChalice: #B1B0B0;
  --SpringGreen: #00FF97;
  --Transparent: rgba(255, 255, 255, 0);
  --White: #FFFFFF;
  --ClearDay: #F7FFFC;
  --BlackWhite: #FFFFF8;
  --OuterSpace: #3c3c3c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #868686;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #606060;
  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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  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.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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: 1260px) {
  .container {
    max-width: 1200px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .webform-client-form [id^=stud_select_ldf_nid_],
.webform-client-form #dropdown-second-replace, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .node-teaser .webform-client-form .form-item, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .webform-client-form [id^=stud_select_ldf_nid_],
.webform-client-form #dropdown-second-replace {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12, .node-teaser .webform-client-form .form-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-Alabaster,
.table-Alabaster > th,
.table-Alabaster > td {
  background-color: #fdfdfd;
}

.table-hover .table-Alabaster:hover {
  background-color: #f0f0f0;
}
.table-hover .table-Alabaster:hover > td,
.table-hover .table-Alabaster:hover > th {
  background-color: #f0f0f0;
}

.table-Alto,
.table-Alto > th,
.table-Alto > td {
  background-color: #f4f4f4;
}

.table-hover .table-Alto:hover {
  background-color: #e7e7e7;
}
.table-hover .table-Alto:hover > td,
.table-hover .table-Alto:hover > th {
  background-color: #e7e7e7;
}

.table-Aquamarine,
.table-Aquamarine > th,
.table-Aquamarine > td {
  background-color: #cbfffe;
}

.table-hover .table-Aquamarine:hover {
  background-color: #b2fffe;
}
.table-hover .table-Aquamarine:hover > td,
.table-hover .table-Aquamarine:hover > th {
  background-color: #b2fffe;
}

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

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

.table-Concrete,
.table-Concrete > th,
.table-Concrete > td {
  background-color: #fbfbfb;
}

.table-hover .table-Concrete:hover {
  background-color: #eeeeee;
}
.table-hover .table-Concrete:hover > td,
.table-hover .table-Concrete:hover > th {
  background-color: #eeeeee;
}

.table-DoveGray,
.table-DoveGray > th,
.table-DoveGray > td {
  background-color: #d6d6d6;
}

.table-hover .table-DoveGray:hover {
  background-color: #c9c9c9;
}
.table-hover .table-DoveGray:hover > td,
.table-hover .table-DoveGray:hover > th {
  background-color: #c9c9c9;
}

.table-Gallery,
.table-Gallery > th,
.table-Gallery > td {
  background-color: #fbfbfb;
}

.table-hover .table-Gallery:hover {
  background-color: #eeeeee;
}
.table-hover .table-Gallery:hover > td,
.table-hover .table-Gallery:hover > th {
  background-color: #eeeeee;
}

.table-Gray,
.table-Gray > th,
.table-Gray > td {
  background-color: #dddddd;
}

.table-hover .table-Gray:hover {
  background-color: #d0d0d0;
}
.table-hover .table-Gray:hover > td,
.table-hover .table-Gray:hover > th {
  background-color: #d0d0d0;
}

.table-MineShaft,
.table-MineShaft > th,
.table-MineShaft > td {
  background-color: #c6c6c6;
}

.table-hover .table-MineShaft:hover {
  background-color: #b9b9b9;
}
.table-hover .table-MineShaft:hover > td,
.table-hover .table-MineShaft:hover > th {
  background-color: #b9b9b9;
}

.table-MountainMeadow,
.table-MountainMeadow > th,
.table-MountainMeadow > td {
  background-color: #c1f7dc;
}

.table-hover .table-MountainMeadow:hover {
  background-color: #aaf4cf;
}
.table-hover .table-MountainMeadow:hover > td,
.table-hover .table-MountainMeadow:hover > th {
  background-color: #aaf4cf;
}

.table-RipeLemon,
.table-RipeLemon > th,
.table-RipeLemon > td {
  background-color: #fbd2c7;
}

.table-hover .table-RipeLemon:hover {
  background-color: #f9bfaf;
}
.table-hover .table-RipeLemon:hover > td,
.table-hover .table-RipeLemon:hover > th {
  background-color: #f9bfaf;
}

.table-SilverChalice,
.table-SilverChalice > th,
.table-SilverChalice > td {
  background-color: #e9e9e9;
}

.table-hover .table-SilverChalice:hover {
  background-color: gainsboro;
}
.table-hover .table-SilverChalice:hover > td,
.table-hover .table-SilverChalice:hover > th {
  background-color: gainsboro;
}

.table-SpringGreen,
.table-SpringGreen > th,
.table-SpringGreen > td {
  background-color: #b8ffe2;
}

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

.table-Transparent,
.table-Transparent > th,
.table-Transparent > td {
  background-color: rgba(255, 255, 255, 0.72);
}

.table-hover .table-Transparent:hover {
  background-color: rgba(242, 242, 242, 0.72);
}
.table-hover .table-Transparent:hover > td,
.table-hover .table-Transparent:hover > th {
  background-color: rgba(242, 242, 242, 0.72);
}

.table-White,
.table-White > th,
.table-White > td {
  background-color: white;
}

.table-hover .table-White:hover {
  background-color: #f2f2f2;
}
.table-hover .table-White:hover > td,
.table-hover .table-White:hover > th {
  background-color: #f2f2f2;
}

.table-ClearDay,
.table-ClearDay > th,
.table-ClearDay > td {
  background-color: #fdfffe;
}

.table-hover .table-ClearDay:hover {
  background-color: #e4fff1;
}
.table-hover .table-ClearDay:hover > td,
.table-hover .table-ClearDay:hover > th {
  background-color: #e4fff1;
}

.table-BlackWhite,
.table-BlackWhite > th,
.table-BlackWhite > td {
  background-color: #fffffd;
}

.table-hover .table-BlackWhite:hover {
  background-color: #ffffe4;
}
.table-hover .table-BlackWhite:hover > td,
.table-hover .table-BlackWhite:hover > th {
  background-color: #ffffe4;
}

.table-OuterSpace,
.table-OuterSpace > th,
.table-OuterSpace > td {
  background-color: #c8c8c8;
}

.table-hover .table-OuterSpace:hover {
  background-color: #bbbbbb;
}
.table-hover .table-OuterSpace:hover > td,
.table-hover .table-OuterSpace:hover > th {
  background-color: #bbbbbb;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1259.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .webform-client-form .form-item select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control, .webform-client-form .form-item select {
    transition: none;
  }
}
.form-control::-ms-expand, .webform-client-form .form-item select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .webform-client-form .form-item select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, .webform-client-form .form-item select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .webform-client-form .form-item select:disabled, .form-control[readonly], .webform-client-form .form-item select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), .webform-client-form .form-item select:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}
select.form-control:focus::-ms-value, .webform-client-form .form-item select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .webform-client-form .form-item .input-group-sm > select.form-control-plaintext,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .webform-client-form .form-item .input-group-lg > select.form-control-plaintext,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .webform-client-form .form-item .input-group-sm > 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.76563rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .webform-client-form .form-item .input-group-sm > select:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.64844rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .webform-client-form .form-item .input-group-lg > 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: 2.625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .webform-client-form .form-item .input-group-lg > select:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.9375rem + 2px);
}

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

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

.form-row, .webform-client-form #dropdown-second-replace .form-item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .webform-client-form #dropdown-second-replace .form-item > .col,
.form-row > [class*="col-"],
.webform-client-form #dropdown-second-replace .form-item > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

.form-check-label, .aol_checkout_form .terms_conditions .form-item label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input, .form-check-inline .aol_checkout_form .terms_conditions .form-item input, .aol_checkout_form .terms_conditions .form-item .form-check-inline input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid, .was-validated .webform-client-form .form-item select:valid, .webform-client-form .form-item .was-validated select:valid, .form-control.is-valid, .webform-client-form .form-item select.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .was-validated .webform-client-form .form-item select:valid:focus, .webform-client-form .form-item .was-validated select:valid:focus, .form-control.is-valid:focus, .webform-client-form .form-item select.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .webform-client-form .form-item select:valid ~ .valid-feedback, .webform-client-form .form-item .was-validated select:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .webform-client-form .form-item select:valid ~ .valid-tooltip,
.webform-client-form .form-item .was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .webform-client-form .form-item select.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.webform-client-form .form-item select.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .aol_checkout_form .terms_conditions .form-item input:valid ~ .form-check-label, .aol_checkout_form .terms_conditions .form-item .was-validated input:valid ~ .form-check-label, .was-validated .aol_checkout_form .terms_conditions .form-item .form-check-input:valid ~ label, .aol_checkout_form .terms_conditions .form-item .was-validated .form-check-input:valid ~ label, .was-validated .aol_checkout_form .terms_conditions .form-item input:valid ~ label, .aol_checkout_form .terms_conditions .form-item .was-validated input:valid ~ label, .form-check-input.is-valid ~ .form-check-label, .aol_checkout_form .terms_conditions .form-item input.is-valid ~ .form-check-label, .aol_checkout_form .terms_conditions .form-item .form-check-input.is-valid ~ label, .aol_checkout_form .terms_conditions .form-item input.is-valid ~ label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .aol_checkout_form .terms_conditions .form-item input:valid ~ .valid-feedback, .aol_checkout_form .terms_conditions .form-item .was-validated input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .aol_checkout_form .terms_conditions .form-item input:valid ~ .valid-tooltip,
.aol_checkout_form .terms_conditions .form-item .was-validated input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .aol_checkout_form .terms_conditions .form-item input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.aol_checkout_form .terms_conditions .form-item input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .was-validated .webform-client-form .form-item select:invalid, .webform-client-form .form-item .was-validated select:invalid, .form-control.is-invalid, .webform-client-form .form-item select.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .webform-client-form .form-item select:invalid:focus, .webform-client-form .form-item .was-validated select:invalid:focus, .form-control.is-invalid:focus, .webform-client-form .form-item select.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .webform-client-form .form-item select:invalid ~ .invalid-feedback, .webform-client-form .form-item .was-validated select:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .webform-client-form .form-item select:invalid ~ .invalid-tooltip,
.webform-client-form .form-item .was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .webform-client-form .form-item select.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.webform-client-form .form-item select.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .aol_checkout_form .terms_conditions .form-item input:invalid ~ .form-check-label, .aol_checkout_form .terms_conditions .form-item .was-validated input:invalid ~ .form-check-label, .was-validated .aol_checkout_form .terms_conditions .form-item .form-check-input:invalid ~ label, .aol_checkout_form .terms_conditions .form-item .was-validated .form-check-input:invalid ~ label, .was-validated .aol_checkout_form .terms_conditions .form-item input:invalid ~ label, .aol_checkout_form .terms_conditions .form-item .was-validated input:invalid ~ label, .form-check-input.is-invalid ~ .form-check-label, .aol_checkout_form .terms_conditions .form-item input.is-invalid ~ .form-check-label, .aol_checkout_form .terms_conditions .form-item .form-check-input.is-invalid ~ label, .aol_checkout_form .terms_conditions .form-item input.is-invalid ~ label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .aol_checkout_form .terms_conditions .form-item input:invalid ~ .invalid-feedback, .aol_checkout_form .terms_conditions .form-item .was-validated input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .aol_checkout_form .terms_conditions .form-item input:invalid ~ .invalid-tooltip,
.aol_checkout_form .terms_conditions .form-item .was-validated input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .aol_checkout_form .terms_conditions .form-item input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.aol_checkout_form .terms_conditions .form-item input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check, .form-inline .aol_checkout_form .terms_conditions .form-item, .aol_checkout_form .terms_conditions .form-inline .form-item {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .webform-client-form .form-item select, .webform-client-form .form-item .form-inline select {
    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, .form-inline .aol_checkout_form .terms_conditions .form-item, .aol_checkout_form .terms_conditions .form-inline .form-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .form-inline .aol_checkout_form .terms_conditions .form-item input, .aol_checkout_form .terms_conditions .form-item .form-inline input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-Alabaster {
  color: #212529;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Alabaster:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-Alabaster:focus, .btn-Alabaster.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.btn-Alabaster.disabled, .btn-Alabaster:disabled {
  color: #212529;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-Alabaster:not(:disabled):not(.disabled):active, .btn-Alabaster:not(:disabled):not(.disabled).active, .show > .btn-Alabaster.dropdown-toggle {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}
.btn-Alabaster:not(:disabled):not(.disabled):active:focus, .btn-Alabaster:not(:disabled):not(.disabled).active:focus, .show > .btn-Alabaster.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.btn-Alto {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Alto:hover {
  color: #212529;
  background-color: #c5c5c5;
  border-color: #bfbfbf;
}
.btn-Alto:focus, .btn-Alto.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}
.btn-Alto.disabled, .btn-Alto:disabled {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}
.btn-Alto:not(:disabled):not(.disabled):active, .btn-Alto:not(:disabled):not(.disabled).active, .show > .btn-Alto.dropdown-toggle {
  color: #212529;
  background-color: #bfbfbf;
  border-color: #b8b8b8;
}
.btn-Alto:not(:disabled):not(.disabled):active:focus, .btn-Alto:not(:disabled):not(.disabled).active:focus, .show > .btn-Alto.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.btn-Aquamarine {
  color: #212529;
  background-color: #45FFFB;
  border-color: #45FFFB;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Aquamarine:hover {
  color: #212529;
  background-color: #1ffffa;
  border-color: #12fffa;
}
.btn-Aquamarine:focus, .btn-Aquamarine.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(69, 255, 251, 0.5);
}
.btn-Aquamarine.disabled, .btn-Aquamarine:disabled {
  color: #212529;
  background-color: #45FFFB;
  border-color: #45FFFB;
}
.btn-Aquamarine:not(:disabled):not(.disabled):active, .btn-Aquamarine:not(:disabled):not(.disabled).active, .show > .btn-Aquamarine.dropdown-toggle {
  color: #212529;
  background-color: #12fffa;
  border-color: #05fffa;
}
.btn-Aquamarine:not(:disabled):not(.disabled):active:focus, .btn-Aquamarine:not(:disabled):not(.disabled).active:focus, .show > .btn-Aquamarine.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(69, 255, 251, 0.5);
}

.btn-Black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-Black:focus, .btn-Black.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-Black.disabled, .btn-Black:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-Black:not(:disabled):not(.disabled):active, .btn-Black:not(:disabled):not(.disabled).active, .show > .btn-Black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-Black:not(:disabled):not(.disabled):active:focus, .btn-Black:not(:disabled):not(.disabled).active:focus, .show > .btn-Black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-Concrete {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Concrete:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-Concrete:focus, .btn-Concrete.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-Concrete.disabled, .btn-Concrete:disabled {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-Concrete:not(:disabled):not(.disabled):active, .btn-Concrete:not(:disabled):not(.disabled).active, .show > .btn-Concrete.dropdown-toggle {
  color: #212529;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.btn-Concrete:not(:disabled):not(.disabled):active:focus, .btn-Concrete:not(:disabled):not(.disabled).active:focus, .show > .btn-Concrete.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-DoveGray {
  color: #fff;
  background-color: #6C6C6C;
  border-color: #6C6C6C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-DoveGray:hover {
  color: #fff;
  background-color: #595959;
  border-color: #535353;
}
.btn-DoveGray:focus, .btn-DoveGray.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-DoveGray.disabled, .btn-DoveGray:disabled {
  color: #fff;
  background-color: #6C6C6C;
  border-color: #6C6C6C;
}
.btn-DoveGray:not(:disabled):not(.disabled):active, .btn-DoveGray:not(:disabled):not(.disabled).active, .show > .btn-DoveGray.dropdown-toggle {
  color: #fff;
  background-color: #535353;
  border-color: #4c4c4c;
}
.btn-DoveGray:not(:disabled):not(.disabled):active:focus, .btn-DoveGray:not(:disabled):not(.disabled).active:focus, .show > .btn-DoveGray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}

.btn-Gallery {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Gallery:hover {
  color: #212529;
  background-color: gainsboro;
  border-color: #d6d6d6;
}
.btn-Gallery:focus, .btn-Gallery.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}
.btn-Gallery.disabled, .btn-Gallery:disabled {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-Gallery:not(:disabled):not(.disabled):active, .btn-Gallery:not(:disabled):not(.disabled).active, .show > .btn-Gallery.dropdown-toggle {
  color: #212529;
  background-color: #d6d6d6;
  border-color: #cfcfcf;
}
.btn-Gallery:not(:disabled):not(.disabled):active:focus, .btn-Gallery:not(:disabled):not(.disabled).active:focus, .show > .btn-Gallery.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-Gray {
  color: #fff;
  background-color: #868686;
  border-color: #868686;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Gray:hover {
  color: #fff;
  background-color: #737373;
  border-color: #6d6d6d;
}
.btn-Gray:focus, .btn-Gray.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}
.btn-Gray.disabled, .btn-Gray:disabled {
  color: #fff;
  background-color: #868686;
  border-color: #868686;
}
.btn-Gray:not(:disabled):not(.disabled):active, .btn-Gray:not(:disabled):not(.disabled).active, .show > .btn-Gray.dropdown-toggle {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #666666;
}
.btn-Gray:not(:disabled):not(.disabled):active:focus, .btn-Gray:not(:disabled):not(.disabled).active:focus, .show > .btn-Gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}

.btn-MineShaft {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-MineShaft:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #191919;
}
.btn-MineShaft:focus, .btn-MineShaft.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}
.btn-MineShaft.disabled, .btn-MineShaft:disabled {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}
.btn-MineShaft:not(:disabled):not(.disabled):active, .btn-MineShaft:not(:disabled):not(.disabled).active, .show > .btn-MineShaft.dropdown-toggle {
  color: #fff;
  background-color: #191919;
  border-color: #121212;
}
.btn-MineShaft:not(:disabled):not(.disabled):active:focus, .btn-MineShaft:not(:disabled):not(.disabled).active:focus, .show > .btn-MineShaft.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

.btn-MountainMeadow {
  color: #212529;
  background-color: #21E483;
  border-color: #21E483;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-MountainMeadow:hover {
  color: #fff;
  background-color: #18c770;
  border-color: #17bb69;
}
.btn-MountainMeadow:focus, .btn-MountainMeadow.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(33, 228, 131, 0.5);
}
.btn-MountainMeadow.disabled, .btn-MountainMeadow:disabled {
  color: #212529;
  background-color: #21E483;
  border-color: #21E483;
}
.btn-MountainMeadow:not(:disabled):not(.disabled):active, .btn-MountainMeadow:not(:disabled):not(.disabled).active, .show > .btn-MountainMeadow.dropdown-toggle {
  color: #fff;
  background-color: #17bb69;
  border-color: #15b063;
}
.btn-MountainMeadow:not(:disabled):not(.disabled):active:focus, .btn-MountainMeadow:not(:disabled):not(.disabled).active:focus, .show > .btn-MountainMeadow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(33, 228, 131, 0.5);
}

.btn-RipeLemon {
  color: #fff;
  background-color: #ef5d36;
  border-color: #ef5d36;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-RipeLemon:hover {
  color: #fff;
  background-color: #ec4113;
  border-color: #e03d12;
}
.btn-RipeLemon:focus, .btn-RipeLemon.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(239, 93, 54, 0.5);
}
.btn-RipeLemon.disabled, .btn-RipeLemon:disabled {
  color: #fff;
  background-color: #ef5d36;
  border-color: #ef5d36;
}
.btn-RipeLemon:not(:disabled):not(.disabled):active, .btn-RipeLemon:not(:disabled):not(.disabled).active, .show > .btn-RipeLemon.dropdown-toggle {
  color: #fff;
  background-color: #e03d12;
  border-color: #d43a11;
}
.btn-RipeLemon:not(:disabled):not(.disabled):active:focus, .btn-RipeLemon:not(:disabled):not(.disabled).active:focus, .show > .btn-RipeLemon.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 93, 54, 0.5);
}

.btn-SilverChalice {
  color: #212529;
  background-color: #B1B0B0;
  border-color: #B1B0B0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-SilverChalice:hover {
  color: #212529;
  background-color: #9e9d9d;
  border-color: #989696;
}
.btn-SilverChalice:focus, .btn-SilverChalice.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(177, 176, 176, 0.5);
}
.btn-SilverChalice.disabled, .btn-SilverChalice:disabled {
  color: #212529;
  background-color: #B1B0B0;
  border-color: #B1B0B0;
}
.btn-SilverChalice:not(:disabled):not(.disabled):active, .btn-SilverChalice:not(:disabled):not(.disabled).active, .show > .btn-SilverChalice.dropdown-toggle {
  color: #212529;
  background-color: #989696;
  border-color: #919090;
}
.btn-SilverChalice:not(:disabled):not(.disabled):active:focus, .btn-SilverChalice:not(:disabled):not(.disabled).active:focus, .show > .btn-SilverChalice.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 176, 176, 0.5);
}

.btn-SpringGreen {
  color: #212529;
  background-color: #00FF97;
  border-color: #00FF97;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-SpringGreen:hover {
  color: #fff;
  background-color: #00d980;
  border-color: #00cc79;
}
.btn-SpringGreen:focus, .btn-SpringGreen.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 255, 151, 0.5);
}
.btn-SpringGreen.disabled, .btn-SpringGreen:disabled {
  color: #212529;
  background-color: #00FF97;
  border-color: #00FF97;
}
.btn-SpringGreen:not(:disabled):not(.disabled):active, .btn-SpringGreen:not(:disabled):not(.disabled).active, .show > .btn-SpringGreen.dropdown-toggle {
  color: #fff;
  background-color: #00cc79;
  border-color: #00bf71;
}
.btn-SpringGreen:not(:disabled):not(.disabled):active:focus, .btn-SpringGreen:not(:disabled):not(.disabled).active:focus, .show > .btn-SpringGreen.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 255, 151, 0.5);
}

.btn-Transparent {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-Transparent:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0);
  border-color: rgba(230, 230, 230, 0);
}
.btn-Transparent:focus, .btn-Transparent.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-Transparent.disabled, .btn-Transparent:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.btn-Transparent:not(:disabled):not(.disabled):active, .btn-Transparent:not(:disabled):not(.disabled).active, .show > .btn-Transparent.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0);
  border-color: rgba(223, 223, 223, 0);
}
.btn-Transparent:not(:disabled):not(.disabled):active:focus, .btn-Transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-Transparent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-White {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-White:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-White:focus, .btn-White.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-White.disabled, .btn-White:disabled {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-White:not(:disabled):not(.disabled):active, .btn-White:not(:disabled):not(.disabled).active, .show > .btn-White.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-White:not(:disabled):not(.disabled):active:focus, .btn-White:not(:disabled):not(.disabled).active:focus, .show > .btn-White.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-ClearDay {
  color: #212529;
  background-color: #F7FFFC;
  border-color: #F7FFFC;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-ClearDay:hover {
  color: #212529;
  background-color: #d1ffee;
  border-color: #c4ffe9;
}
.btn-ClearDay:focus, .btn-ClearDay.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(247, 255, 252, 0.5);
}
.btn-ClearDay.disabled, .btn-ClearDay:disabled {
  color: #212529;
  background-color: #F7FFFC;
  border-color: #F7FFFC;
}
.btn-ClearDay:not(:disabled):not(.disabled):active, .btn-ClearDay:not(:disabled):not(.disabled).active, .show > .btn-ClearDay.dropdown-toggle {
  color: #212529;
  background-color: #c4ffe9;
  border-color: #b7ffe4;
}
.btn-ClearDay:not(:disabled):not(.disabled):active:focus, .btn-ClearDay:not(:disabled):not(.disabled).active:focus, .show > .btn-ClearDay.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 255, 252, 0.5);
}

.btn-BlackWhite {
  color: #212529;
  background-color: #FFFFF8;
  border-color: #FFFFF8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-BlackWhite:hover {
  color: #212529;
  background-color: #ffffd2;
  border-color: #ffffc5;
}
.btn-BlackWhite:focus, .btn-BlackWhite.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 248, 0.5);
}
.btn-BlackWhite.disabled, .btn-BlackWhite:disabled {
  color: #212529;
  background-color: #FFFFF8;
  border-color: #FFFFF8;
}
.btn-BlackWhite:not(:disabled):not(.disabled):active, .btn-BlackWhite:not(:disabled):not(.disabled).active, .show > .btn-BlackWhite.dropdown-toggle {
  color: #212529;
  background-color: #ffffc5;
  border-color: #ffffb8;
}
.btn-BlackWhite:not(:disabled):not(.disabled):active:focus, .btn-BlackWhite:not(:disabled):not(.disabled).active:focus, .show > .btn-BlackWhite.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 248, 0.5);
}

.btn-OuterSpace {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-OuterSpace:hover {
  color: #fff;
  background-color: #292929;
  border-color: #232323;
}
.btn-OuterSpace:focus, .btn-OuterSpace.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-OuterSpace.disabled, .btn-OuterSpace:disabled {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.btn-OuterSpace:not(:disabled):not(.disabled):active, .btn-OuterSpace:not(:disabled):not(.disabled).active, .show > .btn-OuterSpace.dropdown-toggle {
  color: #fff;
  background-color: #232323;
  border-color: #1c1c1c;
}
.btn-OuterSpace:not(:disabled):not(.disabled):active:focus, .btn-OuterSpace:not(:disabled):not(.disabled).active:focus, .show > .btn-OuterSpace.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-Alabaster {
  color: #F9F9F9;
  background-color: transparent;
  background-image: none;
  border-color: #F9F9F9;
}
.btn-outline-Alabaster:hover {
  color: #212529;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-outline-Alabaster:focus, .btn-outline-Alabaster.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.btn-outline-Alabaster.disabled, .btn-outline-Alabaster:disabled {
  color: #F9F9F9;
  background-color: transparent;
}
.btn-outline-Alabaster:not(:disabled):not(.disabled):active, .btn-outline-Alabaster:not(:disabled):not(.disabled).active, .show > .btn-outline-Alabaster.dropdown-toggle {
  color: #212529;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-outline-Alabaster:not(:disabled):not(.disabled):active:focus, .btn-outline-Alabaster:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Alabaster.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.btn-outline-Alto {
  color: #D8D8D8;
  background-color: transparent;
  background-image: none;
  border-color: #D8D8D8;
}
.btn-outline-Alto:hover {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}
.btn-outline-Alto:focus, .btn-outline-Alto.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}
.btn-outline-Alto.disabled, .btn-outline-Alto:disabled {
  color: #D8D8D8;
  background-color: transparent;
}
.btn-outline-Alto:not(:disabled):not(.disabled):active, .btn-outline-Alto:not(:disabled):not(.disabled).active, .show > .btn-outline-Alto.dropdown-toggle {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}
.btn-outline-Alto:not(:disabled):not(.disabled):active:focus, .btn-outline-Alto:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Alto.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.btn-outline-Aquamarine {
  color: #45FFFB;
  background-color: transparent;
  background-image: none;
  border-color: #45FFFB;
}
.btn-outline-Aquamarine:hover {
  color: #212529;
  background-color: #45FFFB;
  border-color: #45FFFB;
}
.btn-outline-Aquamarine:focus, .btn-outline-Aquamarine.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 255, 251, 0.5);
}
.btn-outline-Aquamarine.disabled, .btn-outline-Aquamarine:disabled {
  color: #45FFFB;
  background-color: transparent;
}
.btn-outline-Aquamarine:not(:disabled):not(.disabled):active, .btn-outline-Aquamarine:not(:disabled):not(.disabled).active, .show > .btn-outline-Aquamarine.dropdown-toggle {
  color: #212529;
  background-color: #45FFFB;
  border-color: #45FFFB;
}
.btn-outline-Aquamarine:not(:disabled):not(.disabled):active:focus, .btn-outline-Aquamarine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Aquamarine.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(69, 255, 251, 0.5);
}

.btn-outline-Black {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}
.btn-outline-Black:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-Black:focus, .btn-outline-Black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-Black.disabled, .btn-outline-Black:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-Black:not(:disabled):not(.disabled):active, .btn-outline-Black:not(:disabled):not(.disabled).active, .show > .btn-outline-Black.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-Black:not(:disabled):not(.disabled):active:focus, .btn-outline-Black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-Concrete {
  color: #F2F2F2;
  background-color: transparent;
  background-image: none;
  border-color: #F2F2F2;
}
.btn-outline-Concrete:hover {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-Concrete:focus, .btn-outline-Concrete.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-outline-Concrete.disabled, .btn-outline-Concrete:disabled {
  color: #F2F2F2;
  background-color: transparent;
}
.btn-outline-Concrete:not(:disabled):not(.disabled):active, .btn-outline-Concrete:not(:disabled):not(.disabled).active, .show > .btn-outline-Concrete.dropdown-toggle {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-Concrete:not(:disabled):not(.disabled):active:focus, .btn-outline-Concrete:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Concrete.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-DoveGray {
  color: #6C6C6C;
  background-color: transparent;
  background-image: none;
  border-color: #6C6C6C;
}
.btn-outline-DoveGray:hover {
  color: #fff;
  background-color: #6C6C6C;
  border-color: #6C6C6C;
}
.btn-outline-DoveGray:focus, .btn-outline-DoveGray.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}
.btn-outline-DoveGray.disabled, .btn-outline-DoveGray:disabled {
  color: #6C6C6C;
  background-color: transparent;
}
.btn-outline-DoveGray:not(:disabled):not(.disabled):active, .btn-outline-DoveGray:not(:disabled):not(.disabled).active, .show > .btn-outline-DoveGray.dropdown-toggle {
  color: #fff;
  background-color: #6C6C6C;
  border-color: #6C6C6C;
}
.btn-outline-DoveGray:not(:disabled):not(.disabled):active:focus, .btn-outline-DoveGray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-DoveGray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
}

.btn-outline-Gallery {
  color: #EFEFEF;
  background-color: transparent;
  background-image: none;
  border-color: #EFEFEF;
}
.btn-outline-Gallery:hover {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-Gallery:focus, .btn-outline-Gallery.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}
.btn-outline-Gallery.disabled, .btn-outline-Gallery:disabled {
  color: #EFEFEF;
  background-color: transparent;
}
.btn-outline-Gallery:not(:disabled):not(.disabled):active, .btn-outline-Gallery:not(:disabled):not(.disabled).active, .show > .btn-outline-Gallery.dropdown-toggle {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-Gallery:not(:disabled):not(.disabled):active:focus, .btn-outline-Gallery:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Gallery.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-outline-Gray {
  color: #868686;
  background-color: transparent;
  background-image: none;
  border-color: #868686;
}
.btn-outline-Gray:hover {
  color: #fff;
  background-color: #868686;
  border-color: #868686;
}
.btn-outline-Gray:focus, .btn-outline-Gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}
.btn-outline-Gray.disabled, .btn-outline-Gray:disabled {
  color: #868686;
  background-color: transparent;
}
.btn-outline-Gray:not(:disabled):not(.disabled):active, .btn-outline-Gray:not(:disabled):not(.disabled).active, .show > .btn-outline-Gray.dropdown-toggle {
  color: #fff;
  background-color: #868686;
  border-color: #868686;
}
.btn-outline-Gray:not(:disabled):not(.disabled):active:focus, .btn-outline-Gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}

.btn-outline-MineShaft {
  color: #323232;
  background-color: transparent;
  background-image: none;
  border-color: #323232;
}
.btn-outline-MineShaft:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}
.btn-outline-MineShaft:focus, .btn-outline-MineShaft.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}
.btn-outline-MineShaft.disabled, .btn-outline-MineShaft:disabled {
  color: #323232;
  background-color: transparent;
}
.btn-outline-MineShaft:not(:disabled):not(.disabled):active, .btn-outline-MineShaft:not(:disabled):not(.disabled).active, .show > .btn-outline-MineShaft.dropdown-toggle {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}
.btn-outline-MineShaft:not(:disabled):not(.disabled):active:focus, .btn-outline-MineShaft:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-MineShaft.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

.btn-outline-MountainMeadow {
  color: #21E483;
  background-color: transparent;
  background-image: none;
  border-color: #21E483;
}
.btn-outline-MountainMeadow:hover {
  color: #212529;
  background-color: #21E483;
  border-color: #21E483;
}
.btn-outline-MountainMeadow:focus, .btn-outline-MountainMeadow.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 228, 131, 0.5);
}
.btn-outline-MountainMeadow.disabled, .btn-outline-MountainMeadow:disabled {
  color: #21E483;
  background-color: transparent;
}
.btn-outline-MountainMeadow:not(:disabled):not(.disabled):active, .btn-outline-MountainMeadow:not(:disabled):not(.disabled).active, .show > .btn-outline-MountainMeadow.dropdown-toggle {
  color: #212529;
  background-color: #21E483;
  border-color: #21E483;
}
.btn-outline-MountainMeadow:not(:disabled):not(.disabled):active:focus, .btn-outline-MountainMeadow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-MountainMeadow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(33, 228, 131, 0.5);
}

.btn-outline-RipeLemon {
  color: #ef5d36;
  background-color: transparent;
  background-image: none;
  border-color: #ef5d36;
}
.btn-outline-RipeLemon:hover {
  color: #fff;
  background-color: #ef5d36;
  border-color: #ef5d36;
}
.btn-outline-RipeLemon:focus, .btn-outline-RipeLemon.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 54, 0.5);
}
.btn-outline-RipeLemon.disabled, .btn-outline-RipeLemon:disabled {
  color: #ef5d36;
  background-color: transparent;
}
.btn-outline-RipeLemon:not(:disabled):not(.disabled):active, .btn-outline-RipeLemon:not(:disabled):not(.disabled).active, .show > .btn-outline-RipeLemon.dropdown-toggle {
  color: #fff;
  background-color: #ef5d36;
  border-color: #ef5d36;
}
.btn-outline-RipeLemon:not(:disabled):not(.disabled):active:focus, .btn-outline-RipeLemon:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-RipeLemon.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 93, 54, 0.5);
}

.btn-outline-SilverChalice {
  color: #B1B0B0;
  background-color: transparent;
  background-image: none;
  border-color: #B1B0B0;
}
.btn-outline-SilverChalice:hover {
  color: #212529;
  background-color: #B1B0B0;
  border-color: #B1B0B0;
}
.btn-outline-SilverChalice:focus, .btn-outline-SilverChalice.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 176, 176, 0.5);
}
.btn-outline-SilverChalice.disabled, .btn-outline-SilverChalice:disabled {
  color: #B1B0B0;
  background-color: transparent;
}
.btn-outline-SilverChalice:not(:disabled):not(.disabled):active, .btn-outline-SilverChalice:not(:disabled):not(.disabled).active, .show > .btn-outline-SilverChalice.dropdown-toggle {
  color: #212529;
  background-color: #B1B0B0;
  border-color: #B1B0B0;
}
.btn-outline-SilverChalice:not(:disabled):not(.disabled):active:focus, .btn-outline-SilverChalice:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-SilverChalice.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 176, 176, 0.5);
}

.btn-outline-SpringGreen {
  color: #00FF97;
  background-color: transparent;
  background-image: none;
  border-color: #00FF97;
}
.btn-outline-SpringGreen:hover {
  color: #212529;
  background-color: #00FF97;
  border-color: #00FF97;
}
.btn-outline-SpringGreen:focus, .btn-outline-SpringGreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 151, 0.5);
}
.btn-outline-SpringGreen.disabled, .btn-outline-SpringGreen:disabled {
  color: #00FF97;
  background-color: transparent;
}
.btn-outline-SpringGreen:not(:disabled):not(.disabled):active, .btn-outline-SpringGreen:not(:disabled):not(.disabled).active, .show > .btn-outline-SpringGreen.dropdown-toggle {
  color: #212529;
  background-color: #00FF97;
  border-color: #00FF97;
}
.btn-outline-SpringGreen:not(:disabled):not(.disabled):active:focus, .btn-outline-SpringGreen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-SpringGreen.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 255, 151, 0.5);
}

.btn-outline-Transparent {
  color: rgba(255, 255, 255, 0);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0);
}
.btn-outline-Transparent:hover {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.btn-outline-Transparent:focus, .btn-outline-Transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-Transparent.disabled, .btn-outline-Transparent:disabled {
  color: rgba(255, 255, 255, 0);
  background-color: transparent;
}
.btn-outline-Transparent:not(:disabled):not(.disabled):active, .btn-outline-Transparent:not(:disabled):not(.disabled).active, .show > .btn-outline-Transparent.dropdown-toggle {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.btn-outline-Transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-Transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Transparent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-White {
  color: #FFFFFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFFFFF;
}
.btn-outline-White:hover {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-White:focus, .btn-outline-White.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-White.disabled, .btn-outline-White:disabled {
  color: #FFFFFF;
  background-color: transparent;
}
.btn-outline-White:not(:disabled):not(.disabled):active, .btn-outline-White:not(:disabled):not(.disabled).active, .show > .btn-outline-White.dropdown-toggle {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-White:not(:disabled):not(.disabled):active:focus, .btn-outline-White:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-White.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-ClearDay {
  color: #F7FFFC;
  background-color: transparent;
  background-image: none;
  border-color: #F7FFFC;
}
.btn-outline-ClearDay:hover {
  color: #212529;
  background-color: #F7FFFC;
  border-color: #F7FFFC;
}
.btn-outline-ClearDay:focus, .btn-outline-ClearDay.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 255, 252, 0.5);
}
.btn-outline-ClearDay.disabled, .btn-outline-ClearDay:disabled {
  color: #F7FFFC;
  background-color: transparent;
}
.btn-outline-ClearDay:not(:disabled):not(.disabled):active, .btn-outline-ClearDay:not(:disabled):not(.disabled).active, .show > .btn-outline-ClearDay.dropdown-toggle {
  color: #212529;
  background-color: #F7FFFC;
  border-color: #F7FFFC;
}
.btn-outline-ClearDay:not(:disabled):not(.disabled):active:focus, .btn-outline-ClearDay:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ClearDay.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 255, 252, 0.5);
}

.btn-outline-BlackWhite {
  color: #FFFFF8;
  background-color: transparent;
  background-image: none;
  border-color: #FFFFF8;
}
.btn-outline-BlackWhite:hover {
  color: #212529;
  background-color: #FFFFF8;
  border-color: #FFFFF8;
}
.btn-outline-BlackWhite:focus, .btn-outline-BlackWhite.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 248, 0.5);
}
.btn-outline-BlackWhite.disabled, .btn-outline-BlackWhite:disabled {
  color: #FFFFF8;
  background-color: transparent;
}
.btn-outline-BlackWhite:not(:disabled):not(.disabled):active, .btn-outline-BlackWhite:not(:disabled):not(.disabled).active, .show > .btn-outline-BlackWhite.dropdown-toggle {
  color: #212529;
  background-color: #FFFFF8;
  border-color: #FFFFF8;
}
.btn-outline-BlackWhite:not(:disabled):not(.disabled):active:focus, .btn-outline-BlackWhite:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-BlackWhite.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 248, 0.5);
}

.btn-outline-OuterSpace {
  color: #3c3c3c;
  background-color: transparent;
  background-image: none;
  border-color: #3c3c3c;
}
.btn-outline-OuterSpace:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.btn-outline-OuterSpace:focus, .btn-outline-OuterSpace.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-outline-OuterSpace.disabled, .btn-outline-OuterSpace:disabled {
  color: #3c3c3c;
  background-color: transparent;
}
.btn-outline-OuterSpace:not(:disabled):not(.disabled):active, .btn-outline-OuterSpace:not(:disabled):not(.disabled).active, .show > .btn-outline-OuterSpace.dropdown-toggle {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.btn-outline-OuterSpace:not(:disabled):not(.disabled):active:focus, .btn-outline-OuterSpace:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-OuterSpace.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #868686;
  background-color: transparent;
}
.btn-link:hover {
  color: #606060;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  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: 2.625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

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

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .webform-client-form .form-item .input-group > select,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .webform-client-form .form-item .input-group > select:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .webform-client-form .form-item .input-group > select + .form-control, .webform-client-form .form-item .input-group > .form-control + select, .webform-client-form .form-item .input-group > select + select,
.input-group > .form-control + .custom-select,
.webform-client-form .form-item .input-group > select + .custom-select,
.input-group > .form-control + .custom-file,
.webform-client-form .form-item .input-group > select + .custom-file,
.input-group > .custom-select + .form-control,
.webform-client-form .form-item .input-group > .custom-select + select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.webform-client-form .form-item .input-group > .custom-file + select,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .webform-client-form .form-item .input-group > select:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .webform-client-form .form-item .input-group > select:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

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

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.0625rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.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;
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2.625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #868686;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #606060;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2.625rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

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

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

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

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

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

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

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

.badge-Aquamarine {
  color: #212529;
  background-color: #45FFFB;
}
.badge-Aquamarine[href]:hover, .badge-Aquamarine[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #12fffa;
}

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

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

.badge-DoveGray {
  color: #fff;
  background-color: #6C6C6C;
}
.badge-DoveGray[href]:hover, .badge-DoveGray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #535353;
}

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

.badge-Gray {
  color: #fff;
  background-color: #868686;
}
.badge-Gray[href]:hover, .badge-Gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6d6d6d;
}

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

.badge-MountainMeadow {
  color: #212529;
  background-color: #21E483;
}
.badge-MountainMeadow[href]:hover, .badge-MountainMeadow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #17bb69;
}

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

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

.badge-SpringGreen {
  color: #212529;
  background-color: #00FF97;
}
.badge-SpringGreen[href]:hover, .badge-SpringGreen[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #00cc79;
}

.badge-Transparent {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
}
.badge-Transparent[href]:hover, .badge-Transparent[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgba(230, 230, 230, 0);
}

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

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

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

.badge-OuterSpace {
  color: #fff;
  background-color: #3c3c3c;
}
.badge-OuterSpace[href]:hover, .badge-OuterSpace[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #232323;
}

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

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

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

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

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-Alabaster {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-Alabaster hr {
  border-top-color: #f0f0f0;
}
.alert-Alabaster .alert-link {
  color: #686868;
}

.alert-Alto {
  color: #707070;
  background-color: #f7f7f7;
  border-color: #f4f4f4;
}
.alert-Alto hr {
  border-top-color: #e7e7e7;
}
.alert-Alto .alert-link {
  color: #575757;
}

.alert-Aquamarine {
  color: #248583;
  background-color: #dafffe;
  border-color: #cbfffe;
}
.alert-Aquamarine hr {
  border-top-color: #b2fffe;
}
.alert-Aquamarine .alert-link {
  color: #195d5b;
}

.alert-Black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-Black hr {
  border-top-color: #ababab;
}
.alert-Black .alert-link {
  color: black;
}

.alert-Concrete {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-Concrete hr {
  border-top-color: #eeeeee;
}
.alert-Concrete .alert-link {
  color: #656565;
}

.alert-DoveGray {
  color: #383838;
  background-color: #e2e2e2;
  border-color: #d6d6d6;
}
.alert-DoveGray hr {
  border-top-color: #c9c9c9;
}
.alert-DoveGray .alert-link {
  color: #1f1f1f;
}

.alert-Gallery {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-Gallery hr {
  border-top-color: #eeeeee;
}
.alert-Gallery .alert-link {
  color: #636363;
}

.alert-Gray {
  color: #464646;
  background-color: #e7e7e7;
  border-color: #dddddd;
}
.alert-Gray hr {
  border-top-color: #d0d0d0;
}
.alert-Gray .alert-link {
  color: #2d2d2d;
}

.alert-MineShaft {
  color: #1a1a1a;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-MineShaft hr {
  border-top-color: #b9b9b9;
}
.alert-MineShaft .alert-link {
  color: #010101;
}

.alert-MountainMeadow {
  color: #117744;
  background-color: #d3fae6;
  border-color: #c1f7dc;
}
.alert-MountainMeadow hr {
  border-top-color: #aaf4cf;
}
.alert-MountainMeadow .alert-link {
  color: #0b4a2b;
}

.alert-RipeLemon {
  color: #7c301c;
  background-color: #fcdfd7;
  border-color: #fbd2c7;
}
.alert-RipeLemon hr {
  border-top-color: #f9bfaf;
}
.alert-RipeLemon .alert-link {
  color: #522013;
}

.alert-SilverChalice {
  color: #5c5c5c;
  background-color: #efefef;
  border-color: #e9e9e9;
}
.alert-SilverChalice hr {
  border-top-color: gainsboro;
}
.alert-SilverChalice .alert-link {
  color: #434343;
}

.alert-SpringGreen {
  color: #00854f;
  background-color: #ccffea;
  border-color: #b8ffe2;
}
.alert-SpringGreen hr {
  border-top-color: #9fffd8;
}
.alert-SpringGreen .alert-link {
  color: #005231;
}

.alert-Transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72);
}
.alert-Transparent hr {
  border-top-color: rgba(242, 242, 242, 0.72);
}
.alert-Transparent .alert-link {
  color: rgba(0, 0, 0, 0.48);
}

.alert-White {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-White hr {
  border-top-color: #f2f2f2;
}
.alert-White .alert-link {
  color: #6c6c6c;
}

.alert-ClearDay {
  color: #808583;
  background-color: #fdfffe;
  border-color: #fdfffe;
}
.alert-ClearDay hr {
  border-top-color: #e4fff1;
}
.alert-ClearDay .alert-link {
  color: #676b69;
}

.alert-BlackWhite {
  color: #858581;
  background-color: #fffffe;
  border-color: #fffffd;
}
.alert-BlackWhite hr {
  border-top-color: #ffffe4;
}
.alert-BlackWhite .alert-link {
  color: #6b6b68;
}

.alert-OuterSpace {
  color: #1f1f1f;
  background-color: #d8d8d8;
  border-color: #c8c8c8;
}
.alert-OuterSpace hr {
  border-top-color: #bbbbbb;
}
.alert-OuterSpace .alert-link {
  color: #060606;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-Alabaster {
  color: #818181;
  background-color: #fdfdfd;
}
.list-group-item-Alabaster.list-group-item-action:hover, .list-group-item-Alabaster.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}
.list-group-item-Alabaster.list-group-item-action.active {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.list-group-item-Alto {
  color: #707070;
  background-color: #f4f4f4;
}
.list-group-item-Alto.list-group-item-action:hover, .list-group-item-Alto.list-group-item-action:focus {
  color: #707070;
  background-color: #e7e7e7;
}
.list-group-item-Alto.list-group-item-action.active {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}

.list-group-item-Aquamarine {
  color: #248583;
  background-color: #cbfffe;
}
.list-group-item-Aquamarine.list-group-item-action:hover, .list-group-item-Aquamarine.list-group-item-action:focus {
  color: #248583;
  background-color: #b2fffe;
}
.list-group-item-Aquamarine.list-group-item-action.active {
  color: #fff;
  background-color: #248583;
  border-color: #248583;
}

.list-group-item-Black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-Black.list-group-item-action:hover, .list-group-item-Black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-Black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-Concrete {
  color: #7e7e7e;
  background-color: #fbfbfb;
}
.list-group-item-Concrete.list-group-item-action:hover, .list-group-item-Concrete.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #eeeeee;
}
.list-group-item-Concrete.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-DoveGray {
  color: #383838;
  background-color: #d6d6d6;
}
.list-group-item-DoveGray.list-group-item-action:hover, .list-group-item-DoveGray.list-group-item-action:focus {
  color: #383838;
  background-color: #c9c9c9;
}
.list-group-item-DoveGray.list-group-item-action.active {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.list-group-item-Gallery {
  color: #7c7c7c;
  background-color: #fbfbfb;
}
.list-group-item-Gallery.list-group-item-action:hover, .list-group-item-Gallery.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #eeeeee;
}
.list-group-item-Gallery.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-Gray {
  color: #464646;
  background-color: #dddddd;
}
.list-group-item-Gray.list-group-item-action:hover, .list-group-item-Gray.list-group-item-action:focus {
  color: #464646;
  background-color: #d0d0d0;
}
.list-group-item-Gray.list-group-item-action.active {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.list-group-item-MineShaft {
  color: #1a1a1a;
  background-color: #c6c6c6;
}
.list-group-item-MineShaft.list-group-item-action:hover, .list-group-item-MineShaft.list-group-item-action:focus {
  color: #1a1a1a;
  background-color: #b9b9b9;
}
.list-group-item-MineShaft.list-group-item-action.active {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.list-group-item-MountainMeadow {
  color: #117744;
  background-color: #c1f7dc;
}
.list-group-item-MountainMeadow.list-group-item-action:hover, .list-group-item-MountainMeadow.list-group-item-action:focus {
  color: #117744;
  background-color: #aaf4cf;
}
.list-group-item-MountainMeadow.list-group-item-action.active {
  color: #fff;
  background-color: #117744;
  border-color: #117744;
}

.list-group-item-RipeLemon {
  color: #7c301c;
  background-color: #fbd2c7;
}
.list-group-item-RipeLemon.list-group-item-action:hover, .list-group-item-RipeLemon.list-group-item-action:focus {
  color: #7c301c;
  background-color: #f9bfaf;
}
.list-group-item-RipeLemon.list-group-item-action.active {
  color: #fff;
  background-color: #7c301c;
  border-color: #7c301c;
}

.list-group-item-SilverChalice {
  color: #5c5c5c;
  background-color: #e9e9e9;
}
.list-group-item-SilverChalice.list-group-item-action:hover, .list-group-item-SilverChalice.list-group-item-action:focus {
  color: #5c5c5c;
  background-color: gainsboro;
}
.list-group-item-SilverChalice.list-group-item-action.active {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

.list-group-item-SpringGreen {
  color: #00854f;
  background-color: #b8ffe2;
}
.list-group-item-SpringGreen.list-group-item-action:hover, .list-group-item-SpringGreen.list-group-item-action:focus {
  color: #00854f;
  background-color: #9fffd8;
}
.list-group-item-SpringGreen.list-group-item-action.active {
  color: #fff;
  background-color: #00854f;
  border-color: #00854f;
}

.list-group-item-Transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72);
}
.list-group-item-Transparent.list-group-item-action:hover, .list-group-item-Transparent.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(242, 242, 242, 0.72);
}
.list-group-item-Transparent.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.48);
  border-color: rgba(0, 0, 0, 0.48);
}

.list-group-item-White {
  color: #858585;
  background-color: white;
}
.list-group-item-White.list-group-item-action:hover, .list-group-item-White.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-White.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-ClearDay {
  color: #808583;
  background-color: #fdfffe;
}
.list-group-item-ClearDay.list-group-item-action:hover, .list-group-item-ClearDay.list-group-item-action:focus {
  color: #808583;
  background-color: #e4fff1;
}
.list-group-item-ClearDay.list-group-item-action.active {
  color: #fff;
  background-color: #808583;
  border-color: #808583;
}

.list-group-item-BlackWhite {
  color: #858581;
  background-color: #fffffd;
}
.list-group-item-BlackWhite.list-group-item-action:hover, .list-group-item-BlackWhite.list-group-item-action:focus {
  color: #858581;
  background-color: #ffffe4;
}
.list-group-item-BlackWhite.list-group-item-action.active {
  color: #fff;
  background-color: #858581;
  border-color: #858581;
}

.list-group-item-OuterSpace {
  color: #1f1f1f;
  background-color: #c8c8c8;
}
.list-group-item-OuterSpace.list-group-item-action:hover, .list-group-item-OuterSpace.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #bbbbbb;
}
.list-group-item-OuterSpace.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-Alabaster {
  background-color: #F9F9F9 !important;
}

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

.bg-Alto {
  background-color: #D8D8D8 !important;
}

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

.bg-Aquamarine {
  background-color: #45FFFB !important;
}

a.bg-Aquamarine:hover, a.bg-Aquamarine:focus,
button.bg-Aquamarine:hover,
button.bg-Aquamarine:focus {
  background-color: #12fffa !important;
}

.bg-Black {
  background-color: #000000 !important;
}

a.bg-Black:hover, a.bg-Black:focus,
button.bg-Black:hover,
button.bg-Black:focus {
  background-color: black !important;
}

.bg-Concrete {
  background-color: #F2F2F2 !important;
}

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

.bg-DoveGray {
  background-color: #6C6C6C !important;
}

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

.bg-Gallery {
  background-color: #EFEFEF !important;
}

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

.bg-Gray {
  background-color: #868686 !important;
}

a.bg-Gray:hover, a.bg-Gray:focus,
button.bg-Gray:hover,
button.bg-Gray:focus {
  background-color: #6d6d6d !important;
}

.bg-MineShaft {
  background-color: #323232 !important;
}

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

.bg-MountainMeadow {
  background-color: #21E483 !important;
}

a.bg-MountainMeadow:hover, a.bg-MountainMeadow:focus,
button.bg-MountainMeadow:hover,
button.bg-MountainMeadow:focus {
  background-color: #17bb69 !important;
}

.bg-RipeLemon {
  background-color: #ef5d36 !important;
}

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

.bg-SilverChalice {
  background-color: #B1B0B0 !important;
}

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

.bg-SpringGreen {
  background-color: #00FF97 !important;
}

a.bg-SpringGreen:hover, a.bg-SpringGreen:focus,
button.bg-SpringGreen:hover,
button.bg-SpringGreen:focus {
  background-color: #00cc79 !important;
}

.bg-Transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

a.bg-Transparent:hover, a.bg-Transparent:focus,
button.bg-Transparent:hover,
button.bg-Transparent:focus {
  background-color: rgba(230, 230, 230, 0) !important;
}

.bg-White {
  background-color: #FFFFFF !important;
}

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

.bg-ClearDay {
  background-color: #F7FFFC !important;
}

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

.bg-BlackWhite {
  background-color: #FFFFF8 !important;
}

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

.bg-OuterSpace {
  background-color: #3c3c3c !important;
}

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

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

.border-danger {
  border-color: #dc3545 !important;
}

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

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

.border-Alabaster {
  border-color: #F9F9F9 !important;
}

.border-Alto {
  border-color: #D8D8D8 !important;
}

.border-Aquamarine {
  border-color: #45FFFB !important;
}

.border-Black {
  border-color: #000000 !important;
}

.border-Concrete {
  border-color: #F2F2F2 !important;
}

.border-DoveGray {
  border-color: #6C6C6C !important;
}

.border-Gallery {
  border-color: #EFEFEF !important;
}

.border-Gray {
  border-color: #868686 !important;
}

.border-MineShaft {
  border-color: #323232 !important;
}

.border-MountainMeadow {
  border-color: #21E483 !important;
}

.border-RipeLemon {
  border-color: #ef5d36 !important;
}

.border-SilverChalice {
  border-color: #B1B0B0 !important;
}

.border-SpringGreen {
  border-color: #00FF97 !important;
}

.border-Transparent {
  border-color: rgba(255, 255, 255, 0) !important;
}

.border-White {
  border-color: #FFFFFF !important;
}

.border-ClearDay {
  border-color: #F7FFFC !important;
}

.border-BlackWhite {
  border-color: #FFFFF8 !important;
}

.border-OuterSpace {
  border-color: #3c3c3c !important;
}

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

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

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

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }

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

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-center, .webform-client-form #dropdown-second-replace .form-item {
  align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.p-0, .node-teaser .webform-client-form .form-item, .node-teaser .webform-client-form [id^=stud_select_ldf_nid_] {
  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;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !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;
  }

  .m-sm-6 {
    margin: 4rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !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;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !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;
  }

  .m-md-6 {
    margin: 4rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !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;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !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;
  }

  .m-lg-6 {
    margin: 4rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !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;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !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: 1260px) {
  .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;
  }

  .m-xl-6 {
    margin: 4rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !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;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !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-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-Alabaster {
  color: #F9F9F9 !important;
}

a.text-Alabaster:hover, a.text-Alabaster:focus {
  color: #e0e0e0 !important;
}

.text-Alto {
  color: #D8D8D8 !important;
}

a.text-Alto:hover, a.text-Alto:focus {
  color: #bfbfbf !important;
}

.text-Aquamarine {
  color: #45FFFB !important;
}

a.text-Aquamarine:hover, a.text-Aquamarine:focus {
  color: #12fffa !important;
}

.text-Black {
  color: #000000 !important;
}

a.text-Black:hover, a.text-Black:focus {
  color: black !important;
}

.text-Concrete {
  color: #F2F2F2 !important;
}

a.text-Concrete:hover, a.text-Concrete:focus {
  color: #d9d9d9 !important;
}

.text-DoveGray {
  color: #6C6C6C !important;
}

a.text-DoveGray:hover, a.text-DoveGray:focus {
  color: #535353 !important;
}

.text-Gallery {
  color: #EFEFEF !important;
}

a.text-Gallery:hover, a.text-Gallery:focus {
  color: #d6d6d6 !important;
}

.text-Gray {
  color: #868686 !important;
}

a.text-Gray:hover, a.text-Gray:focus {
  color: #6d6d6d !important;
}

.text-MineShaft {
  color: #323232 !important;
}

a.text-MineShaft:hover, a.text-MineShaft:focus {
  color: #191919 !important;
}

.text-MountainMeadow {
  color: #21E483 !important;
}

a.text-MountainMeadow:hover, a.text-MountainMeadow:focus {
  color: #17bb69 !important;
}

.text-RipeLemon {
  color: #ef5d36 !important;
}

a.text-RipeLemon:hover, a.text-RipeLemon:focus {
  color: #e03d12 !important;
}

.text-SilverChalice {
  color: #B1B0B0 !important;
}

a.text-SilverChalice:hover, a.text-SilverChalice:focus {
  color: #989696 !important;
}

.text-SpringGreen {
  color: #00FF97 !important;
}

a.text-SpringGreen:hover, a.text-SpringGreen:focus {
  color: #00cc79 !important;
}

.text-Transparent {
  color: rgba(255, 255, 255, 0) !important;
}

a.text-Transparent:hover, a.text-Transparent:focus {
  color: rgba(230, 230, 230, 0) !important;
}

.text-White {
  color: #FFFFFF !important;
}

a.text-White:hover, a.text-White:focus {
  color: #e6e6e6 !important;
}

.text-ClearDay {
  color: #F7FFFC !important;
}

a.text-ClearDay:hover, a.text-ClearDay:focus {
  color: #c4ffe9 !important;
}

.text-BlackWhite {
  color: #FFFFF8 !important;
}

a.text-BlackWhite:hover, a.text-BlackWhite:focus {
  color: #ffffc5 !important;
}

.text-OuterSpace {
  color: #3c3c3c !important;
}

a.text-OuterSpace:hover, a.text-OuterSpace:focus {
  color: #232323 !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    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;
  }
}
.mm-slideout {
  overflow-x: hidden;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1571041275');
  src: url('/fonts/slick.eot?&1571041275#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1571041275') format("woff"), url('/fonts/slick.ttf?1571041275') format("truetype"), url('/fonts/slick.svg?1571041275#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 3rem;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -2rem;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -.5rem;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

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

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

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

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.progress_step .rounded-circle {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.progress_chapo .rounded-circle {
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.node-type-cel-catalogue .step_1 .rounded-circle,
.node-type-webform .step_2 .rounded-circle,
.page-checkout-cel-cursus .step_3 .rounded-circle,
.page-checkout-cel-civilite .step_4 .rounded-circle,
.page-checkout-cel-langues .step_5 .rounded-circle,
.page-checkout-payment .step_6 .rounded-circle,
.page-checkout-complete .step_7 .rounded-circle {
  background-color: #00FF97 !important;
}
.node-type-cel-catalogue .step_1:after, .node-type-cel-catalogue .step_1::after,
.node-type-webform .step_2:after,
.node-type-webform .step_2::after,
.page-checkout-cel-cursus .step_3:after,
.page-checkout-cel-cursus .step_3::after,
.page-checkout-cel-civilite .step_4:after,
.page-checkout-cel-civilite .step_4::after,
.page-checkout-cel-langues .step_5:after,
.page-checkout-cel-langues .step_5::after,
.page-checkout-payment .step_6:after,
.page-checkout-payment .step_6::after,
.page-checkout-complete .step_7:after,
.page-checkout-complete .step_7::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #00FF97;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -35px;
}

.node-type-cel-catalogue .facets_block_wrapper .facets_block > .border {
  border-radius: 30px;
}
.node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .all:before, .node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .all::before {
  content: "";
  background: url("../img/filter_agenda.png") no-repeat;
  background-size: cover;
  height: 30px;
  width: 30px;
  margin-right: 0.25rem;
}
.node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
  margin: 0;
}
.node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul li {
  list-style: none;
  margin: 0 0.5rem 0 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media (min-width: 992px) {
  .node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul li {
    margin: 0 1rem 0 0;
  }
}
.node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul li a.facetapi-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul li a.facetapi-active:before, .node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul li a.facetapi-active::before {
  content: "";
  border: 2px solid #00FF97;
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -5px;
}
.node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul li a.facetapi-active:after, .node-type-cel-catalogue .facets_block_wrapper .facets_block > .border .item-list ul li a.facetapi-active::after {
  content: "X";
  position: absolute;
  right: -15px;
  font-size: 0.875rem;
}
.node-type-cel-catalogue form.commerce-add-to-cart input {
  white-space: inherit;
}

.aol_checkout_form .form-item {
  display: flex;
  flex-wrap: wrap;
}
.aol_checkout_form .form-item input.error, .aol_checkout_form .form-item select.error {
  border-color: #dc3545 !important;
}
.aol_checkout_form .form-item input.valid, .aol_checkout_form .form-item select.valid {
  border-color: #00FF97 !important;
}
.aol_checkout_form .form-item span.error {
  margin-left: auto;
  margin-top: 0.5rem;
  background: #dc3545;
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
  border-radius: 0.45rem;
  font-size: 0.625rem;
}
@media (max-width: 767.98px) {
  .aol_checkout_form .form-item span.error {
    font-size: .75rem;
    margin-left: 0;
    margin-right: auto;
  }
}
.aol_checkout_form .group-cel-birthday {
  margin-left: auto;
  padding: 0;
  width: 100%;
}
.aol_checkout_form .group-cel-birthday legend {
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .aol_checkout_form .group-cel-birthday legend {
    text-align: right;
    width: 50%;
    float: left;
    padding-right: 3rem;
  }
}
.aol_checkout_form .group-cel-birthday .fieldset-wrapper {
  display: flex;
}
@media (min-width: 992px) {
  .aol_checkout_form .group-cel-birthday .fieldset-wrapper {
    justify-content: space-between;
  }
}
.aol_checkout_form .group-cel-birthday .fieldset-wrapper select {
  flex: 0 0 100%;
  max-width: 100%;
}
.aol_checkout_form .group-cel-birthday .fieldset-wrapper .form-item {
  position: relative;
}
.aol_checkout_form .group-cel-birthday .fieldset-wrapper .form-item span.error {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
}
.aol_checkout_form .checkout-buttons .fieldset-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .aol_checkout_form .checkout-buttons .fieldset-wrapper {
    flex-direction: row-reverse;
  }
}

.page-user form#user-login label, .page-user form#user-pass label {
  flex: none;
  max-width: 100%;
  text-align: left !important;
}
.page-user form#user-login input, .page-user form#user-pass input {
  max-width: 100%;
}

/*
 * Size
 */
/*
 * Transform
 */
@media (min-width: 992px) {
  .node-type-landing-page #page.not-front {
    padding-top: 77px;
  }
}
@media (min-width: 1260px) {
  .node-type-landing-page #page.not-front {
    padding-top: 100px;
  }
}
.node-type-landing-page #page.not-front header #block-block-23 .col-2 {
  display: none !important;
}
@media (min-width: 576px) {
  .node-type-landing-page #page.not-front footer #block-block-4 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

ul.list-summary {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
ul.plus li:before, ul.plus li::before {
  content: "+";
}

.webform-client-form .form-actions .waves-input-wrapper {
  padding: .5rem 1rem 1rem;
}
.webform-client-form .form-actions .waves-input-wrapper i.absolute-center {
  left: 40%;
  top: 3%;
}
.webform-client-form .form-item {
  position: relative;
}
.webform-client-form .form-item select {
  height: calc(3.25rem + 3px) !important;
  padding: 1rem 0.75rem;
}
.webform-client-form .form-item select:focus {
  box-shadow: none;
  outline: none;
  outline-style: none;
}
.webform-client-form .form-item .intl-tel-input {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.webform-client-form .form-item .intl-tel-input div {
  display: block;
}
.webform-client-form .form-item .intl-tel-input ul div {
  display: inline-block;
}
.webform-client-form .form-item .intl-tel-input input {
  padding-left: 52px !important;
}
.webform-client-form .form-item .form-type-checkbox input {
  padding: 0 !important;
}
.webform-client-form .form-item .form-type-checkbox span.error {
  position: initial;
}
@media (max-width: 767.98px) {
  .webform-client-form .form-item .form-type-checkbox span.error {
    position: relative;
    right: initial;
    display: block;
    margin-top: 1rem;
  }
}
.page-type-webform .webform-client-form .form-item .form-textarea-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-type-webform .webform-client-form .form-item .form-textarea-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.webform-client-form .form-item span.error {
  background: #dc3545;
  position: absolute;
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
  border-radius: 0.45rem;
  font-size: 10px;
  font-size: 11.42857px;
  line-height: 10px;
  line-height: 13.29143px;
  right: .6rem;
  top: -0.85rem;
}
@media (max-width: 767.98px) {
  .webform-client-form .form-item span.error {
    font-size: .75rem;
  }
}
.webform-client-form .form-item input.error, .webform-client-form .form-item select.error {
  border-color: #dc3545 !important;
}
.webform-client-form .form-item input.valid, .webform-client-form .form-item select.valid {
  border-color: #00FF97 !important;
}
.webform-client-form .form-item#webform-component-international-phone {
  display: none !important;
}
.webform-client-form .form-item label {
  display: none;
}
.webform-client-form .form-item.webform-component-checkboxes label {
  display: inline-block;
}
.webform-client-form .form-item.form-item-icon input {
  padding-left: 2.2rem;
}
.webform-client-form .form-item.form-item-icon svg {
  margin-left: .7rem;
}
.webform-client-form .policy {
  font-size: .6rem;
}
.node-teaser .webform-client-form .form-item {
  margin: 0.5rem 0;
}
.node-teaser .webform-client-form .form-item label.title_display {
  display: none;
}
.node-teaser .webform-client-form .form-item select, .node-teaser .webform-client-form .form-item input {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem;
}
.node-teaser .webform-client-form .form-item .intl-tel-input {
  flex: 0 0 100%;
  max-width: 100%;
}
.node-teaser .webform-client-form .form-item .intl-tel-input input {
  padding-right: 6px;
}
.node-teaser .webform-client-form .form-item.form-item-icon input {
  padding-left: 2.2rem;
}
.node-teaser .webform-client-form .form-item.form-item-icon svg {
  margin-left: .7rem;
}
.node-teaser .webform-client-form .form-actions .webform-submit {
  width: 100%;
}

/* Checkout */
@media (max-width: 767.98px) {
  .page-checkout .cart_contents {
    display: none;
  }
}
.page-checkout form .field-type-list-text label,
.page-checkout form .field-widget-date-select label {
  left: initial;
  font-weight: normal;
}
.page-checkout form select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-checkout form .md-form {
  margin-top: .5rem;
}
.page-checkout form .md-form label {
  left: initial;
  font-weight: normal;
}

@media (max-width: 1280px) {
  .wrapper-sidebar {
    top: 10px !important;
    padding: 1rem !important;
  }
  .wrapper-sidebar h2 {
    margin-top: -1rem;
    font-size: 1.2rem;
  }
  .wrapper-sidebar span, .wrapper-sidebar p {
    font-size: 0.7rem;
  }
  .wrapper-sidebar .webform-client-form .form-check-label, .wrapper-sidebar .webform-client-form .aol_checkout_form .terms_conditions .form-item label, .aol_checkout_form .terms_conditions .form-item .wrapper-sidebar .webform-client-form label {
    font-size: 0.7rem;
  }
  .wrapper-sidebar .webform-client-form .form-item input, .wrapper-sidebar .webform-client-form .form-item select {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 0.7rem;
    height: calc(2.4rem + 3px) !important;
  }
}

.node-type-leads-formulaire-confirmation #inlineFrameExample {
  border: none;
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.absolute-center-horizontal {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.webform-client-form .form-item.form-item-icon svg, .node-teaser .webform-client-form .form-item.form-item-icon svg, .absolute-center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.image-absolute {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

@media (min-width: 1260px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.container.row {
  padding-right: 0;
  padding-left: 0;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

#page a:not(.btn) {
  color: #868686;
}
#page a:not(.btn):hover {
  color: #00FF97;
}

.line-SpringGreen:after, .line-RipeLemon:after, .line-SpringGreen::after, .line-RipeLemon::after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 75px;
  height: 6px;
}

.line-SpringGreen:after, .line-SpringGreen::after {
  background-color: #00FF97;
}

.line-RipeLemon:after, .line-RipeLemon::after {
  background-color: #ef5d36;
}

.fat-line-SpringGreen:after, .fat-line-SpringGreen::after {
  content: "";
  background-color: #00FF97;
  display: block;
  width: 55px;
  height: 10px;
  margin: 1.5rem 0;
}
.fat-line-SpringGreen.text-center:after, .fat-line-SpringGreen.text-center::after {
  margin: 1.5rem auto;
}

.before-plus-SpringGreen:before, .before-plus-SpringGreen::before {
  content: "+";
  color: #00FF97;
  padding-right: 0.25em;
  position: relative;
  top: -1px;
}

.text-xsm {
  font-size: 0.54688rem;
}

.text-sm {
  font-size: 0.76563rem;
}

.text-md {
  font-size: 0.813rem;
}

.title-lg {
  font-size: 3rem;
}

.text-wrap {
  white-space: normal;
}

.hetic-gradient {
  background: #3C3C3C;
  background-size: 600% 600%;
  height: 10px;
  clear: both;
  border: 0;
  -webkit-animation: hr-gradient 32s ease infinite;
  -moz-animation: hr-gradient 32s ease infinite;
  animation: hr-gradient 32s ease infinite;
}

.bg-gradient {
  background: #3C3C3C;
  background-size: 600% 600%;
  -webkit-animation: hr-gradient 32s ease infinite;
  -moz-animation: hr-gradient 32s ease infinite;
  animation: hr-gradient 32s ease infinite;
}

@-webkit-keyframes hr-gradient {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@-moz-keyframes hr-gradient {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@keyframes hr-gradient {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
.absolute-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-cover {
  width: 100%;
  object-fit: cover;
}

.cursor-pointer {
  cursor: pointer;
}

.node-type-webform #pre-content {
  display: none;
}
.node-type-webform .alert-block {
  display: none;
}

.field-name-body img, .field-name-body iframe {
  max-width: 100%;
  height: auto;
}
#page .field-name-body a:not(.btn) {
  color: #9D9D9D;
}

.list-plus-SpringGreen li:before, .list-plus-SpringGreen li::before {
  content: "+";
  color: #00FF97;
  margin-right: 0.25rem;
}

.list-plus-RipeLemon li:before, .list-plus-RipeLemon li::before {
  content: "+";
  color: #00FF97;
  margin-right: 0.25rem;
}

.cta-SpringGreen {
  background-color: #00FF97;
  border: none;
  border-radius: 2px;
  color: #323232 !important;
  display: inline-block;
  font-size: 0.688rem;
  font-weight: 500;
  letter-spacing: .03rem;
  padding: .7rem 1.8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  transition: 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cta-SpringGreen {
    transition: none;
  }
}
.cta-SpringGreen:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  transition: all 250ms ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cta-SpringGreen:before {
    transition: none;
  }
}
.cta-SpringGreen:hover {
  text-decoration: none;
}
.cta-SpringGreen:hover:before {
  width: 100%;
}

.cta-RipeLemon {
  background-color: #ef5d36;
  border: none;
  border-radius: 2px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 0.688rem;
  font-weight: 500;
  letter-spacing: .03rem;
  padding: .7rem 1.8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  transition: 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cta-RipeLemon {
    transition: none;
  }
}
.cta-RipeLemon:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  transition: all 250ms ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cta-RipeLemon:before {
    transition: none;
  }
}
.cta-RipeLemon:hover {
  text-decoration: none;
}
.cta-RipeLemon:hover:before {
  width: 100%;
}

.cta-border-MineShaft {
  background-color: transparent;
  border: 1px solid #323232;
  border-radius: 2px;
  color: #323232 !important;
  display: inline-block;
  font-size: 0.688rem;
  font-weight: 500;
  letter-spacing: .03rem;
  padding: .7rem 1.8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  transition: 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cta-border-MineShaft {
    transition: none;
  }
}
.cta-border-MineShaft:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  transition: all 250ms ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cta-border-MineShaft:before {
    transition: none;
  }
}
.cta-border-MineShaft:hover {
  text-decoration: none;
}
.cta-border-MineShaft:hover:before {
  width: 100%;
}

ol.timeline {
  list-style-type: none;
  position: relative;
  counter-reset: li;
  padding-left: 0;
}
ol.timeline:before {
  content: '';
  background: #00FF97;
  display: inline-block;
  position: absolute;
  left: 1.25rem;
  width: 2px;
  height: 100%;
}
ol.timeline > li {
  margin-bottom: 2rem;
  padding-left: 3.5rem;
}
ol.timeline > li h4 {
  font-weight: 300;
  color: #323232;
}
ol.timeline > li p {
  margin: 0;
}
ol.timeline > li p:before, ol.timeline > li p::before {
  content: "+";
  color: #00FF97;
  margin-right: 0.25rem;
}
ol.timeline > li p .cta-border-MineShaft {
  margin-top: 1.5rem;
}
ol.timeline > li:before {
  counter-increment: li;
  content: counter(li);
  color: #FFFFFF;
  background: #00FF97;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: none;
  left: 0;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  height: 2.5rem;
}

ol.timeline-horizontal {
  list-style-type: none;
  position: relative;
  counter-reset: li;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #00FF97;
}
ol.timeline-horizontal > li {
  margin: 0 2rem;
  padding-bottom: 0.5rem;
}
ol.timeline-horizontal > li:before {
  counter-increment: li;
  content: counter(li);
  color: #FFFFFF;
  background: #00FF97;
  display: block;
  border-radius: 50%;
  border: none;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  height: 2.5rem;
  z-index: 400;
  margin: 0 auto;
}

.youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .youtube {
    margin-bottom: 30px;
  }
}

.youtube img {
  opacity: 0.7;
  width: 100%;
  top: -16.84%;
  left: 0;
}

.youtube .play-button {
  box-shadow: 0 0 30px rgba(52, 58, 64, 0.6);
  opacity: 0.8;
  z-index: 1;
}

.youtube .play-button:before {
  content: "";
  background-image: url("../img/svg/ico_play.svg");
  width: 60px;
  height: 60px;
  fill: #00FF97;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 40%;
  left: 50%;
}
@media (min-width: 768px) {
  .youtube .play-button,
  .youtube .play-button:before {
    top: 50%;
  }
}
@media (min-width: 1260px) {
  .youtube .play-button,
  .youtube .play-button:before {
    top: 50%;
  }
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#sliding-popup .popup-content {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}
#sliding-popup .popup-content #popup-text {
  max-width: none;
  margin-right: 1rem;
  margin-top: 0;
}
#sliding-popup .popup-content #popup-buttons {
  margin: 0;
}
#sliding-popup .popup-content #popup-buttons button {
  margin: 0;
}

#page #header_desktop #header_top .bean-type-social_network .item {
  padding: 0 0.25rem !important;
}
#page #header_desktop #header_top .bean-type-social_network .item a {
  color: #B1B0B0;
}
#page #header_desktop #header_top .bean-type-social_network .item a:hover {
  color: #00FF97;
}
#page #header_desktop #header {
  transition: top 2s;
  top: -150px;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media screen and (prefers-reduced-motion: reduce) {
  #page #header_desktop #header {
    transition: none;
  }
}
#page #header_desktop #header.shrink {
  position: fixed;
  top: 0;
}
#page #header_desktop #header.shrink .block-superfish li.menuparent ul li ul {
  top: -1px;
}
#page #header_desktop #header.shrink .block-superfish li.menuparent.sfHover ul:not(.sf-hidden) {
  top: 2.4rem;
}
@media (max-width: 1259.98px) {
  #page #header_desktop #header .block-superfish {
    font-size: 0.750rem;
  }
}
#page #header_desktop #header .block-superfish li.menuparent ul {
  min-width: 200px;
  top: -99999em;
  text-transform: none !important;
}
#page #header_desktop #header .block-superfish li.menuparent ul li {
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  padding: 0.75em 0;
  width: 100%;
}
#page #header_desktop #header .block-superfish li.menuparent ul li a.menuparent, #page #header_desktop #header .block-superfish li.menuparent ul li span.menuparent {
  display: flex;
  align-items: center;
}
#page #header_desktop #header .block-superfish li.menuparent ul li a.menuparent svg, #page #header_desktop #header .block-superfish li.menuparent ul li span.menuparent svg {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: auto !important;
}
#page #header_desktop #header .block-superfish li.menuparent ul li ul {
  top: -1px;
}
#page #header_desktop #header .block-superfish li.menuparent.sfHover ul:not(.sf-hidden) {
  top: 3.3rem;
}
#page #header_desktop #header .block-superfish a {
  transition: all 0.25s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #page #header_desktop #header .block-superfish a {
    transition: none;
  }
}
#page #header_desktop #header .block-superfish a.active, #page #header_desktop #header .block-superfish a:hover {
  color: #00FF97 !important;
}
#page #header_mobile [class*="col-"] {
  height: 75px;
}
#page #header_mobile #burger-menu svg {
  font-size: 2.6em;
  height: initial;
}
#page #header_mobile #cta-header-icon {
  color: #FFFFFF !important;
}
#page #header_mobile.mh-head {
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#page #header_mobile.mh-head.mh-scrolledout {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#page.not-front header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.node-type-webform #page #header_mobile.mh-head,
.node-type-webform #page #header_mobile #header.shrink,
.node-type-webform #page #header_desktop.mh-head,
.node-type-webform #page #header_desktop #header.shrink {
  position: relative;
}

footer h2 {
  font-size: 1.25rem;
  color: #323232;
}

#page.not-front {
  position: relative;
  z-index: 0;
  padding-top: 77px;
}
@media (min-width: 992px) {
  #page.not-front {
    padding-top: 132px;
  }
}
@media (min-width: 1260px) {
  #page.not-front {
    padding-top: 140px;
  }
}
#page.front {
  padding-top: 77px;
}
@media (min-width: 992px) {
  #page.front {
    padding-top: 0;
  }
}
#page.front #pre-content .slide-bean {
  height: 370px;
}
@media (min-width: 992px) {
  #page.front #pre-content .slide-bean {
    height: 300px;
  }
}
#page #pre-content .data-summary {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#page #pre-content .data-summary .entry {
  break-inside: avoid;
}
#page #pre-content #image_pre_content {
  overflow-y: hidden;
}
#page #pre-content #image_pre_content img {
  object-fit: cover;
  object-position: top;
}
#page #pre-content .navbar-toggler:focus {
  outline: 0;
}
#page #content .cta-SpringGreen, #page #content .cta-RipeLemon {
  margin-bottom: 0.5rem;
}

.navbar-mobile {
  display: none;
}

#navbar-mobile .mm-panels > .block {
  margin: 0 -20px;
}
#navbar-mobile .mm-panels .mm-panel:after, #navbar-mobile .mm-panels .mm-panel:before {
  height: 0;
}
#navbar-mobile .mm-panels ul.menu {
  margin: 0 -20px;
}
#navbar-mobile .mm-panels ul.menu li {
  margin: 0;
}
#navbar-mobile .mm-panels ul.menu li a, #navbar-mobile .mm-panels ul.menu li span {
  text-transform: uppercase;
  color: #323232 !important;
}
#navbar-mobile .mm-panels ul.menu li a.active, #navbar-mobile .mm-panels ul.menu li span.active {
  color: #00FF97 !important;
}
#navbar-mobile .mm-panels ul.menu li.mm-listitem > a, #navbar-mobile .mm-panels ul.menu li.mm-listitem > span {
  padding-left: 1.5rem !important;
}
#navbar-mobile .mm-panels ul.menu li.mm-listitem:after, #navbar-mobile .mm-panels ul.menu li.mm-listitem::after, #navbar-mobile .mm-panels ul.menu li.mm-listitem .mm-btn_next:before {
  border-color: #D8D8D8;
}
#navbar-mobile .mm-panels ul.menu li.mm-listitem .mm-btn_next:after, #navbar-mobile .mm-panels ul.menu li.mm-listitem .mm-btn_prev:before {
  border-color: #00FF97;
}
#navbar-mobile .mm-panels .block-menu-language {
  padding: 0.5rem 0;
  border-right: none;
}
#navbar-mobile .mm-panels .block-menu-language ul {
  padding-left: 1.5rem;
}
#navbar-mobile .mm-panels .bean-type-social_network {
  display: block !important;
  text-align: center;
  padding: 1.5rem !important;
  font-size: 1.3125rem;
  color: #B1B0B0;
}
#navbar-mobile .mm-panels .bean-type-social_network .item {
  padding: 0 0.25rem;
}

@media (min-width: 992px) {
  .node-type-program .mm-page.mm-slideout, .node-type-hot-content-event .mm-page.mm-slideout, .node-type-page .mm-page.mm-slideout, .node-type-landing-page .mm-page.mm-slideout {
    overflow-x: visible;
  }
}
.node-type-program #page .sidebar-absolute, .node-type-hot-content-event #page .sidebar-absolute, .node-type-page #page .sidebar-absolute, .node-type-landing-page #page .sidebar-absolute {
  top: -90px;
  bottom: 0;
}
.node-type-program #page .sidebar-absolute .wrapper-sidebar, .node-type-hot-content-event #page .sidebar-absolute .wrapper-sidebar, .node-type-page #page .sidebar-absolute .wrapper-sidebar, .node-type-landing-page #page .sidebar-absolute .wrapper-sidebar {
  top: 70px;
}
.node-type-program #page .wrapper-sidebar, .node-type-hot-content-event #page .wrapper-sidebar, .node-type-page #page .wrapper-sidebar, .node-type-landing-page #page .wrapper-sidebar {
  top: 90px;
}

.bean-type-icon_section_hp .first-item .bean-content {
  flex-direction: column !important;
  text-align: center;
}
.bean-type-icon_section_hp .first-item .bean-content .bean-img {
  margin: 0 auto !important;
}
.bean-type-icon_section_hp .first-item .bean-content .bean-title {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bean-type-icon_section_hp .first-item .bean-content .bean-subtitle:before, .bean-type-icon_section_hp .first-item .bean-content .bean-subtitle:before {
  content: "";
}

.bean-type-inline_section_hp {
  background: url("../img/bckg_inline_hp.jpg") no-repeat;
  background-size: cover;
  padding: 3rem 0 !important;
}
.bean-type-inline_section_hp h2.section_title {
  font-size: 2.938rem !important;
  color: #FFFFFF !important;
  text-align: center !important;
  font-weight: 300 !important;
  margin-bottom: 3rem !important;
}
.bean-type-inline_section_hp h2.section_title:after, .bean-type-inline_section_hp h2.section_title::after {
  margin: 1rem auto;
  background-color: #FFFFFF;
}

.bean-type-trigger_box {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 400px;
  max-width: 33%;
  opacity: 0;
  z-index: 1030;
  transition: opacity 0.25s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bean-type-trigger_box {
    transition: none;
  }
}
@media (max-width: 1259.98px) {
  .bean-type-trigger_box {
    display: none;
  }
}
.bean-type-trigger_box .alert {
  padding: 5px;
}
.bean-type-trigger_box .alert:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(300deg, #00FF97, #00FF97);
  background-size: 600% 600%;
  -webkit-animation: hr-gradient 32s ease infinite;
  -moz-animation: hr-gradient 32s ease infinite;
  animation: hr-gradient 32s ease infinite;
}
.bean-type-trigger_box.shrink {
  opacity: 0.95;
}

@media (min-width: 768px) {
  .node-inline-entity-section-menu ul li.node-inline-entity-block-menu a.nav-link {
    border-bottom: none !important;
  }
  .node-inline-entity-section-menu ul li.node-inline-entity-block-menu a.nav-link:hover {
    background: #FFFFFF !important;
  }
  .node-inline-entity-section-menu ul li.node-inline-entity-block-menu a.nav-link.active {
    margin-top: 1px;
    border-top: none !important;
  }
  .node-inline-entity-section-menu ul li.node-inline-entity-block-menu a.nav-link.active:before, .node-inline-entity-section-menu ul li.node-inline-entity-block-menu a.nav-link.active::before {
    content: "";
    height: 10px;
    width: 100%;
    top: -10px;
    position: absolute;
    display: block;
    border: 1px solid;
    border-bottom: none;
    background: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #fff;
  }
}

@media (max-width: 991.98px) {
  .node-inline-entity-section .block-tab .nav {
    counter-reset: a;
  }
  .node-inline-entity-section .block-tab .nav a:before {
    counter-increment: a;
    content: counter(a) " - ";
  }
}
@media (min-width: 768px) {
  .node-inline-entity-section .block-tab .nav {
    counter-reset: a;
  }
  .node-inline-entity-section .block-tab .nav a {
    transition: all 0.2s ease-in-out;
    position: relative;
    margin-bottom: -10px;
    border-bottom: 10px solid transparent;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .node-inline-entity-section .block-tab .nav a {
    transition: none;
  }
}
@media (min-width: 768px) {
  .node-inline-entity-section .block-tab .nav a:before {
    counter-increment: a;
    content: counter(a);
    color: #FFFFFF;
    background: #D8D8D8;
    display: block;
    border-radius: 50%;
    border: none;
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    height: 2.5rem;
    z-index: 400;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .node-inline-entity-section .block-tab .nav a:before {
    transition: none;
  }
}
@media (min-width: 768px) {
  .node-inline-entity-section .block-tab .nav a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .node-inline-entity-section .block-tab .nav a:after {
    transition: none;
  }
}
@media (min-width: 768px) {
  .node-inline-entity-section .block-tab .nav a.active, .node-inline-entity-section .block-tab .nav a:hover {
    text-decoration: none;
    color: #868686 !important;
    border-bottom-color: #00FF97;
  }
  .node-inline-entity-section .block-tab .nav a.active:before, .node-inline-entity-section .block-tab .nav a:hover:before {
    background: #00FF97;
  }
  .node-inline-entity-section .block-tab .nav a.active:after, .node-inline-entity-section .block-tab .nav a:hover:after {
    border-top-color: #00FF97;
  }
}

.node-inline-entity-block-alert {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .node-inline-entity-section-accor .node-inline-entity-block-accor h2 {
    font-size: 1.75rem !important;
  }
}
.node-inline-entity-section-accor .node-inline-entity-block-accor .content-accordion .text-accordion {
  transition: all 1s ease;
}
@media (min-width: 768px) {
  .node-inline-entity-section-accor .node-inline-entity-block-accor .content-accordion .text-accordion {
    border-left: 1px solid #D8D8D8;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .node-inline-entity-section-accor .node-inline-entity-block-accor .content-accordion .text-accordion {
    transition: none;
  }
}
.node-inline-entity-section-accor .node-inline-entity-block-accor .content-accordion .text-accordion:hover svg {
  color: #000000 !important;
}
.node-inline-entity-section-accor .node-inline-entity-block-accor .content-accordion .text-accordion svg {
  transition: all 0.75s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .node-inline-entity-section-accor .node-inline-entity-block-accor .content-accordion .text-accordion svg {
    transition: none;
  }
}
.node-inline-entity-section-accor .node-inline-entity-block-accor .content-accordion:not(.collapsed) svg {
  color: #000000 !important;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.d-inline_section.node-hot-content-news h3 {
  transition: 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .d-inline_section.node-hot-content-news h3 {
    transition: none;
  }
}
.d-inline_section.node-hot-content-news:hover figure img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.d-inline_section.node-hot-content-news:hover h3 {
  color: #00FF97 !important;
}
.d-inline_section.node-hot-content-news figure {
  overflow: hidden;
  max-height: 180px;
}
.d-inline_section.node-hot-content-news figure img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .d-inline_section.node-hot-content-news figure img {
    transition: none;
  }
}
.node-inline-entity-block.col-md-3 .d-inline_section.node-program .entry, .node-inline-entity-block.col-lg-3 .d-inline_section.node-program .entry, .node-inline-entity-block.col-xl-3 .d-inline_section.node-program .entry {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.d-inline_section.node-program img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .d-inline_section.node-program .data-summary {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .d-inline_section.node-program .data-summary .entry {
    break-inside: avoid;
  }
}
.node-inline-entity-block.col-md-3 .d-inline_section.node-hot-content-event .entry, .node-inline-entity-block.col-lg-3 .d-inline_section.node-hot-content-event .entry, .node-inline-entity-block.col-xl-3 .d-inline_section.node-hot-content-event .entry {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.d-inline_section.node-hot-content-event img {
  object-fit: cover;
}

.d-miniature.node-hot-content-news h3 {
  transition: 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .d-miniature.node-hot-content-news h3 {
    transition: none;
  }
}
.d-miniature.node-hot-content-news:hover figure img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.d-miniature.node-hot-content-news:hover h3 {
  color: #00FF97 !important;
}
.d-miniature.node-hot-content-news figure {
  overflow: hidden;
  max-height: 180px;
}
.d-miniature.node-hot-content-news figure img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .d-miniature.node-hot-content-news figure img {
    transition: none;
  }
}
.d-miniature.node-hot-content-news .content p {
  font-size: 0.85rem;
  line-height: 1.6em;
}

.node-teaser.node-hot-content-news img.img-cover {
  max-height: 290px;
}

.view.view-hot-content-event .view-filters .form-checkboxes {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.view.view-hot-content-event .view-filters .form-checkboxes .description a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 300;
  padding-right: 1rem;
  color: #323232;
  border-right: 3px solid #D8D8D8;
  transition: 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .view.view-hot-content-event .view-filters .form-checkboxes .description a {
    transition: none;
  }
}
.view.view-hot-content-event .view-filters .form-checkboxes .description a:hover {
  color: #323232 !important;
  text-decoration: none;
}
.view.view-hot-content-event .view-filters .form-checkboxes .description a:before, .view.view-hot-content-event .view-filters .form-checkboxes .description a::before {
  content: "";
  background: url("../img/filter_agenda.png") no-repeat;
  background-size: cover;
  height: 30px;
  width: 30px;
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes {
  display: flex;
}
@media (max-width: 1259.98px) {
  .view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item {
  padding: 1rem;
  cursor: pointer;
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item.highlight label {
  font-weight: 500;
  border-bottom-color: #45FFFB;
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item.highlight label[for=edit-field-event-type-tid-31] {
  border-bottom-color: #ef5d36;
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item.highlight label:after, .view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item.highlight label::after {
  content: "X";
  font-weight: 300;
  margin-left: 0.5rem;
  cursor: pointer;
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item input {
  display: none;
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item label {
  color: #323232;
  font-weight: 300;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  border-bottom: 3px solid transparent;
  padding-bottom: 0.15rem;
}
@media screen and (prefers-reduced-motion: reduce) {
  .view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item label {
    transition: none;
  }
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item label:hover {
  color: #000000;
  border-bottom-color: #45FFFB;
}
.view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes > .form-item label[for=edit-field-event-type-tid-31]:hover {
  border-bottom-color: #ef5d36;
}
@media (max-width: 991.98px) {
  .view.view-hot-content-event .view-filters .views-exposed-widget {
    float: none;
    padding: 0;
  }
  .view.view-hot-content-event .view-filters .form-checkboxes {
    flex-direction: column;
  }
  .view.view-hot-content-event .view-filters .form-checkboxes .description a {
    border-right: none;
    margin-bottom: 1rem;
    padding: 0;
  }
  .view.view-hot-content-event .view-filters .form-checkboxes .bef-checkboxes {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.view ul.pager li.pager-previous {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #D8D8D8;
  border: 2px solid #D8D8D8;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .view ul.pager li.pager-previous {
    transition: none;
  }
}
.view ul.pager li.pager-previous a {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 30px;
  line-height: normal;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .view ul.pager li.pager-previous a {
    transition: none;
  }
}
.view ul.pager li.pager-previous a:hover {
  color: #D8D8D8 !important;
}
.view ul.pager li.pager-previous:hover {
  background: transparent;
}
.view ul.pager li.pager-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #00FF97;
  border: 2px solid #00FF97;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  transition: 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .view ul.pager li.pager-next {
    transition: none;
  }
}
.view ul.pager li.pager-next a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #FFFFFF !important;
  font-size: 30px;
  line-height: normal;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .view ul.pager li.pager-next a {
    transition: none;
  }
}
.view ul.pager li.pager-next a:hover {
  color: #00FF97 !important;
}
.view ul.pager li.pager-next:hover {
  background: transparent;
}
.view ul.pager li.pager-current {
  color: #00FF97;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  outline: 0;
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #6C6C6C;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

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