@charset "UTF-8";
: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: #eba600;
  -secondary: #6c757d;
  -success: #28a745;
  -info: #17a2b8;
  -warning: #ffc107;
  -danger: #dc3545;
  -light: #f8f9fa;
  -dark: #343a40;
  -breakpoint-xs: 0;
  -breakpoint-sm: 576px;
  -breakpoint-md: 768px;
  -breakpoint-lg: 992px;
  -breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", 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: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #eba600;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #9f7000;
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  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-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: #f9e6b8;
}

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

.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-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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffd46c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 166, 0, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  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: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  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 {
  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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    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: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 166, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #eba600;
  border-color: #eba600;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c58b00;
  border-color: #b88200;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 166, 0, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #eba600;
  border-color: #eba600;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b88200;
  border-color: #ab7900;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 166, 0, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 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: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(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: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

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

.btn-outline-primary {
  color: #eba600;
  background-color: transparent;
  background-image: none;
  border-color: #eba600;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #eba600;
  border-color: #eba600;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 166, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #eba600;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #eba600;
  border-color: #eba600;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 166, 0, 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: 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: 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: 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: 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: 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: 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: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #eba600;
  background-color: transparent;
}
.btn-link:hover {
  color: #9f7000;
  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;
}

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

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

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

body {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  background-color: #ededed;
  margin: 0px;
  padding: 0px;
}

p, a, li {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

a, a:hover {
  color: #68009D;
}

.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}

a:visited {
  color: #68009D;
}

a:focus {
  color: #000000;
  outline: none;
}

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

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

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding: 20px 0px;
  margin: 0px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.btn {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 16px;
}

.btn-default {
  position: relative;
  background-color: #68009D;
  border: solid 1px #68009D;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 15px 7px 15px;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s ease 0s;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #68009D;
  border: solid 1px #68009D;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 15px 7px 15px;
  font-size: 16px;
  line-height: 16px;
}
.btn-default:hover {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  opacity: 0.8;
}

.btn-primary {
  font-size: 16px;
  line-height: 16px;
  background-color: #000000;
  border: solid 1px #000000;
  color: #ffffff;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  color: #000000;
}
.btn-primary:hover {
  background-color: #68009D;
  border: solid 1px #000000;
  color: #68009D;
}

.btn-header-login {
  font-size: 12px;
  padding: 0;
  background-color: #68009D;
  border: solid 1px #68009D;
  color: #ffffff;
}
.btn-header-login:visited, .btn-header-login.active, .btn-header-login.focus, .btn-header-login:active, .btn-header-login:focus {
  background-color: #68009D;
  border: solid 1px #68009D;
  color: #ffffff;
}
.btn-header-login:hover {
  background-color: #68009D;
  border: solid 1px #68009D;
  color: #ffffff;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.list-group-item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.page-item {
  margin-right: 10px;
}
.page-item:first-child a.page-link, .page-item:last-child a.page-link {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-item a.page-link {
  background-color: #000000;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.filter-holder {
  margin-bottom: 30px;
}
.filter-holder a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
.main-header {
  background-color: #ffffff;
  position: relative;
  min-height: 80px;
}
.main-header .logo {
  margin: 10px;
}
.main-header .logo .img-fluid {
  padding: 10px;
}
.main-header .top-nav {
  height: 30px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #000000 7 50%, #000000 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$toColor", endColorstr="$fromColor",GradientType=1 );
}
.main-header .top-nav .top-nav-holder {
  background-color: #68009D;
  text-align: right;
}
.main-header .top-nav .top-nav-holder ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: inline-block;
}
.main-header .top-nav .top-nav-holder ul li {
  display: inline-block;
  margin-left: 30px;
  color: #ffffff;
}
.main-header .top-nav .top-nav-holder ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}
.main-header .logo-holder {
  position: relative;
}
.main-header .navbar-toggler {
  display: none;
}

.navigation-holder {
  padding-right: 14px;
}

.form-inline {
  display: inline-flex;
}
.form-inline .form-control {
  font-size: 12px;
  line-height: 12px;
  border: 0px;
  padding: 2px 5px;
  margin-right: 2px;
}
.form-inline .btn-default {
  font-size: 12px;
  line-height: 30px;
  padding: 0px;
  margin-left: 10px;
}
.form-inline .btn-default:hover {
  background-color: transparent;
  color: #ffffff;
}

.login-danger {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 55555;
}

.btn-logout-small {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
}
.btn-logout-small:hover {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .main-header .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
  }
  .main-header .top-nav .top-nav-holder ul {
    display: none;
  }
  .main-header .top-nav .form-inline .form-group {
    margin-bottom: 0px;
  }

  .navbar {
    justify-content: space-between !important;
  }
  .navbar .navbar-collapse {
    padding: 0px 1rem !important;
  }
}
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    background-color: #ffffff;
    top: 88px;
    /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    /* Account for horizontal padding on navbar */
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: var(--purple);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.navbar {
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
  display: none;
}
.navbar li.nav-item a {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.navbar li.nav-item a:hover {
  color: #000000;
}
.navbar .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse {
  padding: 0px;
}
.navbar .navbar-collapse .nav > li > a {
  padding: 15px 18px;
}
.navbar .navbar-collapse .nav > li > a:hover {
  background-color: #E5ECF4;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li > a:focus {
  background-color: #E5ECF4;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li.active > a {
  background-color: #E5ECF4;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .open > a {
  background-color: #E5ECF4;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu {
  background-color: #E5ECF4;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-toggler {
  border-color: #0a556a;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(10,85,106, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header-navigation {
    padding-right: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 14px;
  }
}
.footer {
  width: 100%;
  padding: 0px 0;
}
.footer .footer-top {
  background-color: #ffffff;
  padding-bottom: 30px;
}
.footer .footer-title {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 0px;
  text-transform: uppercase;
  min-height: 84px;
}
.footer ul.footer-nav {
  list-style: none;
  margin: 0px;
  padding: 10px 0px;
}
.footer ul.footer-nav li {
  color: #000000;
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}
.footer ul.footer-nav li a {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.footer .footer-nav-wide {
  border-top: solid 1px #ededed;
}
.footer .footer-nav-wide ul.footer-nav-2 {
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
}
.footer .footer-nav-wide ul.footer-nav-2 li {
  color: #000000;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}
.footer .footer-nav-wide ul.footer-nav-2 li a {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.footer .footer-nav-wide ul.footer-nav-2 li .fa-caret-right {
  margin-right: 15px;
  color: #000000;
  font-size: 12px;
  line-height: 30px;
}
.footer .footer-middle {
  background: #68009D url("../img/at.png") no-repeat top right;
  padding: 15px 0;
  color: #ffffff;
  min-height: 190px;
}
.footer .footer-middle .newsletter-content h3 {
  color: #96FFAE !important;
}
.footer .footer-middle a {
  color: #E5ECF4;
}
.footer .footer-middle h3 {
  font-size: 16px;
  font-weight: 700;
  color: #E5ECF4;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px 0px 20px;
  text-transform: uppercase;
}
.footer .footer-middle .newsletter-input {
  width: 100%;
  background-color: #68009D;
  opacity: 0.5;
  color: #ffffff;
}
.footer .footer-middle .agree {
  margin-top: 10px;
}
.footer .footer-middle .newsletter-button {
  text-align: right;
}
.footer .footer-middle .newsletter-button .btn-default {
  background-color: #ffffff;
  border-color: #68009D;
  color: #68009D;
}
.footer .footer-bottom {
  background-color: #30343F;
  padding: 5px 0;
}
.footer .footer-bottom .footer-address {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.footer .footer-bottom .footer-address a {
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  font-weight: normal;
}
.footer .footer-bottom .footer-address .pipe {
  margin: 0 3px;
}
.footer .footer-bottom .footer-navigation ul li a.nav-link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 13px;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 5px;
}
.footer .footer-bottom .footer-navigation ul li:first-of-type a.nav-link {
  padding-left: 0px;
}
.footer .footer-bottom .footer-navigation ul li .dot {
  line-height: 12px;
  color: #ffffff;
}
.footer .footer-bottom .footer-navigation ul li:last-of-type .dot {
  display: none;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .footer .footer-bottom .footer-address {
    line-height: 18px;
  }
}
.home-header {
  height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 40;
}
.home-header .header-text {
  height: 400px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.main-home-block {
  margin-top: -40px;
  z-index: 50;
  position: relative;
}

.banner-container {
  height: 400px;
  position: relative;
}
.banner-container .swiper-wrapper {
  z-index: 1;
}
.banner-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner-container .header-text {
  height: 400px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.home-banner {
  height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-text .header-text-block {
  margin: auto 15px;
  justify-content: start;
}
.header-text .header-text-block .header-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  margin: 0px 10% 0px 0px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.header-text .header-text-block .header-title .bg-text2 {
  display: inline-block;
  padding: 5px 15px;
  background-color: #68009D;
  color: #96FFAE;
  font-family: "Montserrat", sans-serif;
}
.header-text .header-text-block .header-top, .header-text .header-text-block .header-bottom, .header-text .header-text-block h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.header-text .header-text-block .header-top .bg-text1, .header-text .header-text-block .header-bottom .bg-text1, .header-text .header-text-block h1 .bg-text1 {
  display: inline-block;
  padding: 5px 15px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.header-text .header-text-block .header-middle {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px #969696;
}
.header-text .header-text-block .header-button {
  text-align: center;
  margin-top: 20px;
}
.header-text .header-text-block .header-button .btn {
  padding: 15px 40px;
  color: #ffffff;
}

.home-title {
  color: #000000;
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  padding: 50px 0 40px;
}

.media-left {
  padding-right: 20px;
}

.media-body {
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
}
.media-body h2 {
  color: #000000;
  font-size: 16px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 10px 0px 20px 0px;
  font-weight: 600;
}

.home-about {
  text-align: center;
  margin-bottom: 30px;
}

.logos .logos-holder {
  background-color: #ffffff;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos .logos-holder .swiper-wrapper .swiper-slide {
  margin: auto;
  text-align: center;
}
.logos .logos-holder .swiper-wrapper .swiper-item {
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos .logos-holder .swiper-wrapper .swiper-item .logo-link {
  height: 122px;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .header-text .header-text-block {
    margin: auto;
    justify-content: center;
  }
  .header-text .header-text-block .header-title, .header-text .header-text-block h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .header-text .header-text-block .header-subtitle {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
  }

  .home-header .header-text {
    padding-top: 100px;
  }

  .logos .logos-title {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .home-header {
    height: auto;
    margin-top: 20px;
  }

  .home-banner {
    height: 200px;
  }

  .header-text .header-text-block .header-title {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
  }
}
.base-header {
  height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.base-content-holder {
  margin-top: 0px;
}

.widget-base-content-holder {
  margin-top: 0px;
}

.header-text-block h1 {
  padding: 5px 15px;
  background-color: #000000;
}

.main-content {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-content.has-image {
  margin-top: -50px;
}
.main-content.news-detail-content {
  margin-bottom: 70px;
}
.main-content.video-detail-content {
  margin-bottom: 70px;
}
.main-content.publication-detail-content {
  margin-bottom: 70px;
}
.main-content.event-detail-detail-content {
  margin-bottom: 70px;
}
.main-content h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  margin: 30px 0px;
  padding: 0px;
}
.main-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  margin: 30px 0px;
  padding: 0px;
}
.main-content p, .main-content li, .main-content a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.main-content p {
  margin: 0px 0px 30px;
  padding: 0px;
}

.cart-container {
  padding: 50px 0px;
}
.cart-container .col-color {
  list-style: none;
  margin: 12px 0px;
}
.cart-container .col-color .cart-item {
  background-color: white;
  padding: 10px;
}

.event-content-holder .main-content {
  background-color: transparent;
  padding: 0px;
}

.content2 {
  margin: 30px 0px;
}
.content2 .content-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content3 {
  margin: 30px 0px;
}
.content3 .content-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content4 {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 30px;
}
.content4 .btn-primary .fa-download {
  margin-right: 20px;
}

.content5 ul {
  list-style: none;
  margin: 0px 60px 0px 15px;
}
.content5 ul li {
  border-bottom: solid 1px #ededed;
  margin: 0px;
  padding: 10px 0px;
}
.content5 h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  padding: 10px 0;
  color: #68009D;
}
.content5 h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  padding: 10px 0;
  color: #000000;
}
.content5 .card {
  border: none;
  padding: 20px 20px 0 20px;
  border-bottom: solid 1px #ededed;
}

.list-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.service-list ul {
  list-style: none;
  margin: 0px 60px 0px 15px;
}
.service-list ul li {
  border-bottom: solid 1px #ededed;
  margin: 0px;
  padding: 10px 0px;
}
.service-list h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  padding: 10px 0;
  color: #68009D;
}
.service-list h2 a {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  padding: 10px 0;
  color: #68009D;
  font-weight: 600;
}

.knowledge-base-container {
  background-color: white;
  padding: 20px !important;
  margin-top: 25px;
}

section.content4 {
  display: inline-block;
  margin-right: 30px;
}

.widget-sidebar {
  margin-bottom: 10px;
  background: #f7f6f7;
  background: -moz-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f6f7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: -o-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: -ms-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: linear-gradient(to bottom, #f7f6f7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f6f7", endColorstr="#ffffff", GradientType=0 );
  padding-left: 30px;
}

.widget-register, .widget-download, .widget-share {
  padding-bottom: 20px;
}
.widget-register ul, .widget-download ul, .widget-share ul {
  padding-left: 0px;
}
.widget-register ul li, .widget-download ul li, .widget-share ul li {
  list-style: none;
  margin: 5px 0px;
}

.widget-share img {
  width: 22px;
  margin-right: 10px;
}

.back-button {
  position: absolute;
  bottom: -46px;
  left: 0px;
  width: 150px;
}
.back-button .btn-primary {
  padding: 10px 20px;
  color: #ffffff;
}
.back-button .btn-primary:hover {
  color: #000000;
}

.kbsearch {
  background-color: #ffffff;
  padding: 10px;
}

.kb__results .simplesearch-result {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
.kb__results .simplesearch-highlight {
  background-color: #68009D;
  color: #ffffff;
}

.kbsearch__form {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.kbsearch__form p {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.kbsearch__form .kbsearch__holder {
  display: flex;
}

.product-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-modal .btn {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 12px;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .content-more {
    background-color: #ffffff;
    padding: 30px 30px;
  }

  .content-image {
    padding: 0px 0px;
  }

  .content5 ul {
    list-style: none;
    margin: 0px 15px 0px 15px;
  }
}
.contact-header {
  height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.contact-header .header-text {
  height: 400px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.contact-content-holder .main-content {
  text-align: center;
}
.contact-content-holder .main-content h1, .contact-content-holder .main-content h2, .contact-content-holder .main-content h3, .contact-content-holder .main-content p {
  text-align: center;
}
.contact-content-holder .main-content h1 {
  margin: 30px 0 0px 0;
}
.contact-content-holder .main-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0px;
}
.contact-content-holder .main-content .content-item-1 p {
  color: #000000;
}
.contact-content-holder .main-content .route-button {
  margin-top: 10px;
  text-align: left;
}
.contact-content-holder .main-content .route-button .btn-primary {
  padding: 10px 20px;
  color: #ffffff;
}

.form-holder h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #68009D;
  text-align: center;
  font-size: 30px;
}
.form-holder h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
}
.form-holder h2.form-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #68009D;
  text-align: center;
  font-size: 25px;
}
.form-holder h3 {
  font-size: 18px;
  line-height: 24px;
  color: #68009D;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0 20px 0;
}
.form-holder .no-margin {
  margin-bottom: 0px;
}
.form-holder p, .form-holder li {
  color: #68009D;
  font-size: 18px;
  font-weight: 300;
}
.form-holder .form-horizontal {
  text-align: left;
}
.form-holder .form-horizontal ::-webkit-input-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-moz-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal ::-moz-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-ms-input-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal .form-group {
  margin: 0px 0 10px 0;
}
.form-holder .form-horizontal .form-group .form-control {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 2px #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 300;
}
.form-holder .form-horizontal .form-group .form-check {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 12px;
  font-weight: 300;
}
.form-holder .form-horizontal .form-group .custom-file-input, .form-holder .form-horizontal .form-group .custom-file-label {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 12px;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-holder .form-horizontal .form-group.form-text {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 12px;
  font-weight: 300;
  margin: 20px 0 10px 0;
}
.form-holder .form-horizontal .form-group .form-check-label {
  margin-right: 10px;
}
.form-holder .form-horizontal .form-group textarea {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 2px #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
}
.form-holder .form-horizontal .form-group .textarea-title {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  padding: 6px 12px;
}
.form-holder .form-horizontal .form-group.form-activities {
  margin-left: 20px;
  color: #68009D;
}
.form-holder .form-horizontal .form-group.form-activities .form-check-label {
  color: #68009D;
}
.form-holder .form-horizontal .form-group .form-checkbox {
  margin-left: 20px;
}
.form-holder .form-horizontal .form-button-group {
  text-align: right;
  margin: 20px 0;
}
.form-holder .form-horizontal .subsidie-block {
  display: none;
}
.form-holder .form-horizontal .subsidie-block.checked {
  display: block;
}
.form-holder .form-horizontal .vergoeding-block {
  display: none;
}
.form-holder .form-horizontal .vergoeding-block.checked {
  display: block;
}
.form-holder .form-horizontal .initiatief-block {
  display: none;
}
.form-holder .form-horizontal .initiatief-block.checked {
  display: block;
}
.form-holder .form-horizontal .form-group-list {
  padding: 10px 20px;
}
.form-holder .form-horizontal .form-group-list .form-row {
  color: #6a6a6a;
  font-weight: 300;
  margin-bottom: 10px;
}

.widget-page {
  margin-top: 30px;
  margin-bottom: 0px;
}
.widget-page .widget {
  margin-bottom: 20px;
}

.widget-home {
  margin-bottom: 0px;
}

.widget-manager .card-deck {
  margin-bottom: 0px;
}
.widget-manager .card {
  background-color: transparent;
}
.widget-manager .card-body {
  padding: 15px;
}
.widget-manager .widget {
  margin-bottom: 30px;
  border: 0px;
  position: relative;
  padding: 0px;
}
.widget-manager .widget p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.widget-manager .widget h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
}
.widget-manager .widget h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}
.widget-manager .widget h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}
.widget-manager .widget a {
  text-decoration: none;
}
.widget-manager .widget a:hover {
  text-decoration: none;
}
.widget-manager .widget.widget1 .card-body, .widget-manager .widget.widget8 .card-body {
  padding: 15px;
}
.widget-manager .widget .btn, .widget-manager .widget .btn-default {
  transition: all 0.3s ease 0s;
}
.widget-manager .widget .btn:hover, .widget-manager .widget .btn-default:hover {
  opacity: 0.8;
}
.widget-manager .widget .color0 {
  background-color: #ffffff;
  color: #000000;
}
.widget-manager .widget .color0 h2, .widget-manager .widget .color0 h3, .widget-manager .widget .color0 h4, .widget-manager .widget .color0 p {
  color: #000000;
}
.widget-manager .widget .color0 .card-title {
  color: #000000;
}
.widget-manager .widget .color0 .alllink {
  color: #000000;
}
.widget-manager .widget .color0 a:not(.btn-default) {
  font-size: 14px;
  color: #68009D;
  font-weight: 400;
  line-height: 20px;
}
.widget-manager .widget .color0 a:not(.btn-default).btn-default {
  color: #ffffff;
}
.widget-manager .widget .color0 a:not(.btn-default).btn-default:hover {
  color: #ffffff;
}
.widget-manager .widget .color1 {
  background-color: #E4D9FF;
  color: #ffffff;
}
.widget-manager .widget .color1 h2, .widget-manager .widget .color1 h3, .widget-manager .widget .color1 h4, .widget-manager .widget .color1 p {
  color: #ffffff;
}
.widget-manager .widget .color1 .alllink {
  color: #ffffff;
}
.widget-manager .widget .color1 .card-text a:not(.btn-default) {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  line-height: 20px;
}
.widget-manager .widget .color2 {
  background-color: #30343F;
  color: #ffffff;
}
.widget-manager .widget .color2 h2, .widget-manager .widget .color2 h3, .widget-manager .widget .color2 h4, .widget-manager .widget .color2 p {
  color: #ffffff;
}
.widget-manager .widget .color2 .alllink {
  color: #ffffff;
}
.widget-manager .widget .color2 .card-text a:not(.btn-default) {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  line-height: 20px;
}
.widget-manager .widget.widget1 .card-text {
  padding-bottom: 50px;
  padding-right: 50px;
}
.widget-manager .widget.widget1 .color0 a.btn-default {
  color: #ffffff;
  background-color: #68009D;
  border-color: #68009D;
}
.widget-manager .widget.widget1 .color0 a.btn-default:hover {
  color: #ffffff;
}
.widget-manager .widget.widget2 .card-body {
  background-blend-mode: hard-light;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.widget-manager .widget.widget3 .card-body, .widget-manager .widget.widget4 .card-body, .widget-manager .widget.widget5 .card-body, .widget-manager .widget.widget6 .card-body {
  padding: 30px;
}
.widget-manager .widget.widget3 .card-body .card-text, .widget-manager .widget.widget4 .card-body .card-text, .widget-manager .widget.widget5 .card-body .card-text, .widget-manager .widget.widget6 .card-body .card-text {
  font-size: 14px;
  line-height: 20px;
  overflow-y: hidden;
  font-weight: 300;
  position: relative;
  padding-bottom: 50px;
}
.widget-manager .widget.widget3 .card-body .card-text:after, .widget-manager .widget.widget4 .card-body .card-text:after, .widget-manager .widget.widget5 .card-body .card-text:after, .widget-manager .widget.widget6 .card-body .card-text:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  content: "";
  pointer-events: none;
}
.widget-manager .widget.widget3 .card-body .card-date, .widget-manager .widget.widget4 .card-body .card-date, .widget-manager .widget.widget5 .card-body .card-date, .widget-manager .widget.widget6 .card-body .card-date {
  color: #6a6a6a;
  margin-bottom: 10px;
}
.widget-manager .widget.widget3 .color0 .card-text, .widget-manager .widget.widget4 .color0 .card-text, .widget-manager .widget.widget5 .color0 .card-text, .widget-manager .widget.widget6 .color0 .card-text {
  position: relative;
}
.widget-manager .widget.widget3 .color0 .card-text:after, .widget-manager .widget.widget4 .color0 .card-text:after, .widget-manager .widget.widget5 .color0 .card-text:after, .widget-manager .widget.widget6 .color0 .card-text:after {
  background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0) 100%);
}
.widget-manager .widget.widget3 .color1 .card-text, .widget-manager .widget.widget4 .color1 .card-text, .widget-manager .widget.widget5 .color1 .card-text, .widget-manager .widget.widget6 .color1 .card-text {
  position: relative;
}
.widget-manager .widget.widget3 .color1 .card-text:after, .widget-manager .widget.widget4 .color1 .card-text:after, .widget-manager .widget.widget5 .color1 .card-text:after, .widget-manager .widget.widget6 .color1 .card-text:after {
  background: linear-gradient(to top, black 20%, rgba(0, 0, 0, 0) 80%);
}
.widget-manager .widget.widget3 .color2 .card-text, .widget-manager .widget.widget4 .color2 .card-text, .widget-manager .widget.widget5 .color2 .card-text, .widget-manager .widget.widget6 .color2 .card-text {
  position: relative;
}
.widget-manager .widget.widget3 .color2 .card-text:after, .widget-manager .widget.widget4 .color2 .card-text:after, .widget-manager .widget.widget5 .color2 .card-text:after, .widget-manager .widget.widget6 .color2 .card-text:after {
  background: linear-gradient(to top, #68009d 20%, rgba(104, 0, 157, 0) 80%);
}
.widget-manager .widget.widget7 {
  background-color: #000000;
}
.widget-manager .widget.widget7 .card-text {
  position: relative;
}
.widget-manager .widget.widget7 .allvideos {
  position: absolute;
  left: 30px;
  bottom: 0px;
  color: #ffffff;
  z-index: 100;
  font-size: 12px;
}
.widget-manager .widget.widget8 .card-title .card-header {
  padding-bottom: 0px;
}
.widget-manager .widget.widget8 .event-item {
  display: flex;
}
.widget-manager .widget.widget8 .event-item .event-date {
  text-align: right;
  color: #68009D;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px 10px 0px;
  line-height: 22px;
}
.widget-manager .widget.widget8 .event-item .event-title {
  flex: 1 1 auto;
  font-size: 15px;
  color: #6a6a6a;
  font-weight: 400;
  align-self: center;
}
.widget-manager .widget.widget8 .event-item .event-title h2 {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}
.widget-manager .widget.widget9 .newsletter-row {
  display: flex;
}
.widget-manager .widget.widget9 .color1 {
  background-color: #000000;
}
.widget-manager .widget.widget9 .color1 .newsletter-image {
  background-color: #000000;
}
.widget-manager .widget.widget9 .color2 .newsletter-image {
  background-color: #68009D;
}
.widget-manager .widget.widget9 .newsletter-image {
  background-blend-mode: hard-light;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.widget-manager .widget.widget9 .newsletter-content {
  display: flex;
  justify-content: flex-end;
}
.widget-manager .widget.widget9 .newsletter-content h3 {
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 100px;
  margin: auto;
  text-align: center;
  font-weight: 400;
  color: #96FFAE !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter {
  margin: auto;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter ::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter :-moz-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter ::-moz-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter :-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter .form-control {
  padding: 10px 20px;
  background-color: #E4D9FF;
  border-color: #E4D9FF;
  line-height: 7px;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter .btn-newsletter {
  line-height: 20px;
  font-size: 14px;
  padding: 10px 20px;
  margin-right: 15px;
}
.widget-manager .widget.widget9 .newsletter-content .newsletter-button-holder {
  text-align: right;
  display: block;
}
.widget-manager .widget.widget9 .newsletter-box {
  display: none;
}
.widget-manager .widget .publishdate {
  float: left;
  display: inline-block;
  font-size: 12px;
  margin-left: 30px;
  padding-top: 15px;
}
.widget-manager .widget .alllink {
  float: left;
  display: inline-block;
  font-size: 12px;
  margin-left: 30px;
  padding-top: 15px;
}
.widget-manager .widget .card-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}
.widget-manager .widget .card-header {
  font-size: 20px;
  font-weight: 700;
  color: #68009D;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px 0px 20px;
  text-transform: uppercase;
}
.widget-manager .widget .widget-footer {
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding-right: 10px;
  width: 100%;
  text-align: right;
}
.widget-manager .widget.widget10 .card-body {
  height: auto;
}
.widget-manager .widget.widget10 .card-header {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.widget-manager .widget.widget11 .card-body {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.widget-manager .widget.widget11 .card-body .card-text {
  text-align: center;
}
.widget-manager .widget.widget12 .card-body {
  padding-bottom: 60px;
}
.widget-manager .widget.widget12 .loginMessage p {
  font-size: 10px;
  padding: 5px;
  line-height: 12px;
  color: #000000;
}
.widget-manager .widget.widget13 .card-body {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.widget-manager .widget.widget13 .card-title {
  color: #ffffff;
}
.widget-manager .widget.widget13 .btn-default {
  background-color: #68009D;
  color: #ffffff;
  border-color: #000000;
}
.widget-manager .widget.widget15 .card-tweet {
  height: 250px;
  overflow-y: scroll;
}
.widget-manager .widget.widget15 .card-title {
  padding-top: 10px;
}
.widget-manager .widget.widget15 .widget-footer {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0px 0px;
}
.widget-manager .widget.widget20 {
  margin-bottom: 5px;
}
.widget-manager .widget.widget20 .card-header {
  padding-bottom: 0px;
}
.widget-manager .widget.widget22 .card-body {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-block .widget-manager .card-body {
  height: auto;
  min-height: 165px;
}
.widget-block .widget-manager .card-body.card-body-high {
  height: auto;
  min-height: 165px;
}
.widget-block .widget-manager .card-body.card-body-low {
  height: auto;
  min-height: 165px;
}

.widget-base-content-holder .main-content {
  margin-top: -50px;
}
.widget-base-content-holder .widget-block {
  margin-top: -80px;
}

.widget-with-sidebar {
  margin-bottom: 0px;
}
.widget-with-sidebar .widget {
  margin-bottom: 20px;
}
.widget-with-sidebar .widget.widget12 .card-body {
  height: auto;
}
.widget-with-sidebar .widget.widget12 .widget-footer {
  position: relative;
  bottom: auto;
  left: auto;
  padding-top: 10px;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font-family: "Montserrat", sans-serif;
  padding: 20px;
}
#mc_embed_signup #mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}
#mc_embed_signup #mergeRow-gdpr {
  margin-top: 20px;
}
#mc_embed_signup #mergeRow-gdpr fieldset label {
  font-weight: normal;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}
#mc_embed_signup #mc-embedded-subscribe {
  margin: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .customer-content {
    display: block;
    max-width: 100%;
    flex-shrink: 0;
    flex: 0 0 100%;
  }

  .widget-with-sidebar {
    display: block;
    max-width: 100%;
    flex-shrink: 0;
    flex: 0 0 100%;
  }

  .widget-manager .widget.widget8 .card-body {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .widget-base-content-holder .main-content {
    margin-top: -50px;
  }
  .widget-base-content-holder .widget-block {
    margin-top: 0px;
  }

  .widget-manager .widget.widget9 .newsletter-row {
    display: block;
  }
  .widget-manager .widget.widget9 .newsletter-image {
    display: none;
    width: 100%;
  }
  .widget-manager .widget.widget9 .newsletter-content {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .widget-manager .widget.widget9 .newsletter-content h3 {
    line-height: 24px;
    flex-basis: 100%;
    color: #96FFAE !important;
  }
  .widget-manager .widget.widget9 .newsletter-content .form-newsletter {
    flex-basis: 100%;
  }
  .widget-manager .widget.widget9 .newsletter-button-holder {
    text-align: center;
    margin-top: 20px;
  }
  .widget-manager .widget.widget12 .card-body {
    height: auto;
  }
  .widget-manager .widget.widget12 .widget-footer {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 10px;
  }
  .widget-manager .widget .card-header {
    margin-left: 20px;
  }
}
.faq-holder {
  margin-top: 30px;
}

.downloads-holder {
  margin-top: 30px;
}

.newsletter-block {
  margin-bottom: 30px;
  margin-top: -30px;
}
.newsletter-block .newsletter-row {
  background-color: #000000;
}
.newsletter-block .newsletter-row .newsletter-image {
  background-blend-mode: multiply;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.newsletter-block .newsletter-row .newsletter-content {
  display: flex;
  justify-content: flex-end;
}
.newsletter-block .newsletter-row .newsletter-content h3 {
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 100px;
  margin: auto;
  color: #96FFAE !important;
  text-align: center;
  font-weight: 600;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter {
  display: flex;
  flex: 1 1 auto;
  margin: auto;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter ::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter :-moz-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter ::-moz-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter :-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter .form-control {
  padding: 15px 20px;
  background-color: #E4D9FF;
  border-color: #E4D9FF;
  line-height: 7px;
}
.news-content-holder h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #000000;
}
.news-content-holder .news-date {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 30px;
}

.publication-content-holder h1 {
  padding-bottom: 0px;
  margin-bottom: 30px;
  color: #000000;
}
.publication-content-holder .publication-link {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 300;
  line-height: 30px;
  color: #68009D;
}

.event-detail-content-holder h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #000000;
}

.news-overview-holder .first-content-block {
  margin-top: -200px;
}
.news-overview-holder .content-block {
  padding: 0px;
}
.news-overview-holder .content-block.has-image {
  margin-top: 30px;
}
.news-overview-holder h1 {
  padding: 30px 0px;
  text-align: center;
  color: #68009D;
}
.news-overview-holder .productlabel {
  float: left;
  display: inline-block;
  font-size: 11px;
  margin-left: 20px;
  padding-top: 5px;
  color: #000000;
}
.news-overview-holder .publishdate {
  float: left;
  display: inline-block;
  font-size: 12px;
  margin-left: 30px;
  padding-top: 15px;
  color: #000000;
}
.news-overview-holder .news-item {
  border: 0px;
  position: relative;
  padding: 0px;
  margin-bottom: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #000000;
}
.news-overview-holder .news-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.news-overview-holder .news-item h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
}
.news-overview-holder .news-item h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}
.news-overview-holder .news-item h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}
.news-overview-holder .news-item a {
  text-decoration: none;
}
.news-overview-holder .news-item a:hover {
  text-decoration: none;
}
.news-overview-holder .news-item h2, .news-overview-holder .news-item h3, .news-overview-holder .news-item h4, .news-overview-holder .news-item p {
  color: #000000;
}
.news-overview-holder .news-item .card-title {
  color: #000000;
}
.news-overview-holder .news-item .alllink {
  color: #000000;
}
.news-overview-holder .news-item .card-text {
  position: relative;
  min-height: 100px;
}
.news-overview-holder .news-item .card-text:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
}
.news-overview-holder .news-item .card-title {
  font-size: 20px;
}
.news-overview-holder .news-item .card-header {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.news-overview-holder .news-item .card-body {
  height: 240px;
}
.news-overview-holder .news-item .widget-footer {
  position: absolute;
  bottom: 30px;
  left: 0px;
  padding-right: 30px;
  width: 100%;
  text-align: right;
}

.publication-overview-holder .publication-content-block {
  padding: 0px;
  margin-top: -50px;
}
.publication-overview-holder h1 {
  padding: 30px 0px;
  text-align: center;
  color: #68009D;
}
.publication-overview-holder .publications .publication-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
}
.publication-overview-holder .publications .publication-item .media-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.publication-overview-holder .publications .publication-item .media-link {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 300;
  line-height: 30px;
  color: #68009D;
}

.video-overview-holder .video-content-block {
  padding: 0px;
  margin-top: -50px;
}
.video-overview-holder h1 {
  padding: 30px 0px;
  text-align: center;
  color: #68009D;
}
.video-overview-holder .videos .video-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
}

.events-list {
  display: flex;
}
.events-list .event-list-date {
  flex-basis: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  padding: 13px 0;
  line-height: 21px;
  background-color: #000000;
  margin-right: 30px;
}
.events-list .event-list-detail {
  flex: 1 1 auto;
  color: #6a6a6a;
  font-weight: 300;
}
.events-list .event-list-detail .svg-inline--fa {
  margin-right: 10px;
  color: #000000;
}
.events-list .event-list-detail .event-list-duration {
  margin-left: 30px;
}
.events-list .event-list-detail .event-list-title {
  flex: 1 1 auto;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  align-self: center;
  padding-top: 6px;
  margin-bottom: 10px;
}
.events-list .event-list-detail .event-list-link {
  margin-left: 30px;
}
.events-list .event-list-detail a {
  color: #6a6a6a;
  font-weight: 300;
}
.events-list .event-list-detail a.btn-events {
  font-size: 14px;
  background-color: #68009D;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  padding: 5px 8px;
  float: right;
}

.event-detail-item .event-detail-date {
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 0;
  line-height: 21px;
}
.event-detail-item .event-detail-detail {
  color: #6a6a6a;
  font-weight: 300;
  margin-bottom: 20px;
}
.event-detail-item .event-detail-detail .svg-inline--fa {
  margin-right: 10px;
  color: #000000;
}
.event-detail-item .event-detail-detail .event-detail-duration {
  margin-left: 30px;
}
.event-detail-item .event-detail-detail .event-detail-location {
  margin-left: 30px;
}
.event-detail-item .event-detail-detail .event-detail-title {
  flex: 1 1 auto;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  align-self: center;
  padding-top: 6px;
  margin-bottom: 10px;
}
.event-detail-item .event-detail-detail a {
  color: #6a6a6a;
  font-weight: 300;
}

.swiper-container .swiper-slide .logo-link img {
  max-height: 80px;
}

.search-bar {
  background-color: #000000;
  text-align: center;
  padding: 30px 15px;
}

.customer-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.customer-content.has-image {
  margin-top: -50px;
}
.customer-content.news-detail-content {
  margin-bottom: 70px;
}
.customer-content.video-detail-content {
  margin-bottom: 70px;
}
.customer-content.publication-detail-content {
  margin-bottom: 70px;
}
.customer-content.event-detail-detail-content {
  margin-bottom: 70px;
}
.customer-content h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #68009D;
  margin: 30px 0px;
  padding: 0px;
}
.customer-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  margin: 0px 0px;
  padding: 0px;
}
.customer-content p, .customer-content li, .customer-content a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.customer-content p {
  margin: 0px 0px 30px;
  padding: 0px;
}
.customer-content .filter-holder {
  margin-bottom: 30px;
}
.customer-content .filter-holder a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.customer-content .filter-holder .alphaHolder {
  margin-top: 20px;
}
.customer-content .filter-holder .alphaHolder span {
  display: inline-flex;
  background-color: #68009D;
  padding: 5px 8px;
  margin-bottom: 10px;
}
.customer-content .filter-holder .alphaHolder span a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}
.customer-content .customer-list .customer-header {
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}
.customer-content .customer-list .customer {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 10px;
}
.customer-content .customer-list .customer .customer-image {
  padding: 20px;
}
.customer-content .customer-list .customer .customer-image img {
  max-height: 80px;
}
.customer-content .customer-list .customer .customer-info {
  padding: 20px;
}
.customer-content .customer-list .customer .customer-more {
  text-align: right;
  padding: 20px;
}

.customer-sidebar {
  margin-top: 70px;
}

.service-filters {
  background-color: #ffffff;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.service-filters h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
  padding-bottom: 0px;
}
.service-filters ul {
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
}
.service-filters ul li {
  color: #000000;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}
.service-filters ul li a {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.service-filters ul li .fa-caret-right {
  margin-right: 15px;
  color: #000000;
  font-size: 12px;
  line-height: 30px;
}

.contact-person {
  background-color: #ffffff;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.contact-person h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
  padding-bottom: 20px;
}
.contact-person img {
  margin-bottom: 20px;
}
.contact-person .media-body {
  padding: 20px 0px;
  color: #6a6a6a;
}
.contact-person .media-body h5 {
  color: #000000;
}
.contact-person .media-body .cp-links {
  padding: 20px 0px;
}
.contact-person .media-body .employee-envelope {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}
.contact-person .media-body .employee-envelope:hover {
  color: #68009D;
}
.contact-person .media-body .employee-linkedin {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  margin-left: 5px;
}
.contact-person .media-body .employee-linkedin:hover {
  color: #68009D;
}

.blog-widget h2 {
  font-size: 20px;
  color: #68009D;
  padding-bottom: 10px;
}

.project-widget {
  padding-left: 20px;
}
.project-widget h2 {
  font-size: 24px;
  color: #68009D;
  padding-top: 30px;
  padding-bottom: 10px;
}
.project-widget .news-item .card-body {
  height: auto;
}

.b-sidebar {
  margin-top: 30px;
}

ul.related-pages {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.related-pages h2 {
  margin-bottom: 30px;
}
ul.related-pages li {
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 1px #ededed;
}
ul.related-pages li a {
  color: #000000;
  text-decoration: underline;
}
ul.related-pages li:first-of-type a {
  margin-left: 0px;
}

.extra-employee-content {
  margin-bottom: 0px;
}

.event-content-holder {
  margin-top: -80px;
  padding-bottom: 80px;
}

.event-overview-content {
  background-color: #ffffff;
  margin-top: 40px;
}

.customer-detail-main {
  margin-bottom: 80px;
}

.forgot-button {
  text-align: right;
  padding: 10px 0px;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .customer-content h2 {
    font-size: 18px;
  }
}
.employee {
  position: relative;
  border: solid 1px #ededed;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.employee .media-body {
  word-break: break-word;
  text-align: center;
  padding: 20px 10px 0px;
  position: relative;
}
.employee .media-body .employee-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.employee .media-body .employee-function {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  color: #6a6a6a;
  margin-bottom: 10px;
}
.employee .media-body .employee-envelope {
  color: #68009D;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}
.employee .media-body .employee-envelope:hover {
  color: #000000;
}
.employee .media-body .employee-linkedin {
  color: #68009D;
  font-size: 30px;
  line-height: 30px;
  margin-left: 5px;
}
.employee .media-body .employee-linkedin:hover {
  color: #000000;
}
.employee .media-body .quote-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: none;
}
.employee .media-body .employee-quote {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: stretch;
  align-content: center;
}
.employee .media-body .employee-quote .quote-content {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  font-weight: 300;
}
.employee .media-body .employee-quote .quote-content .quotes {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  vertical-align: bottom;
  display: inline-block;
  padding: 0px 5px;
}

.employee-holder .main-content {
  padding: 30px 10px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .employee {
    flex-direction: column;
  }
  .employee .media-body {
    width: 100%;
    padding: 10px 10px 0px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .employee.has-quote {
    min-height: 220px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .employee.has-quote {
    min-height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .markets .fixed-top {
    position: relative;
  }
  .markets .contact-header {
    height: auto;
  }
}
.markets__header {
  padding-top: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .markets__header {
    padding-top: 30px;
  }
}
.markets h2 {
  font-size: 18px;
  line-height: 22px;
}
.markets__items {
  display: flex;
  flex-direction: column;
}
.markets__item {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  grid-template-rows: 1fr;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .markets__item {
    display: flex;
    flex-direction: column;
  }
}
.markets__item-image {
  grid-column: 1/2;
  grid-row: 1/-1;
}
.markets__item-image img {
  object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 100%;
  object-position: center center;
}
@media only screen and (max-width: 768px) {
  .markets__item-image img {
    aspect-ratio: 16/9;
  }
}
.markets__item-content {
  grid-column: 2/-1;
  grid-row: 1/-1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between;
}
.markets__content-text {
  padding-bottom: 10px;
}
.markets__content-text h3 {
  padding: 0 0 10px;
}
.markets__content-button {
  justify-content: flex-end;
  display: flex;
}
.markets__content-button .btn__markets {
  display: inline-flex;
  background-color: #68009D;
  color: #ffffff;
  padding: 5px 10px;
}
.markets__content-button .btn__markets:hover {
  opacity: 0.8;
}

h1.markets__header-title {
  background-color: #68009D;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 20px;
}

.markets__header-text {
  background-color: #ffffff;
  padding: 20px;
}

.content__youtube {
  margin-top: 40px;
  margin-bottom: 20px;
}

.markets__back {
  margin: 0 -15px 30px -15px;
}
.markets__back .btn-back {
  background-color: #68009D;
  color: #ffffff;
  padding: 5px 20px;
}

.sections {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: 30px 0;
}
.sections__item {
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sections__header {
  background-color: #009e06;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  height: 90px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}
.sections__header:after {
  content: " ";
  position: absolute;
  border-top: solid 30px #009e06;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
}
.sections__items {
  flex: 1 1 auto;
}
.sections__block {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  display: flex;
  height: 60px;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}
.sections__block:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
.sections__block:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.map__open {
  background-color: #d7d7d7;
  padding: 5px;
}
.map__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #009e06;
  padding: 5px 0;
}
.map__title .fa-lock {
  font-size: 12px;
  color: #ffffff;
}
.map__title p {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #009e06;
}
.map__image {
  cursor: pointer;
}
.map__image img {
  max-width: 100%;
  height: auto;
}
.map__modal .modal-dialog {
  max-width: 400px;
}
.map__modal .modal-content {
  padding: 20px;
  border-radius: 0;
}
.map__modal .modal-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content__open {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  padding: 60px 20px;
  margin-bottom: 30px;
}
.content__secure {
  margin-bottom: 30px;
}

.warning__view {
  width: 400px;
  padding: 40px;
  background-color: #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login__alert .fa-exclamation-triangle {
  color: #ff0000;
  font-size: 50px;
}
.login__text {
  text-align: center;
  flex-grow: 1;
}
.login__text .login__header {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
}
.login__link {
  font-size: 18px;
}

.maps__header {
  background-color: #896ab8;
  height: auto;
  margin-bottom: 30px;
}
.maps__grid {
  padding-top: 120px;
  display: grid;
  grid-template-columns: 25% auto 25%;
  grid-template-rows: auto 40px 1fr;
  grid-template-areas: "upstream-title . downstream-title" "arrow arrow arrow" "upstream map downstream";
}
@media only screen and (max-width: 768px) {
  .maps__grid {
    grid-template-columns: 25% auto 25%;
    grid-template-rows: auto 40px auto auto auto;
    grid-template-areas: "upstream-title . downstream-title" "arrow arrow arrow" "upstream upstream upstream" "map map map" "downstream downstream downstream";
  }
}
.maps__upstream-title {
  grid-area: upstream-title;
  font-size: 30px;
  color: #95faa8;
  font-weight: 600;
  padding: 20px 0;
}
.maps__downstream-title {
  grid-area: downstream-title;
  font-size: 30px;
  text-align: right;
  color: #95faa8;
  font-weight: 600;
  padding: 20px 0;
}
.maps__arrow {
  grid-area: arrow;
}
.maps__arrow-line {
  position: relative;
  margin-right: 50px;
  background: #68009d;
  background: linear-gradient(90deg, #68009d 0%, #94238e 100%);
  height: 20px;
}
.maps__arrow-line:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 50px solid #94238e;
  position: absolute;
  right: -50px;
  top: -10px;
}
.maps__upstream {
  grid-area: upstream;
}
.maps__map {
  grid-area: map;
  display: grid;
  grid-template-columns: auto 300px auto;
  grid-template-rows: 1fr;
  grid-template-areas: ". itemmap .";
}
.maps__section {
  grid-area: itemmap;
  margin-bottom: 20px;
}
.maps__holder {
  background-color: #68009D;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maps__holder h1 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 0 0 20px;
}
.maps__downstream {
  grid-area: downstream;
}
.maps__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.maps__list ul li {
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-right: solid 8px #ffffff;
  margin-bottom: 20px;
  color: #ffffff;
}
.maps__list ul li a, .maps__list ul li a:hover, .maps__list ul li a:visited {
  color: #ffffff;
}
.maps__list p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.maps__list strong {
  font-weight: 700;
}
.maps__list strong a, .maps__list strong a:hover, .maps__list strong a:visited {
  font-weight: 700;
  color: #ffffff;
}

.markets__level-2 .map__footer {
  display: none;
}

.markets__level-3 .map__footer {
  display: none;
}

.markets__level-4 .map__header {
  display: none;
}
.markets__level-4 .map__footer {
  display: flex;
}

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

