@charset "UTF-8";
@font-face {
  font-family: "EuclidCircular";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/primary-font/EuclidCircularA-Regular-WebS.woff2")
      format("woff2"),
    url("/Content/fonts/primary-font/EuclidCircularA-Regular-WebS.woff")
      format("woff"),
    url("/Content/fonts/primary-font/EuclidCircularA-Regular-WebS.ttf")
      format("truetype");
}

@font-face {
  font-family: "EuclidCircular";
  font-style: normal;
  font-weight: 500;
  src: url("/Content/fonts/primary-font/EuclidCircularA-Medium-WebS.woff2")
      format("woff2"),
    url("/Content/fonts/primary-font/EuclidCircularA-Medium-WebS.woff")
      format("woff"),
    url("/Content/fonts/primary-font/EuclidCircularA-Medium-WebS.ttf")
      format("truetype");
}

: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: #cc0000;
  --secondary: #344b9c;
  --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: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #cc0000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: maroon;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  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: 300;
}

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;
  border-radius: 0rem;
  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;
}

.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  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: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.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: 0.9375rem;
  padding-left: 0.9375rem;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f1b8b8;
}

.table-hover .table-primary:hover {
  background-color: #eda3a3;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #eda3a3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c6cde3;
}

.table-hover .table-secondary:hover {
  background-color: #b5bedb;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b5bedb;
}

.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;
}

td > p {
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff4d4d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a60000;
  border-color: #990000;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: #8c0000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #344b9c;
  border-color: #344b9c;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2a3d7f;
  border-color: #273976;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #344b9c;
  border-color: #344b9c;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #273976;
  border-color: #24346c;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #cc0000;
  background-color: transparent;
  background-image: none;
  border-color: #cc0000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #cc0000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #344b9c;
  background-color: transparent;
  background-image: none;
  border-color: #344b9c;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #344b9c;
  border-color: #344b9c;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #344b9c;
  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: #344b9c;
  border-color: #344b9c;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 75, 156, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 300;
  color: #cc0000;
  background-color: transparent;
}
.btn-link:hover {
  color: maroon;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #cc0000;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #cc0000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff8080;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cc0000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #cc0000;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(204, 0, 0, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(204, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cc0000;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(204, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #ff4d4d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ff4d4d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #ff4d4d;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0rem 0rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #cc0000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ff8080;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #cc0000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ff8080;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #cc0000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ff8080;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #cc0000;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: #566274;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: #566274;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23566274' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: #566274;
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0rem - 1px) calc(0rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0rem - 1px) calc(0rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0.9375rem;
    margin-bottom: 0;
    margin-left: 0.9375rem;
  }
}

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #cc0000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: maroon;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #cc0000 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #990000 !important;
}

.bg-secondary {
  background-color: #344b9c !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #273976 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #cc0000 !important;
}

.border-secondary {
  border-color: #344b9c !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0rem !important;
}

.rounded-top {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.rounded-right {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

.rounded-left {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 100 !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #cc0000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #990000 !important;
}

.text-secondary {
  color: #344b9c !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #273976 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("/Content/fonts/icons/icomoon.eot");
  src: url("/Content/fonts/icons/icomoon.eot#iefix")
      format("embedded-opentype"),
    url("/Content/fonts/icons/icomoon.ttf") format("truetype"),
    url("/Content/fonts/icons/icomoon.woff") format("woff"),
    url("/Content/fonts/icons/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e92a";
}

.icon-taxi:before {
  content: "\e926";
}

.icon-walk:before {
  content: "\e927";
}

.icon-drive:before {
  content: "\e928";
}

.icon-transit:before {
  content: "\e929";
}

.icon-instagram:before {
  content: "\e925";
}

.icon-building:before {
  content: "\e91b";
}

.icon-calendar:before {
  content: "\e91c";
}

.icon-directions:before {
  content: "\e91d";
}

.icon-eat:before {
  content: "\e91e";
}

.icon-filters:before {
  content: "\e91f";
}

.icon-globe-alt:before {
  content: "\e920";
}

.icon-home-location:before {
  content: "\e921";
}

.icon-pin-solid:before {
  content: "\e922";
}

.icon-stay:before {
  content: "\e923";
}

.icon-visit:before {
  content: "\e924";
}

.icon-arrow-first:before {
  content: "\e917";
}

.icon-arrow-last:before {
  content: "\e918";
}

html[dir="rtl"] .icon-arrow-first:before {
  content: "\e918";
}

html[dir="rtl"] .icon-arrow-last:before {
  content: "\e917";
}

.icon-check:before {
  content: "\e919";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-solid-down:before {
  content: "\e902";
}

.icon-arrow-solid-right:before {
  content: "\e903";
}

.icon-arrow-solid-up:before {
  content: "\e904";
}

.icon-call:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e908";
}

html[dir="rtl"] .icon-chevron-left:before {
  content: "\e908";
}

html[dir="rtl"] .icon-chevron-right:before {
  content: "\e907";
}

.icon-chevron-up:before {
  content: "\e909";
}

.icon-close-solid:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-download:before {
  content: "\e90c";
}

.icon-email:before {
  content: "\e92b";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-globe:before {
  content: "\e90f";
}

.icon-link-external:before {
  content: "\e91a";
}

.icon-linkedin:before {
  content: "\e910";
}

.icon-open-window:before {
  content: "\e911";
}

.icon-pin:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
}

.icon-twitter:before {
  content: "\e92c";
}

.icon-whatsapp:before {
  content: "\e915";
}

.icon-youtube:before {
  content: "\e916";
}

.icon-envelope:before {
  content: "\e90d";
}

body {
  font-family: "EuclidCircular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1480px) {
  body {
    font-size: 1vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 10px;
  direction: ltr;
  border: solid 1px #1c5335;
  color: #1c5335;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none !important;
}

.datepicker table th:nth-of-type(even),
.datepicker table tr td:nth-of-type(even) {
  background-color: transparent;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #e86825;
  color: #fff;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #d3d3d3;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #e86825;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3c17a),
    to(#f3e97a)
  );
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #1c5335;
  color: #fff;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #1c5335;
  color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #1c5335;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #1c5335;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#08c),
    to(#0044cc)
  );
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.nav--sm {
  font-size: 0.8em;
}

.overflow-hidden {
  overflow: hidden !important;
}

a {
  color: #1c5335;
}
a:hover {
  color: #1c5335;
}

a[href^="mailto:"] {
  word-break: break-all;
}

a.link {
  color: #1c5335;
  border-bottom: solid 1px #1c5335;
}
a.link:hover {
  color: #1c5335;
  text-decoration: none;
}

.link--underline {
  text-decoration: underline;
}

.dropdown-item {
  color: #1c5335;
}

.cta-secondary {
  position: relative;
  border-bottom: none !important;
  text-decoration: none !important;
}
.cta-secondary:hover {
  text-decoration: none;
}
.cta-secondary::after,
.cta-secondary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background-color: #1c5335;
}
.cta-secondary::after {
  width: 0;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: #e86825;
}
.cta-secondary:hover::after {
  background-color: #e86825;
  width: 100%;
}
.cta-secondary.dark::after,
.cta-secondary.dark::before {
  background-color: #fff;
}
.cta-secondary.dark:hover::after {
  background-color: #e86825;
  width: 100%;
}

.cta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.0625rem;
  font-weight: 500;
  height: 3.75rem;
  padding-left: 5rem;
  padding-right: 0.625rem;
  position: relative;
  -webkit-transition-property: width, height, padding, color;
  -o-transition-property: width, height, padding, color;
  transition-property: width, height, padding, color;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-flex-basis: content;
  -ms-flex-preferred-size: content;
  flex-basis: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta .cta__label {
  position: relative;
  z-index: 4;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  display: inline-block;
  line-height: 1.41;
}
.cta.cta--secondary .cta__label,
.cta.dark .cta__label {
  color: #1c5335;
}
.cta.cta--secondary:after,
.cta.cta--secondary:hover,
.cta.dark:after,
.cta.dark:hover {
  color: #fff;
}
.cta:hover {
  text-decoration: none;
  padding-right: 4.375rem;
  padding-left: 1.25rem;
}
.cta:hover .cta__label {
  color: #fff;
  margin-left: 0.625rem;
}
.cta:hover:before {
  width: 100%;
  background-size: 0.5rem;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.cta:hover:after {
  left: 100%;
  margin-left: -1.875rem;
}
.cta:after {
  font-family: "icomoon";
  content: "";
  -webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  left: 1.6875rem;
  top: 1.3125rem;
  right: auto;
  position: absolute;
  color: #fff;
  font-size: 0.875rem;
}
.cta:before {
  content: "";
  height: 3.75rem;
  width: 3.75rem;
  top: 0;
  left: 0;
  border-radius: 1.875rem;
  background-color: #e86825;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 54% 50%;
  color: #fff;
}

button.cta {
  background-color: transparent;
  border: none;
  display: inline-block;
  cursor: pointer;
}
button.cta:focus {
  outline: 0;
}

.loading-spinner {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.loading-spinner:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100px 100px;
  background-position: center center;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2U4NjgyNTt9LmNscy0ye2ZpbGw6bm9uZTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzYuODIsMTU1YTU4LjE0LDU4LjE0LDAsMCwwLDgzLjM1LTUyLjE5bDAsMHMwLS4wNywwLS4xLDAtLjA3LDAtLjEsMC0zMi40MSwwLTMyLjM5QTc4LjQ4LDc4LjQ4LDAsMCwxLDEwMiwyMDEuNDFhNzkuMTgsNzkuMTgsMCwwLDEtMjUuMTgtNC4wOGwwLTQyLjM3WiIvPjxyZWN0IGNsYXNzPSJjbHMtMiIgd2lkdGg9IjIwNSIgaGVpZ2h0PSIyMDUiLz48L2c+PC9nPjwvc3ZnPg==");
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.table-basic {
  color: #1c5335;
  border-collapse: collapse;
}
.table-basic tr,
.table-basic td,
.table-basic th {
  background-color: transparent !important;
}
.table-basic tr,
.table-basic td {
  border-bottom: solid 1px #1c5335 !important;
}
.table-basic td {
  vertical-align: middle;
  height: 74px;
  padding: 0.9375rem 0 !important;
  border-top: solid 1px #1c5335 !important;
}
@media (max-width: 991.98px) {
  .table-basic td {
    white-space: normal;
  }
}

@media (min-width: 768px) {
  .story-card .story-card--media {
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .story-card:hover .story-card--media {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

:not(.stories__featured) > .story-card .story-card-media {
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

:not(.stories__featured) > .story-card:hover .story-card-media {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.main-content {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.page--triage .main-content {
  margin-left: 0;
  margin-right: 0;
}

.block {
  padding-left: 0;
  padding-right: 0;
}

.youtube-wrapper {
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
}

input::-ms-clear {
  display: none;
}

.text-underline {
  text-decoration: underline !important;
}

.cta-button-square--text {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-button-square--text {
    min-width: 117px;
  }
}

a.cta-button-square {
  background-color: #e86825;
  color: #fff;
  display: inline-block;
  padding: 1.875rem 4rem;
  text-align: center;
  position: relative;
  max-height: 80px;
}
@media (min-width: 768px) {
  a.cta-button-square {
    padding: 1.25rem 4rem;
  }
}
a.cta-button-square:before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
a.cta-button-square:hover {
  color: #fff;
  text-decoration: none;
}
a.cta-button-square:hover:before {
  background-color: #1c5335;
  width: 100%;
}
a.cta-button-square .icon-chevron-right {
  margin-left: 2rem;
  font-size: 1em;
  vertical-align: center;
}

.cta-button-square_2 {
  background-color: #e86825;
  color: #fff;
  padding: 1.875rem 4rem;
  position: relative;
}
.cta-button-square_2:before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.cta-button-square_2:hover {
  color: #fff;
  text-decoration: none;
}
.cta-button-square_2:hover:before {
  background-color: #1c5335;
  width: 100%;
}

label.form-check__control {
  cursor: pointer;
}

.no-google .gtc,
.no-google .around-the-clinic--wrapper {
  display: none !important;
}

.no-sm .share__wrapper,
.no-sm .nav.nav-social {
  display: none !important;
}

.language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: inherit;
}
@media (max-width: 991.98px) {
  .language-switcher {
    opacity: 0;
    margin-left: 30px;
  }
  .menu-open .language-switcher {
    opacity: 1;
  }
}
.language-switcher .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
}
@media (max-width: 991.98px) {
  .language-switcher .dropdown-menu {
    position: absolute;
  }
}
.language-switcher .dropdown-menu .dropdown-divider {
  margin: 0;
  border-top-color: #1c5335;
}
.language-switcher .dropdown-menu .dropdown-item {
  padding: 1.875rem;
  font-size: 1.0625rem;
}
.language-switcher .dropdown-menu .dropdown-item:focus {
  outline: none;
}
.language-switcher .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #1c5335;
}
.language-switcher .dropdown-menu .dropdown-item.active:after {
  font-family: "icomoon";
  font-weight: 400;
  content: "";
  color: #e86825;
  border: none;
  font-size: 0.625rem;
  margin-left: 1rem;
}
.language-switcher .dropdown-menu a,
.language-switcher .dropdown-menu button {
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.language-switcher .dropdown-menu a.active:hover,
.language-switcher .dropdown-menu a:hover,
.language-switcher .dropdown-menu button.active:hover,
.language-switcher .dropdown-menu button:hover {
  color: #fff;
  background-color: #1c5335;
}
.language-switcher .dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0.625rem;
}
.language-switcher .dropdown-toggle::after {
  font-family: "icomoon";
  font-weight: 400;
  content: "";
  color: #1c5335;
  border: none;
  font-size: 0.375rem;
  margin-top: 0.4875rem;
  margin-right: 1.25rem;
}
.language-switcher a,
.language-switcher a:hover {
  text-decoration: none;
}
.language-switcher__label {
  margin-right: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.language-switcher-mobile {
  padding-right: 80px;
}
@media (min-width: 576px) {
  .language-switcher-mobile {
    display: none;
  }
}
.language-switcher-mobile-wrapper {
  background-color: #fff;
}
.language-switcher-mobile .nav-link {
  color: #1c5335 !important;
  font-size: 17px;
  background-color: transparent;
  border: 0;
  padding: 1.25rem 1.875rem 1.25rem 1.875rem;
}
.language-switcher-mobile .nav-link.active {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}
.language-switcher-mobile .nav-link.active::before {
  font-family: "icomoon";
  content: "\e920";
  margin-right: 10px;
}
.language-switcher-mobile .dropdown-item {
  padding: 1.5625rem 1.875rem 1.5625rem 3.5rem;
}
.language-switcher-mobile .dropdown-divider {
  margin: 0;
  border-top-color: #1c5335;
}
.language-switcher-mobile .dropdown-divider + .dropdown-item {
  padding: 1.5625rem 1.875rem 1.5625rem 2.5rem;
}
.language-switcher-mobile .dropdown.show .dropdown-menu.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.language-switcher-mobile .dropdown-menu {
  border: none;
  padding: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.language-switcher-mobile .dropdown-item,
.language-switcher-mobile .nav-link {
  width: 100%;
  font-weight: 500;
  outline: transparent;
  cursor: pointer;
  text-align: left;
}
.language-switcher-mobile .dropdown-item:hover,
.language-switcher-mobile .nav-link:hover {
  background-color: transparent;
}
.language-switcher-mobile .nav-link.dropdown-toggle::after {
  font-family: "icomoon";
  font-weight: 400;
  content: "";
  color: #1c5335;
  border: none;
  font-size: 0.375rem;
  margin-top: 0.4875rem;
  margin-right: 1.25rem;
}

.logo {
  height: 3.125rem;
}
@media (max-width: 991.98px) {
  .logo {
    height: 2.5rem;
  }
}

.navbar-wrapper {
  height: 5.25rem;
}
.page--front .navbar-wrapper {
  height: 0 !important;
}
@media (max-width: 991.98px) {
  .navbar-wrapper {
    height: 4rem;
  }
}

.navbar-nav--main .dropdown-toggle:after {
  border: none;
}

.navbar {
  padding: 0;
  opacity: 1;
}
.navbar .navbar-brand {
  margin-left: 1.875rem;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 99;
  font-size: inherit;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.navbar.menu-open .language-switcher {
  z-index: 99;
}
.navbar.menu-open .navbar-brand {
  z-index: 0;
  opacity: 0;
}
@media (min-width: 576px) {
  .navbar.menu-open .navbar-brand {
    opacity: 1;
  }
}
.navbar .navbar__tagline {
  font-size: 1.875rem;
  display: inline-block;
  padding: 0.333em;
  margin-right: 0.666em;
  color: #e86825;
}
.navbar a.nav-link.search-button {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffebe1;
}
@media (min-width: 992px) {
  .navbar a.nav-link.search-button {
    width: 6.875rem;
    height: 5.25rem;
    font-size: inherit;
  }
}
.navbar a.nav-link.search-button:after {
  display: none;
}
.navbar a.nav-link.search-button .icon-search {
  font-size: 1.125rem;
  color: #e86825;
}
@media (min-width: 992px) {
  .navbar .navbar-nav--main {
    margin-left: 4vw;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav--main {
    margin-left: 12vw;
  }
}
.navbar .navbar-nav--main > .nav-item {
  font-size: initial;
}
.navbar .navbar-nav--main > .nav-item > a.nav-link {
  font-weight: 500;
  color: #1c5334;
  font-size: 1.5rem;
  margin-right: 1.5em;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .navbar .navbar-nav--main > .nav-item > a.nav-link:before {
    content: "";
    position: absolute;
    height: 0.25rem;
    width: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #e86825;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav--main > .nav-item > a.nav-link {
    height: 4.2em;
    font-size: 1.25rem;
  }
  .navbar .navbar-nav--main > .nav-item > a.nav-link:hover:before,
  .navbar .navbar-nav--main > .nav-item > a.nav-link.active:before {
    width: 100%;
  }
}
.navbar .navbar-nav--main > .nav-item > a.nav-link::after {
  content: "";
  position: absolute;
}
.navbar .navbar-nav--main > .nav-item > a.nav-link .icon-chevron-right {
  color: #e86825;
  margin-right: 1em;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .navbar .navbar-nav--main > .nav-item > a.nav-link .icon-chevron-right {
    display: none;
  }
}
.navbar .navbar-nav--main > .nav-item:last-child > a.nav-link {
  margin: 0;
}
.navbar .navbar-nav--main .show > a.nav-link .icon-chevron-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navbar .navbar-nav--main .show > a.nav-link:before {
  width: 100%;
}
.navbar .navbar-nav--main .nav-item {
  z-index: 1;
}
.navbar .nav-item--clinic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .navbar .nav-item--clinic {
    padding-left: 0;
  }
}
.navbar .nav-item--clinic .label {
  display: none;
}
.navbar .nav-item--clinic i {
  margin-right: 0.625rem;
}
@media (min-width: 1200px) {
  .navbar .nav-item--clinic .label {
    display: inline-block;
  }
}
.navbar .nav-item--clinic a {
  color: #e86825;
  font-size: 1.0625rem;
  font-weight: 500;
}

.menu-open .nav-item--clinic {
  margin-right: auto;
  padding: 0 1.875rem;
}
@media (min-width: 576px) {
  .menu-open .nav-item--clinic {
    margin-right: inherit;
  }
}
.menu-open .nav-item--clinic .label {
  display: inline-block !important;
}

.menu-open.navbar .navbar-nav--secondary a.nav-link.search-button {
  padding: 0 1.25rem;
}

.menu-open.navbar
  .navbar-nav--main
  > .nav-item
  > a.nav-link
  .icon-chevron-right {
  margin-right: 0.625rem;
  font-size: 20px;
}

.menu-open.navbar .navbar-nav--main.navbar-nav li + li {
  margin-top: 21px;
}

.dropdown--mega {
  position: static;
  z-index: 3000;
}
.dropdown--mega .dropdown-menu--mega {
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: #1c5335;
  margin: 0;
  padding: 0;
}
.dropdown--mega .dropdown-menu--mega .dropdown-menu-inner {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .dropdown--mega .dropdown-menu--mega .dropdown-menu-inner {
    padding: 3.75rem 1.875rem;
  }
}
.dropdown--mega .dropdown-menu--mega .dropdown-menu-inner .nav-item,
.dropdown--mega .dropdown-menu--mega .dropdown-menu-inner .story-card a {
  font-size: initial;
}
.dropdown--mega .dropdown-menu--mega a.nav-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.625rem;
}
.dropdown--mega .dropdown-menu--mega a.nav-link:hover {
  color: #ffebe1;
}
.dropdown--mega .dropdown-menu--mega__search {
  background-color: #ffebe1;
  height: 100vh;
  position: absolute;
}
@media (min-width: 992px) {
  .dropdown--mega .dropdown-menu--mega__search {
    height: auto;
  }
}
.dropdown--mega .dropdown-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 5.25rem;
  display: none;
}
@media (min-width: 992px) {
  .dropdown--mega.show .dropdown-overlay {
    display: block;
    height: 100vh;
  }
}

.navbar-toggler {
  position: relative;
  padding: 0;
  z-index: 100;
  height: 64px;
  width: 80px;
  border: none;
}
.menu-open .navbar-toggler {
  background-color: #1c5335;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .icon-menu:after,
.navbar-toggler .icon-menu:before {
  content: "";
  display: block;
  background-color: #e86825;
  height: 2px;
  width: 18px;
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.navbar-toggler .icon-menu::after {
  top: 6px;
}
.navbar-toggler .icon-menu::before {
  top: -6px;
}
.menu-open .navbar-toggler .icon-menu {
  background-color: #1c5335;
}
.menu-open .navbar-toggler .icon-menu::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open .navbar-toggler .icon-menu::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu--mega .story-card {
  font-weight: 500;
}
.dropdown-menu--mega .story-card a {
  text-decoration: none;
}
.dropdown-menu--mega .story-card .story-card--media {
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0.875rem;
}
.dropdown-menu--mega .story-card .story-card--category {
  color: #ffebe1;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.dropdown-menu--mega .story-card .story-card--title {
  color: white;
  margin-top: 0.3125rem;
  font-size: 1.0625rem;
}

.dropdown-item:active {
  background-color: #e86825;
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav--secondary {
    position: absolute;
    padding-right: 80px;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .navbar .navbar-nav--secondary a.nav-link.search-button {
    background-color: #fff;
    padding: 1rem;
    width: 80px;
    height: 64px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar .navbar-nav--secondary .show a.nav-link.search-button {
    background-color: #ffebe1;
  }
  .navbar .navbar-collapse--main {
    display: block !important;
    position: relative;
  }
  .navbar .navbar-collapse--main .navbar-nav {
    background-color: #1c5335;
    height: 0;
    position: absolute;
    width: 100%;
    overflow: auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
  }
  .navbar .navbar-collapse--main .navbar-nav > .dropdown--mega {
    padding: 0 1.875rem;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .navbar .navbar-collapse--main.show .navbar-nav {
    height: 100vh;
    top: 0;
    opacity: 1;
  }
  .navbar .navbar-nav--main {
    padding: 0;
  }
  .navbar .navbar-nav--main > .nav-item {
    margin-bottom: 30px;
  }
  .navbar .navbar-nav--main > .nav-item:last-child {
    margin-bottom: 220px;
  }
  .navbar .navbar-nav--main .nav-item .dropdown-menu-inner .nav {
    margin-left: 32px;
  }
  .navbar .navbar-nav--main .nav-item a.nav-link {
    color: #fff;
    border: none;
    padding: 0;
  }
  .navbar .navbar-nav--main .nav-item a.nav-link:hover {
    border: none;
  }
  .navbar .dropdown--mega .dropdown-menu--mega {
    padding: 0;
  }
  .navbar .dropdown--mega .dropdown-menu--mega a.nav-link {
    padding: 0.5em;
  }
  .navbar .dropdown-menu--mega .story-card {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .navbar .navbar-nav--secondary a.nav-link.search-button {
    width: auto;
    padding: 0.4rem;
  }
}

.hero-front {
  height: 100vh;
  background-color: #1c5335;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (orientation: portrait) {
  .hero-front {
    height: 70vh;
  }
}
.hero-front video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
  -webkit-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 2;
}
.hero-front .loader {
  background-image: url(/Content/img/diaverum-logo-primary.svg);
  width: 18.75rem;
  height: 6.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: logoExit 600ms;
  animation: logoExit 600ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 1;
}
.hero-front .hero-header {
  padding-left: 14%;
  width: 50vw;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
  z-index: 10;
}
.hero-front .hero-header h1 {
  font-size: 5rem;
  font-size: 5vw;
  font-weight: 500;
}
.hero-front .scroll-icon {
  width: 150px;
  background-color: #1c5335;
  height: 120px;
  -webkit-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .hero-front .scroll-icon {
    display: none;
  }
}
.hero-front .scroll-icon .scroll-label {
  background-image: url("/Content/img/scroll-label.png");
  height: 200px;
  width: 10px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 50;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
@media (max-width: 767.98px) {
  .search {
    display: none;
  }
}
.scroll-threshold .search {
  right: -100%;
}
.search .search-form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ffebe1;
  -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.search .search-form .search-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e86926;
}
.search .search-form input {
  height: 120px;
  font-size: 28px;
  font-weight: 200;
  border: none;
  color: #fff;
  padding: 2rem;
  width: 100%;
  background-color: transparent;
}
.search .search-form input::-webkit-input-placeholder {
  color: #fff;
}
.search .search-form input::-moz-placeholder {
  color: #fff;
}
.search .search-form input:-ms-input-placeholder {
  color: #fff;
}
.search .search-form input::-ms-input-placeholder {
  color: #fff;
}
.search .search-form input::placeholder {
  color: #fff;
}
.search .search-form input,
.search .search-form .search-icon {
  -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
.search .search-form .search-icon {
  -webkit-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

@media (max-width: 1199.98px) {
  .dropdown.dropdown--mega .dropdown-menu--mega {
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
}

.dropdown.dropdown--mega.show .dropdown-menu--mega {
  opacity: 1;
  max-height: 3000px;
}

@media (min-width: 992px) {
  .show > .dropdown-menu {
    -webkit-animation-name: slidenavAnimation;
    animation-name: slidenavAnimation;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

@media (min-width: 992px) {
  .device-ipad .show > .dropdown-menu {
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slick-arrow {
  display: none !important;
}

.carousel {
  background-color: #fff;
  width: 100vw;
}
.carousel > h3 {
  color: #1c5335;
  margin: 30px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .carousel > h3 {
    margin: 3.75rem 1.875rem;
    margin-top: 0;
  }
}
.carousel .carousel__wrapper {
  background-color: #ffebe1;
  position: relative;
}
@media (min-width: 768px) {
  .carousel .carousel__wrapper {
    background-color: #fff;
  }
}
.carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.carousel .slick-track .slick-slide > div {
  width: 100%;
}
.carousel .carousel__nav {
  position: relative;
  background-color: #1c5335;
  padding: 1.25rem 0 1.25rem 0;
}
@media (min-width: 576px) {
  .carousel .carousel__nav {
    padding: 0.625rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__nav {
    position: absolute;
    z-index: 100;
    width: 26vw;
    top: 2.5rem;
    padding: 1.25rem 1.875rem;
    min-width: 20rem;
  }
}
.carousel .carousel__nav .nav {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  padding-top: 10px;
  font-size: initial;
}
.carousel .carousel__nav .nav li {
  font-size: initial;
}
@media (min-width: 768px) {
  .carousel .carousel__nav .nav {
    height: 3.125rem;
    padding: 0.625rem 0;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__nav .nav {
    height: auto;
  }
}
.carousel .carousel__nav .nav .nav-item {
  position: relative;
  margin: 0 0.9375rem;
}
@media (min-width: 768px) {
  .carousel .carousel__nav .nav .nav-item {
    padding-right: 4rem;
  }
}
.carousel .carousel__nav .nav .nav-item:first-child {
  margin-left: 1.875rem;
}
.carousel .carousel__nav .nav .nav-item:last-child {
  padding-right: 1.875rem;
}
@media (min-width: 768px) {
  .carousel .carousel__nav .nav .nav-item {
    margin: 0.9375rem 0;
  }
  .carousel .carousel__nav .nav .nav-item:first-child {
    margin-left: 0;
  }
}
.carousel .carousel__nav .nav a.nav-link {
  font-size: 1.0625rem;
  color: #fff;
  padding: 0;
}
.carousel .carousel__nav .nav a.nav-link:hover {
  color: #ffebe1;
}
@media (min-width: 992px) {
  .carousel .carousel__nav .nav a.nav-link {
    font-size: 1.5rem;
    line-height: 1.3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    font-weight: 500;
  }
}
.carousel .carousel__nav .nav a.nav-link .icon-arrow-right {
  line-height: 1;
  margin-left: auto;
  display: none;
  position: absolute;
}
.carousel .carousel__nav .nav a.nav-link span {
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.carousel .carousel__nav .nav a.nav-link:hover span {
  text-decoration: underline;
}
.carousel .carousel__nav .nav a.nav-link.active {
  color: #ffebe1;
}
@media (min-width: 768px) {
  .carousel .carousel__nav .nav a.nav-link.active .icon-arrow-right {
    display: block;
    right: 0;
    top: 0.2em;
  }
}
.carousel .carousel__nav .nav a.nav-link.active span {
  text-decoration: underline;
}
.carousel .carousel__media {
  position: relative;
}
@media (min-width: 576px) {
  .carousel .carousel__media {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__media {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.carousel .carousel__media .carousel__media__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 576px) {
  .carousel .carousel__media .carousel__media__image {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__media .carousel__media__image {
    width: auto;
    width: unset;
  }
}
@media (min-width: 992px) {
  .carousel .carousel__media .carousel__media__image {
    width: 30vw;
    margin-left: auto;
    margin-right: 1.875rem;
  }
}
.carousel .carousel__media .carousel__media__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.carousel .carousel__slider {
  margin-top: -20px;
  color: #1c5335;
}
@media (min-width: 576px) {
  .carousel .carousel__slider {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__slider {
    padding-left: 30vw;
    padding-right: 30px;
    background-color: #ffebe1;
    margin-left: 18vw;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel__slider {
    padding-left: 14vw;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.carousel .carousel__slider .carousel__slider__slide {
  padding: 1.875rem;
  padding-bottom: 2.5rem;
  padding-top: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .carousel .carousel__slider .carousel__slider__slide {
    padding: 0;
    padding-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__slider .carousel__slider__slide {
    padding: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .carousel .carousel__slider .carousel__slider__slide > div {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .carousel .carousel__content {
    width: 50vw;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__content {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .carousel .carousel__content {
    width: 50vw;
    padding: 0 1.875rem;
    padding-bottom: 3.75rem;
  }
}
.carousel .carousel__content h3 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5625rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .carousel .carousel__content h3 {
    margin-top: 0;
    font-size: 2.125rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .carousel .carousel__content h3 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel__content h3 {
    font-size: 3rem;
  }
}
.carousel .carousel__content p {
  font-size: 1.0625rem;
  line-height: 1.4;
  max-width: 42.1875rem;
}
@media (min-width: 992px) {
  .carousel .carousel__content p {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.carousel .carousel__content a {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: solid 1px #1c5335;
}
@media (min-width: 992px) {
  .carousel .carousel__content a {
    font-size: 1.5rem;
  }
}

.stats {
  padding: 1.25rem 0.9375rem;
  color: #1c5335;
  margin: 0 auto;
}
.stats h4 {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .stats h4 {
    margin-bottom: 1.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .stats h4 {
    margin: 0 8.33333%;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .stats {
    padding: 3.75rem 0.9375rem;
  }
}
.stats p {
  font-weight: 500;
  font-size: 1.0625rem;
}
.stats hr {
  border-top-color: #1c5335;
}
.stats .stats__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .stats .stats__items {
    margin: 0 8.33333%;
  }
}
.stats .stats__item {
  margin-bottom: 2.3125rem;
}
.stats .stats--count,
.stats .stats--unit,
.stats .stats--prefix {
  color: #e86825;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.17;
}
@media (min-width: 768px) {
  .stats .stats--count,
  .stats .stats--unit,
  .stats .stats--prefix {
    font-size: 4.25rem;
    line-height: 1;
  }
}
.stats .stat--count--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.stats .stat--count--wrapper span {
  line-height: 1.1;
}
.stats .odometer {
  line-height: 1;
}

.accordion {
  padding: 1.875rem;
  color: #1c5335;
  background-color: #fff;
}
@media (min-width: 992px) {
  .accordion {
    padding: 0 10vw 0 16vw;
  }
}
.accordion h3 {
  margin-bottom: 2.625rem;
}
@media (min-width: 768px) {
  .accordion .accordion__wrapper {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .accordion .accordion-content {
    padding-left: 35%;
  }
}
@media (min-width: 992px) {
  .accordion .accordion-content {
    padding-left: 0;
  }
}
.accordion .accordion-content .card-body {
  padding: 0;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .accordion .accordion-content .card-body {
    padding: 1.875rem;
  }
}
.accordion.background-dark {
  background-color: #1c5335;
  color: #fff;
}
@media (min-width: 992px) {
  .accordion.background-dark {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.accordion.background-dark .accordion__wrapper .card .card-header {
  background: transparent;
  border-color: #fff;
}
.accordion.background-dark .accordion__wrapper .card .card-header a {
  color: #fff;
}
.accordion.background-dark .accordion__wrapper .card .card-header a::after {
  color: #fff;
}
.accordion.background-dark .accordion__wrapper .card .card-body {
  color: #fff;
  padding: 0;
  padding-bottom: 2.5rem;
}
.accordion.background-dark .accordion__wrapper .card .card-body .rich-text {
  color: #fff !important;
}
.accordion.background-dark .accordion__wrapper .card .card-body .rich-text a,
.accordion.background-dark .accordion__wrapper .card .card-body .rich-text ul,
.accordion.background-dark .accordion__wrapper .card .card-body .rich-text li,
.accordion.background-dark .accordion__wrapper .card .card-body .rich-text p {
  color: #fff !important;
}
@media (min-width: 768px) {
  .accordion.background-dark .accordion__wrapper .card .card-body {
    padding: 1.875rem;
    padding-left: 30%;
  }
}
.accordion.background-dark .accordion__wrapper .card:last-child {
  border-bottom: 0.0625rem solid #fff;
}
.accordion.background-dark a.read-more {
  color: #fff;
}
.accordion .accordion__wrapper .card {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
  /*EDIT this part*/
}
.accordion .accordion__wrapper .card:last-child {
  border-bottom: 0.0625rem solid #1c5335;
}
.accordion .accordion__wrapper .card .card-header {
  padding-left: 0;
  background: transparent;
  border-top: 0.0625rem solid;
  padding: 1.125rem 0;
  padding-right: 1.875rem;
  border-bottom: 0;
  border-color: #1c5335;
}
.accordion .accordion__wrapper .card .card-header a {
  position: relative;
  color: #1c5335;
  font-weight: normal;
  width: 100%;
  display: block;
  font-size: 1.0625rem;
  line-height: 1.33;
  padding-right: 3.125rem;
}
@media (min-width: 992px) {
  .accordion .accordion__wrapper .card .card-header a {
    font-size: 1.5rem;
    padding-right: 30%;
  }
}
.accordion .accordion__wrapper .card .card-header a:hover {
  text-decoration: none;
}
.accordion .accordion__wrapper .card .card-header a::after {
  content: "";
  color: #e86825;
  top: 0.75rem;
  right: 0px;
  position: absolute;
  font-family: "icomoon";
  font-size: 0.625rem;
}
.accordion
  .accordion__wrapper
  .card
  .card-header
  a[aria-expanded="true"]::after {
  content: "";
}
.accordion .accordion__wrapper .card .card-body {
  font-weight: lighter;
  color: #1c5335;
}
@media (min-width: 768px) {
  .accordion .accordion__wrapper .card .card-body {
    padding: 1.875rem;
    padding-left: 30%;
    font-size: 1.25rem;
  }
}
.accordion a.read-more {
  font-size: 1.25rem;
  margin-top: 1.5625rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .accordion a.read-more {
    font-size: 1.5rem;
  }
}

.triage {
  height: 100%;
  min-height: 100vh;
  color: #1c5335;
}
.triage h3 {
  margin-bottom: 1.875rem;
}
.triage > .navbar {
  position: fixed;
  background-color: #fff !important;
  top: 0;
  width: 100%;
  z-index: 111;
  height: 4rem;
}
@media (min-width: 768px) {
  .triage > .navbar {
    height: 5.25rem;
  }
}
.triage p {
  font-weight: 500;
}
.triage > .row {
  height: 100%;
  min-height: calc(100vh - 30px);
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .triage > .row {
    min-height: calc(100vh - 30px);
    padding-top: 5.25rem;
  }
}
@media (min-width: 992px) {
  .triage > .row {
    min-height: calc(100vh);
  }
}
.triage .triage__col__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.triage .triage__col--secondary .triage__cta {
  width: 100%;
}
.triage .triage__col--secondary .triage__cta > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.triage .triage__col--secondary .triage__cta .cta {
  margin: 20px 0 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .triage .triage__col--secondary .triage__cta .cta {
    margin: 0;
  }
}
.triage .triage__col--secondary .triage__cta a:not(.cta) {
  color: #1c5335;
  margin-left: 0.625rem;
  font-weight: 500;
  text-decoration: none;
}
.triage .triage__col--secondary .triage__cta a:not(.cta) i {
  font-size: 1.25rem;
  vertical-align: text-bottom;
  margin-right: 0.625rem;
}
.triage .triage__col--primary {
  color: #fff;
  position: relative;
  background-color: #1c5335;
}
@media (min-width: 768px) {
  .triage .triage__col--primary {
    padding: 4vw 2vw;
  }
}
.triage .triage__col--primary .story-card--category {
  font-size: 0.75rem;
  letter-spacing: 2.4px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.9375rem 1.875rem;
}
@media (min-width: 768px) {
  .triage .triage__col--primary .story-card--category {
    margin: 0;
    margin-bottom: 0.9375rem;
  }
}
.triage .triage__col--primary .triage__cta {
  margin: 30px 30px 40px;
}
@media (min-width: 768px) {
  .triage .triage__col--primary .triage__cta {
    margin: 0;
  }
}
.triage .triage__col--primary .story-card--title {
  font-size: 2.125rem;
  line-height: 1.2;
  margin: 0.9375rem 1.875rem;
}
@media (min-width: 768px) {
  .triage .triage__col--primary .story-card--title {
    font-size: 3rem;
    margin: 0;
    font-weight: 500;
  }
}
.triage .triage__col--primary .story-card--media {
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  margin-right: 1.875rem;
}
.triage .triage__col--primary .story-card--media:after {
  content: "";
  display: block;
  padding-top: 60%;
}
@media (min-width: 768px) {
  .triage .triage__col--primary .story-card--media {
    margin-bottom: 2.6vw;
    max-width: 70%;
  }
}
.triage .triage__col__row {
  padding: 3.125rem 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .triage .triage__col__row {
    padding: 4vw 2vw;
    padding-left: 6vw;
    min-height: 420px;
    height: 50%;
  }
}
@media (min-width: 1200px) {
  .triage .triage__col__row {
    min-height: 20.3125em;
  }
}
.triage .triage__col__row.triage__col__row--first {
  background-color: #ffebe1;
}
@media (min-width: 768px) {
  .triage .triage__col__row.triage__col__row--first .cta {
    margin: 1.875rem 0;
  }
}
@media (min-width: 1200px) {
  .triage .triage__col__row.triage__col__row--first .cta {
    margin: 0px;
  }
}
.triage .triage__col__row .triage__col__inner h3 {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .triage .triage__col__row .triage__col__inner h3 {
    margin-bottom: 1.875rem;
  }
}

#locationChooser .modal-content .modal-body {
  padding: 1.25rem;
}

#locationChooser .modal-content .modal-header .close {
  padding: 1.5625rem 2.5rem 1.5625rem;
}

.triage__modal {
  color: #1c5335;
  padding-top: 2.5rem;
}
@media (min-width: 576px) {
  .triage__modal {
    padding-top: 0px;
  }
}
.triage__modal p {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .triage__modal p {
    margin-bottom: 2px;
  }
}
.triage__modal p.text-medium {
  margin-bottom: 0.5rem;
}
.triage__modal .triage__modal__intro {
  font-size: 1.0625rem;
}
.triage__modal .triage__modal__intro p {
  font-size: 1.0625rem;
}
@media (min-width: 992px) {
  .triage__modal .triage__modal__intro {
    border-left: solid 1px rgba(28, 83, 53, 0.25);
  }
}
.triage__modal h3 {
  margin-bottom: 40px;
  max-width: 225px;
}
@media (min-width: 992px) {
  .triage__modal h3 {
    margin-bottom: 3rem;
    max-width: 370px;
  }
}
.triage__modal .nav {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
.triage__modal a.nav-link {
  color: #1c5335;
  padding: 0.19em 0;
  font-weight: 400;
  font-size: 1.0625rem;
}
.triage__modal .triage__modal__about-link {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 20px;
}
.triage__modal .copyright {
  margin-top: 3.75rem;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .triage__modal .copyright {
    margin-top: 1rem;
  }
}
.triage__modal .dropdown-toggle::after {
  content: "";
  font-family: "icomoon";
  border: 0;
  font-size: 0.375rem;
  line-height: 1;
  vertical-align: baseline;
  margin-left: 0.375rem;
  color: #e86825;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.footer {
  background-color: #1c5335;
  color: #fff;
  padding: 1.25rem 0.9375rem;
}
.footer .footer__logo {
  width: 3.125rem;
  margin-bottom: 2.5rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .footer__logo {
    width: 4.375rem;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .footer .footer__logo {
    margin-top: 2rem;
    margin-left: 0.375rem;
  }
}
.footer a {
  font-size: initial;
}
.footer .footer__bottom {
  margin-top: 3.4375rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .footer .footer__bottom {
    margin-top: 2.5rem;
  }
}
.footer .footer_tagline {
  margin-top: 50px;
  max-width: 300px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.41;
}
@media (min-width: 992px) {
  .footer .footer_tagline {
    margin-top: 0px;
    max-width: 27rem;
    line-height: 1;
    padding-top: 1.375rem;
    margin-bottom: 0px;
  }
}
.footer nav a.nav-link {
  color: #fff;
  font-size: 1.25rem;
}
.footer nav a.nav-link:hover {
  color: #ffebe1;
}
@media (min-width: 992px) {
  .footer nav a.nav-link.external-link {
    padding-right: 1.5rem;
  }
}
.footer nav a.nav-link.external-link:hover:after {
  color: #ffebe1;
}
.footer nav a.nav-link i {
  display: inline-block;
  width: 2rem;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .footer nav a.nav-link {
    padding: 0.3125rem 0px 0.8125rem;
  }
}
.footer .nav-contact .label {
  border-bottom: solid 1px #fff;
}
.footer .footer__site-info a.nav-link {
  color: #fff;
}
.footer .footer__site-info a.nav-link:hover {
  color: #ffebe1;
}
.footer .footer__bottom a.nav-link {
  font-weight: 400;
  font-size: 0.875rem;
  width: 100%;
  padding: 14px 0 0;
}
@media (min-width: 992px) {
  .footer .footer__bottom a.nav-link {
    width: auto;
    width: unset;
  }
}
.footer .footer__bottom .nav-social {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .footer .footer__bottom .nav-social {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer__bottom .nav-social {
    margin-bottom: 3.125rem;
    width: auto;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.footer .footer__bottom .nav-social a {
  font-size: 1rem;
  width: auto;
  width: unset;
  margin-right: 1.875rem;
}
@media (min-width: 992px) {
  .footer .footer__bottom .nav-social a {
    margin-right: 1.0625rem;
  }
}
.footer .footer__bottom .nav-social a:hover {
  color: #ffebe1;
}
.footer .footer__bottom .nav-social .icon-instagram {
  font-size: 1.2rem;
}
.footer .footer__bottom .footer__bottom__tagline {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .footer .footer__bottom .footer__bottom__tagline {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 992px) {
  .footer .footer__bottom .col-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.footer .footer__bottom .footer__bottom__menu .ext-link {
  margin-right: 1.0625rem;
}
.footer .footer__bottom .footer__bottom__menu .ext-link:hover:after {
  color: #ffebe1;
}
.footer .footer__bottom .footer__bottom__menu .ext-link:after {
  color: #fff;
  padding-left: 0.3125rem;
}
@media (min-width: 992px) {
  .footer .footer__bottom .footer__bottom__menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer .footer__bottom .footer__bottom__menu .nav.nav-privacy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .footer .footer__bottom .footer__bottom__menu .nav-privacy {
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .footer .footer__bottom .footer__bottom__menu .nav-privacy a.nav-link {
    margin-right: 1.25rem;
  }
}
.footer
  .footer__bottom
  .footer__bottom__menu
  .nav-privacy
  .external-link:not(.cta-secondary):after {
  margin-top: 0;
}
.footer .icon-call,
.footer .icon-email,
.footer .icon-pin {
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer .nav-link {
    padding: 0.6rem 0;
    display: block;
  }
  .footer .nav-contact {
    margin: 1.875rem 0;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
}
.modal-content .modal-body {
  padding: 30px;
}
.modal-content .modal-header {
  border: none;
  position: absolute;
  right: 0;
  z-index: 4;
}
.modal-content .modal-header .close {
  color: #e86825;
  opacity: 1;
  font-size: 1.125rem;
  padding: 30px;
}

.modal-xlg {
  width: 96%;
  max-width: none;
}

.close {
  color: #e86825;
  opacity: 1;
  font-size: 1.125rem;
  padding: 30px;
  position: absolute;
  right: 0;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #c84603;
}

.media-text {
  position: relative;
}
@media (min-width: 576px) {
  .media-text.media-text--image_only .media-text__media {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.media-text.media-text--image_only .media-text__content {
  padding: 2.5rem 1.875rem 5rem 1.875rem;
}
@media (min-width: 576px) {
  .media-text.media-text--image_only .media-text__content {
    padding: 1.875rem 1.875rem 17.5%;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--image_only .media-text__content {
    padding: 0.9375rem 10.2vw 0;
  }
}
.media-text.media-text--image_only .media-text__content p {
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .media-text.media-text--image_only .media-text__content p {
    margin-bottom: 1.5625rem;
  }
}
.media-text.media-text--image_only .media-text__content h3 {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .media-text.media-text--image_only .media-text__content h3 {
    margin-bottom: 1.375rem;
  }
}
.media-text.media-text--image_only .media-text__media {
  padding-top: 30px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  .media-text.media-text--image_only .media-text__media {
    padding-top: 3.75rem;
    padding-right: 0;
  }
}
.media-text.media-text--image_only .media-text__media .media-text__image {
  padding-top: 75%;
}
.media-text.media-text--image_only::before {
  width: 100%;
  height: 100%;
  right: 0;
}
@media (min-width: 768px) {
  .media-text.media-text--image_only::before {
    width: 96.094vw;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--image_only::before {
    width: 91.8vw;
  }
}
.media-text.media-text--image_only.media-right::before {
  width: 100%;
  height: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .media-text.media-text--image_only.media-right::before {
    width: 96.094vw;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--image_only.media-right::before {
    width: 91.8vw;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--media {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    overflow: hidden;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--media::before {
    height: 100%;
    bottom: 0;
    margin-left: 0;
    width: 91.8vw;
    top: 0;
    right: 0;
  }
}
.media-text.media-text--media .media-text__media {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  position: relative;
}
.media-text.media-text--media .media-text__media:before {
  content: "";
  width: 100%;
  height: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 576px) {
  .media-text.media-text--media .media-text__media {
    padding: 0 19.79vw 0 3.9vw;
  }
}
@media (min-width: 768px) {
  .media-text.media-text--media .media-text__media:before {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--media .media-text__media {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 2.5rem 0 0;
  }
  .media-text.media-text--media .media-text__media::before {
    content: none;
  }
}
.media-text.media-text--media .media-text__media .media-text__image {
  padding-top: 56.25%;
}
.media-text.media-text--media .media-text__media .media-text__video {
  padding-top: 56.25%;
}
.media-text.media-text--media.background-gray .media-text__media:before {
  background-color: #f5f5f5;
}
.media-text.media-text--media.background-yellow .media-text__media:before {
  background-color: #ffb31b;
}
.media-text.media-text--media.background-white .media-text__media:before {
  background-color: #fff;
}
.media-text.media-text--media .media-text__content {
  padding: 50px 30px 80px;
}
@media (min-width: 576px) {
  .media-text.media-text--media .media-text__content {
    padding: 50px 19.79vw 80px;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--media .media-text__content {
    padding: 0 8.12vw 0 10.2vw;
  }
}
.media-text.media-text--media .media-text__content h4 {
  margin-bottom: 0.625rem;
  letter-spacing: 2.4px;
  line-height: 1.42;
}
.media-text.media-text--media .media-text__content h3 {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .media-text.media-text--media .media-text__content h3 {
    margin-bottom: 2.5rem;
  }
}
.media-text.media-text--media .media-text__content p {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .media-text.media-text--media .media-text__content p {
    font-size: 1.0625rem;
  }
}
.media-text.media-text--image_only .media-text__media .media-text__image,
.media-text.media-text--media .media-text__media .media-text__image {
  height: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.media-text.media-text--image_only .media-text__media .media-text__video,
.media-text.media-text--media .media-text__media .media-text__video {
  height: 0;
  width: 100%;
  position: relative;
}
.media-text.media-text--image_only .media-text__media .media-text__video iframe,
.media-text.media-text--media .media-text__media .media-text__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
}
.media-text.media-text--image_only.media-right .container-fluid > .row,
.media-text.media-text--media.media-right .container-fluid > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.media-text.media-text--image_only.media-right.media-text--media
  .media-text__content,
.media-text.media-text--media.media-right.media-text--media
  .media-text__content {
  padding: 50px 30px 80px;
}
@media (min-width: 576px) {
  .media-text.media-text--image_only.media-right.media-text--media
    .media-text__content,
  .media-text.media-text--media.media-right.media-text--media
    .media-text__content {
    padding: 50px 19.79vw 80px;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--image_only.media-right.media-text--media
    .media-text__content,
  .media-text.media-text--media.media-right.media-text--media
    .media-text__content {
    padding: 0 10.32vw 0 8.33vw;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--image_only.media-right.background-yellow::before,
  .media-text.media-text--image_only.media-right.background-gray::before,
  .media-text.media-text--image_only.media-right.background-white::before,
  .media-text.media-text--media.media-right.background-yellow::before,
  .media-text.media-text--media.media-right.background-gray::before,
  .media-text.media-text--media.media-right.background-white::before {
    margin-left: 0;
    width: 91.8vw;
    left: 0;
    right: auto;
  }
}
.media-text__media {
  width: 100%;
  padding-top: 7%;
  padding-right: 7%;
}
@media (min-width: 576px) {
  .media-text__media {
    width: 49%;
    padding-top: 4%;
    padding-right: 0;
  }
}
.media-text--media .media-text__media {
  width: 100%;
}
@media (min-width: 992px) {
  .media-text--media .media-text__media {
    width: 49%;
  }
}
.media-text::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.media-text.background-yellow::before,
.media-text.background-yellow .media-text__content {
  background-color: #ffb31b;
}
.media-text.background-gray::before,
.media-text.background-gray .media-text__content {
  background-color: #f5f5f5;
}
.media-text.background-white::before,
.media-text.background-white .media-text__content {
  background-color: #fff;
}
.media-text__content {
  width: 100%;
  padding: 30px;
  color: #1c5335;
}
.media-text__content h3 {
  margin-bottom: 1.375rem;
}
.media-text__content p {
  margin-bottom: 2.5rem;
}
.media-text--media .media-text__content {
  width: 100%;
}
@media (min-width: 992px) {
  .media-text--media .media-text__content {
    width: 51%;
  }
}
@media (min-width: 576px) {
  .media-text__content {
    width: 51%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 30px 30px 17.5%;
  }
}
@media (min-width: 992px) {
  .media-text__content {
    padding: 15px 10.2vw 0;
  }
}
.media-text.media-text--text_only {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.media-text.media-text--text_only.background-yellow .media-text__content {
  color: #1c5335;
  background-color: #ffb31b;
}
.media-text.media-text--text_only.background-gray .media-text__content {
  color: #1c5335;
  background-color: #f5f5f5;
}
.media-text.media-text--text_only .media-text__content {
  width: auto;
  width: unset;
  color: #fff;
  padding: 1.875rem 1.875rem 5rem 1.875rem;
  background-color: #1c5335;
}
.media-text.media-text--text_only .media-text__content h5 {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .media-text.media-text--text_only .media-text__content {
    width: auto;
    width: unset;
    padding: 1.875rem 1.875rem 5.625rem 3.75rem;
    margin: 0 0 5rem 152px;
    width: 100%;
  }
  .media-text.media-text--text_only .media-text__content h5 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .media-text.media-text--text_only .media-text__content {
    padding: 4vw 10vw 5vw 8vw;
    margin: 0 0 4vw 18vw;
  }
}
.media-text.media-text--text_only .cta {
  margin-top: 1.875rem;
}
@media (min-width: 576px) {
  .media-text.media-text--text_only .cta {
    margin-top: 1.25rem;
  }
}
.media-text.media-text--text_only::after {
  content: "";
  background-color: #ffebe1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  right: 0;
}
.media-text.media-text--text_only.background-gray::after {
  background-color: #fff;
}

.media-text__image {
  background-repeat: no-repeat;
}

.hero {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
.hero.hero--front {
  position: relative;
  height: 56.25vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero.hero--front {
    max-height: 100vh;
    min-height: 600px;
  }
}
.hero.hero--front .hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 100%;
}
.hero.hero--front .hero__wrapper:after {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.hero.hero--front .hero__content {
  width: 100%;
  z-index: 100;
  position: relative;
  color: #fff;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 10%;
}
@media (min-width: 576px) {
  .hero.hero--front .hero__content {
    max-width: 40%;
  }
}
.hero.hero--front .hero__content h1 {
  max-width: 42.1875rem;
}
@media (max-width: 991.98px) {
  .hero.hero--front .hero__content h1 {
    max-width: 375px;
  }
}
.hero.hero--front .hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  width: 100%;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hero.hero--front .hero__media video {
  width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 4;
}
.hero.hero--front .hero__media .hero__media--poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero.hero--front .scroll-icon {
  width: 9.375rem;
  background-color: #1c5335;
  height: 7.5rem;
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .hero.hero--front .scroll-icon {
    display: none;
  }
}
.hero.hero--front .scroll-icon .scroll-label {
  position: absolute;
  right: 0.3125rem;
  top: 1.75rem;
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
  color: #fff;
  font-size: 0.75rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hero.hero--front .scroll-icon .scroll-label span {
  position: relative;
}
.hero.hero--front .scroll-icon .scroll-label span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  left: 3.75rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .hero.hero--front {
    background-color: #1c5335;
    height: auto;
    min-height: auto;
  }
  .hero.hero--front .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero.hero--front .hero__wrapper::after {
    display: none;
  }
  .hero.hero--front .hero__wrapper .hero__media {
    position: relative;
    height: 0;
    padding-top: 100%;
  }
  .hero.hero--front .hero__wrapper .hero__media .hero__media--image,
  .hero.hero--front .hero__wrapper .hero__media video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hero.hero--front .hero__wrapper .hero__content {
    padding: 43px 30px;
    margin: 0;
  }
  .hero.hero--front .hero__wrapper .hero__content h1 {
    max-width: 100%;
  }
}
.hero .hero__media--image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero.hero--inner {
  overflow: hidden;
  background-color: #1c5335;
}
@media (min-width: 992px) {
  .hero.hero--inner {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .hero.hero--inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 0;
    background-color: #1c5335;
    bottom: 0;
    z-index: -1;
    right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .hero.hero--inner:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 20%;
  }
}
.hero.hero--inner .hero__media {
  z-index: 5;
  margin-top: 4.625rem;
}
@media (max-width: 991.98px) {
  .hero.hero--inner .hero__media {
    margin-top: 2.5rem;
  }
}
.hero.hero--inner .hero__media .hero__media--image {
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero.hero--inner .hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hero.hero--inner .hero__wrapper .hero__content {
  z-index: 5;
  background-color: #e86825;
  color: #1c5335;
  padding: 9% 9% 6% 9%;
  min-height: 33.875rem;
}
@media (max-width: 1199.98px) {
  .hero.hero--inner .hero__wrapper .hero__content {
    padding: 8% 4%;
    min-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .hero.hero--inner .hero__wrapper .hero__content {
    padding: 10% 4% 2% 4%;
    min-height: 350px;
  }
}
@media (max-width: 575.98px) {
  .hero.hero--inner .hero__wrapper .hero__content {
    min-height: 0;
  }
}
.hero.hero--inner .hero__wrapper .hero__content h2,
.hero.hero--inner .hero__wrapper .hero__content h1 {
  margin-bottom: 2.125rem;
  color: #fff;
}
.hero.hero--inner .hero__wrapper .hero__content h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .hero.hero--inner .hero__wrapper .hero__content h1 {
    font-size: 4.25rem;
  }
}
.hero.hero--inner .hero__wrapper .hero__content p {
  color: #fff;
}
.hero.hero--inner .hero__wrapper .hero__content,
.hero.hero--inner .hero__wrapper .hero__media {
  width: 50%;
}
@media (min-width: 576px) {
  .hero.hero--inner.media-right .hero__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hero.hero--inner.media-right .hero__media {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .hero.media-right:after {
    right: 0;
    left: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .hero.hero--inner:after {
    width: 100%;
    left: 0;
  }
  .hero.hero--inner .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero.hero--inner .hero__wrapper .hero__content,
  .hero.hero--inner .hero__wrapper .hero__media {
    width: 100%;
  }
  .hero.hero--inner .hero__wrapper .hero__content {
    padding: 70px 30px 180px 30px;
  }
  .hero.hero--inner .hero__wrapper .hero__media {
    padding: 0 30px;
    margin-top: -170px;
    margin-bottom: 25px;
    z-index: 10;
  }
  .hero.hero--inner .hero__wrapper .hero__media .hero__media--image {
    padding-top: 100%;
  }
  .hero.hero--inner .breadcrumb-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero .nav {
    margin: 0;
    padding: 0;
    padding-left: 0.9375rem;
    height: 3.75rem;
    overflow-x: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero.hero--textonly .hero__media {
  display: none !important;
}
.hero.hero--textonly.hero--inner:after {
  height: 100%;
}
.hero.hero--textonly .hero__wrapper .hero__content {
  width: 81vw;
  margin-right: 19vw;
  padding: 9% 9% 10% 9%;
}
@media (max-width: 575.98px) {
  .hero.hero--textonly .hero__wrapper .hero__content {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding: 60px 30px;
    margin-bottom: 6rem;
  }
}
.hero.hero--editorial.hero--inner p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .hero.hero--editorial.hero--inner .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.hero.hero--editorial.hero--inner .hero__wrapper p,
.hero.hero--editorial.hero--inner .hero__wrapper h1 {
  color: #1c5335;
}
.hero.hero--editorial.hero--inner:after {
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #ffebe1;
}
.hero.hero--editorial.hero--inner .hero__media {
  width: 73vw;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero.hero--editorial.hero--inner .hero__media:after {
    content: "";
    position: absolute;
    background-color: #ffdbaa;
    width: 100vw;
    height: 65%;
    left: 1.875rem;
    top: 0;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .hero.hero--editorial.hero--inner .hero__media:after {
    left: 0;
    height: 50%;
  }
}
.hero.hero--editorial.hero--inner .hero__media .hero__media--image {
  padding-top: 75%;
}
@media (max-width: 991.98px) {
  .hero.hero--editorial.hero--inner .hero__media .hero__media--image {
    z-index: 10;
  }
}
@media (max-width: 991.98px) {
  .hero.hero--editorial.hero--inner .hero__media {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    padding-left: 36vw;
  }
}
@media (max-width: 767.98px) {
  .hero.hero--editorial.hero--inner .hero__media {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero.hero--editorial.hero--inner .hero__media {
    padding-left: 30px;
    margin-bottom: 80px;
  }
}
.hero.hero--editorial.hero--inner .hero__content {
  position: absolute;
  left: 0;
  background-color: #ffdbaa;
  padding: 8vw 8vw 7vw 10vw;
}
@media (max-width: 991.98px) {
  .hero.hero--editorial.hero--inner .hero__content {
    width: auto;
    margin-left: 1.875rem;
    z-index: 1;
    position: relative;
    padding: 40px 20px 60px 120px;
  }
}
@media (max-width: 767.98px) {
  .hero.hero--editorial.hero--inner .hero__content {
    padding: 3.75rem 1.875rem 2.5rem 1.875rem;
    margin-left: 0;
  }
  .hero.hero--editorial.hero--inner .hero__content:after {
    height: 12.5rem;
  }
}
.hero.hero--editorial.hero--inner .hero__content p {
  font-size: 1.0625rem;
}
.hero.hero--editorial.hero--inner .hero__content h3,
.hero.hero--editorial.hero--inner .hero__content h1 {
  margin-bottom: 2.5rem;
  font-size: 2.125rem;
  line-height: 1.24;
}
@media (min-width: 768px) {
  .hero.hero--editorial.hero--inner .hero__content h3,
  .hero.hero--editorial.hero--inner .hero__content h1 {
    font-size: 3rem;
    line-height: 1.17;
  }
}
@media (min-width: 576px) {
  .hero.hero--editorial .hero__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hero.hero--editorial .hero__media {
    margin-top: 0;
  }
}
.hero .breadcrumb-nav {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: 10;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .hero .breadcrumb-nav {
    display: none;
  }
}
.hero .breadcrumb-nav .breadcrumb {
  background-color: transparent;
  padding: 0;
  line-height: 1.67;
  margin-bottom: 1rem;
}
.hero .breadcrumb-nav .breadcrumb a {
  color: #102e1e;
}
.hero .breadcrumb-nav .breadcrumb .breadcrumb-item {
  color: #102e1e;
  line-height: 1.67;
}
.hero .breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.6666rem;
}
.hero .breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #102e1e;
}
.hero .breadcrumb-nav .breadcrumb a[href] {
  text-decoration: underline;
}
.hero .nav.nav--tabs {
  background-color: #1c5335;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  padding: 15px 25px;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.hero .nav.nav--tabs ul,
.hero .nav.nav--tabs li {
  font-size: initial;
}
@media (min-width: 992px) {
  .hero .nav.nav--tabs {
    padding: 1.5625rem 0 1.5625rem 1.5625rem;
    font-size: initial;
  }
}
.hero .nav.nav--tabs .nav-item {
  z-index: 10;
  font-size: initial;
}
.hero .nav.nav--tabs .nav-item .nav-link {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 0.5rem;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .hero .nav.nav--tabs .nav-item .nav-link {
    font-size: 1.0625rem;
    line-height: 1.41;
  }
}
.hero .nav.nav--tabs .nav-item .nav-link:hover,
.hero .nav.nav--tabs .nav-item .nav-link.active {
  color: #ffebe1;
}
.hero .nav.nav--tabs .nav-item .nav-link.active:after {
  content: "";
  background-color: #ffebe1;
  display: block;
  height: 0.25rem;
}
@media (max-width: 575.98px) {
  .hero .nav.nav--tabs .nav-item .nav-link.active:after {
    height: 3px;
  }
}
.hero .tabs-wrapper {
  min-height: 3.75rem;
}
@media (min-width: 992px) {
  .hero .tabs-wrapper {
    min-height: 5.25rem;
  }
}

.is-sticky {
  z-index: 999 !important;
}

.is-sticky .nav--tabs {
  z-index: 999 !important;
  margin: 0 !important;
}
@media (min-width: 576px) {
  .is-sticky .nav--tabs {
    padding: 0.625rem 0 0.625rem 3.75rem !important;
  }
}
.is-sticky .nav--tabs .nav-item .nav-link {
  font-size: 1.0625rem !important;
}

.search-menu-open .is-sticky .nav--tabs,
.overflow-hidden .is-sticky .nav--tabs {
  display: none !important;
}

.search {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 18vw;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 50;
  -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (max-width: 767.98px) {
  .search {
    display: none;
  }
}
.scroll-threshold .search {
  right: -100%;
}
.search .search-form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ffebe1;
}
.search .search-form .search-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e86825;
}
.search .search-form input {
  height: 7.5rem;
  font-size: 2rem;
  font-weight: 400;
  border: none;
  color: #fff;
  padding: 1.875rem;
  width: 100%;
  background-color: transparent;
}
.search .search-form input::-webkit-input-placeholder {
  color: #fff;
}
.search .search-form input::-moz-placeholder {
  color: #fff;
}
.search .search-form input:-ms-input-placeholder {
  color: #fff;
}
.search .search-form input::-ms-input-placeholder {
  color: #fff;
}
.search .search-form input::placeholder {
  color: #fff;
}
.search .search-form .search-icon {
  cursor: pointer;
  position: absolute;
  right: 11.25rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}

.list {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  color: #1c5335;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.list .list__title {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .list .list__title {
    padding-right: 1.875rem;
    width: 30%;
    margin-bottom: 0;
  }
}
.list__content {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .list__content {
    width: 65%;
  }
}
.list__cta {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .list__cta {
    width: 100%;
    text-align: right;
  }
}
.list .list__item {
  border-top: 0.0625rem solid #1c5335;
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .list .list__item {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
.list .list__item:last-child {
  border-bottom: 0.0625rem solid #1c5335;
}
.list .list__item .list__icon a {
  border: 1px solid #1c5335;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  text-decoration: none;
}
.list .list__item .list__icon a:hover {
  background-color: #1c5335;
  color: #fff;
}
@media (min-width: 768px) {
  .list .list__item .list__content--cta {
    margin-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .list.list--download .list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list.list--download .list__item .list__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .list.list--download .list__item .list__text div:last-child {
    margin: 0;
  }
  .list.list--download .list__item .list__icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 2.5rem;
  }
}
.list.list--download .list__item {
  position: relative;
}
.list.list--download .list__item .list__text--title {
  margin-bottom: 0.375rem;
}
.list.list--download .list__item .list__content--blurb {
  margin-bottom: 0.8125rem;
}
.list.list--download .list__item .list__content--blurb .list__content__meta p {
  font-size: 0.75rem;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .list.list--download
    .list__item
    .list__content--blurb
    .list__content__meta
    p {
    margin-bottom: 0;
    font-size: 1.0625rem;
    letter-spacing: normal;
  }
}
.list.list--download .list__item .list__content--blurb span:last-child {
  position: relative;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}
.list.list--download .list__item .list__content--blurb span:last-child:before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.125rem;
  margin: auto 0;
  bottom: 0;
  top: 0;
  left: -0.125rem;
  border-radius: 50%;
  background-color: #1c5335;
}
.list.list--careers .list__item {
  padding-top: 12px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .list.list--careers .list__item {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.list.list--careers .list__item .list__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list.list--careers .list__item .list__text .list__text--title {
  width: 100%;
}
@media (min-width: 992px) {
  .list.list--careers .list__item .list__text .list__text--title {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .list.list--careers .list__item .list__text .list__content--blurb {
    width: 30%;
  }
}
.list.list--careers .list__item .list__text .list__content--cta {
  margin-left: auto;
}
.list.list--event .list__item .list__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .list.list--event .list__item .list__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.list.list--event .list__item .list__text .list__item--category {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.list.list--event .list__item .list__text .list__text--title {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .list.list--event .list__item .list__text .list__text--title {
    margin: 0;
    max-width: 75%;
  }
}
.list.list--event .list__item .list__text .list__text--title p a {
  font-size: unset;
}
@media (min-width: 768px) {
  .list.list--event .list__item .list__text .list__content--blurb {
    margin-right: 20px;
  }
}

.contact {
  color: #1c5335;
  position: relative;
}
.contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  background-color: #ffb31b;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.contact a.ext-link::after {
  margin-left: 0.125rem;
  margin-top: 0.25rem;
  color: #1c5335;
}
.contact .contact-inner {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.contact .contact__intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.contact .contact__intro__content {
  padding: 30px;
}
.contact .contact__intro__content p {
  font-size: 1.0625rem;
  margin: 20px 0;
}
.contact .contact__intro__content h4 {
  display: none;
  color: #1c5335;
}
.contact .contact__items {
  padding-left: 20%;
}
.contact .contact__items h5 {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .contact .contact__items h5 {
    margin-bottom: 1.875rem;
  }
}
.contact .contact__items .contact__item__address {
  padding-bottom: 1.875rem;
  white-space: pre-line;
  font-size: 0.9375rem;
}
.contact .contact__items .contact__item {
  margin-bottom: 0.5rem;
}
.contact .contact__items .contact__item a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 0.9375rem;
}
.contact .contact__items .contact__item i {
  width: 1.875rem;
  display: inline-block;
}
.contact .contact__image {
  background-position: center center;
  background-size: cover;
  margin-left: -0.9375rem;
  margin-right: 0.9375rem;
  position: relative;
}
.contact .contact__image::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 75%;
}
.contact .contact__image::before {
  content: "";
  position: absolute;
  background-color: #ffb31b;
  height: 50%;
  width: 100%;
  right: -1.875rem;
  bottom: 0;
  z-index: -1;
}
.contact .contact__more {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 30px;
}
.contact .contact__more a {
  font-size: 1.0625rem;
  font-weight: 500;
}
.contact.contact--text-only {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.contact.contact--text-only::after {
  height: 100%;
}
.contact.contact--text-only .contact__more {
  margin-left: -20%;
  padding-left: 0.9375rem;
}

@media (min-width: 768px) {
  .contact {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }
  .contact::after {
    height: 100%;
    top: 2.5rem;
  }
  .contact .contact__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact .contact__intro__content,
  .contact .contact__items,
  .contact .contact__more {
    background-color: transparent;
  }
  .contact .contact__intro__content {
    padding: 3.75rem 1.875rem 0 1.875rem;
  }
  .contact .contact__items {
    padding: 0 0.9375rem;
  }
  .contact .contact__more {
    padding: 0 1.875rem;
  }
  .contact .contact__image {
    margin-right: -0.9375rem;
    margin-top: -2.5rem;
  }
  .contact.contact--text-only {
    padding-bottom: 3.75rem;
  }
  .contact.contact--text-only:after {
    top: 0;
  }
  .contact.contact--text-only .contact__items {
    margin-top: 3.75rem;
  }
  .contact.contact--text-only .contact__more {
    margin-left: 0;
    padding: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding: 3.75rem 0;
  }
  .contact::after {
    top: 0;
    right: 1.875rem;
    margin-right: 8.33333%;
    left: auto;
  }
  .contact .contact__intro__content h4 {
    display: block;
  }
  .contact .contact__intro__content p {
    margin: 1.25rem 0;
  }
  .contact .contact__items {
    margin-top: 3.75rem;
  }
  .contact .contact__items .contact__item__address {
    font-size: 1.0625rem;
  }
  .contact .contact__items .contact__item a {
    font-size: 1.0625rem;
  }
  .contact .contact__more {
    margin-top: 2.5rem;
  }
  .contact .contact__more a {
    font-size: 1.5rem;
  }
  .contact .contact__image {
    margin: 0;
    margin-right: -0.9375rem;
  }
}

table th {
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0.9375rem 1.25rem !important;
  border-top: 0.125rem solid #1c5335 !important;
  border-bottom: 0.0625rem solid #1c5335 !important;
}
table th:nth-of-type(even) {
  background-color: #f8f8f8;
}

table tr td {
  font-size: 1.0625rem;
  white-space: nowrap;
  font-weight: 400;
  padding: 0.9375rem 1.25rem !important;
  border-top: none !important;
  border-bottom: solid 0.0625rem rgba(28, 83, 53, 0.2);
}
@media (min-width: 576px) {
  table tr td {
    white-space: unset;
  }
}
table tr td:nth-of-type(even) {
  background-color: #f8f8f8;
}

.table-wrapper {
  color: #1c5335;
  padding: 2.5rem 1.875rem;
}
.table-wrapper.table-horizontal .table-wrapper--title {
  margin-bottom: 2.5rem;
}
.table-wrapper.table-horizontal .table tr td:first-child,
.table-wrapper.table-horizontal .table tr th:first-child {
  padding-left: 0 !important;
}
.table-wrapper.table-vertical {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .table-wrapper.table-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}
.table-wrapper.table-vertical .table-wrapper--title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .table-wrapper.table-vertical .table-wrapper--title {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .table-wrapper.table-vertical h3 {
    padding: 0 30px;
  }
}
.table-wrapper.table-vertical .row {
  margin-right: 0;
  margin-left: 0;
}
.table-wrapper.table-vertical .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.table-wrapper.table-vertical .table {
  margin-top: 0.625rem;
}
.table-wrapper.table-vertical .table tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.table-wrapper.table-vertical .table th,
.table-wrapper.table-vertical .table td {
  width: 100%;
  display: block;
  border: none !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .table-wrapper.table-vertical .table th,
  .table-wrapper.table-vertical .table td {
    border-bottom: solid 0.0625rem rgba(28, 83, 53, 0.2) !important;
    border-top: solid 0.0625rem rgba(28, 83, 53, 0.2) !important;
    display: table-cell;
    width: auto;
    padding: 0.9375rem 1.25rem !important;
  }
}
.table-wrapper.table-vertical .table tr {
  padding: 0.9375rem 1.875rem;
  display: inline-block;
  border-top: solid 0.0625rem rgba(28, 83, 53, 0.2) !important;
  width: 100%;
}
.table-wrapper.table-vertical .table tr:nth-last-child(1) {
  border-bottom: solid 0.0625rem rgba(28, 83, 53, 0.2) !important;
}
@media (min-width: 768px) {
  .table-wrapper.table-vertical .table tr {
    padding: 0px;
    display: table-row;
    border: none;
  }
}
.table-wrapper.table-vertical .table th {
  padding-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .table-wrapper.table-vertical .table th {
    padding-left: 1.875rem;
    width: 40%;
    white-space: normal;
  }
}
.table-wrapper.table-vertical .table td {
  border-top-width: 0;
  padding-top: 0;
  white-space: normal;
}

.quote {
  color: #1c5335;
  padding: 0px 0.9375rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2 1;
  -ms-flex: 2 1;
  flex: 2 1;
  font-weight: 400;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .quote {
    padding: 0px 0;
  }
}
.quote .quote-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .quote .quote-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.quote.background-pink {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #ffebe1;
}
.quote .quote__byline {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .quote .quote__byline {
    width: 33.33333%;
    margin-left: 33.33333%;
  }
}
@media (min-width: 992px) {
  .quote .quote__byline {
    margin-bottom: 0;
    width: 16.66667%;
    margin-left: 8.33333%;
  }
}
.quote .quote__byline .quote__byline--media {
  position: relative;
  margin-bottom: 1.875rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
}
@media (min-width: 768px) {
  .quote .quote__byline .quote__byline--media {
    width: 100%;
  }
}
.quote .quote__byline .quote__byline--media:after {
  content: "";
  display: block;
  padding-top: 100%;
  height: 0;
}
.quote .quote__byline .quote__byline--designation {
  font-size: 1.0625rem;
}
.quote .quote__byline .quote__byline--name {
  font-weight: 500;
  position: relative;
  padding-top: 1.25rem;
  font-size: 1.0625rem;
}
.quote .quote__byline .quote__byline--name:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50%;
  height: 0.0625rem;
  top: 0;
  background-color: #1c5335;
}
@media (min-width: 768px) {
  .quote .quote__byline .quote__byline--name:before {
    width: 100%;
  }
}
.quote .quote__content {
  font-size: 1.5rem;
  line-height: 1.4;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .quote .quote__content {
    margin-bottom: 0;
    width: 66.66667%;
    margin-left: 33.33333%;
  }
}
@media (min-width: 992px) {
  .quote .quote__content {
    font-size: 2rem;
    line-height: 1.5;
    width: 58.33333%;
    margin-left: 8.33333%;
  }
}
.quote.quote--compact {
  padding: 0px 1.875rem;
}
@media (min-width: 768px) {
  .quote.quote--compact {
    padding-left: 33.33333%;
    padding-right: 1.875rem;
  }
}
.quote.quote--compact .quote-wrapper {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media (min-width: 768px) {
  .quote.quote--compact .quote__byline {
    width: 50%;
    margin-left: 33.33333%;
  }
}
@media (min-width: 992px) {
  .quote.quote--compact .quote__byline {
    margin-bottom: 0;
    width: 25%;
    margin-left: 8.33333%;
  }
}
.quote.quote--compact .quote__byline,
.quote.quote--compact .quote__content {
  margin-left: 0;
}
@media (min-width: 768px) {
  .quote.quote--compact .quote__content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .quote.quote--compact .quote__content {
    width: 75%;
  }
}

.article-meta {
  color: #1c5335;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.article-meta p {
  padding: 0;
  margin: 0;
}
.article-meta__heading {
  margin-bottom: 4rem;
}
.article-meta__item {
  margin-bottom: 2rem;
  word-break: break-all;
}
.article-meta a {
  color: #1c5335;
}
.article-meta__tags {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.article-meta__tags li {
  border: 0.0625rem solid #1c5335;
  border-radius: 10rem;
  display: inline-block;
  margin-right: 0.3125rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.article-meta__tags li a {
  display: inline-block;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.article-meta__tags li:hover {
  background-color: #1c5335;
  color: #fff;
}
.article-meta__tags li:hover a {
  color: #fff;
  text-decoration: none;
}
.article-meta__tags li:last-child {
  margin: 0;
}

@media (max-width: 767.98px) {
  .content--sidebar > .row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .content--sidebar > .row .shareblock {
    margin-left: 0.9375rem;
  }
}

.content--sidebar > .row > .block {
  margin-top: 0 !important;
}

.article-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1c5335;
  position: relative;
}
.article-bio-content {
  padding: 14vw 10vw;
  background-color: #ffb31b;
  margin: 0 20vw 5.5vw 0;
  width: 100%;
}
.article-bio::after {
  content: "";
  background-color: #1c5335;
  height: 100%;
  width: 98%;
  position: absolute;
  top: 0;
  z-index: -2;
  right: 0;
}

.content--extra {
  margin-top: 3.125rem;
}

.rich-text {
  color: #1c5335;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5 {
  margin-bottom: 0.5rem;
}
.rich-text .text-large {
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
}
@media (max-width: 575.98px) {
  .rich-text p {
    font-size: 1.0625rem;
  }
}
@media (max-width: 575.98px) {
  .rich-text p.text-detail {
    font-size: 0.75rem;
  }
}
.rich-text h2.special {
  font-size: 1.0625rem;
  letter-spacing: 4.53px;
  line-height: 1.4;
  color: #c84603;
  text-transform: uppercase;
}
.rich-text ol,
.rich-text ul {
  margin: 2em 0;
}
@media (max-width: 575.98px) {
  .rich-text ol li,
  .rich-text ul li {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.rich-text ol {
  counter-reset: number-list;
  list-style: none;
}
.rich-text ol li {
  counter-increment: number-list;
  position: relative;
}
.rich-text ol li::before {
  content: counter(number-list);
  position: absolute;
  left: -1.25rem;
}
.rich-text a {
  text-decoration: underline;
}
.rich-text img {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .rich-text figcaption {
    font-size: 0.75rem;
  }
}
.rich-text table {
  margin: 1.25rem 0;
  width: 100%;
}
.rich-text table th {
  border-top: 0.1875rem solid #1c5335;
  border-bottom: 0.125rem solid #1c5335;
  padding: 0.75rem;
}
.rich-text table td {
  border-top: 0.0625rem solid #dee2e6;
  border-bottom: 0.0625rem solid #dee2e6;
  padding: 0.75rem;
}
.rich-text table tr td,
.rich-text table tr th {
  white-space: nowrap;
}
@media (min-width: 576px) {
  .rich-text table tr td,
  .rich-text table tr th {
    white-space: unset;
  }
}
.rich-text table tr td:nth-of-type(even),
.rich-text table tr th:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .rich-text p,
  .rich-text ul,
  .rich-text ol {
    margin-right: 16.66667%;
  }
}

.displaymode-full p,
.displaymode-full ul,
.displaymode-full ol,
.display-mode-narrow p,
.display-mode-narrow ul,
.display-mode-narrow ol {
  margin-right: 0;
}

@media (min-width: 768px) {
  .content--main .rich-text p,
  .content--main .rich-text ul,
  .content--main .rich-text ol {
    margin-right: 16.66667%;
    padding-right: 3.75rem;
  }
}

.error {
  background-color: #fff;
}
.error.error--404 {
  margin: 0 30px;
}
.error.error--404 .media-text__media {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .error.error--404 .media-text__media {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}
.error.error--404 .media-text__content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .error.error--404 .media-text__content {
    padding: 0vw;
    margin: auto;
    width: 30vw;
    margin-top: 13vw;
  }
}
.error.error--404 .media-text__content h3 {
  margin-bottom: 20px;
}
.error.error--404 .media-text__content p {
  line-height: 1.53;
}
@media (min-width: 576px) {
  .error.error--404 .media-text__content p {
    margin-bottom: 25px;
    line-height: 1.41;
  }
}
@media (min-width: 576px) {
  .error.error--505 .media-text__content {
    padding: 0vw;
    margin: auto;
    width: 30vw;
  }
}
.error.error--505 .media-text__content h3 {
  margin-bottom: 20px;
}
.error.error--505 .media-text__content p {
  line-height: 1.53;
}
@media (min-width: 576px) {
  .error.error--505 .media-text__content p {
    margin-bottom: 25px;
    line-height: 1.41;
  }
}
.error .cta .cta__label {
  font-weight: 500;
  line-height: 1.47;
}

.share__wrapper {
  color: #1c5335;
}
.share__wrapper .share__icon a {
  text-decoration: none;
}
.share__wrapper .share__icon a:not(:last-child) {
  display: inline-block;
  margin-right: 2.5rem;
}
.share__wrapper .share__icon a:after {
  display: none !important;
}

.disclaimer {
  color: #1c5335;
}
.disclaimer__wrapper {
  padding: 3.125rem 0.9375rem;
}
@media (min-width: 768px) {
  .disclaimer__wrapper {
    padding: 3% 8%;
  }
}
@media (min-width: 992px) {
  .disclaimer__wrapper {
    padding: 5.4375rem 12% 6.25rem;
  }
}
.disclaimer__wrapper .disclaimer__content {
  padding: 5% 0 3%;
}
@media (min-width: 768px) {
  .disclaimer__wrapper .disclaimer__content {
    padding: 0 10% 3%;
  }
}
.disclaimer__wrapper .disclaimer__content h3 {
  margin-bottom: 2.5rem;
}
.disclaimer__wrapper .disclaimer__footer {
  padding: 5% 0;
}
@media (min-width: 768px) {
  .disclaimer__wrapper .disclaimer__footer {
    padding: 0 0 5% 10%;
  }
}
.disclaimer__wrapper .disclaimer__footer .disclaimer__control label::after {
  content: "";
  display: table;
  clear: both;
}
.disclaimer__wrapper
  .disclaimer__footer
  .disclaimer__control
  label
  input[type="checkbox"] {
  opacity: 0;
  width: 0;
}
.disclaimer__wrapper
  .disclaimer__footer
  .disclaimer__control
  label
  input[type="checkbox"]
  + .disclaimer__checked
  > .disclaimer__icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.disclaimer__wrapper
  .disclaimer__footer
  .disclaimer__control
  label
  input[type="checkbox"]:checked
  + .disclaimer__checked
  > .disclaimer__icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.disclaimer__wrapper
  .disclaimer__footer
  .disclaimer__control
  label
  input[type="checkbox"]:disabled
  + .disclaimer__checked {
  opacity: 0.5;
}
.disclaimer__wrapper .disclaimer__footer .disclaimer__control label p {
  width: 215px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .disclaimer__wrapper .disclaimer__footer .disclaimer__control label p {
    width: auto;
    width: unset;
  }
}
.disclaimer__wrapper .disclaimer__footer .disclaimer__control label .error-msg {
  color: #dc3545;
}
.disclaimer__wrapper
  .disclaimer__footer
  .disclaimer__control
  .disclaimer__checked {
  margin-left: 0.625rem;
  margin-right: 1.875rem;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #1c5335;
  font-size: 0.625rem;
  text-align: center;
  color: #e86825;
}
@media (min-width: 576px) {
  .disclaimer__wrapper
    .disclaimer__footer
    .disclaimer__control
    .disclaimer__checked {
    margin-left: unset;
    margin-right: 0.5625rem;
  }
}
.disclaimer .copyright {
  margin-bottom: 5%;
}
@media (min-width: 576px) {
  .disclaimer .copyright {
    margin-bottom: 0;
  }
}
.disclaimer .close {
  padding: 1.875rem;
}
.disclaimer__control {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .disclaimer__control {
    margin-bottom: 0;
  }
}

.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: 0.5;
}

.clinic-finder-wrapper {
  padding: 1.875rem 0;
  position: relative;
  margin-top: 4rem;
  min-height: 400px;
}
@media (min-width: 768px) {
  .clinic-finder-wrapper {
    padding: 3.75rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5.25rem;
  }
}
@media (min-width: 992px) {
  .clinic-finder-wrapper {
    margin-left: 8.333%;
    margin-right: 8.333%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .clinic-finder-wrapper {
    width: 66.66667%;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
}
.clinic-finder-wrapper .cf-filters {
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  right: 30px;
  margin-top: 32px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .clinic-finder-wrapper .cf-filters {
    right: 0;
    margin-top: 60px;
  }
}
.clinic-finder-wrapper .cf-filter-form {
  background-color: #fff;
  z-index: 1000;
  right: 0;
  top: 55px;
  max-width: 440px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .clinic-finder-wrapper .cf-filter-form {
    position: absolute;
    height: 642px;
    overflow: auto;
  }
}
.clinic-finder-wrapper .cf-filters-body {
  position: relative;
}
.clinic-finder-wrapper .cf-filters-body .loading-spinner {
  position: absolute;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.clinic-finder-wrapper .cf-filters-actions {
  padding: 0.9375rem 1.875rem;
  border-bottom: solid 1px #bacbc2;
  text-align: right;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 576px) {
  .clinic-finder-wrapper.show-filters .cf-filters-cta {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.dataTables_wrapper {
  margin-top: 1.875rem !important;
}
@media (min-width: 768px) {
  .dataTables_wrapper {
    margin-top: 3.125rem !important;
  }
}
@media (min-width: 992px) {
  .dataTables_wrapper {
    margin: 0 auto;
  }
}
.dataTables_wrapper div.dataTables_info {
  padding-top: 0 !important;
  font-size: 1.25rem;
  white-space: unset !important;
  text-align: left !important;
  line-height: 1.42;
  font-weight: 500;
  color: #1c5335;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .dataTables_wrapper div.dataTables_info {
    font-size: 1.5rem;
  }
}
.dataTables_wrapper table.dataTable {
  border-top: 1px solid;
  border-collapse: collapse;
  margin-top: 1.875rem !important;
}
@media (min-width: 768px) {
  .dataTables_wrapper table.dataTable {
    margin-top: 3.125rem !important;
  }
}
.dataTables_wrapper table.dataTable tr {
  padding: 0.625rem 0;
  display: block;
}
@media (min-width: 768px) {
  .dataTables_wrapper table.dataTable tr {
    display: table-row;
  }
}
.dataTables_wrapper table.dataTable tr td {
  display: block;
  border: none !important;
  padding: 0px 0 10px !important;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .dataTables_wrapper table.dataTable tr td {
    border-color: #1c5335;
    padding: 0.75rem 0 0.9375rem !important;
    display: table-cell;
    border-bottom: solid 1px !important;
  }
}
.dataTables_wrapper table.dataTable tr td:nth-of-type(even) {
  background-color: transparent;
}
.dataTables_wrapper table.dataTable tr td:nth-child(2) {
  border-bottom: solid 1px !important;
}
@media (min-width: 768px) {
  .dataTables_wrapper table.dataTable .clinic-filter-result td:first-child {
    width: 260px;
  }
}
.dataTables_wrapper
  table.dataTable
  .clinic-filter-result
  .clinic-filter-result__city {
  margin-bottom: 3px;
  display: inline-block;
}
@media (min-width: 768px) {
  .dataTables_wrapper
    table.dataTable
    .clinic-filter-result
    .clinic-filter-result__city {
    display: block;
  }
}
.dataTables_wrapper
  table.dataTable
  .clinic-filter-result
  .clinic-filter-result__county {
  display: inline-block;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .dataTables_wrapper
    table.dataTable
    .clinic-filter-result
    .clinic-filter-result__county {
    margin-bottom: 1rem;
    display: block;
  }
}
.dataTables_wrapper
  table.dataTable
  .clinic-filter-result
  .clinic-filter-result__name {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dataTables_wrapper
    table.dataTable
    .clinic-filter-result
    .clinic-filter-result__name {
    margin-bottom: 1rem;
  }
}
.dataTables_wrapper
  table.dataTable
  .clinic-filter-result
  .clinic-filter-result__address {
  margin-bottom: 30px;
  white-space: pre-line;
}
.dataTables_wrapper .dataTables_paginate {
  margin: 0 auto;
}
.dataTables_wrapper .dataTables_paginate ul.pagination {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .dataTables_wrapper .dataTables_paginate ul.pagination .page-item {
    display: none;
  }
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .page-item:nth-child(1),
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .page-item:nth-child(2),
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .page-item:nth-last-child(1),
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .page-item:nth-last-child(2) {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .dataTables_wrapper .dataTables_paginate ul.pagination {
    margin: 2.5rem 5% 0 !important;
  }
}
.dataTables_wrapper .dataTables_paginate ul.pagination .paginate_button {
  color: #1c5335;
  width: 3.75rem;
}
@media (min-width: 768px) {
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-child(1),
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-child(2),
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-last-child(1),
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-last-child(2) {
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-child(2) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 768px) {
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-last-child(2) {
    margin-left: 2.125rem;
  }
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item
  a.page-link {
  border: 0;
  color: #1c5335;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button.page-item
    a.page-link {
    font-size: 1.25rem;
    padding: 0.5rem 0.75rem;
  }
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item
  a.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item
  a.page-link::before {
  font-family: "icomoon";
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item
  a.page-link:hover {
  background-color: transparent;
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.disabled
  .page-link {
  color: rgba(28, 83, 53, 0.5);
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.active {
  position: relative;
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.active
  .page-link {
  background-color: transparent;
}
.dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.active::after {
  content: "";
  width: 40%;
  height: 0.125rem;
  background-color: #1c5335;
  bottom: 0.25rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.clinic-finder {
  color: #1c5335;
  position: relative;
}
.clinic-finder h3 {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .clinic-finder h3 {
    margin-bottom: 2.5rem;
  }
}
.clinic-finder .clinic-filters select {
  display: none;
}
.clinic-finder .clinic-filters-wrapper {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .clinic-finder .clinic-filters-wrapper {
    margin-top: 2.5rem;
  }
}
.clinic-finder table.dataTable td.dataTables_empty,
.clinic-finder table.dataTable th.dataTables_empty {
  text-align: left;
  padding: 3.75rem 0 !important;
  white-space: normal;
}
.clinic-finder .search-form .search-form__input {
  padding-right: 0;
}
.clinic-finder .search-form .search-form__input .icon-search {
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .clinic-finder .search-form .search-form__input .icon-search {
    margin-top: 1rem;
  }
}
.clinic-finder .search-form .search-form__input input {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .clinic-finder .search-form .search-form__input input {
    font-size: 2rem;
  }
}
.clinic-finder .dataTables_wrapper div.dataTables_info {
  font-size: 1.0625rem;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .clinic-finder .dataTables_wrapper div.dataTables_info {
    font-size: 1.5rem;
    padding-right: 0px;
  }
}

.dt-no-results .dataTables_info {
  display: none !important;
}

.search-results-table .clinic-list-item {
  padding: 1.875rem;
}
@media (min-width: 768px) {
  .search-results-table .clinic-list-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.search-results-table .clinic-list-item .clinic-list-address {
  margin-bottom: 0.75rem;
}
.search-results-table .clinic-list-item::after {
  display: none;
}

.search-results-table .container {
  padding: 0;
}

#clinic-results td a {
  font-size: 0.75rem;
}

#clinic-results .clinic-list-facilities {
  white-space: initial;
}

#clinic-results .gridcell,
#clinic-results tr td,
#clinic-results tr {
  padding: 0 !important;
  border-color: #bacbc2 !important;
}

#clinic-results {
  margin-top: 1.25rem !important;
  border-color: #bacbc2 !important;
}

#clinic-results td {
  width: 100%;
  border-bottom: solid 1px #bacbc2 !important;
}

#clinic-results
  .clinic-list-item
  .clinic-list-meta
  .clinic-list-contact
  a
  span {
  display: inline-block;
}

#clinic-results .clinic-list-meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#clinic-results .clinic-list-contact {
  margin-left: 0;
}

#clinic-results
  .clinic-list-item
  .clinic-list-meta
  .clinic-list-contact
  .icon-call,
#clinic-results
  .clinic-list-item
  .clinic-list-meta
  .clinic-list-contact
  .icon-envelope {
  font-size: 1em;
  min-width: 20px;
}

#clinic-results .clinic-list-contact a {
  display: block;
}
@media (min-width: 768px) {
  #clinic-results .clinic-list-contact a {
    display: inline-block;
  }
}

#clinic-results .clinic-list-item .clinic-list-image {
  margin-right: 0.9375rem;
}

#clinic-results .clinic-list-openstatus {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  #clinic-results .clinic-list-openstatus {
    margin-bottom: 0.5rem;
  }
}

#clinic-results .dataTables_empty {
  padding: 3.75rem 1.875rem !important;
}

.clinic-finder-header {
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .clinic-finder-header {
    padding: 0;
  }
}

.dataTables_info {
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .dataTables_info {
    padding: 0;
  }
}

.clinic-finder--no-results .dataTables_info {
  visibility: hidden;
}

.stories h3 {
  color: #1c5335;
  padding: 0 1.875rem 1.875rem;
}
@media (min-width: 768px) {
  .stories h3 {
    padding: 0 1.875rem;
  }
}

.stories .story-card {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .stories .story-card {
    margin-bottom: 1.875rem;
  }
}
.stories .story-card .story-card-content {
  color: #1c5335;
}
.stories .story-card .story-card-content.story-card-content--with-category {
  margin-top: 0.9375rem;
}
.stories
  .story-card
  .story-card-content.story-card-content--with-category
  .story-card--title {
  padding-top: 0.4375rem;
}
.stories .story-card .story-card-content .story-card--category {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #c84603;
}
.stories .story-card .story-card-content .story-card--title {
  font-size: 1.0625rem;
  padding-top: 0.9375rem;
  line-height: 1.41;
  font-weight: 500;
}
@media (min-width: 768px) {
  .stories .story-card .story-card-content .story-card--title {
    font-size: 1.25rem;
    padding-top: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .stories .story-card .story-card-content .story-card--title {
    font-size: 1.5rem;
    padding-top: 1.375rem;
  }
}
.stories .story-card .story-card-content .story-card--blurb {
  font-size: 1.0625rem;
  padding-top: 0.625rem;
  line-height: 1.41;
}
@media (min-width: 576px) {
  .stories .story-card .story-card-content .story-card--blurb {
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .stories .story-card .story-card-content .story-card--blurb {
    padding-top: 1.25rem;
  }
}
.stories .story-card .story-card-media .story-card-media__image {
  height: 0;
  width: 100%;
  background-size: cover;
  padding-top: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
}
.stories .story-card .story-card-media > a,
.stories .story-card .story-card-content > a {
  display: block;
  text-decoration: none;
}
.stories .story-card .story-card-media > a::before,
.stories .story-card .story-card-content > a::before {
  content: none;
}
.stories .story-card .story-card--cta {
  padding-top: 1.875rem;
}
.stories .story-card .story-card--cta a {
  font-weight: 500;
  line-height: 1.47;
}

.stories .stories__featured {
  padding: 0 1.875rem;
}
.stories .stories__featured .story-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .stories .stories__featured .story-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.stories .stories__featured .story-card .story-card-media {
  width: 100%;
}
@media (min-width: 768px) {
  .stories .stories__featured .story-card .story-card-media {
    width: 50%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.stories
  .stories__featured
  .story-card
  .story-card-media
  .story-card-media__image {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .stories
    .stories__featured
    .story-card
    .story-card-media
    .story-card-media__image {
    padding-top: 56.25%;
  }
}
.stories .stories__featured .story-card .story-card-content {
  color: #1c5335;
  width: 100%;
}
@media (min-width: 576px) {
  .stories .stories__featured .story-card .story-card-content {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 992px) {
  .stories .stories__featured .story-card .story-card-content {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media (min-width: 768px) {
  .stories .stories__featured .story-card .story-card-content {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.stories
  .stories__featured
  .story-card
  .story-card-content
  .story-card--category {
  margin-bottom: 0.375rem;
  color: #c84603;
}
.stories .stories__featured .story-card .story-card-content .story-card--title {
  font-size: 1.5rem;
  padding-top: 0;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .stories
    .stories__featured
    .story-card
    .story-card-content
    .story-card--title {
    font-size: 2rem;
    margin-bottom: 0px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .stories
    .stories__featured
    .story-card
    .story-card-content
    .story-card--title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.stories .stories__featured .story-card .story-card-content .story-card--blurb {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .stories
    .stories__featured
    .story-card
    .story-card-content
    .story-card--blurb {
    margin-bottom: 3.125rem;
  }
}
.stories
  .stories__featured
  .story-card
  .story-card-content
  .story-card--cta_second {
  margin-bottom: 1.875rem;
}

.stories.stories--has-featured {
  background-color: #fff;
}
@media (min-width: 768px) {
  .stories.stories--has-featured h3 {
    padding-bottom: 5.625rem;
  }
}
.stories.stories--has-featured .story-card-content .story-card--category {
  color: #1c5335;
}
.stories.stories--has-featured .story-card-content .story-card--title {
  line-height: 1.33;
}

.stories.stories--people
  .story-card
  .story-card-media
  .story-card-media__image {
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .stories.stories--people
    .story-card
    .story-card-media
    .story-card-media__image {
    padding-top: 100%;
  }
}

.stories.stories--people .story-card .story-card-content .story-card--blurb {
  margin-top: 0.125rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  .stories.stories--people .story-card .story-card-content .story-card--blurb {
    margin-top: 0.625rem;
    padding-top: 0;
  }
}

.stories a:not(.cta--secondary) {
  position: relative;
  text-decoration: none;
}
.stories a:not(.cta--secondary)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #1c5335;
  bottom: 0;
}
.stories a:not(.cta--secondary):hover::before {
  background-color: #e86825;
}

.stories__grid {
  padding: 0 1.875rem 0;
}
.stories--has-featured .stories__grid {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .stories__grid {
    padding: 3.125rem 30px 0px;
  }
}
.stories__grid.background-pink {
  position: relative;
  background-color: #ffebe1;
}
.stories__grid .col {
  width: 100%;
  -webkit-flex-basis: unset;
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}
@media (min-width: 576px) {
  .stories__grid .col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

.stories__cta {
  padding: 0 1.875rem 5rem;
  font-weight: 500;
}
.stories__cta a {
  font-size: 1.25rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .stories__cta a {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .stories__cta {
    text-align: right;
    padding: 0.625rem 1.875rem 1.875rem;
  }
}
.stories--has-featured .stories__cta {
  background-color: #ffebe1;
}

@media (min-width: 576px) {
  .stories--working_diaverm .stories__cta {
    padding-top: 1.25rem;
  }
}

.datepicker td,
.datepicker th {
  padding: 0;
  font-size: 0.75rem;
  padding: 8px !important;
}

#cookiebanner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1111;
  width: 100%;
  display: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media (min-width: 768px) {
  #cookiebanner {
    padding: 1.875rem;
  }
}
#cookiebanner .cookie-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1.875rem;
  background-color: #f8f8f8;
  color: #1c5335;
  padding: 1.875rem 0.9375rem;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 7.5rem;
}
@media (min-width: 768px) {
  #cookiebanner .cookie-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    height: auto;
    padding: 1.875rem 0.9375rem;
  }
}
@media (min-width: 1200px) {
  #cookiebanner .cookie-container {
    margin-right: 16.66667%;
  }
}
#cookiebanner .c-right {
  margin-bottom: 7.5rem;
}
@media (min-width: 768px) {
  #cookiebanner .c-right {
    margin-bottom: 0;
  }
}
#cookiebanner button {
  outline: none;
}
#cookiebanner .c-left,
#cookiebanner .c-right {
  padding: 0 0.9375rem;
}
#cookiebanner .c-left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #cookiebanner .c-left {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  #cookiebanner .c-left {
    width: 30%;
  }
}
@media (min-width: 768px) {
  #cookiebanner .c-right {
    width: 66.6666%;
  }
}
@media (min-width: 1200px) {
  #cookiebanner .c-right {
    width: 70%;
  }
}
#cookiebanner .c_text {
  font-size: 1.0625rem;
}
@media (min-width: 1200px) {
  #cookiebanner .c_text {
    margin-right: 3.125rem;
  }
}
#cookiebanner .c_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
#cookiebanner .c_options input {
  width: 0;
}
#cookiebanner .c_options .form-check__checked {
  margin-left: 0;
  margin-right: 1.25rem;
}
#cookiebanner .c_options p {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  #cookiebanner .c_options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#cookiebanner .c_options .form-check__control {
  margin-right: 0.9375rem;
  margin-bottom: 0.625rem;
}
#cookiebanner .c_options .form-check__control:nth-last-child(1) {
  margin-right: 0;
}
#cookiebanner .c_options .form-check__control input,
#cookiebanner .c_options .form-check__control .form-check__checked {
  outline: none;
}
@media (min-width: 768px) {
  #cookiebanner .c_options .form-check__control {
    margin-right: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
#cookiebanner
  .c_options
  .form-check__control:first-child
  input[type="checkbox"]:disabled
  + .form-check__checked,
#cookiebanner
  .c_options
  .form-check__control:first-child
  input[type="radio"]:disabled
  + .form-check__checked {
  opacity: 1 !important;
}
#cookiebanner .c_options .form-check__control:first-child .form-check__checked {
  color: #1c5335;
}
@media (min-width: 1200px) {
  #cookiebanner .c_options {
    margin-right: 3.125rem;
  }
}
#cookiebanner .c_more {
  margin-top: 0.625rem;
}
#cookiebanner .c_more a {
  font-size: 1.0625rem;
}
#cookiebanner .c_more > span {
  display: block;
}
#cookiebanner .c_more > span:first-child {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  #cookiebanner .c_more > span {
    display: inline-block;
    margin-right: 3.75rem;
  }
  #cookiebanner .c_more > span:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #cookiebanner .c_more > span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #cookiebanner .c_more {
    margin-top: 0;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  #cookiebanner .c_more {
    margin-right: 3.125rem;
  }
}
#cookiebanner label.form-check__control {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  #cookiebanner label.form-check__control {
    margin-bottom: 0;
  }
}
#cookiebanner .c_confim {
  padding: 1.875rem 0;
  border-bottom: solid 1px #1c5335;
}
#cookiebanner .c_title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  #cookiebanner .c_title {
    font-size: 2rem;
  }
}

#cookiebanner.active {
  display: block;
  -webkit-animation: showCb 800ms;
  animation: showCb 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes showCb {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes showCb {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.init-splash #cookiebanner.active {
  -webkit-animation-delay: 7000ms;
  animation-delay: 7000ms;
}

body.with-cookiebot {
  overflow-y: hidden;
}
@media (min-width: 768px) {
  body.with-cookiebot {
    overflow-y: auto;
  }
}

.page--editorial {
  background-color: #ffebe1;
}
@media (min-width: 768px) {
  .page--editorial .content--main {
    padding-right: 1.875rem;
  }
}
.page--editorial .content--main .article-meta,
.page--editorial .content--main .article-meta__item {
  margin-bottom: 0;
}

.main-content > .container-fluid {
  padding: 0 !important;
}

.main-content .block {
  margin: 1.25rem 0;
}
@media (min-width: 768px) {
  .main-content .block {
    margin: 3.125rem 0;
  }
}
.main-content .block.quoteblock {
  margin-bottom: 0;
}
.main-content .block.selectedgridlistblock,
.main-content .block.dynamicgridlistblock,
.main-content .block.carouselblock,
.main-content .block.accordionblock,
.main-content .block.cisionintegrationblock,
.main-content .block.quoteblock {
  margin-top: 0;
}
.main-content .block.selectedgridlistblock .stories,
.main-content .block.selectedgridlistblock .carousel,
.main-content .block.selectedgridlistblock .accordion,
.main-content .block.selectedgridlistblock .quote,
.main-content .block.dynamicgridlistblock .stories,
.main-content .block.dynamicgridlistblock .carousel,
.main-content .block.dynamicgridlistblock .accordion,
.main-content .block.dynamicgridlistblock .quote,
.main-content .block.carouselblock .stories,
.main-content .block.carouselblock .carousel,
.main-content .block.carouselblock .accordion,
.main-content .block.carouselblock .quote,
.main-content .block.accordionblock .stories,
.main-content .block.accordionblock .carousel,
.main-content .block.accordionblock .accordion,
.main-content .block.accordionblock .quote,
.main-content .block.cisionintegrationblock .stories,
.main-content .block.cisionintegrationblock .carousel,
.main-content .block.cisionintegrationblock .accordion,
.main-content .block.cisionintegrationblock .quote,
.main-content .block.quoteblock .stories,
.main-content .block.quoteblock .carousel,
.main-content .block.quoteblock .accordion,
.main-content .block.quoteblock .quote {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .main-content .block.selectedgridlistblock .stories,
  .main-content .block.selectedgridlistblock .carousel,
  .main-content .block.selectedgridlistblock .accordion,
  .main-content .block.selectedgridlistblock .quote,
  .main-content .block.dynamicgridlistblock .stories,
  .main-content .block.dynamicgridlistblock .carousel,
  .main-content .block.dynamicgridlistblock .accordion,
  .main-content .block.dynamicgridlistblock .quote,
  .main-content .block.carouselblock .stories,
  .main-content .block.carouselblock .carousel,
  .main-content .block.carouselblock .accordion,
  .main-content .block.carouselblock .quote,
  .main-content .block.accordionblock .stories,
  .main-content .block.accordionblock .carousel,
  .main-content .block.accordionblock .accordion,
  .main-content .block.accordionblock .quote,
  .main-content .block.cisionintegrationblock .stories,
  .main-content .block.cisionintegrationblock .carousel,
  .main-content .block.cisionintegrationblock .accordion,
  .main-content .block.cisionintegrationblock .quote,
  .main-content .block.quoteblock .stories,
  .main-content .block.quoteblock .carousel,
  .main-content .block.quoteblock .accordion,
  .main-content .block.quoteblock .quote {
    padding-top: 3.125rem;
  }
}
.main-content .block.mediatextblock {
  margin-bottom: 0;
}
.main-content .block.mediatextblock .media-text {
  margin-bottom: 20px;
}
.main-content .block.mediatextblock .media-text.media-text--text_only {
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .main-content .block.mediatextblock {
    margin-bottom: 0;
  }
  .main-content .block.mediatextblock .media-text {
    margin-bottom: 3.125rem;
  }
  .main-content .block.mediatextblock .media-text.media-text--text_only {
    margin-bottom: 0;
    padding-bottom: 3.125rem;
  }
}
.main-content .block.cisionintegrationblock {
  margin-bottom: 0;
}

.main-content .block:last-child {
  margin-bottom: 0;
}
.main-content .block:last-child .media-text {
  margin-bottom: 0;
}

.container--front .row .block:first-child {
  margin-top: 0;
}

.editorialblock.displaymode-full {
  padding-left: 30px;
  padding-right: 30px;
}

.content--sidebar {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .content--sidebar {
    padding-top: 50px;
  }
}

.content--main .rich-text {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .content--main .rich-text {
    margin: 50px 0;
  }
}

.editorialblock .rich-text a {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}

.display-mode-narrow {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .display-mode-narrow {
    margin-left: 33.33333% !important;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  -o-transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
}
.fade-in.active {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  -o-transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
}
.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade-up-all {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  -o-transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
}
.fade-up-all.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ao_1 {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.ao_2 {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.ao_3 {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.ao_4 {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.ao_5 {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.sitemap-page {
  color: #1c5335;
  margin: 3.75rem 0px;
}
.sitemap-page h1 {
  margin-bottom: 3.75rem;
  font-size: 34px;
  line-height: 1;
}
@media (min-width: 992px) {
  .sitemap-page h1 {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 500;
  }
}
.sitemap-page a {
  font-size: 1.0625rem;
}
.sitemap-page .sitemap-menu {
  margin-bottom: 3.75rem;
}
.sitemap-page .sitemap-menu .sitemap-menu-item .sitemap-menu-item-title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  display: block;
}
.sitemap-page .sitemap-menu .sitemap-menu-item .sitemap-submenu {
  position: relative;
  list-style: none;
}
.sitemap-page
  .sitemap-menu
  .sitemap-menu-item
  .sitemap-submenu
  .sitemap-submenu-item {
  line-height: 1.5;
}
.sitemap-page
  .sitemap-menu
  .sitemap-menu-item
  .sitemap-submenu
  .sitemap-submenu-item
  a {
  position: relative;
}
.sitemap-page
  .sitemap-menu
  .sitemap-menu-item
  .sitemap-submenu
  .sitemap-submenu-item
  a::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1.875rem;
  top: -0.9375rem;
  left: -1.5625rem;
  background-color: #1c5335;
}
@media (min-width: 992px) {
  .sitemap-page
    .sitemap-menu
    .sitemap-menu-item
    .sitemap-submenu
    .sitemap-submenu-item
    a::after {
    height: 2.8125rem;
    top: -1.875rem;
  }
}
.sitemap-page
  .sitemap-menu
  .sitemap-menu-item
  .sitemap-submenu
  .sitemap-submenu-item
  a::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.125rem;
  left: -1.5625rem;
  top: 0.75rem;
  background-color: #1c5335;
}
.sitemap-page
  .sitemap-menu
  .sitemap-menu-item
  .sitemap-submenu
  .sitemap-submenu-item
  .sitemap-submenu
  li
  a {
  font-size: 1.0625rem;
  display: block;
}
.sitemap-page
  .sitemap-menu
  .sitemap-menu-item
  .sitemap-submenu
  .sitemap-submenu-item
  .sitemap-submenu.depth-2 {
  margin-top: 2.5rem;
}

.tag_landing_page {
  margin-top: 60px;
}
.tag_landing_page .story-card {
  margin-bottom: 60px;
}

.pagination-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}
.pagination-wrapper .pagination .page-item {
  width: 60px;
  text-align: center;
  font-size: 1.25rem;
}
.pagination-wrapper .pagination .page-item:first-child,
.pagination-wrapper .pagination .page-item:nth-child(2),
.pagination-wrapper .pagination .page-item:last-child,
.pagination-wrapper .pagination .page-item:nth-last-child(2) {
  width: 80px;
}
.pagination-wrapper .pagination .page-item:nth-child(2) {
  margin-right: 34px;
}
.pagination-wrapper .pagination .page-item:nth-last-child(2) {
  margin-left: 34px;
}
.pagination-wrapper .pagination .page-item .page-link {
  color: #1c5335;
  border: 0;
}
.pagination-wrapper .pagination .page-item .page-link:hover {
  background-color: transparent;
}
.pagination-wrapper .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination-wrapper .pagination .page-item.active {
  position: relative;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  background-color: transparent;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
}
.pagination-wrapper .pagination .page-item.active::after {
  content: "";
  width: 40%;
  height: 2px;
  background-color: #1c5335;
  bottom: 4px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.story-wrapper,
.filter-wrapper__table {
  padding: 60px 30px;
  color: #1c5335;
}
.story-wrapper .dataTables_info,
.filter-wrapper__table .dataTables_info {
  display: none !important;
}
.story-wrapper h3,
.filter-wrapper__table h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .story-wrapper h3,
  .filter-wrapper__table h3 {
    margin-bottom: 60px;
  }
}
.story-wrapper
  .dataTables_wrapper
  table.dataTable:not([data-layout="list"])
  tr
  td,
.filter-wrapper__table
  .dataTables_wrapper
  table.dataTable:not([data-layout="list"])
  tr
  td {
  padding: 0.9375rem !important;
}
.story-wrapper .dataTables_wrapper table.dataTable,
.filter-wrapper__table .dataTables_wrapper table.dataTable {
  border-top: none !important;
}
.story-wrapper .dataTables_wrapper table.dataTable tr td,
.filter-wrapper__table .dataTables_wrapper table.dataTable tr td {
  border-bottom: none !important;
}
.story-wrapper table,
.filter-wrapper__table table {
  border: none !important;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  opacity: 0;
  width: 100% !important;
}
.story-wrapper table.dataTable,
.filter-wrapper__table table.dataTable {
  opacity: 1;
}
.story-wrapper table thead,
.filter-wrapper__table table thead {
  border: none !important;
  display: none !important;
}
.story-wrapper table td,
.filter-wrapper__table table td {
  width: 100%;
  padding: 15px !important;
  white-space: normal;
  vertical-align: top;
}
@media (min-width: 768px) {
  .story-wrapper table td,
  .filter-wrapper__table table td {
    width: 33.333% !important;
  }
}
.story-wrapper table tr,
.story-wrapper table td,
.story-wrapper table tbody,
.filter-wrapper__table table tr,
.filter-wrapper__table table td,
.filter-wrapper__table table tbody {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
.story-wrapper table tr,
.story-wrapper table td,
.filter-wrapper__table table tr,
.filter-wrapper__table table td {
  display: block;
}

.filter-wrapper {
  color: #1c5335;
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 768px) {
  .filter-wrapper {
    padding: 0 1.875rem;
  }
}
.filter-wrapper h3 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .filter-wrapper h3 {
    margin-bottom: 3.75rem;
  }
}
.filter-wrapper .filter-wrapper__form select {
  opacity: 0;
}
.filter-wrapper .filter-wrapper__form .select2 {
  width: 100% !important;
}

.filter-wrapper__table {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .filter-wrapper__table {
    padding-top: 3.75rem;
  }
}
@media (max-width: 575.98px) {
  .filter-wrapper__table .stories .story-card {
    margin-bottom: 0;
  }
}
.filter-wrapper__table .stories .story-card-media {
  min-width: 200px;
}
.filter-wrapper__table table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-wrapper__table table tr {
  display: block !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  max-width: 100%;
  /* explanation below */
}
@media (min-width: 768px) {
  .filter-wrapper__table table tr {
    max-width: 33.33%;
  }
}
.filter-wrapper__table table tr td .story-card-media__image {
  background-color: #f3f3f3;
}
.filter-wrapper__table table tr td .stories a {
  display: block;
  text-decoration: none;
}
.filter-wrapper__table table tr td .stories a::before {
  content: none;
}
.filter-wrapper__table table.no-results tr {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.filter-wrapper__table table.no-results tr td {
  display: block;
  margin: 0 auto;
}
.filter-wrapper__table table[data-layout="list"] tr {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  border-top: solid 1px #1c5335 !important;
}
.filter-wrapper__table table[data-layout="list"] tr:last-child {
  border-bottom: solid 1px #1c5335 !important;
}
.filter-wrapper__table table[data-layout="list"] .story-card {
  margin: 0;
}
.filter-wrapper__table
  table[data-layout="list"]
  .stories
  .story-card
  .story-card-content
  .story-card--title {
  padding-top: 0;
}
.filter-wrapper__table
  table[data-layout="list"]
  .stories
  .story-card
  .story-card-content
  .story-card--blurb {
  padding-top: 0.75rem;
}

.select2-container {
  min-width: 100%;
  margin-bottom: 1.25rem !important;
  font-family: EuclidCircular, sans-serif;
  font-size: 1.0625rem;
}
.select2-container .select2-dropdown {
  border-color: #1c5335;
  border-radius: 0;
  background: #f8f3f0;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #1c5335 !important;
}
.select2-container .select2-results__option {
  padding-left: 2.0625rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1.0625rem;
  font-weight: 400;
}
.select2-container .select2-selection__clear {
  color: transparent;
}
.select2-container .select2-selection__clear:after {
  content: "\e90b";
  font-family: "icomoon";
  text-indent: unset;
  color: #1c5335;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .select2-container {
    min-width: 100%;
    margin-bottom: 0 !important;
  }
}
.select2-container.select2-container--default .select2-selection--single {
  border-color: #1c5335;
  border-radius: 0;
  outline: none;
  height: auto;
  height: unset;
  padding: 0.9375rem 3.4375rem 1.0625rem 1.5625rem;
}
.select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #1c5335;
}
.select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #1c5335;
  opacity: 0.25;
}
.select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 1.25rem;
  color: #e86825;
}
.select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 0.625rem;
}
.select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 0.625rem;
}

.select2-selection--multiple {
  padding: 12.5px 25px;
  border: 1px solid black !important;
  border-radius: 0 !important;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
  border-color: #1c5335 !important;
}

.select2__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.select2__wrapper .select2-container {
  width: 100% !important;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .select2__wrapper .select2-container {
    width: 287px !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .select2__wrapper .select2-container:not(:last-child) {
    margin-right: 1.3125rem;
  }
}
.select2__wrapper .select2-container {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .select2__wrapper .select2-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .select2__wrapper .select2-container {
    max-width: 20.1875rem;
  }
}
.select2__wrapper
  .select2-container.select2-container--default
  .select2-selection--single {
  border-color: #1c5335;
  border-radius: 0;
  outline: none;
  height: auto;
  height: unset;
  padding: 0.9375rem 3.4375rem 1.0625rem 1.5625rem;
}
.select2__wrapper
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #1c5335;
}
.select2__wrapper
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #1c5335;
  opacity: 0.25;
}
.select2__wrapper
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 1.25rem;
  color: #e86825;
}
.select2__wrapper
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 0.5rem;
}
.select2__wrapper
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2__wrapper
  .select2-container.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 0.5rem;
}

.select2-search--dropdown {
  padding: 0.625rem 0.625rem !important;
  position: relative;
}
.select2-search--dropdown:before {
  content: "\e913";
  font-family: "icomoon";
  color: #e86825;
  position: absolute;
  bottom: 1rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  background-color: transparent !important;
  color: #1c5335 !important;
  border-bottom: solid 2px #e86825 !important;
  padding: 0.25rem;
  padding-left: 2.1875rem !important;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  opacity: 0.5;
  background-color: transparent;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent !important;
  background-color: #1c5335 !important;
  color: #fff !important;
}
.select2-container--default
  .select2-results__option[aria-selected="true"]:hover {
  background-color: #1c5335;
}

.stories.stories--action {
  background-color: #ffebe1;
}
@media (min-width: 768px) {
  .stories.stories--action .stories--action_main {
    position: sticky;
    position: -webkit-sticky;
    top: 7.125rem;
  }
}
.stories.stories--action .stories--action_main .story-card-content {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .stories.stories--action .stories--action_main .story-card-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .stories.stories--action .stories--action_main .story-card-media {
    max-height: 50vh;
    overflow: hidden;
  }
}
.stories.stories--action .stories--action_main .story-card--title {
  font-size: 3rem;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .stories.stories--action
    .stories--action_main
    .story-card-content.story-card-content--with-category {
    margin-left: 8.3333vw;
    padding-left: 1.875rem;
  }
}
.stories.stories--action .stories--action_main .story-card--cta_second {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .stories.stories--action h3 {
    padding-left: 1.875rem;
    margin-left: 8.333%;
  }
}
.stories.stories--action .stories__cta {
  padding-bottom: 1.875rem;
}
.stories.stories--action .stories__grid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .stories.stories--action .stories__grid {
    padding-top: 0;
  }
}
.stories.stories--action .stories__grid .row {
  margin-right: 0;
  margin-left: 0;
}
.stories.stories--action .stories__grid .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.stories.stories--action
  .stories__grid
  .story-card-media
  .story-card-media__image {
  padding-top: 71.85%;
}
.stories.stories--action .story-card-content.story-card-content--with-category {
  margin-top: 2.1875rem;
}
.stories.stories--action
  .story-card-content.story-card-content--with-category
  .story-card--title {
  padding-top: 0;
}
.stories.stories--action
  .story-card-content.story-card-content--with-category
  .story-card--category {
  padding-bottom: 0.4375rem;
}
.stories.stories--action .story-card-content .story-card--category span {
  position: relative;
  padding-left: 0.3125rem;
}
.stories.stories--action
  .story-card-content
  .story-card--category
  span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0.25rem;
  line-height: 0.25rem;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #e86825;
  border-radius: 50%;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stories.stories--action .story-card-content .story-card--blurb {
  border-top: 0.0625rem solid #1c5335;
  margin-top: 2.5rem;
  text-align: right;
  position: relative;
}
@media (min-width: 768px) {
  .stories.stories--action .story-card-content .story-card--blurb {
    margin-top: 1.375rem;
  }
}
.stories.stories--action
  .story-card-content
  .story-card--blurb
  .story-card--blurb_text {
  display: inline-block;
}
.stories.stories--action
  .story-card-content
  .story-card--blurb
  .story-card--blurb_text:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1c5335;
  position: absolute;
  top: 0;
  margin-left: -1.25rem;
}
.stories.stories--action .story-action-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .stories.stories--action .story-action-sub {
    padding-left: 1.875rem;
  }
}
.stories.stories--action .story-action-sub .story-card {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .stories.stories--action .story-action-sub .story-card {
    width: 50%;
    padding: 0 1.875rem 1.875rem 0;
  }
}
@media (min-width: 768px) {
  .stories.stories--action .story-action-sub .story-card:nth-last-child(1),
  .stories.stories--action .story-action-sub .story-card:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.stories.stories--action
  .story-action-sub
  .story-card
  .story-card-media
  .story-card-media__image {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .stories.stories--action
    .story-action-sub
    .story-card
    .story-card-media
    .story-card-media__image {
    padding-top: 133.54%;
  }
}

.init-splash .splash-overlay {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 10000;
  left: 0;
  top: 0;
  opacity: 0.8;
}

.init-splash.page--front .splash-overlay {
  background-color: #fff;
}

.init-splash .splash-wrapper {
  position: fixed;
  background-color: #1c5335;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.init-splash .splash-wrapper:before {
  content: "";
  display: block;
  background-image: url("/Content/img/logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 280px;
  height: 120px;
  z-index: 10;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
@media (min-width: 768px) {
  .init-splash .splash-wrapper:before {
    width: 400px;
  }
}
.init-splash .splash-wrapper:after {
  content: "";
  position: absolute;
  background-color: #e86825;
  width: 100%;
  height: 100%;
  z-index: 100000;
  bottom: 0;
  left: 0;
  height: 0;
  z-index: 5;
}

body.init-splash.start-splash .splash-wrapper {
  -webkit-animation: exitBg 4s;
  animation: exitBg 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.init-splash.start-splash .splash-wrapper:after {
  -webkit-animation: OrangeBg 1.5s;
  animation: OrangeBg 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.init-splash.start-splash .splash-wrapper:before {
  -webkit-animation: DiavLogo 1.8s;
  animation: DiavLogo 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

body.init-splash.start-splash .splash-overlay {
  -webkit-animation: overlayExit 1s forwards;
  animation: overlayExit 1s forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes DiavLogo {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes DiavLogo {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@-webkit-keyframes OrangeBg {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes OrangeBg {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes exitBg {
  0% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes exitBg {
  0% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@-webkit-keyframes overlayExit {
  0% {
    opacity: 0.8;
  }
  99% {
    opacity: 0;
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes overlayExit {
  0% {
    opacity: 0.8;
  }
  99% {
    opacity: 0;
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@-webkit-keyframes bodyReset {
  0% {
    overflow: hidden;
    position: fixed;
  }
  100% {
    overflow: visible;
    position: relative;
  }
}

@keyframes bodyReset {
  0% {
    overflow: hidden;
    position: fixed;
  }
  100% {
    overflow: visible;
    position: relative;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeMove {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeMove {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.page--front.init-splash .navbar {
  opacity: 0;
  -webkit-transform: translateY(-5.25rem);
  -ms-transform: translateY(-5.25rem);
  transform: translateY(-5.25rem);
}
.page--front.init-splash .navbar .navbar-brand {
  opacity: 0;
}
.page--front.init-splash .navbar .navbar-nav--main .nav-item {
  opacity: 0;
  -webkit-transform: translateY(1.0625rem);
  -ms-transform: translateY(1.0625rem);
  transform: translateY(1.0625rem);
}
.page--front.init-splash .navbar .navbar-nav--secondary {
  opacity: 0;
}

.page--front.init-splash .hero__content {
  opacity: 0;
  -webkit-transform: translateY(7.5rem);
  -ms-transform: translateY(7.5rem);
  transform: translateY(7.5rem);
}

.page--front.init-splash .scroll-icon {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.page--front.init-splash .search-form--home {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.page--front.init-splash .search-form--home input,
.page--front.init-splash .search-form--home .search-icon {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
}

.page--front.init-splash.start-splash .navbar {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.page--front.init-splash.start-splash .navbar-nav--main .nav-item:nth-child(1) {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.page--front.init-splash.start-splash .navbar-nav--main .nav-item:nth-child(2) {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.page--front.init-splash.start-splash .navbar-nav--main .nav-item:nth-child(3) {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.page--front.init-splash.start-splash .navbar-nav--main .nav-item:nth-child(4) {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 5.1s;
  animation-delay: 5.1s;
}

.page--front.init-splash.start-splash .navbar-nav--main .nav-item:nth-child(5) {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
}

.page--front.init-splash.start-splash .navbar-nav--main .nav-item:nth-child(6) {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 5.3s;
  animation-delay: 5.3s;
}

.page--front.init-splash.start-splash .hero__content {
  -webkit-animation: fadeMove 2s forwards;
  animation: fadeMove 2s forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.page--front.init-splash.start-splash .navbar-brand,
.page--front.init-splash.start-splash .navbar-nav--secondary {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.page--front.init-splash.start-splash .scroll-icon {
  -webkit-animation: fadeMove 0.5s forwards;
  animation: fadeMove 0.5s forwards;
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.page--front.init-splash.start-splash .search-form--home {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 5.8s;
  animation-delay: 5.8s;
}

.page--front.init-splash.start-splash .search-form--home input,
.page--front.init-splash.start-splash .search-form--home .search-icon {
  -webkit-animation: fadeMove 1s forwards;
  animation: fadeMove 1s forwards;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.performance-graph {
  /* Share calculator ************************************************/
  /* Sharegraph ***************************************************/
  /* Tab content *********************************************************/
  /* Dokument links ********************************************/
  /* PDF document links */
  /* Excel Documents links */
  /* Word Document Links */
  /* calendar styles */
  /* Sharegraph extras  */
  /* Media queries *****************************************************/
  /* Smartphones */
}
.performance-graph .table-sm {
  margin-top: 20px;
  border-bottom: 1px solid #dee2e6;
}
.performance-graph .table thead th {
  border-top: none;
}
.performance-graph .table td > .form-group,
.performance-graph .table td p {
  margin-bottom: 0;
}
.performance-graph #shareHeader {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.performance-graph .sharecalclulator-container input[type="radio"] {
  margin: 0.25rem 0 0;
}
.performance-graph .sharecalclulator-container fieldset {
  margin-top: 0.3125rem;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 0.625rem;
  clear: both;
}
.performance-graph .sharecalclulator-container legend {
  margin-bottom: 0px;
  color: #00837e;
  width: auto;
  border-bottom: none;
}
.performance-graph .sharecalclulator-container table td {
  padding: 0.25rem 0px 0.25rem 0px;
}
.performance-graph .sharecalclulator-container .fullsize {
  width: 100%;
}
.performance-graph .sharecalclulator-container .bold {
  font-weight: 700;
}
.performance-graph .sharecalclulator-container .amount {
  width: 100%;
}
.performance-graph .sharecalclulator-container .first {
  width: 200px;
}
.performance-graph .sharecalclulator-container .valuesSeparator {
  margin-top: 10px;
}
.performance-graph .sharecalclulator-container .helptext {
  font-style: italic;
  font-size: 0.8125rem;
}
.performance-graph .sharecalclulator-container #csvExport {
  margin-left: 10px;
}
.performance-graph .sharecalclulator-container .history-download {
  margin-top: -15px;
}
.performance-graph .sharecalclulator-container .compute-button {
  margin-top: 10px;
}
.performance-graph .sharecalclulator-container .share-help-container {
  margin-top: 15px;
}
.performance-graph .sharecalclulator-container .share-help-container p {
  margin-bottom: 10px;
}
.performance-graph .sharecalclulator-container .results-right {
  width: 49%;
  float: left;
}
.performance-graph .sharecalclulator-container .results-left {
  width: 49%;
  float: left;
  margin-left: 10px;
  border-left: 1px solid #e5e5e5;
}
.performance-graph .sharecalclulator-container .border {
  margin-left: 10px;
}
.performance-graph .sharecalclulator-container h4 {
  margin-bottom: 5px;
}
.performance-graph .sharecalclulator-container .row {
  padding: 5px 0;
  margin-left: 0;
}
.performance-graph .sharecalclulator-container .row .col-6,
.performance-graph .sharecalclulator-container .row .col {
  padding-right: 30px;
  padding-left: 0px;
}
.performance-graph .sharecalclulator-container .row .col-6:last-child {
  padding-right: 0;
}
.performance-graph #end-value {
  margin-left: 10px;
}
.performance-graph #sharegraph-container {
  margin-top: 20px;
  height: 500px;
  width: 100%;
}
.performance-graph #share-options-select,
.performance-graph #share-download-options {
  float: left;
  margin-right: 10px;
}
.performance-graph .sharegraph-extras {
  margin-bottom: 10px;
}
.performance-graph .tab-content {
  padding: 0.625rem;
  padding-right: 3.125rem;
  padding-left: 1.25rem;
  border-bottom: 0.0625rem solid #dddbdb;
  border-left: 0.0625rem solid #dddbdb;
  border-right: 0.0625rem solid #dddbdb;
}
.performance-graph .Release-file a[href$=".pdf"] {
  background: transparent url(../images/pdf.png) center left no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 55px;
}
.performance-graph .Release-file a[href$=".xlsx"],
.performance-graph a[href$=".xls"],
.performance-graph a[href$=".csv"],
.performance-graph a[href$=".xlw"],
.performance-graph a[href$=".xlt"] {
  background: transparent url(../images/excel.png) center left no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 55px;
}
.performance-graph .Release-file a[href$=".docx"],
.performance-graph a[href$=".doc"],
.performance-graph a[href$=".rtf"],
.performance-graph a[href$=".wps"],
.performance-graph a[href$=".txt"] {
  background: transparent url(../images/word.png) center left no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 55px;
}
.performance-graph .attachments,
.performance-graph .dateTime {
  margin-top: 20px;
  margin-right: 60px;
  float: left;
}
.performance-graph .addToCalendar .fa-calendar {
  color: #000;
  font-size: 35pt;
}
.performance-graph .fa-plus {
  border-radius: 30px;
  margin-left: -15px;
  background-color: #fff;
}
.performance-graph #event {
  width: 60%;
  margin: 10px auto;
}
.performance-graph #event .back-link a {
  padding: 3px 15px;
  background: #ccc;
  border-radius: 5px;
  color: #fff;
}
.performance-graph .prev:hover,
.performance-graph .next:hover {
  cursor: pointer !important;
}
.performance-graph .row {
  margin-left: 0px;
  margin-right: 0px;
}
.performance-graph .date-picker {
  float: left;
  margin-right: 10px;
  width: 10rem;
}
.performance-graph #share-options-select li a,
.performance-graph #share-download-options li a {
  color: #333;
}
.performance-graph #share-options-select li,
.performance-graph #share-download-options li {
  min-width: 220px;
}
.performance-graph #share-options-select li.cision-disabled a {
  color: grey;
}
.performance-graph #share-options-select li.cision-disabled:hover,
.performance-graph #share-options-select li.cision-disabled:hover a {
  cursor: default;
}
.performance-graph #share-options-select li .fa-check {
  display: none;
  float: right;
  margin-top: 4px;
}
.performance-graph #share-options-select li.selected .fa-check {
  display: inline-block;
}
.performance-graph .performance-table td:first-child {
  font-weight: 500;
}
@media all and (max-width: 1100px) {
  .performance-graph .cision {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .performance-graph .cision {
    width: 20%;
  }
}
@media all and (max-width: 700px) {
  .performance-graph .cision {
    width: 30%;
  }
}

.has-touch .hero .nav {
  margin: 0;
  padding-left: 15px;
  height: 60px;
  overflow-x: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.has-touch .hero .nav.nav--tabs {
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  padding: 15px 25px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
}
.has-touch .hero .nav.nav--tabs .nav-item {
  line-height: 1.47;
}
.has-touch .hero .nav.nav--tabs .nav-item .nav-link {
  font-size: 1.0625rem;
  line-height: 1.41;
}

.has-touch .hero.media-right:after {
  left: 0;
}

html {
  font-size: 16px;
}
@media (min-width: 1480px) {
  html {
    font-size: 1vw;
  }
}

@media (min-width: 1480px) {
  .navbar .navbar-nav--main > .nav-item {
    font-size: inherit;
  }
  .language-switcher {
    font-size: inherit;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 1.625rem;
    width: 1.25rem;
  }
}

body.search-menu-open {
  overflow: hidden;
}

.show .search-button .icon-search:before {
  content: "\e90b";
}

.show.dropdown.dropdown--mega.dropdown--mega__search
  .dropdown-menu--mega
  .dropdown-menu-inner {
  height: 100vh;
}

.dropdown--mega.dropdown--mega__search .dropdown-menu--mega__search {
  width: 100%;
  right: 0;
  left: auto;
  height: auto;
}
.dropdown--mega.dropdown--mega__search
  .dropdown-menu--mega__search
  .dropdown-menu-inner {
  padding: 12px 30px 30px;
  overflow-y: auto;
  max-height: 100vh;
}
@media (min-width: 576px) {
  .dropdown--mega.dropdown--mega__search
    .dropdown-menu--mega__search
    .dropdown-menu-inner {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .dropdown--mega.dropdown--mega__search
    .dropdown-menu--mega__search
    .dropdown-menu-inner {
    padding: 1.875rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    min-height: none;
  }
}

.search-form {
  color: #1c5335;
}
.search-form .search-form__input {
  border-bottom: solid 2px #e86825;
  padding: 0.625rem 2.5rem;
  position: relative;
}
.search-form .search-form__input input {
  background-color: transparent;
  font-size: 2rem;
  line-height: 1.31;
  color: #1c5335;
  border: none;
  width: 100%;
  font-weight: 500;
  padding: 0.3125rem;
}
.search-form .search-form__input .icon-search {
  color: #e86825;
  margin-right: 0.9375rem;
  font-size: 1.125rem;
  position: absolute;
  margin-top: 0.9375rem;
  left: 0;
}
.search-form .search-form__input .search-form__clear {
  position: absolute;
  top: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  display: none;
  right: 0;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
@media (min-width: 576px) {
  .search-form .search-form__input .search-form__clear {
    top: 1.25rem;
  }
}
.search-form .search-form__input .search-form__clear i {
  font-size: 1.375rem;
}
.search-form .search-form__input.input-has-value .search-form__clear {
  display: block;
}
.search-form .search-form__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.625rem;
  padding-left: 0.3125rem;
}
@media (max-width: 991.98px) {
  .search-form .search-form__filters {
    margin-top: 30px;
  }
}
.search-form .search-form__filters .form-check__control {
  margin-right: 3.4375rem;
}
@media (max-width: 991.98px) {
  .search-form .search-form__filters .form-check__control {
    width: 50%;
  }
}
.search-form .search-form__filters .form-check__control .form-check__checked {
  margin-right: 1.25rem;
  font-size: initial;
}
.search-form .search-form__filters .form-check__control p {
  line-height: 1.53;
  font-size: 0.9375rem;
}
.search-form .search-hint {
  margin: 30px 0;
  font-weight: 500;
  font-size: 1.0625rem;
}
@media (min-width: 576px) {
  .search-form .search-hint {
    margin: 2.1875rem 0 2.8125rem;
  }
}
.search-form .search-hint a {
  font-size: inherit;
  text-decoration: underline;
}

.featured-searches h4 {
  color: #1c5335;
  margin-bottom: 7px;
  line-height: 1.41;
}
@media (min-width: 576px) {
  .featured-searches h4 {
    margin-bottom: 2.5rem;
  }
}

.featured-searches table td {
  height: 2.125rem;
  font-size: 1.0625rem;
  line-height: 1.33;
  border-top: 0 !important;
}
@media (min-width: 576px) {
  .featured-searches table td {
    font-size: 1.5rem;
    padding: 0.9375rem 0 !important;
  }
}

.search-dialog {
  position: relative;
  padding-bottom: 9.375rem;
}
@media (min-width: 768px) {
  .search-dialog {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
    margin-left: 16.66667%;
    margin-right: 16.66667%;
    min-height: 48.75rem;
  }
}
.search-dialog .search-results {
  margin-top: 3.4375rem;
}
@media (max-width: 991.98px) {
  .search-dialog .search-results {
    margin-top: 30px;
  }
}
.search-dialog .search-hints {
  background-color: #fff;
  width: 100%;
  top: 80px;
  padding: 30px 0 50px;
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .search-dialog .search-hints {
    top: 8.75rem;
    padding: 3.75rem 1.875rem;
  }
}
.search-dialog .search-hints:before {
  content: "";
  background: #fff;
  left: -30px;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  right: -30px;
}
@media (min-width: 768px) {
  .search-dialog .search-hints:before {
    content: none;
  }
}
.search-dialog .search-hints .search-hint-item {
  padding: 0.625rem 0;
  border-bottom: solid 1px #1c5335;
}
.search-dialog .search-hints .search-hint-item a {
  font-size: 1.0625rem;
  line-height: 1.41;
}
@media (min-width: 768px) {
  .search-dialog .search-hints .search-hint-item a {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.search-dialog .search-hints .search-hint-item a:hover {
  text-decoration: none;
}
.search-dialog .search-hints .search-hint-item em {
  font-style: normal;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-weight: 500;
  background-color: rgba(28, 83, 53, 0.1);
}
.search-dialog .search-hints .search-hints-more {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 3.125rem;
  text-align: right !important;
}
@media (min-width: 768px) {
  .search-dialog .search-hints .search-hints-more {
    font-size: 1.5rem;
  }
}

.search-results .search-result .search-result__type {
  font-size: 0.75rem;
  line-height: 1.42;
  font-size: 0.75rem;
  min-width: 115px;
}
@media (min-width: 992px) {
  .search-results .search-result .search-result__type {
    font-size: 0.75rem;
    line-height: 1.67;
  }
}

.search-results .search-result .search-result__title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.41;
}
@media (min-width: 992px) {
  .search-results .search-result .search-result__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.search-results .search-result .search-result__body {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.53;
}
@media (min-width: 992px) {
  .search-results .search-result .search-result__body {
    font-size: 1.0625rem;
    line-height: 1.41;
  }
}

.search-results .search-result td {
  padding: 20px 0 !important;
}

.search-results .view-all {
  text-align: right;
  margin-top: 35px;
}
.search-results .view-all a {
  font-size: 1.0625rem;
  line-height: 1.47;
  font-weight: 500;
  color: #1c5335;
  border-bottom: solid 1px #1c5335;
  padding-bottom: 6px;
}
.search-results .view-all a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .search-results .view-all a {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}

/*
.home {
    .dropdown--mega.dropdown--mega__search {
        .dropdown-menu--mega__search {
            max-width: 100%;

            .search-dialog {
                max-width: 908px;
                margin: 0 auto;

                padding: 80px 0;

                @include media-breakpoint-down(sm) {
                    padding: 0;
                }
            }
        }
    }

    .search-form .search-form__input input {
        font-size: $_24px;
        line-height: 1.42;

        @include media-breakpoint-up(sm) {
            font-size: $_32px;
            line-height: 1.31;
        }
    }

    .search-form .search-form__input .icon-search {
        top: 24px;
    }
}
*/
.search-page {
  color: #1c5335;
  padding: 60px 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .search-page {
    padding: 3.75rem 1.875rem;
  }
}
@media (min-width: 992px) {
  .search-page {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}
.search-page h3 {
  margin-bottom: 1.25rem;
}

.search-results-table {
  width: 100% !important;
}
.search-results-table thead {
  display: none !important;
}
.search-results-table tr td:first-child {
  width: 16.25rem;
  font-size: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-results-table td a {
  font-size: initial;
}
.search-results-table td p {
  white-space: break-spaces;
  margin: 0;
  padding: 0;
}
.search-results-table td a:hover {
  text-decoration: none;
}
.search-results-table td strong {
  font-weight: 500;
  font-size: 1.5rem;
  white-space: break-spaces;
}

@media (max-width: 767.98px) {
  .search-page .dataTables_wrapper table.dataTable tr td {
    padding: 0 !important;
  }
  .search-page .dataTables_wrapper table.dataTable tr td:nth-child(2) {
    padding-bottom: 0.625rem !important;
  }
  .search-page table tr td strong {
    display: block;
    margin-bottom: 0.625rem;
  }
}

.ui-datepicker tr td {
  padding: 1px !important;
}

.ui-datepicker tr th {
  padding: 0.7em 0.3em !important;
  font-weight: 400;
}
.ui-datepicker tr th:nth-of-type(even) {
  background-color: transparent;
}

.ui-datepicker.ui-widget-content {
  border-color: #1c5335;
  border-radius: 0;
  z-index: 1051 !important;
}

.ui-datepicker .ui-widget-header {
  background-color: transparent;
  border: 0;
  font-weight: 400;
}

.form__wrapper {
  color: #1c5335;
}
.form__wrapper--title,
.form__wrapper--des {
  margin-bottom: 1.875rem;
}
.form__wrapper--des {
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .form__wrapper--des {
    max-width: 950px;
  }
}
.form__wrapper--subtitle {
  margin-bottom: 1.5625rem;
  font-size: 2rem;
}
.form__wrapper--subtitle.form__wrapper--subtitle-travel {
  margin-bottom: 1.875rem;
}
.form__wrapper .form__wrapper--info input {
  font-weight: 500;
}
.form__wrapper .form__wrapper--info textarea {
  max-width: 34.875rem;
  height: 11.063rem;
}
.form__wrapper .form__wrapper--info .form-group {
  margin-bottom: 1.875rem;
}
.form__wrapper .form__wrapper--info .form-group input[type="text"],
.form__wrapper .form__wrapper--info .form-group input[type="email"] {
  max-width: 27.5rem;
  height: 3.75rem;
}
.form__wrapper .form__wrapper--info .form-group input[type="tel"] {
  height: 3.75rem;
}
@media (min-width: 576px) {
  .form__wrapper .form__wrapper--info .form-group input[type="tel"] {
    max-width: 20.188rem;
  }
}
.form__wrapper .form__wrapper--info .form-group input[type="number"] {
  height: 3.75rem;
}
@media (min-width: 576px) {
  .form__wrapper .form__wrapper--info .horizontal-line {
    margin-top: 5rem;
    margin-bottom: 4.375rem;
    background-color: #1c5335;
  }
}
.form__wrapper .form-control {
  font-size: 0.9375rem;
  line-height: 1.59;
  padding-left: 1.375rem;
  border-radius: 0;
}
@media (min-width: 992px) {
  .form__wrapper .form-control {
    font-size: 1.0625rem;
    line-height: 1.59;
  }
}
.form__wrapper .form-control.error {
  border-color: red;
}
.form__wrapper .form-control.error:focus {
  border-color: red;
}
.form__wrapper .form-control:focus {
  border-color: #1c5335;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form__wrapper .form-group .form-control {
  border-radius: 0;
}
.form__wrapper label {
  font-weight: 500;
}
.form__wrapper label p {
  font-weight: 300;
}
.form__wrapper label.form-check__control.form-check__control--radio {
  -webkit-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  margin-bottom: 0.625rem;
}
.form__wrapper
  label.form-check__control.form-check__control--radio
  .form-check__checked {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.form__wrapper label.form-check__control.form-check__control--radio p {
  width: inherit;
}
.form__wrapper
  label.form-check__control.form-check__control--radio
  .icon-check::before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #e86825;
}
.form__wrapper label.form-check__control .error {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 0;
  margin-left: 5px;
}
.form__wrapper
  label.form-check__control
  input[type="checkbox"]:checked
  ~ .form-check__checked
  > .form-check__icon,
.form__wrapper
  label.form-check__control
  input[type="radio"]:checked
  ~ .form-check__checked
  > .form-check__icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.form__wrapper
  label.form-check__control
  input[type="checkbox"].error
  ~ .form-check__checked,
.form__wrapper
  label.form-check__control
  input[type="radio"].error
  ~ .form-check__checked {
  border-color: red;
}
.form__wrapper
  label.form-check__control
  input[type="checkbox"]
  ~ .form-check__checked,
.form__wrapper
  label.form-check__control
  input[type="radio"]
  ~ .form-check__checked {
  margin-left: 0.625rem;
  margin-right: 0.5625rem;
  display: inline-block;
  border: 0.0625rem solid #1c5335;
  line-height: 40px;
  font-size: 0.625rem;
  text-align: center;
  color: #e86825;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .form__wrapper
    label.form-check__control
    input[type="checkbox"]
    ~ .form-check__checked,
  .form__wrapper
    label.form-check__control
    input[type="radio"]
    ~ .form-check__checked {
    margin-left: auto;
    margin-left: unset;
    margin-right: 0.5625rem;
  }
}
.form__wrapper
  label.form-check__control
  input[type="checkbox"]
  ~ .form-check__checked
  > .form-check__icon,
.form__wrapper
  label.form-check__control
  input[type="radio"]
  ~ .form-check__checked
  > .form-check__icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.form__wrapper label.form-check__control input[type="checkbox"] {
  width: 0;
}
.form__wrapper
  label.form-check__control
  input[type="checkbox"]:focus
  + .form-check__checked {
  outline-offset: 0;
  outline: 0;
}
.form__wrapper label.form-check__control span.form-check__checked {
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.form__wrapper label.form-check__control.h-30 span.form-check__checked {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.form__wrapper label.form-check__control input[type="radio"] {
  width: 0;
}
.form__wrapper
  label.form-check__control
  input[type="radio"]
  .form-check__checked {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.form__wrapper .dialysis_and_sessions--col {
  margin-bottom: 2.5rem;
}
.form__wrapper .dialysis_and_sessions--col label {
  margin-bottom: 25px;
}
.form__wrapper
  .dialysis_and_sessions--col
  .dialysis_and_sessions--col_content
  .form-group,
.form__wrapper
  .dialysis_and_sessions--col
  .dialysis_and_sessions--col_content
  .form-check__control {
  margin-bottom: 0;
}
.form__wrapper input,
.form__wrapper textarea {
  border-color: #1c5335;
}
@media (min-width: 992px) {
  .form__wrapper .phoneNo-wrapper {
    width: 80%;
  }
}
.form__wrapper .form__clinic_wrapper {
  background-color: #ffebe1;
  padding: 1.875rem;
}
@media (min-width: 992px) {
  .form__wrapper .form__clinic_wrapper {
    margin-bottom: 0px;
  }
}
.form__wrapper .form__clinic_wrapper .form__clinic-title {
  margin-bottom: 10px;
}
.form__wrapper .form__clinic_wrapper .form__clinic-search input[type="text"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #1c5335;
  font-size: 1.5rem;
}
.form__wrapper .form__clinic_wrapper .search-form {
  margin-bottom: 1.875rem;
}
.form__wrapper .form__clinic_wrapper .search-form .search-form__input {
  padding-left: 0;
  border-color: #1c5335;
}
.form__wrapper .form__clinic_wrapper .search-form .search-form__input input {
  padding-top: 0;
  padding-bottom: 0;
}
.form__wrapper .form__clinic_wrapper .d_holiday__clinic-find {
  font-size: 1.0625rem;
}
.form__wrapper .form__clinic_wrapper .d_holiday__clinic-find a {
  color: #e86825;
  text-decoration: none;
}
.form__wrapper .form__clinic_wrapper .d_holiday__clinic-find i {
  vertical-align: middle;
  font-size: 1.0625rem;
  margin-right: 0.625rem;
}
.form__wrapper label.error,
.form__wrapper label.errorAll,
.form__wrapper .server-error {
  color: #dc3545;
  font-size: 0.75rem;
  font-weight: 300;
}
.form__wrapper .datepicker-wrapper {
  margin-bottom: 1.25rem;
}
.form__wrapper .datepicker-wrapper .input-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form__wrapper .datepicker-wrapper .input-group {
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .form__wrapper .datepicker-wrapper .input-group:not(:last-child) {
    margin-right: 30px;
  }
}
.form__wrapper
  .datepicker-wrapper
  .input-group
  .input-group-append
  .input-group-text {
  background-color: #1c5335;
  border-color: #1c5335;
  color: #fff;
  width: 60px;
  text-align: center;
}
.form__wrapper
  .datepicker-wrapper
  .input-group
  .input-group-append
  .input-group-text
  i {
  margin: 0 auto;
}
.form__wrapper.contact_form__wrapper {
  margin-bottom: 3.125rem;
}
.form__wrapper.contact_form__wrapper .needed_section {
  margin-bottom: 2.8125rem;
}
.form__wrapper.contact_form__wrapper
  .needed_section
  .form-check__control.form-check__control--radio {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.clinic_search_module {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .clinic_search_module {
    margin-bottom: 0px;
    padding: 0;
  }
}

.selectedClinic--details {
  background-color: #ffebe1;
  padding: 0px 1.875rem 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .selectedClinic--details {
    padding: 0px 1.875rem 1.875rem 0;
  }
}

.selectedClinic--img-wrapper {
  width: 117px;
  margin-right: 1.875rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.selectedClinic--img {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1.875rem;
}
.selectedClinic--img:after {
  display: block;
  content: "";
  padding-top: 177.7%;
}

.selectedClinic--info {
  padding-top: 1.875rem;
}
.selectedClinic--info a.change-clinic {
  display: block;
  text-align: right;
}
@media (max-width: 767.98px) {
  .selectedClinic--info a.change-clinic {
    position: absolute;
    text-decoration: underline;
    bottom: 20px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .selectedClinic--info a.change-clinic {
    position: absolute;
    text-decoration: underline;
    top: 30px;
    right: 30px;
  }
}

.selectedClinic--name {
  margin-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .selectedClinic--name {
    padding-right: 80px;
    margin-bottom: 0px;
  }
}

.selectedClinic--address {
  margin-bottom: 2.5rem;
  max-width: 230px;
  display: none;
}
@media (min-width: 768px) {
  .selectedClinic--address {
    display: block;
  }
}

.selectedClinic--openTime {
  display: none;
}
@media (min-width: 768px) {
  .selectedClinic--openTime {
    display: block;
  }
}
.selectedClinic--openTime span {
  margin-right: 0.625rem;
}

.selectedClinic--contact {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .selectedClinic--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.selectedClinic--tel {
  margin-right: 1.875rem;
}

.selectedClinic--manager {
  margin-top: 0.625rem;
  display: none;
  background-color: #ffebe1;
}
@media (min-width: 768px) {
  .selectedClinic--manager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.selectedClinic--manager .selectedClinic--manager--info {
  padding-top: 1.875rem;
}

.selectedClinic--manager-img-wrapper {
  width: 117px;
  margin-right: 1.875rem;
}
.selectedClinic--manager-img-wrapper .selectedClinic--manager-img {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.selectedClinic--manager-img-wrapper .selectedClinic--manager-img::after {
  padding-top: 129%;
  content: "";
  display: block;
}

#d-holiday .modal-content .close,
#contactForm .modal-content .close {
  top: -70px;
  z-index: 1;
}
@media (min-width: 992px) {
  #d-holiday .modal-content .close,
  #contactForm .modal-content .close {
    top: 0;
  }
}

#d-holiday .modal-content .modal-body,
#contactForm .modal-content .modal-body {
  margin-top: 4.375rem;
}
@media (min-width: 576px) {
  #d-holiday .modal-content .modal-body,
  #contactForm .modal-content .modal-body {
    margin: 4.375rem auto 2.5rem;
  }
}

.responseMsg-wrapper .modal-content {
  color: #1c5335;
}
@media (min-width: 576px) {
  .responseMsg-wrapper .modal-content .modal-body {
    padding: 6.25rem 9.375rem 6.25rem;
  }
}
.responseMsg-wrapper .modal-content .modal-body .thankyou-msg {
  margin-bottom: 1.875rem;
}

.find-a-clinic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: inherit;
}
@media (max-width: 991.98px) {
  .find-a-clinic {
    margin-right: 0;
    margin-top: 0.125rem;
  }
  .find-a-clinic .find-a-clinic__label {
    display: none;
  }
  .menu-open .find-a-clinic {
    opacity: 1;
    margin-right: auto;
  }
  .menu-open .find-a-clinic .find-a-clinic__label {
    display: inline-block;
  }
}
.find-a-clinic a {
  color: #e86825;
}
.find-a-clinic i {
  font-size: 0.9375rem;
  margin-right: 0.625rem;
}
.find-a-clinic__label {
  font-weight: 500;
  margin-right: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 991.98px) {
  .menu-open .dropdown--find-a-clinic {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.location-search {
  border-bottom: solid 1px #e86825;
  position: relative;
}
.location-search input {
  border: none;
  padding: 0.625rem 0.25rem;
  width: 100%;
  color: #1c5335;
  font-size: 1em;
  padding-right: 1.875rem;
}
.location-search.with-icon input {
  padding-left: 1.875rem;
}
.location-search .home-location {
  position: absolute;
  right: 0;
  background-color: transparent;
  padding: 0;
  bottom: 0.4em;
  color: #1c5335;
  outline: none;
  font-size: 1.25rem;
}
.location-search .home-location:focus,
.location-search .home-location:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.location-search .home-location i {
  vertical-align: middle;
}
.location-search .home-location p {
  display: none;
  margin: 0;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .location-search .home-location p {
    display: inline;
  }
}
.location-search.with-value .home-location {
  display: none;
}
.location-search.with-home-location .home-location {
  color: #e86825;
}
.location-search .icon-search {
  color: #e86825;
  position: absolute;
  bottom: 0.875rem;
}
.location-search .loading-spinner {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
}
.location-search .loading-spinner:after {
  background-size: 50px 50px;
}
.location-search .search-clear {
  position: absolute;
  padding: 0.5rem 0;
  width: 40px;
  text-align: right;
  right: 0;
  background-color: transparent;
  color: #1c5335;
  display: none;
  top: 0.125rem;
}
.location-search.with-value .search-clear {
  display: block;
}
.location-search-suggestions {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  margin-top: 2px;
  padding-top: 0.9375rem;
  width: 100vw;
  margin-left: -1.875rem;
}
@media (min-width: 768px) {
  .location-search-suggestions {
    width: 100%;
    padding-top: 1.875rem;
    margin-left: 0;
  }
}
.location-search-suggestions a {
  display: block;
  height: 4.375rem;
  border-bottom: solid 1px #bacbc2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .location-search-suggestions a {
    height: 5rem;
  }
}
.location-search-suggestions a:hover,
.location-search-suggestions a:focus {
  background-color: #ffebe1;
  text-decoration: none;
}
.location-search-suggestions a i {
  margin-right: 1.25rem;
}
.location-search-suggestions a > div {
  line-height: 1;
}
.location-search-suggestions a .count {
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 500;
}
.location-search[location="rejected"] .home-location,
.location-search[location="error"] .home-location {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.container--clinic-detail,
.container--clinic_block {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.container--clinic-fixed_block {
  padding-top: 6.25rem;
}

.scroll-position {
  position: absolute;
  margin-top: -100px;
}

#cta-sticky {
  bottom: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  #cta-sticky {
    width: unset;
    display: block;
  }
}

.cta-sticky-mobile {
  margin-top: 10px;
  position: fixed !important;
  z-index: 11111;
  width: 100%;
  bottom: 0;
}
.stop-sticky .cta-sticky-mobile {
  position: relative !important;
}

.clinic-overview {
  padding-top: 1.25rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .clinic-overview.lock-to-bottom {
    bottom: 0;
    position: fixed;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .clinic-overview.lock-to-top {
    top: 5.25rem;
    position: fixed;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .clinic-overview {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .clinic-overview {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
    display: block;
  }
}
.clinic-overview h4 {
  margin-bottom: 0;
}
.clinic-overview-overview,
.clinic-overview-contact,
.clinic-overview .holiday_cta_share {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .clinic-overview-overview,
  .clinic-overview-contact,
  .clinic-overview .holiday_cta_share {
    padding: 0;
  }
}
.clinic-overview-overview .holiday-cta,
.clinic-overview-contact .holiday-cta,
.clinic-overview .holiday_cta_share .holiday-cta {
  margin-bottom: 1.5625rem;
}
@media (min-width: 1200px) {
  .clinic-overview-overview .holiday-cta,
  .clinic-overview-contact .holiday-cta,
  .clinic-overview .holiday_cta_share .holiday-cta {
    margin-bottom: 0;
  }
}
.clinic-overview-overview {
  margin-bottom: 4.0625rem;
}
.clinic-overview-title {
  color: #1c5335;
  margin-bottom: 1.25rem;
  line-height: 1.29;
  font-size: 34px;
}
@media (min-width: 992px) {
  .clinic-overview-title {
    margin-bottom: 1.875rem;
    line-height: 1.15;
    font-size: 3rem;
    font-weight: 500;
  }
}
.clinic-overview-hours p {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .clinic-overview-hours p {
    margin-bottom: 0.625rem;
  }
}
.clinic-overview-contact {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .clinic-overview-contact {
    margin-top: 3.75rem;
  }
}
.clinic-overview-contact .cta--link {
  margin-bottom: 3.75rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .clinic-overview-contact .cta--link {
    margin-bottom: 0;
  }
}
.clinic-overview .holiday_cta_share {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .clinic-overview .holiday_cta_share {
    margin-top: 3.75rem;
  }
}
.clinic-overview .holiday_cta_share h4 {
  margin-bottom: 0.3125rem;
}
.clinic-overview .holiday_cta_share .share__icon {
  margin-top: 0.75rem;
}

.clinic-wrapper {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .clinic-wrapper {
    padding: 0;
  }
}
.clinic-wrapper .rich-text p {
  margin-right: 0;
}

@media (min-width: 768px) {
  .stop-sticky #cta-sticky,
  .stop-sticky .clinic-overview {
    position: absolute;
    bottom: 0;
  }
  .stop-sticky .clinic-overview {
    width: 100%;
    top: auto !important;
  }
}

.cta-sticky-mobile {
  z-index: 100;
}

.clinic-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.clinic-hero:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.key-treatments {
  padding: 1.875rem;
  background-color: #1c5335;
  color: #fff;
}
.key-treatments h4 {
  color: #fff;
  margin-bottom: 1.875rem;
}
.key-treatments ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.key-treatments ul li {
  color: #fff;
  display: block;
  margin-bottom: 1.15rem;
}
@media (min-width: 768px) {
  .key-treatments ul li {
    display: inline-block;
    width: 49%;
  }
}
.key-treatments ul .icon-check {
  color: #ffebe1;
  margin-right: 0.625rem;
  font-size: 0.6em;
  margin-bottom: 0.625rem;
}
.key-treatments a.cta--link {
  color: #fff;
}
.key-treatments a.cta--link::before {
  background-color: #fff;
}

.clinic--emp-content {
  padding: 1.875rem 1.875rem 0;
  background-color: #f8f8f8;
}
.clinic--emp-content .clinic--emp-position {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  .clinic--emp-content .clinic--emp-position {
    width: 100%;
  }
}
.clinic--emp-content .clinic--emp-image {
  max-width: 143px;
  position: relative;
  background-size: cover;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-left: auto;
}
.clinic--emp-content .clinic--emp-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 129%;
}
@media (min-width: 768px) {
  .clinic--emp-content .clinic--emp-image {
    max-width: 205px;
  }
}

.wrapper--abClinic {
  padding-bottom: 3.125rem;
}
.wrapper--abClinic .main-info {
  margin-bottom: 2.5rem;
}
.wrapper--abClinic .sub-info {
  margin-bottom: 0;
}

.treatment-slot--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(28, 83, 53, 0.25);
  border-bottom: 1px solid rgba(28, 83, 53, 0.25);
  padding: 0.9375rem 1.25rem;
  margin-bottom: 3.125rem;
}

.treatment-slot--time {
  min-width: 307px;
}
.treatment-slot--time p {
  margin-bottom: 0;
}

.wrapper--facilities,
.wrapper--clinic-team,
.wrapper--treatment-slot {
  margin-bottom: 3.75rem;
}
.wrapper--facilities .table,
.wrapper--clinic-team .table,
.wrapper--treatment-slot .table {
  margin-bottom: 0;
}
.wrapper--facilities .table td,
.wrapper--clinic-team .table td,
.wrapper--treatment-slot .table td {
  width: 50%;
  color: #1c5335;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .wrapper--facilities .table td,
  .wrapper--clinic-team .table td,
  .wrapper--treatment-slot .table td {
    font-size: 1.0625rem;
  }
}
.wrapper--facilities .table td p,
.wrapper--clinic-team .table td p,
.wrapper--treatment-slot .table td p {
  margin-bottom: 0;
}
.wrapper--facilities .table td:first-child,
.wrapper--clinic-team .table td:first-child,
.wrapper--treatment-slot .table td:first-child {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .wrapper--facilities .table td:first-child,
  .wrapper--clinic-team .table td:first-child,
  .wrapper--treatment-slot .table td:first-child {
    max-width: 141px;
    white-space: normal;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.wrapper--facilities .table.table-striped tr:nth-of-type(even),
.wrapper--clinic-team .table.table-striped tr:nth-of-type(even),
.wrapper--treatment-slot .table.table-striped tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.wrapper--facilities .table.table-striped tr:nth-of-type(odd),
.wrapper--facilities .table.table-striped tr td,
.wrapper--clinic-team .table.table-striped tr:nth-of-type(odd),
.wrapper--clinic-team .table.table-striped tr td,
.wrapper--treatment-slot .table.table-striped tr:nth-of-type(odd),
.wrapper--treatment-slot .table.table-striped tr td {
  background-color: transparent;
}
.wrapper--facilities .table.table-border td,
.wrapper--clinic-team .table.table-border td,
.wrapper--treatment-slot .table.table-border td {
  border-top: 1px solid rgba(28, 83, 53, 0.25) !important;
  border-bottom: 0 !important;
}
.wrapper--facilities .table.table-border tr:last-child td,
.wrapper--clinic-team .table.table-border tr:last-child td,
.wrapper--treatment-slot .table.table-border tr:last-child td {
  border-bottom: 1px solid rgba(28, 83, 53, 0.25) !important;
}

.wrapper--take-tour {
  margin-bottom: 6.25rem;
}

.responsive-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.responsive-video::before {
  display: block;
  content: "";
  padding-top: 56.21%;
}
.responsive-video .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.around-the-clinic--wrapper {
  background-color: #e86825;
  padding: 1.875rem 1.875rem 2.5rem;
}
.around-the-clinic--wrapper .around-the-clinic--title {
  color: #fff;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1.41px;
}
@media (min-width: 768px) {
  .around-the-clinic--wrapper .around-the-clinic--title {
    margin-bottom: 3.125rem;
  }
}
.around-the-clinic--wrapper .around-the-clinic--icon a:hover {
  text-decoration: none;
}
.around-the-clinic--wrapper .around-the-clinic--icon a:hover i {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.around-the-clinic--wrapper .around-the-clinic--icon a .icon-eat {
  font-size: 2.3125rem;
}
.around-the-clinic--wrapper .around-the-clinic--icon a .icon-visit {
  font-size: 1.5rem;
}
.around-the-clinic--wrapper .around-the-clinic--icon a p {
  margin-bottom: 0;
}
.around-the-clinic--wrapper .around-the-clinic--icon p,
.around-the-clinic--wrapper .around-the-clinic--icon i {
  color: #fff;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.around-the-clinic--wrapper .around-the-clinic--icon i {
  margin-bottom: 1.875rem;
  display: block;
  width: 3rem;
  font-size: 2.8125rem;
}

.gtc {
  padding: 1.875rem;
  padding-bottom: 2.0625rem;
  position: relative;
  color: #1c5335;
}
@media (min-width: 768px) {
  .gtc {
    padding-bottom: 3.75rem;
  }
}
.gtc__content {
  margin-top: 2.1875rem;
}
@media (min-width: 992px) {
  .gtc__content {
    margin: 0 8.3333%;
    padding: 0 3.75rem 0 1.875rem;
    margin-top: 3.75rem;
  }
}
.gtc .location-search {
  font-size: 1.0625rem;
  margin: 0px 0 3rem 0;
}
@media (min-width: 768px) {
  .gtc .location-search {
    margin: 1.25rem 0 1.625rem 0;
  }
}
.gtc .cta--link {
  margin-top: 1.875rem;
  display: inline-block;
}
.gtc__distance__noresult {
  display: none;
  color: #e86825;
  font-size: 0.75rem;
}
.gtc__distance .distance__item {
  display: none;
  padding-top: 0.75rem;
  padding-bottom: 0.0625rem;
  border-bottom: solid 1px #bacbc2;
}
@media (min-width: 768px) {
  .gtc__distance .distance__item {
    padding-bottom: 0.375rem;
  }
}
.gtc__distance .distance__item i {
  font-size: 24px;
}
.gtc__distance .distance__item .label,
.gtc__distance .distance__item .unit {
  font-size: 12px;
}
.gtc__distance .distance__item__value {
  margin-left: auto;
}
.gtc__distance .distance__item__value span {
  display: inline-block;
}
.gtc__distance .distance__item__value span.unit {
  margin-left: 0.3125rem;
}
.gtc__distance .distance__item__value span.value {
  margin-left: 0.625rem;
  font-size: 1.5rem;
}
.gtc__distance .distance__item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gtc__distance .distance__item:hover {
  text-decoration: none;
}
.gtc .loader {
  position: absolute;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.gtc .loader .loading-spinner {
  margin: unset;
  position: unset;
}
.gtc .loader .loading-spinner:after {
  background-size: 70px 70px;
}
.gtc.loading .loader {
  display: block;
}

.weather {
  padding: 1.5rem 1.875rem;
  background-color: #1c5335;
  color: #fff;
  position: relative;
}
.weather-title {
  letter-spacing: 1.41px;
}
.weather-day {
  color: #ffebe1;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .weather-day {
    margin-top: 1.25rem;
  }
}
.weather i {
  color: #ffebe1;
}
@media (min-width: 1200px) {
  .weather-fc {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
}
.weather-fc-today {
  margin-top: 2.1875rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .weather-fc-today {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.weather-fc-today .weather-fc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .weather-fc-today .weather-fc-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.weather-fc-today .weather-icon {
  font-size: 2.5rem;
  margin-top: 0.625rem;
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .weather-fc-today .weather-icon {
    margin-top: 0.3125rem;
  }
}
.weather-fc-today .weather-temp {
  font-size: 5rem;
}
@media (min-width: 1200px) {
  .weather-fc-today .weather-temp {
    font-size: 6rem;
  }
}
.weather-fc-today .weather-unit {
  font-size: 2.5rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 1.4;
}
.weather-fc-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .weather-fc-week {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .weather-fc-week {
    margin-right: 1.25rem;
  }
}
.weather-fc-week i {
  font-size: 1.5rem;
}
.weather-fc-week .weather-temp {
  margin: 0.625rem 0;
  display: block;
  color: #fff;
}
.weather-fc-week .weather-fc-item {
  width: 20%;
}
@media (min-width: 768px) {
  .weather-fc-week .weather-fc-item {
    text-align: right;
  }
}
.weather-fc-week .weather-day {
  font-size: 0.9375rem;
  margin: 0;
  color: #fff;
  display: block;
}
.weather .weather-unit-switch a:active,
.weather .weather-unit-switch a:focus {
  text-decoration: none;
}
.weather[data-type="C"] a[data-type="F"] {
  text-decoration: underline;
}
.weather[data-type="C"] a[data-type="C"] {
  pointer-events: none;
  text-decoration: none;
}
.weather[data-type="F"] a[data-type="C"] {
  text-decoration: underline;
}
.weather[data-type="F"] a[data-type="F"] {
  pointer-events: none;
  text-decoration: none;
}
.weather .weather-unit-switch {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem;
}
@media (min-width: 1200px) {
  .weather .weather-unit-switch {
    left: 1.875rem;
    bottom: 1.5rem;
    top: unset;
    top: auto;
  }
}
.weather .weather-unit-switch a {
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.weather .weather-unit-switch a:active,
.weather .weather-unit-switch a:focus {
  text-decoration: none;
}

.clinic-search {
  position: relative;
}
.clinic-search-suggestions {
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: 2px;
  background: #fff;
}
.clinic-search-suggestions a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 1.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1c5335;
}
.clinic-search-suggestions a:not(:last-child) {
  border-bottom: 0;
}
.clinic-search-suggestions a i {
  margin-right: 1.25rem;
}
.clinic-search-suggestions a:hover {
  text-decoration: none;
  background-color: #ffebe1;
}
.clinic-search-suggestions p {
  margin-bottom: 0;
}

.page--clinic-finder .main-content {
  margin: 0;
}

.page--clinic-finder .navbar-wrapper {
  height: 0;
}

.cf {
  padding-top: 5.25rem;
  height: 100vh;
  min-height: 600px;
}
.cf > .row {
  height: 100%;
}
.cf #map {
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #e3e3e3;
}
.cf #map > div {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cf #map.map-loaded > div {
  opacity: 1;
}
.cf .cf-search-filter-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cf .cf-search-filter-wrapper .loader {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 1200;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cf.loading .loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .cf .location-search input {
    padding-right: 10rem;
  }
}
.cf .with-value.location-search input {
  padding-right: 1.875rem;
}
.cf .location-search-suggestions,
.cf .other-search-suggestions {
  padding-top: 0.625rem;
  z-index: 1000;
  max-height: 560px;
  overflow: auto;
}
.cf .cf-search {
  padding: 1.25rem 1.875rem 0 1.875rem;
}
@media (min-width: 576px) {
  .cf .cf-search {
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
}
.cf .cf-results,
.cf .cf-filter-form {
  height: 100px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cf.has-results .cf-result-count {
  display: block;
}
.cf.no-results .cf-no-result {
  display: block;
}
.cf .cf-zoom-notice {
  color: #1c5335;
  margin: 0.9375rem 0;
  padding: 0 1.875rem;
  display: none;
}
.cf .map-float-button {
  position: absolute;
  top: 3.875rem;
  background-color: #fff;
  border-radius: 50px;
  padding: 1.0625rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 250px;
  right: auto;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .cf .map-float-button {
    top: 3.875rem;
    width: auto;
  }
}
.cf .map-float-button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.cf .map-float-button i {
  color: #1c5335;
  margin-right: 0.625rem;
}
.cf .map-float-button p {
  margin: 0;
}
.cf .col-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cf.bounds-changed .search-area,
.cf.no-results .no-results-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cf.bounds-changed.no-results .no-results-pill,
.cf.loading .no-results-pill {
  display: none;
}
.cf .cf-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 576px) {
  .cf .cf-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cf .cf-row .col-filters {
  position: relative;
}
@media (min-width: 576px) {
  .cf .cf-row .col-filters {
    width: 41.6666667%;
  }
}
.cf .cf-row .col-map {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cf .show-map,
.cf .show-list {
  font-size: 0.9375rem;
  padding: 0.75rem 1.875rem;
  display: none;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .cf .show-map,
  .cf .show-list {
    display: none !important;
  }
}
.cf .show-map {
  border-bottom: solid 1px #bacbc2;
  border-top: solid 2px #bacbc2;
}
.cf.show-list-view .col-map,
.cf.show-list-view .cf-search {
  display: none;
}
.cf.show-list-view .cf-results,
.cf.show-list-view .show-map {
  display: block;
}
.cf.show-list-view .col-filters,
.cf.show-list-view .cf-search-filter-wrapper {
  height: 100%;
}
.cf.show-list-view.show-filters .cf-results {
  display: none;
}

.cf-filter-form {
  display: none;
  padding-bottom: 3.75rem;
}
.cf-filter-form h4 {
  margin: 1.875rem 0;
}
.cf-filter-form .cf-filter-form-treatments {
  margin-bottom: 1.875rem;
}
.cf-filter-form .cf-filter-form-treatments,
.cf-filter-form .cf-filter-form-padding,
.cf-filter-form .cf-filter-form-facilities {
  padding: 0 1.875rem;
}

.cf-filters-actions {
  display: none;
}
.cf-filters-actions a {
  margin-left: 0.625rem;
}

.has-results .show-list {
  display: block;
}

.show-filters .cf-filter-form {
  display: block;
}

.show-filters .cf-results {
  display: none;
}

.show-filters .cf-filters-actions {
  display: block;
}

.show-filters .cf-filters-cta {
  display: none !important;
}

@media (max-width: 767.98px) {
  .show-filters .col-map {
    display: none;
  }
  .show-filters .col-filters,
  .show-filters .cf-search-filter-wrapper {
    height: 100% !important;
  }
}

.cf-filters {
  margin: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .cf-filters {
    border-bottom: solid 1px #bacbc2;
    margin: 1.875rem 1.875rem 0 1.875rem;
    padding-bottom: 0.625rem;
  }
}
.cf-filters .cf-result-count,
.cf-filters .cf-no-result {
  margin: 0;
  display: none;
}
.cf-filters .cf-filters-cta {
  color: #1c5335;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cf-filters .cf-filters-cta .filter-count {
  margin-left: 6px;
  text-decoration: underline;
}
.cf-filters .cf-filters-cta .filter-count:empty {
  display: none;
}
.cf-filters .cf-filters-cta .icon-filters {
  color: #e86825;
}
.cf-filters .cf-filters-cta .filter-cta-label {
  margin-left: 0.375rem;
  display: none;
}
@media (min-width: 576px) {
  .cf-filters .cf-filters-cta .filter-cta-label {
    display: inline-block;
  }
}
.cf-filters .cf-filters-cta:hover {
  text-decoration: none;
}
.cf-filters .filter-cta-label {
  text-decoration: underline;
}

.clinic-list-item {
  padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  position: relative;
}
.clinic-list-item .clinic-url {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.clinic-list-item:after {
  content: "";
  height: 1px;
  background-color: #bacbc2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 576px) {
  .clinic-list-item:after {
    left: 1.875rem;
    right: 1.875rem;
  }
}
.clinic-list-item:hover {
  background-color: #ffebe1;
}
.clinic-list-item .clinic-list-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 768px) {
  .clinic-list-item .clinic-list-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.clinic-list-item .clinic-list-meta .clinic-list-contact {
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .clinic-list-item .clinic-list-meta .clinic-list-contact {
    margin-left: auto;
  }
  .clinic-list-item .clinic-list-meta .clinic-list-contact .icon-call {
    font-size: 2em;
  }
  .clinic-list-item .clinic-list-meta .clinic-list-contact .icon-envelope {
    font-size: 1.6em;
  }
}
.clinic-list-item .clinic-list-meta .clinic-list-contact a {
  display: inline-block;
}
.clinic-list-item .clinic-list-meta .clinic-list-contact a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.clinic-list-item .clinic-list-meta .clinic-list-contact a:hover {
  text-decoration: none;
}
.clinic-list-item .clinic-list-meta .clinic-list-contact a span {
  text-decoration: underline;
  display: none;
}
@media (min-width: 992px) {
  .clinic-list-item .clinic-list-meta .clinic-list-contact a span {
    display: inline-block;
  }
}
.clinic-list-item .clinic-list-meta .clinic-list-openstatus {
  margin: 0;
}
@media (min-width: 768px) {
  .clinic-list-item .clinic-list-meta .clinic-list-openstatus {
    margin-bottom: 0.625rem;
  }
}
.clinic-list-item .clinic-list-image {
  background-color: #f4f4f4;
  position: absolute;
  width: 56px;
  height: 56px;
  right: 10px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .clinic-list-item .clinic-list-image {
    position: relative;
    width: auto;
    height: auto;
    right: auto;
  }
}
.clinic-list-item .clinic-list-image:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
@media (min-width: 992px) {
  .clinic-list-item .clinic-list-image:after {
    padding-top: 56.25%;
  }
}
.clinic-list-item .phone {
  margin-right: 1.25rem;
}
.clinic-list-item .icon-call,
.clinic-list-item .icon-envelope {
  color: #e86825;
}
.clinic-list-item .clinic-list-name {
  margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  .clinic-list-item .clinic-list-name {
    padding-right: 80px;
  }
}
.clinic-list-item .clinic-list-address {
  margin-bottom: 1.875rem;
}
@media (max-width: 991.98px) {
  .clinic-list-item .clinic-list-address {
    padding-right: 80px;
    margin-bottom: 1.25rem;
  }
}
.clinic-list-item .clinic-list-facilities {
  margin-top: 1.875rem;
}
@media (max-width: 991.98px) {
  .clinic-list-item .clinic-list-facilities {
    margin-top: 0.625rem;
  }
}
.clinic-list-item .facilities-item {
  display: inline-block;
  margin-right: 0.625rem;
  color: #1c5335;
}
.clinic-list-item .facilities-item .icon-check {
  margin-right: 0.3125rem;
  color: #e86825;
}
.clinic-list-item .facilities-item span {
  display: inline-block;
}

.gm-style {
  font: inherit;
}

.gm-style .gm-style-iw-t::after {
  display: none !important;
}

.gm-style .gm-style-iw-c {
  padding: 15px;
  border-radius: 0;
  max-height: 400px;
}
@media (min-width: 576px) {
  .gm-style .gm-style-iw-c {
    padding: 18px;
  }
}

.gm-style-iw {
  max-height: 400px;
}
.gm-style-iw > button {
  display: none !important;
}

.gm-style-iw-d {
  max-height: 400px;
}

.clinic-infow-item {
  width: 100%;
  max-width: 320px;
  position: relative;
}
@media (min-width: 576px) {
  .clinic-infow-item {
    width: 284px;
  }
}
.clinic-infow-item .clinic-url {
  position: absolute;
  width: 100%;
  height: 100%;
}
.clinic-infow-item .clinic-list-image {
  position: relative;
  background-color: #f4f4f4;
  height: 56px;
  width: 56px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 576px) {
  .clinic-infow-item .clinic-list-image {
    height: auto;
    width: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.clinic-infow-item .clinic-list-image:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
@media (min-width: 576px) {
  .clinic-infow-item .clinic-list-image:after {
    padding-top: 56.25%;
  }
}
.clinic-infow-item .name {
  min-height: 56px;
  padding-right: 66px;
}
@media (min-width: 576px) {
  .clinic-infow-item .name {
    padding-right: 0;
    min-height: auto;
    margin-bottom: 0.625rem;
  }
}
.clinic-infow-item .clinic-infow-wrapper {
  padding: 0;
}
@media (min-width: 576px) {
  .clinic-infow-item .clinic-infow-wrapper {
    padding: 1.5625rem 0 0.9375rem 0;
  }
}
.clinic-infow-item .clinic-list-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.clinic-infow-item .clinic-list-meta .openstatus {
  color: #1c5335;
  line-height: 1;
}
.clinic-infow-item .clinic-list-meta .clinic-list-contact {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.clinic-infow-item .clinic-list-meta .clinic-list-contact a {
  color: #e86825;
  font-size: 1.3em;
  padding: 0 0.3125rem;
  line-height: 1;
}
.clinic-infow-item .clinic-list-meta .clinic-list-contact a:hover {
  text-decoration: none;
}
.clinic-infow-item .clinic-list-meta .clinic-list-contact a .icon-call {
  font-size: 1.1em;
}
.clinic-infow-item .clinic-list-meta .clinic-list-contact a .icon-directions {
  font-size: 1.2em;
}
.clinic-infow-item .facilities-item {
  display: inline-block;
  margin-right: 0.625rem;
  color: #1c5335;
}
.clinic-infow-item .facilities-item .icon-check {
  margin-right: 0.3125rem;
  color: #e86825;
}
.clinic-infow-item .facilities-item span {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .cf {
    padding-top: 4rem;
    position: relative;
  }
  .cf .cf-results {
    display: none;
    border-top: solid 1px #bacbc2;
  }
  .cf .cf-search-filter-wrapper {
    height: auto;
  }
  .cf .cf-filter-form {
    border-top: solid 1px #bacbc2;
  }
  .cf .col-map {
    height: auto;
    border-top: solid 1px #bacbc2;
  }
}

.cf-loader {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clinic-promo {
  background-color: #ffebe1;
}
@media (min-width: 576px) {
  .clinic-promo {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.clinic-promo-header {
  padding: 0.9375rem 1.875rem;
}
@media (min-width: 576px) {
  .clinic-promo-header {
    padding: 1.25rem 1.875rem;
    max-width: 35rem;
  }
}
.clinic-promo-header h3 {
  color: #1c5335;
  font-size: 2.125rem;
  line-height: 1.24;
}
@media (min-width: 576px) {
  .clinic-promo-header h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .clinic-promo-header h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.clinic-promo-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1.875rem;
}
@media (min-width: 992px) {
  .clinic-promo-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: solid 1px #1c5335;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .clinic-promo-nearest,
  .clinic-promo-search {
    width: 50%;
    padding: 1.25rem 1.875rem;
    padding-bottom: 2.5rem;
  }
}
.clinic-promo-search {
  padding-bottom: 1.875rem;
}
.clinic-promo-search h4,
.clinic-promo-search .extra-margin-bottom {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .clinic-promo-search h4,
  .clinic-promo-search .extra-margin-bottom {
    margin-bottom: 1.25rem;
  }
}
.clinic-promo-nearest {
  position: relative;
  color: #1c5335;
}
.clinic-promo-nearest h4 {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .clinic-promo-nearest h4 {
    margin-bottom: 2.3125rem;
  }
}
.clinic-promo-nearest a {
  font-size: 1.0625rem;
  text-decoration: underline;
  font-weight: 500;
}
.clinic-promo-nearest:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1c5335;
  right: 0;
  bottom: 0;
  margin: 30px 0 18px 0;
  display: block;
}
@media (min-width: 992px) {
  .clinic-promo-nearest:after {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    margin: 0;
  }
}
.clinic-promo .has-nearest .clinic-promo-enable-location {
  display: none;
}

.clinic-promo-location-nearest,
.clinic-promo-location-denied,
.clinic-promo-location-return,
.clinic-promo-header--return {
  display: none;
}

.has-denied .clinic-promo-location-default,
.has-nearest .clinic-promo-location-default,
.has-return .clinic-promo-location-default,
.has-return .clinic-promo-header--default {
  display: none;
}

.has-denied .clinic-promo-location-denied,
.has-nearest .clinic-promo-location-nearest,
.has-return .clinic-promo-location-return,
.has-return .clinic-promo-header--return {
  display: block;
}

.noticeboard {
  color: #1c5335;
  padding: 2.5rem 1.875rem 3.75rem;
  background-color: #ffebe1;
}
@media (min-width: 768px) {
  .noticeboard {
    padding: 1.875rem 1.875rem 3.75rem;
  }
}
.noticeboard .dataTables_wrapper {
  margin-top: 0 !important;
}
.noticeboard .dataTables_wrapper .top {
  display: none;
}
.noticeboard .dataTables_wrapper table.dataTable {
  margin-top: 0 !important;
  border: 0 !important;
}
.noticeboard .dataTables_wrapper table.dataTable tr,
.noticeboard .dataTables_wrapper table.dataTable tr td {
  padding: 0 !important;
  border: 0 !important;
}
.noticeboard .dataTables_wrapper table.dataTable tr td {
  white-space: unset;
}
.noticeboard .dataTables_wrapper table thead {
  display: none;
}
.noticeboard
  .dataTables_wrapper
  table
  tbody
  tr:first-child
  .noticeboard__notice {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.noticeboard
  .dataTables_wrapper
  table
  tbody
  tr:nth-child(2)
  .noticeboard__notice {
  padding-top: 1.25rem;
  padding-bottom: 54px;
}
.noticeboard .dataTables_wrapper .dataTables_paginate {
  margin-top: 1.875rem;
  display: block;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 768px) {
  .noticeboard .dataTables_wrapper .dataTables_paginate {
    max-width: 440px;
    margin-left: auto;
    margin-top: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.noticeboard .dataTables_wrapper .dataTables_paginate ul.pagination {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1.25rem !important;
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button:nth-last-child(2) {
  margin-left: 0.3125rem;
}
@media (min-width: 768px) {
  .noticeboard
    .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-last-child(2) {
    margin-left: 2.25rem;
  }
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button:nth-child(2) {
  margin-left: 0.3125rem;
}
@media (min-width: 768px) {
  .noticeboard
    .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button:nth-child(2) {
    margin-left: 2.25rem;
  }
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item:not(.first):not(.previous):not(.last):not(.next) {
  display: none;
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item
  .page-link {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .noticeboard
    .dataTables_wrapper
    .dataTables_paginate
    ul.pagination
    .paginate_button.page-item
    .page-link {
    font-size: inherit;
  }
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.first {
  width: auto;
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.first
  .page-link {
  padding-left: 0;
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.last {
  width: auto;
}
.noticeboard
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  .paginate_button.page-item.last
  .page-link {
  padding-right: 0;
}
.noticeboard__notice {
  border-bottom: 1px solid #1c5335;
}
.noticeboard__notice.no-border {
  border-bottom: 0;
}
.noticeboard__notice.notice--printed {
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .noticeboard__notice.notice--printed {
    padding-top: 2.5rem;
  }
}
.noticeboard__notice.notice--printed .notice__date {
  margin-bottom: 1rem;
}
.noticeboard__notice .notice__date {
  margin-bottom: 1.25rem;
}
.noticeboard__notice .notice__content {
  margin-bottom: 20px;
}
.noticeboard__notice .notice__readmore {
  text-decoration: underline;
}

.noticeboard__news .modal-content .modal-header {
  position: inherit;
}
.noticeboard__news .modal-content .modal-header .close {
  margin-right: 0;
}

.noticeboard__news .modal-body {
  max-width: 42.1875rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.noticeboard__news .modal-body .noticeboard__news__content {
  padding: 1.875rem;
}
.noticeboard__news .modal-body .noticeboard__news__content img {
  max-width: 100%;
}
.noticeboard__news
  .modal-body
  .noticeboard__news__content
  .noticeboard__news--date {
  margin-bottom: 3.125rem;
}
.noticeboard__news
  .modal-body
  .noticeboard__news__content
  .noticeboard__news--title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
}
.noticeboard__news
  .modal-body
  .noticeboard__news__content
  .noticeboard__news--short_description {
  font-size: 2rem;
  margin-bottom: 1.875rem;
}

body {
  overflow-x: hidden;
}

.navbar {
  border-bottom: solid 1px #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 500;
}
@media (min-width: 992px) {
  h1 {
    font-size: 4.25rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    line-height: 1;
    font-size: 6rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 500;
}
@media (min-width: 992px) {
  h2 {
    font-size: 4.25rem;
  }
}

.hero__content > h1 {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 500;
}

@media (min-width: 992px) {
  .hero__content > h1 {
    font-size: 4.25rem;
  }
}

h3 {
  font-size: 34px;
  line-height: 1;
}
@media (min-width: 992px) {
  h3 {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 500;
  }
}

h4 {
  font-size: 0.75rem;
  line-height: 1.67;
  color: #c84603;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
h4.h4-large {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  h4.h4-large {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }
}

p,
ul,
li,
a,
label {
  font-size: 0.9375rem;
  line-height: 1.47;
  color: #1c5335;
}
@media (min-width: 992px) {
  p,
  ul,
  li,
  a,
  label {
    font-size: 1.0625rem;
    line-height: 1.41;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 1.42;
}
@media (min-width: 992px) {
  h5 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
h5.h5--large {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 992px) {
  h5.h5--large {
    font-size: 3rem;
    line-height: 1.15;
  }
}

.text-large {
  font-size: 1.0625rem;
  line-height: 1.47;
}
@media (min-width: 992px) {
  .text-large {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}

.text-detail {
  font-size: 0.75rem;
  line-height: 1.67;
}

a:focus {
  outline: none;
}

pre {
  margin: 0;
}

.text-medium {
  font-weight: 500;
}

.text-regular {
  font-weight: 400;
}

a.ext-link {
  position: relative;
  padding-right: 3rem;
}
a.ext-link::after {
  position: absolute;
  content: "";
  font-family: "icomoon";
  padding-left: 0.625rem;
  color: #e86825;
  line-height: 1.2;
}

a.cta--link {
  position: relative;
  text-decoration: none;
}
a.cta--link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #1c5335;
  bottom: 0;
}

label.form-check__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
label.form-check__control::after {
  content: "";
  display: table;
  clear: both;
}
label.form-check__control .form-check__checked {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
label.form-check__control input[type="radio"],
label.form-check__control input[type="checkbox"] {
  opacity: 0;
}
label.form-check__control input[type="radio"] + .form-check__checked,
label.form-check__control input[type="checkbox"] + .form-check__checked {
  margin-left: 0.625rem;
  margin-right: 1.875rem;
  display: inline-block;
  border: 0.0625rem solid #1c5335;
  line-height: 2.5rem;
  font-size: 0.625rem;
  text-align: center;
  color: #e86825;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  label.form-check__control input[type="radio"] + .form-check__checked,
  label.form-check__control input[type="checkbox"] + .form-check__checked {
    margin-left: auto;
    margin-left: unset;
    margin-right: 0.5625rem;
  }
}
label.form-check__control
  input[type="radio"]
  + .form-check__checked
  > .form-check__icon,
label.form-check__control
  input[type="checkbox"]
  + .form-check__checked
  > .form-check__icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
label.form-check__control
  input[type="radio"]:checked
  + .form-check__checked
  > .form-check__icon,
label.form-check__control
  input[type="checkbox"]:checked
  + .form-check__checked
  > .form-check__icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
label.form-check__control input[type="radio"]:disabled + .form-check__checked,
label.form-check__control
  input[type="checkbox"]:disabled
  + .form-check__checked {
  opacity: 0.5;
}
label.form-check__control p {
  width: 215px;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (min-width: 576px) {
  label.form-check__control p {
    width: auto;
    width: unset;
  }
}

input[type="checkbox"]:focus + .form-check__checked,
input[type="checkbox"]:focus + .disclaimer__checked {
  outline: #3b99fc auto 5px;
}

.error-msg {
  color: #c80303;
  margin-top: 0.375rem;
  font-weight: 500;
}
.form-error .error-msg {
  display: block !important;
}

.form-error.form-group label {
  color: #c80303;
}

.form-error.form-group input[type="text"],
.form-error.form-group input[type="email"] {
  border: solid 2px #c80303;
}

input {
  outline: none;
}

.filterwrapperblock {
  background-color: #fff;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9d3cb;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9d3cb;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9d3cb;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9d3cb;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9d3cb;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9d3cb !important;
}

.cisionintegrationblock.displaymode-half {
  background-color: #ffebe1;
}

p.text-large > a {
  font-size: inherit;
}

a.external-link:not(.cta-secondary) {
  display: inline-block;
  padding-right: 1.25rem;
  position: relative;
}
a.external-link:not(.cta-secondary):after {
  content: "\e91a";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 1rem 0 0.5rem;
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
}

.cta-secondary i {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.4em;
}

#CybotCookiebotDialog {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "EuclidCircular", sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
  font-family: "EuclidCircular", sans-serif !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept {
  margin-top: 5px !important;
  padding: 5px 10px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e86825 !important;
}

#CybotCookiebotDialogDetailFooter {
  background-color: transparent !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable table tr td {
  font-size: 14px !important;
  padding: 5px !important;
}

#CybotCookiebotDialogDetailFooter a {
  font-size: 10px;
}

#CybotCookiebotDialog td {
  padding: 5px !important;
}

.story-card--media {
  background-repeat: no-repeat;
}

.other-search {
  border-bottom: solid 1px #e86825;
  position: relative;
}

.other-search input {
  border: none;
  padding: 0.625rem 0.25rem;
  width: 100%;
  color: #1c5335;
  font-size: 1em;
  padding-right: 1.875rem;
}

.other-search.with-icon input {
  padding-left: 1.875rem;
}

.other-search .home-location {
  position: absolute;
  left: 0;
  background-color: transparent;
  padding: 0;
  bottom: 0.4em;
  color: #1c5335;
  outline: none;
  font-size: 1.25rem;
}

.other-search .home-location:focus,
.other-search .home-location:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.other-search .home-location i {
  vertical-align: middle;
}

.other-search .home-location p {
  display: none;
  margin: 0;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .other-search .home-location p {
    display: inline;
  }
}

.other-search.with-value .home-location {
  display: none;
}

.other-search.with-home-location .home-location {
  color: #e86825;
}

.other-search .icon-search {
  color: #e86825;
  position: absolute;
  bottom: 0.875rem;
}

.other-search .loading-spinner {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
}

.other-search .loading-spinner:after {
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.other-search .search-clear {
  position: absolute;
  padding: 0.5rem;
  left: 0;
  background-color: transparent;
  color: #1c5335;
  display: none;
  top: 0.125rem;
}

.other-search.with-value .search-clear {
  display: block;
}

.other-search-suggestions {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  margin-top: 2px;
  padding-top: 0.9375rem;
  width: 100vw;
  margin-right: -1.875rem;
}

@media (min-width: 768px) {
  .other-search-suggestions {
    width: 100%;
    padding-top: 1.875rem;
    margin-right: 0;
  }
}

.other-search-suggestions a {
  display: block;
  height: 4.375rem;
  border-bottom: solid 1px #bacbc2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.875rem;
}

@media (min-width: 768px) {
  .other-search-suggestions a {
    height: 5rem;
  }
}

.other-search-suggestions a:hover,
.other-search-suggestions a:focus {
  background-color: #ffebe1;
  text-decoration: none;
}

.other-search-suggestions a i {
  margin-left: 1.25rem;
}

.other-search-suggestions a > div {
  line-height: 1;
}

.other-search-suggestions a .count {
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 500;
}

.gtc .other-search {
  font-size: 1.0625rem;
  margin: 0px 0 3rem 0;
}

@media (min-width: 768px) {
  .gtc .other-search {
    margin: 1.25rem 0 1.625rem 0;
  }
}

@media (min-width: 576px) {
  .cf .other-search input {
  }
}

.cf .with-value.other-search input {
  padding-left: 1.875rem;
}

.cf .other-search-suggestions,
.cf .other-search-suggestions {
  padding-top: 0.625rem;
  z-index: 1000;
  max-height: 560px;
  overflow: auto;
}
