: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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #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: .5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 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: "\2014 \00A0";
}

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

.col {
  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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .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%;
}

.portrait-mode {
  display: none;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  header, footer, .main-holder, .services-holder, .logos-holder {
    display: none;
  }

  .portrait-mode {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    background: transparent;
    background-position: center center;
    text-align: center;
  }
  .portrait-mode .portrait-text {
    height: 100%;
    width: 100%;
    display: table-cell;
    color: #000000;
    text-align: center;
    vertical-align: middle;
  }
  .portrait-mode .portrait-text img {
    width: 400px;
    margin: auto auto;
  }
  .portrait-mode .portrait-text p {
    color: #000000;
    font-size: 30px;
    line-height: 38px;
    padding: 20px 40px;
    font-family: "Montserrat", sans-serif;
  }
}
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: #000000;
}

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

a:visited {
  color: #000000;
}

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: #5d9742;
  border: solid 1px #5d9742;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  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: #5d9742;
  border: solid 1px #5d9742;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-default:hover {
  background-color: #5d9742;
  border: solid 1px #5d9742;
  color: #ffffff;
  opacity: 0.8;
}

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

.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: #bfd98f;
  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 (max-width: 575.98px) {
  .top-nav {
    display: none;
  }
}
@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-top: 10px;
  margin-left: 20px;
}
.main-header .logo .img-fluid {
  height: 90px;
}
.main-header .top-nav {
  height: 30px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #5d9742 50%, #5d9742 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #5d9742 7 50%, #5d9742 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #5d9742 50%, #5d9742 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$toColor', endColorstr='$fromColor',GradientType=1 );
}
.main-header .top-nav .top-nav-holder {
  background-color: #5d9742;
  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;
}

@media (max-width: 575.98px) {
  .main-header .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
  }

  .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 .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .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: .75rem;
  padding-bottom: .75rem;
  font-size: .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;
}
.navbar li.nav-item a {
  font-size: 13px;
  line-height: 14px;
}
.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: #5d9742;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li > a:focus {
  background-color: #5d9742;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li.active > a {
  background-color: #5d9742;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .open > a {
  background-color: #5d9742;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu {
  background-color: #5d9742;
  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: #bfd98f;
}

.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;
}
.footer .footer-top .footer-title {
  color: #bfd98f;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
}
.footer ul.footer-nav {
  border-top: solid 1px #ededed;
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
}
.footer ul.footer-nav li {
  color: #000000;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}
.footer ul.footer-nav li a {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.footer ul.footer-nav li .fa-caret-right {
  margin-right: 15px;
  color: #bfd98f;
  font-size: 12px;
  line-height: 30px;
}
.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: #bfd98f;
  font-size: 12px;
  line-height: 30px;
}
.footer .footer-middle {
  background-color: #5d9742;
  padding: 15px 0;
  color: #ffffff;
}
.footer .footer-middle h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0px;
}
.footer .footer-middle .iso-text {
  margin-bottom: 10px;
}
.footer .footer-middle .connected-image {
  margin-bottom: 10px;
}
.footer .footer-middle ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-middle ul li {
  padding: 2px 0px;
}
.footer .footer-middle ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 300;
  padding: 5px;
}
.footer .footer-middle ul li a .social {
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}
.footer .footer-bottom {
  background-color: #5d9742;
  padding: 60px 0;
}
.footer .footer-bottom .footer-title {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 0px;
}
.footer .footer-bottom .footer-address {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.footer .footer-bottom .footer-address a {
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  font-weight: 300;
}
.footer .footer-bottom .footer-address .bull {
  margin: 0 3px;
}
.footer .footer-bottom .footer-logo a img {
  max-height: 80px;
  width: auto;
}
.footer .footer-bottom .footer-navigation ul li a.nav-link {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  font-weight: 300;
  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: -80px;
  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;
  justify-content: center;
}
.header-text .header-text-block .header-title, .header-text .header-text-block h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.header-text .header-text-block .header-top, .header-text .header-text-block .header-bottom {
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}
.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: #bfd98f;
  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: #bfd98f;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
}
.media-body h2 {
  color: #bfd98f;
  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 {
  margin-bottom: 30px;
}
.logos .logos-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5d9742;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.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: 200px;
  }

  .home-banner {
    height: 200px;
  }
}
.customer-header {
  height: 116px;
}

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

.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.faq-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: #5d9742;
  margin: 30px 0px 20px;
  padding: 0px;
}
.main-content h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #bfd98f;
  margin: 0px 0px 20px;
  padding: 0px;
}
.main-content p, .main-content li, .main-content a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.main-content a {
  color: #5d9742;
  font-weight: 600;
}
.main-content p {
  margin: 0px 0px 30px;
  padding: 0px;
}
.main-content img {
  max-width: 100%;
  height: auto;
}

.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: #5d9742;
}
.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: #bfd98f;
  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: #5d9742;
}
.service-list h2 a {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  padding: 10px 0;
  color: #5d9742;
  font-weight: 600;
}

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

.widget-sidebar {
  margin-bottom: 100px;
  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;
}

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

@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: #bfd98f;
}
.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: #5d9742;
  text-align: center;
  font-size: 30px;
}
.form-holder h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #bfd98f;
}
.form-holder h2.form-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #5d9742;
  text-align: center;
  font-size: 25px;
}
.form-holder h3 {
  font-size: 18px;
  line-height: 24px;
  color: #5d9742;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0 20px 0;
}
.form-holder .no-margin {
  margin-bottom: 0px;
}
.form-holder p, .form-holder li {
  color: #5d9742;
  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: #5d9742;
}
.form-holder .form-horizontal .form-group.form-activities .form-check-label {
  color: #5d9742;
}
.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: 30px;
}

.widget-manager .card-deck {
  margin-bottom: 30px;
}
.widget-manager .card {
  background-color: transparent;
}
.widget-manager .widget {
  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: 30px;
}
.widget-manager .widget .btn {
  transition: all 0.3s ease 0s;
}
.widget-manager .widget .btn: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 .btn-default {
  background-color: #bfd98f;
  color: #ffffff;
  border-color: #bfd98f;
}
.widget-manager .widget .color0 .card-title {
  color: #5d9742;
}
.widget-manager .widget .color0 .alllink {
  color: #5d9742;
}
.widget-manager .widget .color0 a {
  font-size: 14px;
  color: #bfd98f;
  font-weight: 400;
  line-height: 20px;
}
.widget-manager .widget .color0 a.btn-default {
  color: #ffffff;
}
.widget-manager .widget .color0 a.btn-default:hover {
  color: #ffffff;
}
.widget-manager .widget .color1 {
  background-color: #bfd98f;
  color: #000000;
}
.widget-manager .widget .color1 h2, .widget-manager .widget .color1 h3, .widget-manager .widget .color1 h4, .widget-manager .widget .color1 p {
  color: #000000;
}
.widget-manager .widget .color1 .btn-default {
  background-color: #ffffff;
  color: #5d9742;
  border-color: #ffffff;
}
.widget-manager .widget .color1 .alllink {
  color: #000000;
}
.widget-manager .widget .color1 .card-text a {
  font-size: 14px;
  color: #ffffff;
  font-weight: #000000;
  line-height: 20px;
}
.widget-manager .widget .color1 .card-title .card-title-color {
  display: inline-block;
  padding: 3px 5px;
  color: #000000;
}
.widget-manager .widget .color2 {
  background-color: #5d9742;
  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 .btn-default {
  background-color: #ffffff;
  color: #5d9742;
  border-color: #ffffff;
}
.widget-manager .widget .color2 .alllink {
  color: #ffffff;
}
.widget-manager .widget .color2 .card-text a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  line-height: 20px;
}
.widget-manager .widget .color2 .card-title .card-title-color {
  display: inline-block;
  padding: 3px 5px;
  background-color: #5d9742;
  color: #ffffff;
}
.widget-manager .widget.widget1 .card-title {
  font-weight: 600;
  text-transform: uppercase;
}
.widget-manager .widget.widget1 .card-text {
  padding-bottom: 50px;
}
.widget-manager .widget.widget2 .card-body {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.widget-manager .widget.widget2 .card-title {
  font-weight: 600;
  text-transform: uppercase;
}
.widget-manager .widget.widget2 .color1 .btn-default {
  background-color: #bfd98f;
  color: #ffffff;
  border-color: #bfd98f;
}
.widget-manager .widget.widget2 .color2 .btn-default {
  background-color: #5d9742;
  color: #ffffff;
  border-color: #5d9742;
}
.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-title, .widget-manager .widget.widget4 .card-body .card-title, .widget-manager .widget.widget5 .card-body .card-title, .widget-manager .widget.widget6 .card-body .card-title {
  text-transform: none;
}
.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: 20px;
}
.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 {
  margin-bottom: 10px;
  opacity: 0.6;
}
.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, #bfd98f 10%, rgba(191, 217, 143, 0) 90%);
}
.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, #5d9742 10%, rgba(93, 151, 66, 0) 90%);
}
.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 .event-item {
  display: flex;
  border-bottom: solid 1px #ededed;
  align-items: center;
}
.widget-manager .widget.widget8 .event-item .event-date {
  display: inline-flex;
  text-align: center;
  color: #bfd98f;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  line-height: 24px;
}
.widget-manager .widget.widget8 .event-item .event-title {
  display: inline-flex;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.widget-manager .widget.widget8 .event-item .btn-default {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.widget-manager .widget.widget9 .newsletter-row {
  display: flex;
}
.widget-manager .widget.widget9 .color1 {
  background-color: #bfd98f;
}
.widget-manager .widget.widget9 .color1 .newsletter-image {
  background-color: #bfd98f;
}
.widget-manager .widget.widget9 .color2 .newsletter-image {
  background-color: #5d9742;
}
.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: 30px;
  margin: auto;
  text-align: center;
  font-weight: 400;
  padding: 20px;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter {
  margin: auto;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter ::-webkit-input-placeholder {
  color: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter :-moz-placeholder {
  color: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter ::-moz-placeholder {
  color: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter :-ms-input-placeholder {
  color: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.widget-manager .widget.widget9 .newsletter-content .form-newsletter .form-control {
  padding: 10px 20px;
  background-color: #5d9742;
  border-color: #5d9742;
  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;
}
.widget-manager .widget .card-header {
  font-size: 20px;
  font-weight: 300;
  color: #5d9742;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.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-body .card-title {
  font-weight: 600;
  text-transform: uppercase;
}
.widget-manager .widget.widget11 .card-body {
  padding: 0px;
}
.widget-manager .widget.widget11 .card-body .card-text {
  text-align: center;
}
.widget-manager .widget.widget12 .card-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
.widget-manager .widget.widget12 .loginMessage p {
  font-size: 10px;
  padding: 5px;
  line-height: 12px;
  color: #000000;
}
.widget-manager .widget.widget12 a.forgot-password {
  font-weight: 400;
}
.widget-manager .widget.widget12 .user-name {
  font-size: 20px;
}
.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: #5d9742;
}
.widget-manager .widget.widget15 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget-manager .widget.widget15 ul li {
  display: flex;
  border-bottom: solid 1px #ededed;
  padding: 10px 0px;
}
.widget-manager .widget.widget15 ul li a {
  margin-left: 0px;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  align-self: left;
  position: relative;
  padding-left: 40px;
}
.widget-manager .widget.widget15 ul li a .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 3px;
  background: transparent url("../img/lj_icon_2.png") 0 0 no-repeat;
}
.widget-manager .widget.widget15 .card-title {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
.widget-manager .widget.widget15 .card-text {
  font-size: 20px;
  margin-bottom: 20px;
}
.widget-manager .widget.widget15 .widget-footer {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0px 0px;
}
.widget-manager .widget.widget20 .card-header {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  color: #bfd98f;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 20px 0px 0px;
}
.widget-manager .widget.widget21 .card-body {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.widget-manager .widget.widget21 .color1 .card-date, .widget-manager .widget.widget21 .color2 .card-date, .widget-manager .widget.widget21 .color0 .card-date {
  margin-bottom: 10px;
  color: #6a6a6a;
}
.widget-manager .widget.widget21 .color1 .card-date .card-title-color, .widget-manager .widget.widget21 .color2 .card-date .card-title-color, .widget-manager .widget.widget21 .color0 .card-date .card-title-color {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ffffff;
  color: #6a6a6a;
  text-transform: none;
}
.widget-manager .widget.widget21 .color1 .card-title, .widget-manager .widget.widget21 .color2 .card-title, .widget-manager .widget.widget21 .color0 .card-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
.widget-manager .widget.widget21 .color1 .card-title .card-title-color, .widget-manager .widget.widget21 .color2 .card-title .card-title-color, .widget-manager .widget.widget21 .color0 .card-title .card-title-color {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ffffff;
  color: #000000;
  text-transform: none;
}
.widget-manager .widget.widget21 .btn-default {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.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-home .widget.widget1 .card-text, .widget-home .widget.widget2 .card-text, .widget-home .widget.widget3 .card-text, .widget-home .widget.widget4 .card-text, .widget-home .widget.widget5 .card-text, .widget-home .widget.widget6 .card-text, .widget-home .widget.widget7 .card-text, .widget-home .widget.widget8 .card-text, .widget-home .widget.widget9 .card-text, .widget-home .widget.widget11 .card-text, .widget-home .widget.widget12 .card-text, .widget-home .widget.widget13 .card-text, .widget-home .widget.widget14 .card-text, .widget-home .widget.widget15 .card-text, .widget-home .widget.widget16 .card-text, .widget-home .widget.widget17 .card-text, .widget-home .widget.widget18 .card-text {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget-home .widget.widget1 .widget-footer, .widget-home .widget.widget2 .widget-footer, .widget-home .widget.widget3 .widget-footer, .widget-home .widget.widget4 .widget-footer, .widget-home .widget.widget5 .widget-footer, .widget-home .widget.widget6 .widget-footer, .widget-home .widget.widget7 .widget-footer, .widget-home .widget.widget8 .widget-footer, .widget-home .widget.widget9 .widget-footer, .widget-home .widget.widget11 .widget-footer, .widget-home .widget.widget12 .widget-footer, .widget-home .widget.widget13 .widget-footer, .widget-home .widget.widget14 .widget-footer, .widget-home .widget.widget15 .widget-footer, .widget-home .widget.widget16 .widget-footer, .widget-home .widget.widget17 .widget-footer, .widget-home .widget.widget18 .widget-footer {
  padding-top: 10px;
}
.widget-home .widget.widget10 .card-text {
  padding-bottom: 00px;
  margin-bottom: 20px;
}
.widget-home .widget.widget10 .widget-footer {
  padding-top: 10px;
}

.widget-with-sidebar {
  margin-bottom: 0px;
}
.widget-with-sidebar .widget {
  margin-bottom: 20px;
}
.widget-with-sidebar .widget.widget1 .card-body, .widget-with-sidebar .widget.widget2 .card-body, .widget-with-sidebar .widget.widget3 .card-body, .widget-with-sidebar .widget.widget4 .card-body, .widget-with-sidebar .widget.widget5 .card-body, .widget-with-sidebar .widget.widget6 .card-body, .widget-with-sidebar .widget.widget7 .card-body, .widget-with-sidebar .widget.widget8 .card-body, .widget-with-sidebar .widget.widget9 .card-body, .widget-with-sidebar .widget.widget10 .card-body, .widget-with-sidebar .widget.widget11 .card-body, .widget-with-sidebar .widget.widget12 .card-body, .widget-with-sidebar .widget.widget13 .card-body, .widget-with-sidebar .widget.widget14 .card-body, .widget-with-sidebar .widget.widget15 .card-body, .widget-with-sidebar .widget.widget16 .card-body, .widget-with-sidebar .widget.widget17 .card-body, .widget-with-sidebar .widget.widget18 .card-body {
  height: auto;
}
.widget-with-sidebar .widget.widget1 .card-text, .widget-with-sidebar .widget.widget2 .card-text, .widget-with-sidebar .widget.widget3 .card-text, .widget-with-sidebar .widget.widget4 .card-text, .widget-with-sidebar .widget.widget5 .card-text, .widget-with-sidebar .widget.widget6 .card-text, .widget-with-sidebar .widget.widget7 .card-text, .widget-with-sidebar .widget.widget8 .card-text, .widget-with-sidebar .widget.widget9 .card-text, .widget-with-sidebar .widget.widget10 .card-text, .widget-with-sidebar .widget.widget11 .card-text, .widget-with-sidebar .widget.widget12 .card-text, .widget-with-sidebar .widget.widget13 .card-text, .widget-with-sidebar .widget.widget14 .card-text, .widget-with-sidebar .widget.widget15 .card-text, .widget-with-sidebar .widget.widget16 .card-text, .widget-with-sidebar .widget.widget17 .card-text, .widget-with-sidebar .widget.widget18 .card-text {
  padding-bottom: 20px;
}
.widget-with-sidebar .widget.widget1 .widget-footer, .widget-with-sidebar .widget.widget2 .widget-footer, .widget-with-sidebar .widget.widget3 .widget-footer, .widget-with-sidebar .widget.widget4 .widget-footer, .widget-with-sidebar .widget.widget5 .widget-footer, .widget-with-sidebar .widget.widget6 .widget-footer, .widget-with-sidebar .widget.widget7 .widget-footer, .widget-with-sidebar .widget.widget8 .widget-footer, .widget-with-sidebar .widget.widget9 .widget-footer, .widget-with-sidebar .widget.widget10 .widget-footer, .widget-with-sidebar .widget.widget11 .widget-footer, .widget-with-sidebar .widget.widget12 .widget-footer, .widget-with-sidebar .widget.widget13 .widget-footer, .widget-with-sidebar .widget.widget14 .widget-footer, .widget-with-sidebar .widget.widget15 .widget-footer, .widget-with-sidebar .widget.widget16 .widget-footer, .widget-with-sidebar .widget.widget17 .widget-footer, .widget-with-sidebar .widget.widget18 .widget-footer {
  position: relative;
  bottom: auto;
  left: auto;
  padding-top: 0px;
  padding-right: 0px;
}
.widget-with-sidebar .widget .alllink {
  float: none;
  padding: 10px;
}
.widget-with-sidebar .widget.widget9 .newsletter-row {
  display: block;
}
.widget-with-sidebar .widget.widget9 .newsletter-content {
  display: block;
  justify-content: flex-end;
}
.widget-with-sidebar .widget.widget9 .newsletter-content h3 {
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 30px;
  margin: auto;
  text-align: left;
  font-weight: 400;
  padding: 20px;
}
.widget-with-sidebar .widget.widget9 .newsletter-content .form-newsletter {
  margin: auto;
}
.widget-with-sidebar .widget.widget9 .newsletter-content .form-newsletter .form-control {
  padding: 10px 20px;
  background-color: #5d9742;
  border-color: #5d9742;
  line-height: 7px;
}
.widget-with-sidebar .widget.widget9 .newsletter-content .form-newsletter .btn-newsletter {
  line-height: 20px;
  font-size: 14px;
  padding: 10px 20px;
  margin-right: 15px;
}
.widget-with-sidebar .widget.widget9 .newsletter-content .newsletter-button-holder {
  text-align: right;
  display: block;
  margin-bottom: 20px;
}
.widget-with-sidebar .widget.widget9 .newsletter-box {
  display: none;
}

#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%;
  }
}
@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%;
  }
  .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: #bfd98f;
}
.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: #bfd98f;
}
.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: #ffffff;
  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: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter :-moz-placeholder {
  color: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter ::-moz-placeholder {
  color: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter :-ms-input-placeholder {
  color: #bfd98f;
  font-weight: 300;
  opacity: 1 !important;
}
.newsletter-block .newsletter-row .newsletter-content .form-newsletter .form-control {
  padding: 15px 20px;
  background-color: #5d9742;
  border-color: #5d9742;
  line-height: 7px;
}

.news-content-holder h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #bfd98f;
}
.news-content-holder .news-date {
  font-size: 14px;
  font-weight: 300;
  color: #bfd98f;
  margin-bottom: 30px;
}
.news-content-holder .news-image {
  margin: 20px 0px;
}

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

.event-content-holder .main-content {
  margin-top: -50px;
}

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

.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: #5d9742;
}
.news-overview-holder .publishdate {
  float: left;
  display: inline-block;
  font-size: 12px;
  margin-left: 30px;
  padding-top: 15px;
  color: #bfd98f;
}
.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: #bfd98f;
}
.news-overview-holder .news-item .alllink {
  color: #bfd98f;
}
.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: #bfd98f;
  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: #5d9742;
}
.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: #bfd98f;
  margin-bottom: 20px;
}
.publication-overview-holder .publications .publication-item .media-link {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 300;
  line-height: 30px;
  color: #5d9742;
}

.video-overview-holder .video-content-block {
  padding: 0px;
  margin-top: -50px;
}
.video-overview-holder h1 {
  padding: 30px 0px;
  text-align: center;
  color: #5d9742;
}
.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: #bfd98f;
  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: #bfd98f;
}
.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;
}

.event-detail-item .event-detail-date {
  text-align: left;
  color: #bfd98f;
  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: #bfd98f;
}
.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: #bfd98f;
  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: #5d9742;
  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 .customer-list .customer-header {
  background-color: #bfd98f;
  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: 0px;
}

.service-filters {
  background-color: #ffffff;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.service-filters h2 {
  font-size: 24px;
  font-weight: 400;
  color: #bfd98f;
  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: #bfd98f;
  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: #bfd98f;
  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: #bfd98f;
}
.contact-person .media-body .cp-links {
  padding: 20px 0px;
}
.contact-person .media-body .employee-envelope {
  color: #bfd98f;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}
.contact-person .media-body .employee-envelope:hover {
  color: #ffffff;
}
.contact-person .media-body .employee-linkedin {
  color: #bfd98f;
  font-size: 30px;
  line-height: 30px;
  margin-left: 5px;
}
.contact-person .media-body .employee-linkedin:hover {
  color: #ffffff;
}

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

.project-widget {
  padding-left: 20px;
}
.project-widget h2 {
  font-size: 24px;
  color: #5d9742;
  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: #bfd98f;
  text-decoration: underline;
}
ul.related-pages li:first-of-type a {
  margin-left: 0px;
}

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

.faq-holder {
  margin-bottom: 30px;
}

.faq-count {
  color: #bfd98f;
  display: inline-block;
  width: 20px;
  text-align: right;
}

.list-group-item-action {
  color: #000000;
}

@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: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}
.employee .media-body .employee-envelope:hover {
  color: #bfd98f;
}
.employee .media-body .employee-linkedin {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin-left: 5px;
}
.employee .media-body .employee-linkedin:hover {
  color: #bfd98f;
}
.employee .media-body .quote-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #bfd98f;
  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;
  }
}
/* =============================================================================
   Google maps
   ========================================================================== */
.map {
  padding: 0px;
  width: 100%;
  height: 600px;
  margin: 10px 0px 20px 0px;
}

#map {
  height: 740px;
  width: 100%;
}

.map img {
  max-width: none;
}

.gmapMember {
  padding: 0px;
  width: 100%;
  height: 250px;
  margin: 10px 0px 20px 0px;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6) !important;
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6) !important;
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6) !important;
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6) !important;
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6) !important;
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6) !important;
}

.gmapMember img {
  max-width: none;
}

.location-company {
  display: block;
  font-weight: 600;
}

.mapHolder {
  padding-top: 0px;
  position: relative;
  max-width: 100%;
}

.drup {
  position: absolute;
  width: 18px;
  z-index: 400;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -5px;
}

.tooltip-inner {
  background-color: #2cb645;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #2cb645;
}

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