@import url(https: //fonts.googleapis.com/css?family=Roboto);@import url(https: //use.typekit.net/zoy3met.css);@charset "UTF-8";

@font-face {
  font-family: "robotobold";
  src: url(/fonts/roboto-bold-webfont.woff2?bae4014eb9a50c7dff8be6f0e8fbd7df) format("woff2"), url(/fonts/roboto-bold-webfont.woff?8f4d2ce303ad8813e0b528073de69aaf) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotolight";
  src: url(/fonts/roboto-light-webfont.woff2?92ccfb754c2a25d70c8b3de0fd2dd62c) format("woff2"), url(/fonts/roboto-light-webfont.woff?01df400400ab13af460e55ee278e5dbe) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotomedium";
  src: url(/fonts/roboto-medium-webfont.woff2?7389ca6419ae4fc4facbaf5ee477d6a0) format("woff2"), url(/fonts/roboto-medium-webfont.woff?673bc348772ebe5b88f0c93899f1a965) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url(/fonts/roboto-regular-webfont.woff2?a47f3846bb4c205cbc5ed0b59f4ab507) format("woff2"), url(/fonts/roboto-regular-webfont.woff?47b3e69bd5c0559e294a9419a819ec20) format("woff");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  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,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f47b1f;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: rgba(40, 167, 69, 0.5);
  --info: #17a2b8;
  --warning: rgba(244, 123, 31, 0.5);
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

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

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: rgba(40, 167, 69, 0.5) !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgba(25, 105, 44, 0.5) !important;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: rgba(244, 123, 31, 0.5) !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgba(189, 87, 9, 0.5) !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

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

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

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

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

.bg-success {
  background-color: rgba(40, 167, 69, 0.5) !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgba(30, 126, 52, 0.5) !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: rgba(244, 123, 31, 0.5) !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgba(214, 98, 10, 0.5) !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: #ffffff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

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

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

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-md-center {
    align-items: center !important;
  }

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

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

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

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

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

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

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

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

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}

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

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.5);
  border-color: rgba(40, 167, 69, 0.5);
}

.btn-success:hover {
  color: #ffffff;
  background-color: rgba(33, 136, 56, 0.5);
  border-color: rgba(30, 126, 52, 0.5);
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 197, 133, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.5);
  border-color: rgba(40, 167, 69, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(30, 126, 52, 0.5);
  border-color: rgba(28, 116, 48, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 197, 133, 0.5);
}

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

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

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

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

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

.btn-warning {
  color: #ffffff;
  background-color: rgba(244, 123, 31, 0.5);
  border-color: rgba(244, 123, 31, 0.5);
}

.btn-warning:hover {
  color: #ffffff;
  background-color: rgba(226, 104, 11, 0.5);
  border-color: rgba(214, 98, 10, 0.5);
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 169, 109, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: rgba(244, 123, 31, 0.5);
  border-color: rgba(244, 123, 31, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(214, 98, 10, 0.5);
  border-color: rgba(201, 93, 10, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 169, 109, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

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

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: rgba(40, 167, 69, 0.5);
  border-color: rgba(40, 167, 69, 0.5);
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.5);
  border-color: rgba(40, 167, 69, 0.5);
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: rgba(40, 167, 69, 0.5);
  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: #ffffff;
  background-color: rgba(40, 167, 69, 0.5);
  border-color: rgba(40, 167, 69, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

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

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

.btn-outline-warning {
  color: rgba(244, 123, 31, 0.5);
  border-color: rgba(244, 123, 31, 0.5);
}

.btn-outline-warning:hover {
  color: #ffffff;
  background-color: rgba(244, 123, 31, 0.5);
  border-color: rgba(244, 123, 31, 0.5);
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 123, 31, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: rgba(244, 123, 31, 0.5);
  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: #ffffff;
  background-color: rgba(244, 123, 31, 0.5);
  border-color: rgba(244, 123, 31, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 123, 31, 0.5);
}

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

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-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: #ffffff;
}

.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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: rgba(40, 167, 69, 0.5);
}

.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: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: rgba(40, 167, 69, 0.5);
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgba(40, 167, 69, 0.5)' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: rgba(40, 167, 69, 0.5);
  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 {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: rgba(40, 167, 69, 0.5);
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgba(40, 167, 69, 0.5)' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: rgba(40, 167, 69, 0.5);
}

.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: rgba(40, 167, 69, 0.5);
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgba(40, 167, 69, 0.5);
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgba(52, 206, 87, 0.5);
  background-color: rgba(52, 206, 87, 0.5);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(40, 167, 69, 0.5);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgba(40, 167, 69, 0.5);
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgba(40, 167, 69, 0.5);
  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: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

.was-validated .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 {
  border-color: #dc3545;
}

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.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 ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

.modal-dialog-centered {
  display: flex;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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,
  .modal-xl {
    max-width: 800px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgba(230, 245, 234, 0.86);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgba(198, 232, 206, 0.74);
}

.table-hover .table-success:hover {
  background-color: rgba(212, 238, 219, 0.86);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(212, 238, 219, 0.86);
}

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

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

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgba(254, 240, 229, 0.86);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgba(252, 220, 196, 0.74);
}

.table-hover .table-warning:hover {
  background-color: rgba(253, 226, 204, 0.86);
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(253, 226, 204, 0.86);
}

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

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

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

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

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

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

.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: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}

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

.table-dark {
  color: #ffffff;
  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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #007bff;
  border-color: #b8daff;
}

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

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

.alert-secondary {
  color: #383d41;
  background-color: #6c757d;
  border-color: #d6d8db;
}

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

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

.alert-success {
  color: rgba(11, 44, 18, 0.74);
  background-color: rgba(40, 167, 69, 0.5);
  border-color: rgba(230, 245, 234, 0.86);
}

.alert-success hr {
  border-top-color: rgba(212, 238, 219, 0.86);
}

.alert-success .alert-link {
  color: rgba(1, 3, 1, 0.74);
}

.alert-info {
  color: #0c5460;
  background-color: #17a2b8;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: rgba(65, 33, 8, 0.74);
  background-color: rgba(244, 123, 31, 0.5);
  border-color: rgba(254, 240, 229, 0.86);
}

.alert-warning hr {
  border-top-color: rgba(253, 226, 204, 0.86);
}

.alert-warning .alert-link {
  color: rgba(20, 10, 2, 0.74);
}

.alert-danger {
  color: #721c24;
  background-color: #dc3545;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #f8f9fa;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #343a40;
  border-color: #c6c8ca;
}

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

.alert-dark .alert-link {
  color: #040505;
}

.podcast-page-navigation-list-podcasts {
  width: 100% !important;
  background-color: #0E4B82;
  color: white;
  width: 100%;
  height: 73px;
  display: flex;
  align-items: flex-end;
}

.podcast-page-navigation-list-podcasts li {
  background-color: #2E6FAA;
  padding: 20px 30px;
  display: inline-block;
  margin-right: 10px;
  font-family: "robotomedium";
  cursor: pointer;
}

.podcast-page-navigation-list-podcasts li.active {
  background-color: #E2EEF8;
  color: #2E6FAA;
}

.podcast-page-navigation-list-podcasts li:hover {
  background-color: #E2EEF8;
  color: #2E6FAA;
}

.podcasts-container {
  display: none;
}

.podcasts-container.active {
  display: block;
  width: 100% !important;
  padding-bottom: 100px !important;
}

.podcasts-container.active .podcast {
  background-color: white;
  margin: 0 15px;
  margin-top: 113px;
  display: flex;
  padding: 0;
  height: auto;
}

.podcasts-container.active .podcast .podcast-player .img-container {
  width: 40vw;
  height: 100%;
  position: relative;
  border: 0;
}

.podcasts-container.active .podcast .podcast-player .img-container img {
  margin: -2.5px 0px 0 0px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  -o-object-fit: contain;
     object-fit: contain;
}

.podcasts-container.active .podcast .podcast-player .img-container audio {
  position: absolute;
  top: 51%;
  right: 1px;
}

.podcasts-container.active .podcast .podcast-text {
  background-color: white;
  padding: 32px;
}

.podcasts-container.active .podcast .podcast-text h4 {
  font-family: "robotomedium";
  font-weight: 700;
  font-size: 28px;
  color: black;
  margin-bottom: 32px;
}

.podcasts-container.active .podcast .podcast-text p {
  font-family: "robotomedium";
  font-size: 16px;
  color: #5C5C5C;
  line-height: 24px;
  margin-bottom: 32px;
}

.podcasts-container.active .podcast .podcast-text a {
  text-decoration: none;
  background-color: #2E6FAA;
  color: white;
  font-family: "robotomedium";
  font-weight: 700;
  font-size: 18px;
  line-height: 22.34px;
  padding: 10px 20px;
}

.podcasts-container.active .podcast .podcast-text a:hover {
  padding: 9px 19px;
  color: #2E6FAA;
  border: 1px solid #2E6FAA;
  background-color: white;
}

.podcasts-container.active .podcast .podcast-text .button-1 {
  padding: 9px 19px;
  color: #2E6FAA;
  border: 1px solid #2E6FAA;
  background-color: white;
  margin-right: 24px;
}

.podcasts-container.active .podcast .podcast-text .button-1:hover {
  background-color: #2E6FAA;
  color: white;
}

.podcasts-container.active .podcast_list {
  margin: 82px 0.5px;
  margin-bottom: 48px;
}

.podcasts-container.active .podcast_list a {
  text-decoration: none;
}

.podcasts-container.active .podcast_list .podcast_list_item {
  margin: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.podcasts-container.active .podcast_list .podcast_list_item .img_container {
  background-color: white;
  width: 100%;
  height: auto;
}

.podcasts-container.active .podcast_list .podcast_list_item .img_container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.podcasts-container.active .podcast_list .podcast_list_item .text_container {
  background-color: white;
  height: 170px;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "robotomedium";
  display: flex;
  justify-content: center;
}

.podcasts-container.active .podcast_list .podcast_list_item .text_container span {
  position: absolute;
  right: 0;
  top: -3px;
  padding: 8px 14px;
  font-weight: 200;
  color: white;
  background-color: #0E4B82;
  border-radius: 0px 0px 0px 12px;
  font-size: 16px;
}

.podcasts-container.active .podcast_list .podcast_list_item .text_container h4 {
  font-size: 20px;
  color: black;
}

@media only screen and (max-width: 992px) {
  .podcasts-container.active .podcast {
    flex-direction: column;
  }

  .podcasts-container.active .podcast .podcast-player .img-container {
    width: 100% !important;
    height: auto !important;
  }

  .podcasts-container.active .podcast .podcast-player .img-container img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .podcasts-container.active .podcast .podcast-player .img-container audio {
    position: absolute;
    bottom: -25px;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.manage-cookies-btn {
  background-color: white;
  border: none;
  color: #5694a9 !important;
  font-size: 12px;
  font-family: robotolight;
  cursor: pointer;
  padding: none;
}

.manage-cookies-btn:hover {
  text-decoration: underline !important;
}

.manage-cookies-btn:focus {
  border: none;
  outline: 0;
  text-decoration: underline !important;
}

/*map europe*/

.map-belgium-luxembourg {
  text-align: center;
  position: relative;
  margin-bottom: 3.75rem;
}

.map-belgium-luxembourg img.img-belgium {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg img.img-belgium {
    width: 100%;
  }
}

.map-belgium-luxembourg .center-pointer {
  position: absolute;
}

.map-belgium-luxembourg .center-pointer.map-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #2d70ac;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -10px 0 0 -10px;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 100;
}

.map-belgium-luxembourg .center-pointer.map-icon:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #e2eef8;
  position: absolute;
  border-radius: 50%;
  margin: 9px 0 0 -5px;
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .center-pointer.map-icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .center-pointer.map-icon {
    width: 20px;
    height: 20px;
  }

  .map-belgium-luxembourg .center-pointer.map-icon:after {
    width: 7px;
    height: 7px;
    margin: 6px 0 0 -3px;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-one {
  left: 50%;
  top: 50%;
}

.map-belgium-luxembourg .center-pointer.map-icon-one#location-one {
  top: 27.5%;
  left: 52.5%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-one#location-one {
    left: 55%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-one#location-one:hover + .center-container-location-one {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  z-index: 2;
}

.map-belgium-luxembourg .center-pointer.map-icon-two#location-two {
  top: 46%;
  left: 70%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-two#location-two {
    left: 85%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-two#location-two:hover + .center-container-location-two {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  z-index: 2;
}

.map-belgium-luxembourg .center-pointer.map-icon-three#location-three {
  top: 21%;
  left: 39%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-three#location-three {
    left: 32%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-three#location-three:hover + .center-container-location-three {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  z-index: 2;
}

.map-belgium-luxembourg .center-pointer.map-icon-four#location-four {
  top: 30%;
  left: 49%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-four#location-four {
    left: 48%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-four#location-four:hover + .center-container-location-four {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  z-index: 2;
}

.map-belgium-luxembourg .center-pointer.map-icon-five#location-five {
  top: 10%;
  left: 50%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-five#location-five {
    left: 49%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-six#location-six {
  top: 13%;
  left: 29%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-six#location-six {
    left: 17%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-seven#location-seven {
  top: 32%;
  left: 46.5%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-seven#location-seven {
    left: 44.5%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-eight#location-eight {
  top: 58%;
  left: 55.5%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-eight#location-eight {
    left: 58.5%;
  }
}

.map-belgium-luxembourg .center-pointer.map-icon-nine#location-nine {
  top: 91%;
  left: 73%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .center-pointer.map-icon-nine#location-nine {
    left: 87%;
  }
}

.map-belgium-luxembourg .pulse {
  background: #6d6e71;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  -webkit-transform: rotateX(55deg);
          transform: rotateX(55deg);
  z-index: 1;
  margin: 21px 0px 0px -2px;
}

.map-belgium-luxembourg .pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -20px;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #2d70ac;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.map-belgium-luxembourg .pulse.pulse-one {
  left: 52.5%;
  top: 27.5%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-one {
    left: 55%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-one {
    top: 25.5%;
    left: 54%;
  }
}

.map-belgium-luxembourg .pulse.pulse-two {
  left: 70%;
  top: 46.1%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-two {
    left: 85%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-two {
    top: 44%;
    left: 84%;
  }
}

.map-belgium-luxembourg .pulse.pulse-three {
  left: 39%;
  top: 21%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-three {
    left: 32%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-three {
    top: 19%;
    left: 31.1%;
  }
}

.map-belgium-luxembourg .pulse.pulse-four {
  top: 30%;
  left: 49%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-four {
    left: 48%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-four {
    top: 28.2%;
    left: 47.2%;
  }
}

.map-belgium-luxembourg .pulse.pulse-five {
  top: 10%;
  left: 50%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-five {
    left: 49%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-five {
    top: 8.3%;
    left: 48%;
  }
}

.map-belgium-luxembourg .pulse.pulse-six {
  top: 13%;
  left: 29%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-six {
    left: 17%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-six {
    top: 11%;
    left: 15.9%;
  }
}

.map-belgium-luxembourg .pulse.pulse-seven {
  top: 32%;
  left: 46.5%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-seven {
    left: 44.5%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-seven {
    top: 30%;
    left: 44%;
  }
}

.map-belgium-luxembourg .pulse.pulse-eight {
  top: 58%;
  left: 55.5%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-eight {
    left: 58.5%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-eight {
    top: 56%;
    left: 57.5%;
  }
}

.map-belgium-luxembourg .pulse.pulse-nine {
  top: 91%;
  left: 73%;
}

@media screen and (max-width: 1280px) {
  .map-belgium-luxembourg .pulse.pulse-nine {
    left: 87%;
  }
}

@media screen and (max-width: 768px) {
  .map-belgium-luxembourg .pulse.pulse-nine {
    top: 84%;
    left: 86.3%;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(-45deg);
            transform: translateY(-100px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(-45deg);
            transform: translateY(-100px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.center-container {
  display: flex;
}

.center-container .center-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  border: solid 1px #2e6faa;
}

.center-container .center-info .center-blue-part {
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  background-color: #2e6faa;
}

.center-container .center-info .center-information-part-under {
  padding: 1.875rem 2.5rem;
  background-color: white;
}

.center-container .center-info .center-information-part-under a {
  word-break: break-word;
}

.center-container .center-info .bold {
  margin-top: 8px;
}

.center-container.center-container-location-one {
  top: 30.5%;
  left: 54.5%;
}

@media screen and (max-width: 1410px) {
  .center-container.center-container-location-one {
    top: 33.5%;
    left: 24.5%;
  }
}

.center-container.center-container-location-two {
  top: 49%;
  left: 72%;
}

@media screen and (max-width: 1410px) {
  .center-container.center-container-location-two {
    top: 52%;
    left: 52%;
  }
}

.center-container.center-container-location-three {
  top: 25%;
  left: 20%;
}

@media screen and (max-width: 1410px) {
  .center-container.center-container-location-three {
    left: 10%;
  }
}

.center-container.center-container-location-four {
  top: 37%;
  left: 40%;
}

@media screen and (max-width: 1410px) {
  .center-container.center-container-location-four {
    left: 10%;
  }
}

.center-container .center-blue-part {
  background-color: #2e6faa;
  display: inline-block;
  padding: 45px 30px 45px 30px;
}

@media screen and (max-width: 734px) {
  .center-container .center-blue-part {
    width: 100%;
  }
}

.center-container .center-information-part {
  display: inline-block;
  padding: 20px 50px 20px 10px;
  vertical-align: middle;
}

.p-r-15,
.col-five-20p {
  padding-right: 0.938em;
}

.p-l-15,
.col-five-20p {
  padding-left: 0.938em;
}

.col-five-20p {
  position: relative;
  width: 100%;
}

.col-five-20p {
  flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (max-width: 767px) {
  .col-five-20p-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*map europe*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-box-container {
    height: 425px;
  }
}

.col-video-bg-white {
  background-color: #ffffff;
  line-height: 0;
}

/* === Override Bootstrap === */

.container-100 {
  width: 100%;
  padding: 0 150px 0 150px;
}

.container-100.container-100-profile {
  padding: 0 150px 100px 150px;
}

.container-75 {
  width: 75%;
  padding: 0 150px 0 150px;
  margin: 0 auto;
}

.container-75.frm-searchbar-pages-container {
  padding: 25px 0 25px 0;
}

@media screen and (max-width: 1767px) {
  .container-75.frm-searchbar-pages-container {
    width: 100%;
    padding: 25px;
  }
}

@media screen and (max-width: 1767px) {
  .container-75 {
    width: 100%;
    padding: 0 150px 0 150px;
  }
}

@media screen and (max-width: 1199px) {
  .container-75 {
    padding: 0 15px 0 15px;
  }
}

.container-desktop-100-no-padding-right {
  width: 100%;
  padding: 0 0 0 150px;
}

.container-100-desktop-no-padding-left {
  width: 100%;
  padding: 0 150px 0 0;
}

.row-desktop-no-margin-left-right {
  margin-right: 0;
  margin-left: 0;
}

.col-desktop-no-padding-left-right {
  padding-right: 0;
  padding-left: 0;
}

.col-desktop-no-padding-left {
  padding-left: 0;
}

.col-desktop-no-padding-right {
  padding-right: 0;
}

.modal-lg {
  max-width: 1000px !important;
}

@media screen and (max-width: 1199px) {
  .container-100 {
    width: 100%;
    padding: 0 15px 0 15px;
  }

  .container-100.container-100-profile {
    padding: 0 15px 100px 15px;
  }

  .container-desktop-100-no-padding-right {
    width: 100%;
    padding: 0 0 0 15px;
  }

  .container-100-tablet-no-padding-right {
    width: 100%;
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 867px) {
  .container-tablet-100-padding-left-right {
    padding: 0 15px 0 15px;
  }

  .row-tablet-margin-left-right {
    margin-right: 15px;
    margin-left: 15px;
  }

  .col-tablet-padding-left-right {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 1px #eaeaea;
}

.form-control.form-control-password-new {
  width: 30%;
}

@media screen and (max-width: 1399px) {
  .col-md-6-favorite {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1280px) {
  .col-md-6-pipeline {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-mobile-padding-right {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .col-md-6-favorite {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container-100-desktop-no-padding-left {
    padding: 0 0 0 0;
  }
}

/* === Override Bootstrap === */

/* === Flexbox === */

.equalHeightWrap {
  display: flex;
}

.equal {
  background: #ffffff;
}

/* === Flexbox === */

/* === Global items === */

p {
  font-family: "robotolight";
  line-height: 25px;
  color: #707070;
}

p.white {
  color: #ffffff;
}

p.gray {
  color: #333333;
}

p.bahamaBlue {
  color: #204f7a;
}

p.lochmara {
  color: #2d70ac;
}

p.dark-green {
  color: #033333;
}

p.center {
  text-align: center;
  margin: 0 auto;
}

p.mandatory {
  padding: 12% 0 5% 0;
}

p.width-50 {
  width: 50%;
}

p.w-50 {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  p.w-50 {
    width: 100%;
  }
}

p.p-t-30 {
  padding-top: 30px;
}

p.p-b-30 {
  padding-bottom: 30px;
}

p.p-b-10 {
  padding-bottom: 10px;
}

p.p-r-30 {
  padding-right: 30px;
}

p.bold {
  font-weight: bolder;
}

p.left {
  text-align: left;
}

p.clear {
  clear: both;
}

h1 {
  font-size: 40px;
  font-family: "robotolight";
  color: #6d6e71;
}

h1 span {
  font-family: "robotobold";
}

h1 span.orange {
  color: #f47b1f;
}

h1 span.gray {
  color: #6d6e71;
}

h1 span.white {
  color: #ffffff;
}

h1 span.airForceBlue {
  color: #5694a9;
}

h1 span.light {
  font-family: "robotolight";
}

h1.smoky {
  color: #565667;
}

h1.lochmara {
  color: #2d70ac;
}

h1.center {
  text-align: center;
}

h1.p-r-30 {
  padding-right: 30px;
}

h1.p-b-75 {
  padding-bottom: 75px;
}

h1.p-b-50 {
  padding-bottom: 50px;
}

a.orange {
  color: #f47b1f;
}

a.airForceBlue {
  color: #5694a9;
}

a.lochmara {
  color: #2d70ac;
}

a.underline {
  text-decoration: underline;
}

button.button {
  color: #ffffff;
  font-size: 25px;
  padding: 10px 20px 10px 20px;
  border-color: transparent;
  border: none;
  cursor: pointer;
  background-color: #2d70ac;
  font-family: "robotoregular";
}

button.button:hover {
  background-color: #5983a8;
}

button.button:focus {
  outline: none;
}

button.button.button-crimson {
  background-color: #c50f3c;
}

button.center {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  h1.padding-bottom-mobile {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  p.mandatory {
    padding: 25px 0 5% 0;
  }
}

input:focus {
  outline: none;
}

.header {
  position: relative;
}

.header .header-title {
  position: absolute;
  top: 10px;
}

.header .header-title-no-header-image {
  position: inherit;
}

.header .header-image {
  /* Firefox */
  /* Safari and Chrome */
  /* Opera */
}

.header .header-image img {
  width: 100%;
  /* Safari, Chrome and Opera > 12.1 */
  -webkit-animation: fadein 2s;
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
  vertical-align: bottom;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.svg-line {
  margin: 60px 0 50px 0;
}

.svg-line.svg-line-video {
  margin: 25px 0 25px 0;
}

.svg-line.svg-line-header {
  margin: 50px 0 25px 0;
}

.svg-line.svg-line-header.svg-line-header-sign-in-up {
  margin: 25px 0 10px 0;
}

.svg-line.center {
  text-align: center;
}

.svg-line.svg-line-no-padding-top {
  margin: 0 0 3rem 0;
}

.disclaimer-vido-framingham {
  padding-top: 50px;
}

@media screen and (max-width: 1199px) {
  .header img.filter-tablet-mobile {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }

  .header .header-title {
    text-align: center;
  }
}

@media screen and (max-width: 799px) {
  .svg-line.svg-line-header {
    margin: 15px 0 15px 0;
  }
}

@media screen and (max-width: 499px) {
  .header .header-title h1 {
    font-size: 25px;
  }

  .svg-line.svg-line-header {
    margin: 5px 0 5px 0;
  }
}

/* === Global items === */

/* === Header === */

header {
  padding: 20px 0 20px 0;
}

header .hamburger-icons {
  float: right;
  border-right: solid 1px #2d70ac;
  padding: 10px 25px 10px 0;
}

header .login-register {
  float: right;
  padding: 0 0 0 15px;
}

header .login-register a {
  font-family: "robotolight";
  color: #333333;
  padding: 0 10px 0 0;
  text-decoration: none;
}

.logged-in {
  float: right;
  cursor: pointer;
  padding: 0 0 0 25px;
}

.logged-in .user-image {
  background-color: #f0eeef;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}

.logged-in .user-image img {
  height: 55px;
}

.logged-in .user-arrow {
  display: inline-block;
  padding: 24px 0 0 12px;
}

.logged-in p {
  float: left;
  padding: 12px 12px 0 0;
}

@media (max-width: 500px) {
  .logged-in p {
    display: none;
  }
}

body.profile-toggle .logged-in .svg-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.navigation {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #f0eeef;
  padding: 20px 150px 20px 150px;
  width: 100%;
  font-family: "robotolight";
  font-size: 25px;
  clear: both;
  display: none;
}

.navigation ul {
  list-style-type: none;
}

.navigation ul li.navigation-item {
  padding: 10px 0 10px 0;
  list-style-type: none;
  list-style-position: outside;
  overflow: hidden;
}

.navigation ul li.navigation-item a p {
  -webkit-animation: fadein 2s;
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
  /* Firefox */
  /* Safari and Chrome */
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navigation a {
  color: #333333;
}

body.profile-toggle .navigation.profile {
  display: block;
}

body.hamburger-toggle .navigation.hamburger {
  display: block;
}

body.hamburger-toggle #svg-hamburger-lines {
  display: none;
}

body.hamburger-toggle #svg-hamburger-cross {
  display: block;
}

@media screen and (max-width: 1199px) {
  .navigation {
    padding: 20px 15px 20px 15px;
  }
}

/* === Header === */

/* === Homepage === */

.search-wrapper {
  padding: 0 0 50px 0;
}

.img-homepage-container {
  max-height: 625px;
  height: 625px;
  overflow: hidden;
}

@media screen and (max-width: 967px) {
  .img-homepage-container {
    height: auto;
    overflow: inherit;
  }
}

img.img-100 {
  width: 100%;
}

@media screen and (max-width: 435px) {
  img.img-100-error {
    width: 100%;
  }
}

@media screen and (max-width: 967px) {
  img.img-homepage {
    padding-top: 95px;
  }
}

@media screen and (max-width: 867px) {
  img.img-homepage {
    padding-top: 135px;
  }
}

@media screen and (max-width: 767px) {
  img.img-homepage {
    padding-top: 0px;
  }
}

.main-content {
  clear: both;
}

.main-content.main-content-bg {
  background-color: #f9f9f9;
}

.main-content.main-content-bg-lochmara {
  background-color: #e2eef8;
}

.errorCheckbox {
  display: none;
}

.frm-searchbar-pages-wrapper {
  background-color: #e2eef8;
}

form.frm-search {
  box-shadow: 10px 10px 46px -7px rgba(0, 0, 0, 0.15);
  height: 45px;
}

form.frm-search input {
  vertical-align: top;
  height: 45px;
  float: left;
  width: 650px;
  color: #033333;
  font-family: "robotoregular";
  border: none;
  padding-left: 10px;
}

form.frm-search input:focus::-webkit-input-placeholder {
  color: transparent;
}

form.frm-search input:focus:-ms-input-placeholder {
  color: transparent;
}

form.frm-search input:focus::-ms-input-placeholder {
  color: transparent;
}

form.frm-search input:focus::placeholder {
  color: transparent;
}

form.frm-search input::-webkit-input-placeholder {
  color: #033333;
  opacity: 0.3;
  padding-left: 10px;
}

form.frm-search input:-ms-input-placeholder {
  color: #033333;
  opacity: 0.3;
  padding-left: 10px;
}

form.frm-search input::-ms-input-placeholder {
  color: #033333;
  opacity: 0.3;
  padding-left: 10px;
}

form.frm-search input::placeholder {
  color: #033333;
  opacity: 0.3;
  padding-left: 10px;
}

form.frm-search button {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

form.frm-search.frm-search--home {
  position: absolute;
  top: 450px;
}

@media screen and (max-width: 1728px) {
  form.frm-search.frm-search--home {
    top: 475px;
  }
}

@media screen and (max-width: 1703px) {
  form.frm-search.frm-search--home {
    top: 500px;
  }
}

@media screen and (max-width: 1340px) {
  form.frm-search.frm-search--home {
    top: 525px;
  }
}

@media screen and (max-width: 1275px) {
  form.frm-search.frm-search--home {
    top: 550px;
  }
}

@media screen and (max-width: 1199px) {
  form.frm-search.frm-search--home {
    top: 525px;
  }
}

@media screen and (max-width: 1140px) {
  form.frm-search.frm-search--home {
    top: 550px;
  }
}

@media screen and (max-width: 993px) {
  form.frm-search.frm-search--home {
    top: 575px;
  }
}

@media screen and (max-width: 967px) {
  form.frm-search.frm-search--home {
    position: inherit;
    margin: 0 15px 25px 0;
  }

  form.frm-search.frm-search--home input {
    width: 90%;
  }

  form.frm-search.frm-search--home .btn-search {
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  form.frm-search.frm-search--home input {
    width: 80%;
  }

  form.frm-search.frm-search--home .btn-search {
    width: 20%;
  }
}

@media screen and (max-width: 567px) {
  form.frm-search.frm-search--home input {
    width: 75%;
  }

  form.frm-search.frm-search--home .btn-search {
    width: 25%;
  }
}

form.frm-search.frm-searchbar-pages {
  position: inherit;
  box-shadow: 10px 10px 10px -7px rgba(0, 0, 0, 0.15);
  height: 45px;
}

form.frm-search.frm-searchbar-pages button {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

form.frm-search.frm-searchbar-pages input {
  border-bottom: solid 2px #93a0a4;
  width: 96%;
  text-align: left;
}

form.frm-search.frm-searchbar-pages input::-webkit-input-placeholder {
  text-align: left;
}

form.frm-search.frm-searchbar-pages input:-ms-input-placeholder {
  text-align: left;
}

form.frm-search.frm-searchbar-pages input::-ms-input-placeholder {
  text-align: left;
}

form.frm-search.frm-searchbar-pages input::placeholder {
  text-align: left;
}

form.frm-search.frm-searchbar-pages input.keywords {
  border: solid 1px #eaeaea;
}

@media screen and (max-width: 1767px) {
  form.frm-search.frm-searchbar-pages input {
    width: 85%;
  }
}

@media screen and (max-width: 459px) {
  form.frm-search.frm-searchbar-pages input {
    width: 70%;
  }
}

form.frm-search.frm-searchbar-pages button {
  width: 4%;
}

@media screen and (max-width: 1767px) {
  form.frm-search.frm-searchbar-pages button {
    width: 15%;
  }
}

@media screen and (max-width: 459px) {
  form.frm-search.frm-searchbar-pages button {
    width: 30%;
  }
}

form.frm-newsletter input {
  border: 2px solid #93a0a4;
  font-family: "robotolight";
}

form#frm-password-reset input {
  margin: 0 auto;
  margin-bottom: 25px;
}

form button {
  background-color: #c50f3c;
  color: #ffffff;
  font-family: "robotoregular";
  font-size: 25px;
  padding: 10px 20px 10px 20px;
  border-color: transparent;
  border: none;
  cursor: pointer;
}

form button:hover {
  background-color: #c4526d;
}

form button:focus {
  outline: none;
}

form button.btn-confirm {
  float: right;
}

form button.btn-newsletter {
  background-color: #2d70ac;
}

form button.btn-newsletter:hover {
  background-color: #5983a8;
}

form label {
  font-family: "robotolight";
  color: #707070;
}

form label.label-input {
  padding: 0 0 20px 0;
}

form .checkbox-label {
  margin-bottom: 20px;
}

form .checkboxes-paragraph {
  padding: 0 0 40px 0;
}

form .checkbox-button {
  width: 20px;
  height: 20px;
  border: 2px solid #93a0a4;
  border-radius: 6px;
  display: block;
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

form .checkbox-button:before {
  height: 16px;
  width: 16px;
  top: 1px;
  left: 1px;
  background: transparent url(/images/checkmark.png?3d82c2e0752e12316338999a34611c73) center center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  content: "";
  display: block;
  position: relative;
  opacity: 0;
}

form input:checked + .checkbox-label .checkbox-button:before {
  opacity: 1;
}

.go-down {
  position: absolute;
  top: 550px;
}

@media screen and (max-width: 1703px) {
  .go-down {
    top: 600px;
  }
}

@media screen and (max-width: 1275px) {
  .go-down {
    top: 625px;
  }
}

@media screen and (max-width: 993px) {
  .go-down {
    top: 635px;
  }
}

@media screen and (max-width: 967px) {
  .go-down {
    position: inherit;
    margin-left: 0px;
    text-align: center;
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width: 1099px) {
  .svg-go-down {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 967px) {
  h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  label.label-input {
    margin: 25px 0 0 0;
  }
}

.tiles {
  background-color: #f9f9f9;
  padding: 50px 0 50px 0;
  text-align: center;
}

.tiles .tile {
  padding: 100px 0 100px 0;
  cursor: pointer;
}

.tiles .tile:hover .tiles-svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 1s;
}

.tiles .tile:hover .line {
  visibility: hidden;
}

.tiles .tile:hover p {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 1s;
}

.tiles .tile:not(:hover) .tiles-svg {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 1s;
}

.tiles .tile:not(:hover) p {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 1s;
}

.tiles .tile.tile-grayLight {
  background-color: #f0eeef;
}

.tiles .tile.tile-beige {
  background-color: #ede5c7;
}

.tiles .tile.tile-pink {
  background-color: #f0eeef;
}

.tiles .tile.tile-lochmara {
  background-color: #2d70ac;
}

.tiles .tile.tile-bahama-blue {
  background-color: #204f7a;
}

.tiles .tile.tile-tropical-blue {
  background-color: #a1c6e7;
}

.tiles .tile.tile-crimson {
  background-color: #c50f3c;
}

.tiles .tile.tile-cyprus {
  background-color: #163856;
}

.tiles .tile.tile-airForceBlue {
  /* Old browsers */
  background: #6cacad;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: url(/images/background-circles.png?6201addb0ff6d2667d80faf60e9d6b4d) no-repeat, linear-gradient(to right, #6cacad 0%, #5e9fac 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$airForceBlueLighterTile", endColorstr="$airForceBlueDarkerTile",GradientType=1 );
}

.tiles .tile.tile-orange {
  /* Old browsers */
  background: #f6ba51;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: url(/images/background-circles.png?6201addb0ff6d2667d80faf60e9d6b4d) no-repeat, linear-gradient(to right, #f6ba51 0%, #f59345 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orangeLighterTile", endColorstr="$orangeLightTile",GradientType=1 );
}

.tiles .tile.tile-gray {
  /* Old browsers */
  background: #b5bebf;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to right, #b5bebf 0%, #859395 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grayLighterTile", endColorstr="$grayLightTile",GradientType=1 );
}

.tiles .tile.tile-yellow {
  /* Old browsers */
  background: #f7d975;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: url(/images/background-circles.png?6201addb0ff6d2667d80faf60e9d6b4d) no-repeat, linear-gradient(to right, #f7d975 0%, #dd9942 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$yellowLighterTile", endColorstr="$yellowLightTile",GradientType=1 );
}

.tiles .tile.tile-blue {
  /* Old browsers */
  background: #6ba6b8;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: url(/images/background-circles.png?6201addb0ff6d2667d80faf60e9d6b4d) no-repeat, linear-gradient(to right, #89b8c6 0%, #6ba6b8 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blueLightTile", endColorstr="$blueLighterTile",GradientType=1 );
}

.tiles .tile p {
  font-family: "robotolight";
  font-size: 20px;
  padding: 25px 10px 0 10px;
}

.tiles .tiles-svg {
  height: 75px;
}

@media screen and (max-width: 1199px) {
  .tiles,
  .newsletter {
    background-color: transparent;
  }
}

.paragraph-beneath-title-top-25-bottom-50 p {
  padding: 25px 0 50px 0;
}

.paragraph-beneath-title-top-25-bottom-100 p {
  padding: 25px 0 100px 0;
}

.paragraph-beneath-title-top-0-bottom-25 p {
  padding: 0 0 25px 0;
}

.newsletter-form {
  background-color: #f9f9f9;
  padding: 25px 0 80px 0;
}

.vertical-line {
  border-left: solid 1px #6d6e71;
}

/* === Homepage === */

/* === Footer === */

.border-top {
  margin: 75px 0 0 0;
  border-top: solid 1px #707070;
}

footer {
  margin: 0 0 100px 0;
}

footer .border-top {
  border-top: solid 1px #707070;
}

footer img {
  width: 140px;
  padding: 20px 0 20px 0;
}

footer p {
  font-family: "robotolight";
  font-size: 12px;
  color: #707070;
}

footer .footer-right p {
  text-align: right;
  padding: 83px 0 0 0;
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }

  footer .footer-right p {
    text-align: center;
    padding: 25px 0 0 0;
  }
}

/* === Footer === */

/* === Svg's === */

svg.svg-hamburger {
  cursor: pointer;
  width: 36.797px;
  height: 28px;
}

svg.svg-hamburger line.svg-hamburger-line {
  stroke-width: 4;
  fill: none;
  stroke: #333333;
}

svg.svg-hamburger line.svg-hamburger-line.svg-hamburger-line {
  stroke: #2d70ac;
}

svg.svg-hamburger-cross {
  display: none;
}

svg.line {
  fill: none;
  stroke-width: 2;
}

svg.line.line-gray line {
  stroke: #333333;
}

svg.line.line-black line {
  stroke: #000000;
}

svg.line.line-blue line {
  stroke: #204f7a;
}

svg.line.line-green line {
  stroke: #63b7b7;
}

svg.line.line-orange line {
  stroke: #f5ad4c;
}

svg.line.line-gray line {
  stroke: #9ba2a4;
}

svg.line.line-white line {
  stroke: #ffffff;
}

svg.svg-search-icon {
  position: absolute;
  left: 8%;
  margin-top: 20px;
  width: 17px;
  height: 17px;
}

svg.svg-search-icon path {
  fill: #bcbccb;
}

svg.svg-star {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

svg.svg-star.star-filled .svg-star-path {
  fill: #95989a;
}

svg.svg-star.star-filled.star-filled-lochmara .svg-star-path {
  fill: #2d70ac;
  stroke: #2d70ac;
}

svg.svg-star.star-not-filled .svg-star-path {
  fill: none;
}

svg.svg-star.star-not-filled.star-not-filled-lochmara .svg-star-path {
  stroke: #2d70ac;
}

svg.svg-star.svg-star-smoky.star-not-filled .svg-star-path {
  fill: #565667;
}

svg.svg-star .svg-star-path,
svg.svg-star .svg-star-rect {
  fill: none;
}

svg.svg-star .svg-star-path {
  stroke: #95989a;
  stroke-width: 2px;
}

svg.svg-download {
  width: 10px;
  height: 12px;
}

svg.svg-download.svg-download-lochmara .svg-download-path {
  fill: #2d70ac;
}

svg.svg-download.svg-download-lochmara .svg-download-line {
  stroke: #2d70ac;
}

svg.svg-download .svg-download-path {
  fill: #95989a;
}

svg.svg-download .svg-download-line {
  fill: none;
  stroke: #95989a;
  stroke-width: 2px;
}

svg.svg-redirect .svg-redirect-path {
  fill: #2d70ac;
}

svg.svg-redirect .svg-redirect-line {
  fill: none;
  stroke: #2d70ac;
  stroke-width: 2px;
}

svg.svg-arrow {
  cursor: pointer;
}

svg.svg-arrow path {
  fill: #6d6e71;
}

svg.svg-user {
  fill: none;
  stroke: #95989a;
  stroke-width: 2;
}

svg.svg-board {
  cursor: pointer;
  width: 20.275px;
  height: 20.275px;
}

svg.svg-board rect {
  width: 5.275px;
  height: 5.275px;
}

svg.svg-board rect.svg-board-rect {
  fill: #f47b1f;
}

svg.svg-board.board-not-active .svg-board-rect {
  fill: #95989a;
}

svg.svg-board.board-active .svg-board-rect {
  fill: #2d70ac;
}

/* === Svg's === */

/* === Tables === */

table thead {
  color: #ffffff;
  font-family: "robotomedium";
  text-transform: uppercase;
  font-size: 15px;
}

table thead tr th.th {
  padding: 1.75rem 20px 1.75rem 20px;
  border: none;
}

table thead tr th:first-child.th {
  padding: 1.75rem 20px 1.75rem 150px;
}

table thead tr th:nth-child(2).th {
  width: 30%;
}

table thead tr th:last-child().th {
  width: 20%;
}

table thead tr.row-orange {
  background-color: #f58f42;
}

table thead tr.row-orange th:first-child.th {
  width: 50%;
}

table thead tr.row-orange th:nth-child(2).th {
  width: 30%;
}

table thead tr.row-orange th:last-child().th {
  width: 20%;
}

table thead tr.row-blue {
  background-color: #2d70ac;
}

table thead tr.row-blue.row-dark-blue {
  background-color: #204f7a;
}

table thead tr.row-blue.row-blue-framingham th:first-child.th {
  width: 20%;
}

table thead tr.row-blue.row-blue-framingham th:nth-child(2).th {
  width: 30%;
}

table thead tr.row-blue.row-blue-framingham th:nth-child(3).th {
  width: 30%;
}

table thead tr.row-blue.row-blue-framingham th:last-child().th {
  width: 20%;
}

table thead tr.row-blue.row-blue-articles th:first-child.th {
  width: 25%;
}

table thead tr.row-blue.row-blue-articles th:nth-child(2).th {
  width: 25%;
}

table thead tr.row-blue.row-blue-articles th:nth-child(3).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-articles th:nth-child(4).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-articles th:nth-child(5).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-articles th:last-child().th {
  width: 20%;
}

table thead tr.row-blue.row-blue-publications th:first-child.th {
  width: 15%;
}

table thead tr.row-blue.row-blue-publications th:nth-child(2).th {
  width: 25%;
}

table thead tr.row-blue.row-blue-publications th:nth-child(3).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-publications th:nth-child(4).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-publications th:nth-child(5).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-publications th:last-child().th {
  width: 20%;
}

table thead tr.row-blue.row-blue-resources th:first-child.th {
  width: 15%;
}

table thead tr.row-blue.row-blue-resources th:nth-child(2).th {
  width: 15%;
}

table thead tr.row-blue.row-blue-resources th:nth-child(3).th {
  width: 20%;
}

table thead tr.row-blue.row-blue-resources th:nth-child(4).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-resources th:nth-child(5).th {
  width: 10%;
}

table thead tr.row-blue.row-blue-resources th:last-child().th {
  width: 20%;
}

table tbody tr:nth-child(even) {
  background: rgba(161, 198, 231, 0.31);
}

table tbody tr.tr.orange {
  border-bottom: solid 1px #f7d975;
}

table tbody tr.tr.orange td:first-child.td {
  font-family: "robotobold";
}

table tbody tr.tr.airForceBlue {
  border-bottom: solid 1px #5694a9;
}

table tbody tr.tr.airForceBlue td:nth-child(even).td {
  font-family: "robotobold";
}

table tbody tr.tr.blue-framingham,
table tbody tr.tr.blue-articles,
table tbody tr.tr.blue-publications {
  border-bottom: solid 1px #5694a9;
}

table tbody tr.tr.blue-framingham td:first-child.td {
  font-family: "robotoregular";
}

table tbody tr.tr.blue-framingham td:nth-child(2).td {
  font-family: "robotobold";
}

table tbody tr.tr.blue-articles td:first-child.td {
  font-family: "robotobold";
}

table tbody tr.tr.blue-articles td span {
  background-color: #ffffff;
}

table tbody tr.tr.blue-articles td span.author {
  border: none;
}

table tbody tr.tr.blue-publications td:first-child.td {
  font-family: "robotobold";
}

table tbody tr.tr.blue-publications td span.author {
  border: none;
}

table tbody tr.tr.blue-resources td span.author,
table tbody tr.tr.blue-publications td span.author {
  border: none;
  display: block;
  float: none;
}

table tbody tr.tr.blue-resources td a p,
table tbody tr.tr.blue-publications td a p {
  font-family: "robotoregular";
}

table tbody tr.tr.resource-category {
  text-align: left;
  background-color: #2d70ac;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

table tbody tr.tr.resource-category td {
  padding: 1.75rem 20px 1.75rem 150px;
}

@media screen and (max-width: 1380px) {
  table tbody tr.tr.resource-category td {
    padding: 1.75rem 20px 1.75rem 15px;
  }
}

table tbody tr td {
  font-family: "robotoregular";
  font-size: 15px;
  line-height: 24px;
  color: #6d6e71;
}

table tbody tr td.td {
  padding: 1.75rem 20px 1.75rem 20px;
  border-top: none;
}

table tbody tr td.td a {
  color: #6d6e71;
  text-decoration: none;
}

table tbody tr td.td.authors .js-dotts-close {
  display: none;
  cursor: pointer;
  padding: 2px 10px 2px 10px;
}

table tbody tr td.td.authors .js-dotts-open {
  display: block;
  cursor: pointer;
  padding: 2px 10px 2px 10px;
}

table tbody tr td.td.authors.all-authors .js-dotts-open {
  display: none;
  cursor: pointer;
}

table tbody tr td.td.authors.all-authors .js-dotts-close {
  display: block;
  cursor: pointer;
}

table tbody tr td.td.authors.all-authors span.author {
  background-color: transparent;
  color: #6d6e71;
  text-transform: inherit;
  display: block;
}

table tbody tr td.td.authors span.author {
  background-color: transparent;
  color: #6d6e71;
  text-transform: inherit;
}

table tbody tr td.td.authors span.author.et-al {
  display: block;
}

table tbody tr td:first-child.td {
  padding: 1.75rem 20px 1.75rem 150px;
}

table tbody tr td:last-child.td {
  text-align: right;
  padding: 1.75rem 150px 1.75rem 20px;
}

@media screen and (max-width: 1380px) {
  table tbody tr td:last-child.td {
    padding: 1.75rem 75px 1.75rem 20px;
  }
}

table tbody tr td.white {
  color: #ffffff;
}

table tbody tr td.no-b-t {
  border-top: none;
}

table tbody tr td span {
  border-radius: 4px;
  padding: 2px 10px 2px 10px;
  text-transform: uppercase;
  border: solid 1px;
  font-family: "robotoregular";
  float: left;
  margin: 3px 0 3px 0;
  color: #ffffff;
}

table tbody tr td span.tag-green {
  background-color: #68a9ad;
}

table tbody tr td span.tag-green-dark {
  border-color: #5192a8;
  color: #5192a8;
}

table tbody tr td span.tag-brown {
  border-color: #a29186;
  color: #a29186;
}

table tbody tr td span.tag-gray {
  border-color: #acb5b5;
  color: #acb5b5;
}

table tbody tr td span.tag-blue {
  background-color: #204f7a;
}

table tbody tr td span.tag-blue-light {
  background-color: #2d70ac;
}

table tbody tr td span.tag-red {
  background-color: #c50f3c;
}

table.table {
  margin-bottom: 0rem;
}

table.table-responsive-pipeline tr:nth-child(odd) {
  background: rgba(161, 198, 231, 0.31);
}

table.table-responsive-pipeline tr:nth-child(even) {
  background: #ffffff;
}

table.table-responsive-mobile-pipeline tr:nth-child(-n+3) {
  background: rgba(161, 198, 231, 0.31);
}

table.table-responsive-mobile-pipeline tr:nth-child(n+5) {
  background: #ffffff;
}

table.table-responsive-mobile-pipeline tr:nth-child(n+9) {
  background: rgba(161, 198, 231, 0.31);
}

.table-responsive-custom-mobile {
  display: none;
  margin-bottom: 20px;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  table thead tr th.th:first-child {
    padding: 1.75rem 0 1.75rem 15px;
  }

  table tbody tr td:first-child.td {
    padding: 1.75rem 0 1.75rem 15px;
  }

  table tbody tr td:last-child.td {
    padding: 1.75rem 15px 1.75rem 0;
  }

  table tbody tr td span {
    display: block;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 992px) {
  .table-responsive-custom {
    display: none;
  }

  .table-responsive-custom-mobile {
    display: block;
  }

  .table-responsive-custom-mobile table tbody tr.tr.blue-framingham:nth-child(2) td.td {
    font-family: "robotobold";
  }

  .table-responsive-custom-mobile table tbody tr.tr.blue-articles:nth-child(2) td.td,
  .table-responsive-custom-mobile table tbody tr.tr.blue-articles:nth-child(3) td.td,
  .table-responsive-custom-mobile table tbody tr.tr.blue-articles:nth-child(4) td.td,
  .table-responsive-custom-mobile table tbody tr.tr.blue-publications:nth-child(2) td.td,
  .table-responsive-custom-mobile table tbody tr.tr.blue-publications:nth-child(3) td.td,
  .table-responsive-custom-mobile table tbody tr.tr.blue-publications:nth-child(4) td.td {
    font-family: "robotoregular";
  }

  .table-responsive-custom-mobile table tbody td:first-child.td {
    text-align: left;
    padding: 1.75rem 0 1.75rem 15px;
  }

  .table-responsive-custom-mobile table tbody td span {
    display: inline-block;
  }
}

/* === Tables === */

/* === Boxes === */

.box-container {
  background-color: rgba(249, 249, 249, 0.33);
}

.box-container.box-container-lavender {
  background-color: #e2eef8;
}

.box-container.box-container-favorites,
.box-container.box-container-settings {
  background-color: #ffffff;
}

.box-container.box-container-favorites .icons-tiles-change,
.box-container.box-container-settings .icons-tiles-change {
  padding: 35px 0 15px 0;
  display: inline-block;
}

.box-container.box-container-favorites .icons-tiles-change svg,
.box-container.box-container-settings .icons-tiles-change svg {
  margin: 0 25px 0 0;
}

@media screen and (max-width: 767px) {
  .box-container.box-container-favorites .icons-tiles-change,
  .box-container.box-container-settings .icons-tiles-change {
    display: none;
  }
}

.box-container.box-container-favorites .boxes .box .box-text h1.box-title,
.box-container.box-container-settings .boxes .box .box-text h1.box-title {
  font-family: "robotobold";
  color: #6d6e71;
  font-size: 18px;
  line-height: 27px;
}

.box-container.box-container-favorites .boxes .box .box-footer,
.box-container.box-container-settings .boxes .box .box-footer {
  padding: 0 10px 30px 10px;
}

.box-container.box-container-favorites .video-box-container-on-favorite,
.box-container.box-container-settings .video-box-container-on-favorite {
  cursor: pointer;
}

.box-container .boxes {
  padding: 15px 0 30px 0;
}

.box-container .boxes.boxes-n-p {
  padding: 0;
}

.box-container .boxes.boxes-p-t-b-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-container .boxes p.box-top-right,
.box-container .boxes p.box-top-right-video,
.box-container .boxes p.box-top-right-podcast {
  position: absolute;
  background-color: #2d70ac;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  font-family: "robotobold";
}

.box-container .boxes p.box-top-right-video,
.box-container .boxes p.box-top-right-podcast {
  top: 6%;
  right: 2%;
  border-radius: 5px;
}

.box-container .boxes p.box-top-right {
  top: 0%;
  right: -0.1%;
}

.box-container .boxes h1.box-description-title {
  font-size: 18px;
  background-color: #ffffff;
  padding: 30px 60px 5px 60px;
}

.box-container .boxes h1.box-description-title p {
  color: #2d70ac;
  font-family: "robotobold";
}

.box-container .boxes .boxes-big-title {
  padding-bottom: 75px;
}

.box-container .boxes .box-description-description {
  background-color: #ffffff;
  padding: 5px 60px 30px 60px;
}

.box-container .boxes .box-description-buttons {
  padding: 5px 60px 30px 60px;
}

.box-container .boxes .box-description-buttons .box-description-buttons-button:not(:last-child) {
  padding-bottom: 10px;
}

.box-container .boxes .big-title-under-header {
  padding-bottom: 44px;
}

.box-container .boxes .big-title-under-header.big-title-under-header-video {
  padding-bottom: 25px;
}

.box-container .boxes .big-title-under-header p {
  padding: 0;
  line-height: 50px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-container .boxes {
    /* IE10+ CSS styles go here */
  }

  .box-container .boxes .box,
  .box-container .boxes .box-wrapper {
    display: inline-block !important;
  }

  .box-container .boxes .box-video {
    display: inherit !important;
  }

  .box-container .boxes .col-md-3-favorite {
    flex: auto !important;
    width: 25%;
  }

  .box-container .boxes .box-wrapper-favorite {
    height: 500px;
  }
}

.box-container .boxes .box {
  display: flex;
  flex-direction: column;
  margin: 0 0 25px 0;
}

.box-container .boxes .box.box-n-m {
  margin: 0;
}

.box-container .boxes .box img:not(.box-video-play-btn) {
  width: 100%;
}

.box-container .boxes .box img.box-video-play-btn,
.box-container .boxes .box img.box-podcast-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.box-container .boxes .box img.box-video-play-btn.hidden,
.box-container .boxes .box img.box-podcast-play-btn.hidden {
  display: none;
}

.box-container .boxes .box img.box-podcast-play-btn {
  width: 65px;
}

.box-container .boxes .box .box-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #ffffff;
  box-shadow: 10px 10px 46px -7px rgba(0, 0, 0, 0.15);
}

.box-container .boxes .box .box-wrapper.box-wrapper-guidelines-right {
  margin: 0 0 10px 0;
  display: block;
}

.box-container .boxes .box .box-wrapper.box-wrapper-favorite a.favorite-url {
  color: #6d6e71;
}

.box-container .boxes .box .box-image {
  position: relative;
}

.box-container .boxes .box .box-image.image-in-list {
  height: 250px;
  overflow: hidden;
}

.box-container .boxes .box .box-image.image-not-in-list {
  height: auto;
  overflow: initial;
}

.box-container .boxes .box .box-image img {
  display: block;
}

.box-container .boxes .box .box-text {
  padding: 30px 40px 20px 40px;
}

.box-container .boxes .box .box-text.box-text-left {
  padding: 30px 40px 60px 40px;
}

.box-container .boxes .box .box-text.box-text-right {
  padding: 30px 40px 20px 40px;
}

.box-container .boxes .box .box-text.box-text-margin-bottom-30 {
  margin-bottom: 30px;
}

.box-container .boxes .box .box-text .box-bottom.box-bottom-100 {
  padding-top: 100px;
}

.box-container .boxes .box .box-text .box-bottom.box-bottom-25 {
  padding-top: 25px;
}

.box-container .boxes .box .box-text .box-bottom .box-bottom-left {
  float: left;
}

.box-container .boxes .box .box-text .box-bottom .box-bottom-left.box-bottom-left-link p a {
  font-family: "robotobold";
  color: #95989a;
  text-decoration: underline;
}

.box-container .boxes .box .box-text .box-bottom .box-bottom-left.box-bottom-left-link p.url {
  padding-bottom: 20px;
}

.box-container .boxes .box .box-text .box-bottom .box-bottom-right {
  float: right;
}

.box-container .boxes .box .box-text h1.box-title {
  color: #000000;
  font-size: 24px;
  padding: 0 0 25px 0;
}

.box-container .boxes .box .box-text h1.box-title.noPaddingBottom {
  padding: 0;
}

.box-container .boxes .box .box-text h1.box-title.orange {
  color: #f5ad4c;
}

.box-container .boxes .box .box-text h1.box-title.green {
  color: #63b7b7;
}

.box-container .boxes .box .box-text h1.box-title.gray {
  color: #9ba2a4;
}

.box-container .boxes .box .box-text h1.box-title.box-title-small {
  font-size: 18px;
  font-family: "robotomedium";
  color: #707070;
}

.box-container .boxes .box .box-text h1.box-title.bold {
  font-family: "robotobold";
  color: #707070;
}

.box-container .boxes .box .box-text p.box-paragraph a.box-link {
  color: #f47b1f;
  text-decoration: underline;
}

.box-container .boxes .box .box-text p.box-paragraph a.interesting-link {
  color: #6d6e71;
  text-decoration: underline;
}

.box-container .boxes .box .box-text p.box-paragraph.p-t-30 {
  padding-top: 30px;
}

.box-container .boxes .box .box-footer .box-bottom.box-bottom-100 {
  padding-top: 100px;
}

.box-container .boxes .box .box-footer .box-bottom.box-bottom-25 {
  padding-top: 25px;
}

.box-container .boxes .box .box-footer .box-bottom .box-bottom-left {
  float: left;
}

.box-container .boxes .box .box-footer .box-bottom .box-bottom-left.box-bottom-left-link p a {
  font-family: "robotobold";
  color: #95989a;
  text-decoration: underline;
}

.box-container .boxes .box .box-footer .box-bottom .box-bottom-right {
  float: right;
}

.noFavorites {
  margin: 0 auto;
}

.star-download-contour {
  display: inline-block;
  position: relative;
  background-color: #f47b1f;
  border-radius: 3px;
  margin: 3px;
  width: 30px;
  height: 28px;
}

.star-download-contour.star-download-contour-smoky {
  background-color: #565667;
}

.star-download-contour.star-download-contour-fountain-blue {
  background-color: #70a4b6;
}

.star-download-contour.star-download-contour-tropical-blue {
  background-color: #a1c6e7;
}

.star-download-contour.star-download-contour-lochmara {
  background-color: #2d70ac;
}

.star-download-contour--large {
  width: 54px;
  height: 45px;
}

.star-download-contour svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.star-download-contour.white .svg-star.star-filled .svg-star-path {
  fill: #ffffff;
}

.star-download-contour.white .svg-star .svg-star-path {
  stroke: #ffffff;
}

.star-download-contour.white .svg-download .svg-download-path {
  fill: #ffffff;
}

.star-download-contour.white .svg-download .svg-download-line {
  stroke: #ffffff;
}

@media (max-width: 1919px) {
  .box-container.box-container-favorites .container-100 {
    padding: 0 45px 0 45px;
  }
}

/* === Boxes === */

/* === Profiles page === */

.profiles-bar {
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
  margin: 75px 0 25px 0;
}

.profiles-bar .user-information {
  float: left;
  padding: 15px 45px 15px 45px;
}

.profiles-bar .user-information .user-image {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  overflow: hidden;
  float: left;
}

.profiles-bar .user-information .user-image img {
  height: 55px;
}

.profiles-bar .user-information .user-name {
  float: left;
}

.profiles-bar .user-information .user-name p {
  padding: 12px 0 0 12px;
}

.profiles-bar .user-preferences {
  float: right;
}

.profiles-bar .user-preferences ul {
  padding: 28px 0 28px 0;
}

.profiles-bar .user-preferences ul li {
  display: inline;
}

.profiles-bar .user-preferences ul li a {
  padding: 28px 30px 30px 30px;
}

.profiles-bar .user-preferences ul li a:hover {
  text-decoration: none;
}

.profiles-bar .user-preferences ul li a:nth-child(odd) {
  border-left: solid 2px #f4f4f6;
}

.profiles-bar .user-preferences ul li a:nth-child(even) {
  border-right: solid 2px #f4f4f6;
}

.profiles-bar .user-preferences ul li a:nth-child(even):last-child {
  border-left: solid 2px #f4f4f6;
}

.profiles-bar .user-preferences ul li a.active {
  border-bottom: solid 2px #2d70ac;
}

.profiles-bar .user-preferences ul li span {
  font-family: "robotomedium";
  text-transform: uppercase;
  color: #6d6e71;
  padding-left: 10px;
}

.profiles-bar .user-preferences ul li .svg-star {
  width: 20px;
  height: 20px;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.content.content-favorites {
  background-color: #f9f9f9;
}

.content.content-favorites .svg-hamburger {
  width: 25px;
  height: 20px;
}

.content.content-favorites .svg-hamburger.svg-hamburger-favorites line.svg-hamburger-line {
  stroke: #333333;
}

.content.content-favorites .svg-hamburger.svg-hamburger-favorites.list-active line.svg-hamburger-line {
  stroke: #2d70ac;
}

.content.content-favorites .boxes {
  display: flex;
}

.content.content-favorites .boxes .box {
  display: flex;
  flex-direction: column;
}

.content.content-favorites .boxes .box .box-text {
  flex-grow: 1;
}

.dropdown-filter {
  display: inline-block;
  font-family: "robotolight";
  padding-top: 10px;
}

.dropdown-filter button {
  border: none;
}

.dropdown-filter button:focus {
  border: none;
  box-shadow: none;
}

.dropdown-filter .dropdown-menu-profile {
  padding: 0;
  border-radius: 0;
}

.dropdown-filter .dropdown-menu-profile .dropdown-item {
  background-color: inherit;
  border-radius: 0;
}

.dropdown-filter .dropdown-menu-profile .dropdown-item:focus {
  border: none;
  box-shadow: none;
  outline: 0px;
}

.dropdown-filter .dropdown-menu-profile .dropdown-item:hover {
  background-color: #2d70ac;
  color: #ffffff;
}

.profile-picture .user-image {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
  float: right;
}

.profile-picture .user-image img {
  height: 220px;
}

.profile-picture .user-image .changeProfileName {
  font-family: "robotolight";
  color: #6d6e71;
  padding: 10px 0 0 0;
}

.profile-picture .changeProfileTexts {
  display: block;
  text-align: center;
  float: right;
}

@media (max-width: 1749px) {
  .content.content-favorites .box-container .boxes .box .box-text {
    padding: 30px 10px 20px 10px;
  }
}

@media (max-width: 767px) {
  .profiles-bar .user-preferences {
    float: none;
    clear: both;
  }

  .profiles-bar .user-preferences ul li a:nth-child(odd) {
    border-left: none;
  }

  .profiles-bar .user-preferences ul li a:nth-child(even) {
    border-right: none;
  }

  .profiles-bar .user-preferences ul li a:nth-child(even):last-child {
    border-left: none;
  }

  .profile-picture .user-image {
    float: none;
  }

  .profile-picture .changeProfileTexts {
    float: none;
    text-align: left;
  }
}

/* === Profiles page === */

/* === Contact page === */

.container-contact-form {
  background-image: url(/images/contact-form-background.png?045f73383ac3a4f0ddd68652637f50ee);
}

.contact {
  padding: 75px 0 125px 0;
}

.contact p {
  font-family: "robotolight";
  color: #ffffff;
  padding: 0 0 20px 0;
}

.contact p span.bold {
  font-family: "robotobold";
}

.contact p a {
  color: #ffffff;
  text-decoration: underline;
}

.contact p a.orange {
  color: #f47b1f;
}

.contact p a.airForceBlue {
  color: #5694a9;
}

.contact form.frm-contact .form-control:focus {
  border-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
}

.contact form.frm-contact .g-recaptcha {
  padding: 5px 0 5px 0;
}

.contact form.frm-contact label {
  font-family: "robotoregular";
  color: #ffffff;
}

.contact form.frm-contact label.label-input {
  padding: 0 0 15px 0;
}

.contact form.frm-contact input {
  border: 1px solid #ffffff;
  border-radius: 0px;
  background-color: transparent;
  color: #ffffff;
  font-family: "robotoregular";
  text-indent: 20px;
}

.contact form.frm-contact textarea {
  border-radius: 0px;
  border-color: #ffffff;
  background-color: transparent;
  height: 150px;
  resize: none;
  color: #ffffff;
  text-indent: 20px;
  font-family: "robotoregular";
}

.contact form.frm-contact textarea.form-control:focus {
  border-color: #ffffff;
  border: 1px solid #ffffff;
}

.contact form.frm-contact button.btn-send-message {
  margin: 25px 0 0 0;
  float: right;
  display: block;
  background-color: #ffffff;
  color: #163856;
  font-size: 18px;
}

/* === Contact page === */

/* == Video page ====*/

.box-container.box-container-bg-gray {
  background-color: #f9f9f9;
}

.box-container.box-container-bg-white {
  background-color: #ffffff;
}

.box-container.box-container-bg-blue {
  background-color: #e2eef8;
}

.box-container .boxes .box.box-video .box-text {
  background-color: transparent;
  box-shadow: none;
}

.box-container .boxes .box.box-video .box-text.box-text-video {
  padding: 55px 40px 40px 40px;
}

.box-container .boxes .box.box-video .box-text.box-text-video .box-top-right {
  border-bottom-left-radius: 20px;
}

.box-container .boxes .box.box-video .box-text h1.box-title.box-video-title {
  font-size: 18px;
  padding: 0 0 10px 0;
}

.box-container .boxes .box.box-video .box-text h1.box-title.box-video-title p {
  color: #2d70ac;
  font-family: "robotobold";
}

.box-container .boxes .box.box-video .box-text p.box-paragraph {
  color: #707070;
  font-size: 18px;
}

.box-container .boxes .box.box-video .box-image {
  height: 200px;
  width: 100%;
  display: flex;
  background-size: cover;
  flex-flow: row nowrap;
}

.box-container .boxes .box.box-video .box-video-left,
.box-container .boxes .box.box-video .box-video-right {
  margin: 0 0 25px 0;
  cursor: pointer;
}

.box-container .boxes .box.box-video .box-video-left {
  background-color: #ffffff;
}

.box-container .boxes .box.box-video .box-video-right {
  background-color: #f3f5f5;
}

.box-container .boxes .box.box-video a {
  text-decoration: none;
}

.box-container .boxes .box.box-video .video-author {
  padding-bottom: 12px;
}

.box-container .boxes .box .video-box-container,
.box-container .boxes .box .podcast-box-container {
  width: 100%;
}

.box-container .boxes .box .video-box-container.active,
.box-container .boxes .box .podcast-box-container.active {
  border: solid 2px #70a4b6;
}

.video-icons {
  position: absolute;
  top: 6%;
  left: 2%;
}

.video-icons .video-favorite,
.video-icons .podcast-favorite,
.video-icons .video-download,
.video-icons .podcast-download {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 10px 10px 46px -7px rgba(0, 0, 0, 0.5);
}

.video-icons .video-favorite,
.video-icons .podcast-favorite {
  padding: 10px;
}

.video-icons .video-download {
  padding: 11px 12px 11px 12px;
}

.video-icons .podcast-download {
  padding: 9px 11px 9px 11px;
}

.video-icons .podcast-download.hidden {
  display: none;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

video:focus {
  outline: none;
}

audio {
  margin: 0 auto;
  display: block;
}

audio.audio-on-video-page {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

audio.visible-none {
  visibility: hidden;
}

audio.visible {
  visibility: visible;
}

audio:focus {
  outline: none;
}

.podcast {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

/* navigation of video categories*/

#category-1,
#category-2,
#category-3,
#category-4,
#category-5 {
  display: none;
}

#category-1.active,
#category-2.active,
#category-3.active,
#category-4.active,
#category-5.active {
  display: block;
}

ul.page-navigation-list {
  text-align: center;
}

ul.page-navigation-list li {
  display: inline-block;
  padding: 25px 35px 25px 35px;
  margin: 0 auto;
}

ul.page-navigation-list li.page-navigation {
  cursor: pointer;
}

ul.page-navigation-list li.page-navigation a p {
  color: #2d70ac;
  font-family: "robotomedium";
  text-transform: uppercase;
  padding: 20px 40px 20px 40px;
  background-color: #ffffff;
  border: solid 1px #a1c6e7;
  border-radius: 4px;
  width: 275px;
}

ul.page-navigation-list li.page-navigation a:hover {
  text-decoration: none;
  color: #333333;
}

ul.page-navigation-list li.page-navigation.active a p {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  background-color: #2d70ac;
}

/* navigation of video categories*/

@media (max-width: 1569px) {
  .col-md-6-video {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1280px) {
  .col-sm-12-video {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-mobile-padding-left-15 {
    padding-left: 15px;
  }

  .col-mobile-padding-right-15 {
    padding-right: 15px;
  }

  .col-mobile-margin-left-15 {
    margin-left: 15px;
  }

  .col-mobile-margin-right-15 {
    margin-right: 15px;
  }
}

@media (min-width: 1279px) {
  .order-md-video-1 {
    order: 1;
  }

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

@media (max-width: 575px) {
  .box-container .boxes .box.box-video .box-image {
    height: 200px;
  }

  .box-container .boxes .box.box-video .box-text.box-text-video {
    padding: 55px 10px 35px 10px;
  }
}

/* == Video page ====*/

/* === Search page === */

.search-page-wrapper .search {
  padding: 50px 50px 50px 150px;
  border-top: solid 1px #5694a9;
}

.search-page-wrapper .search:nth-child(odd) {
  background-color: #f9f9f9;
}

.search-page-wrapper .search:last-child {
  border-bottom: solid 1px #5694a9;
}

.search-page-wrapper .search p.search-title {
  color: #5694a9;
}

.search-page-wrapper .search p.search-url {
  color: #bcbccb;
}

.search-page-wrapper .search p.search-url a {
  color: #bcbccb;
  text-decoration: underline;
}

.search-page-wrapper .search p.search-description {
  color: #707070;
  padding: 0 0 0 0;
}

.search-page-wrapper .search p span.bold {
  font-family: "robotobold";
}

.search-amount {
  padding: 0 0 100px 0;
}

.search-amount p.search-amount-text {
  color: #bcbccb;
  border-bottom: solid 1px #bcbccb;
}

.box-container {
  background-color: rgba(249, 249, 249, 0.33);
}

.box-container.box-container-search-related {
  background-color: #ffffff;
}

.box-container.box-container-search-related .boxes.boxes-no-padding-top {
  padding-top: 0px;
}

.box-container.box-container-search-related .boxes .box .box-text .box-text-search {
  padding: 0 0 12px 0;
  border-bottom: solid 1px #95989a;
}

.box-container.box-container-search-related .boxes .box .box-text .box-text-search:last-child {
  border-bottom: none;
}

.box-container.box-container-search-related .boxes .box .box-text p.related-title {
  font-family: "robotobold";
  text-transform: uppercase;
  color: #707070;
  padding: 12px 0 12px 0;
}

.box-container.box-container-search-related .boxes .box .box-text p.related-topic a {
  color: #5694a9;
}

.pagination {
  float: right;
  padding: 20px 0 0 0;
  display: inline-flex;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination .pagination-page {
  padding: 0 10px 0 10px;
  cursor: pointer;
}

.pagination .pagination-page p {
  padding: 5px 15px 5px 15px;
  border: solid 1px #707070;
}

.pagination .pagination-page p.active {
  background-color: #c50f3c;
  color: #ffffff;
  border: solid 1px #c50f3c;
}

.pagination .pagination-page p:hover {
  background-color: #c4526d;
  color: #ffffff;
}

.pagination .navigation-arrow-left,
.pagination .navigation-arrow-right {
  padding: 5px 15px 5px 15px;
  border: solid 1px #707070;
  cursor: pointer;
}

.pagination .navigation-arrow-left .svg-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 3px 0 0 0;
}

.pagination .navigation-arrow-right .svg-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 3px 0 0 0;
}

@media (max-width: 1199px) {
  .search-page-wrapper .search {
    padding: 50px 50px 50px 15px;
  }
}

@media (max-width: 767px) {
  .search-page-wrapper .search {
    padding: 50px 15px 50px 15px;
  }

  .box-container {
    background-color: rgba(249, 249, 249, 0.33);
  }

  .box-container.box-container-search-related {
    padding: 0 0 20px 0;
  }
}

/* === Search page === */

/* === Popups === */

.sign-in-up-links p {
  color: #6d6e71;
}

.sign-in-up-links p a {
  color: #6d6e71;
}

.sign-in-up-links p.sign-in-link {
  float: left;
  width: 150px;
  border-right: solid 1px #707070;
}

.sign-in-up-links p.sign-in-link.orange {
  color: #f47b1f;
}

.sign-in-up-links p.sign-in-link.airForceBlue {
  color: #5694a9;
}

.sign-in-up-links p.sign-up-link {
  float: right;
}

.sign-in-up-links p.sign-up-link.orange {
  color: #f47b1f;
}

.sign-in-up-links p.sign-up-link.airForceBlue {
  color: #5694a9;
}

.header .header-title.header-title-sign-in-up {
  text-align: inherit;
  padding: 0 0 50px 0;
  clear: both;
}

.signin-popup-content h1.padding-bottom-sign-in-up {
  padding: 0 0 20px 0;
}

.signin-popup-content .registerProfileName {
  font-family: "robotolight";
  color: #6d6e71;
  padding: 10px 0 0 0;
}

.signin-popup-content p.accessible {
  padding-top: 20px;
}

.sign-in-up-text-bottom {
  font-size: 12px;
  padding: 20px 0 50px 0;
}

.sign-in-up-text-bottom a {
  color: #6d6e71;
  text-decoration: underline;
}

.sign-in-up-text-bottom-terms-use {
  font-size: 12px;
  padding: 0 0 20px 0;
}

.sign-in-up-text-bottom-terms-use a {
  color: #6d6e71;
  text-decoration: underline;
}

form .form-check-no-padding-left {
  padding-left: 0rem;
}

form.frm-sign-in-up label {
  font-family: "robotolight";
  color: #6d6e71;
  width: 100%;
}

form.frm-sign-in-up label.label-input {
  padding: 0 0 20px 0;
}

form.frm-sign-in-up input {
  border-radius: 0px;
  margin: 0 0 30px 0;
  font-family: "robotolight";
  background-color: transparent;
}

form .profilePicture {
  padding: 0 0 30px 0;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .header .header-title.header-title-sign-in-up {
    text-align: inherit;
  }
}

@media screen and (max-width: 767px) {
  form.frm-sign-in-up label.label-input {
    margin: 0;
  }
}

@media (max-width: 487px) {
  header .sign-in-up-links p.sign-in-link {
    border-right: none;
  }
}

/* === Popups === */

/* change account */

form.frm-change-account {
  padding: 0 0 50px 0;
}

form.frm-change-account label {
  font-family: "robotolight";
  color: #6d6e71;
  width: 100%;
}

form.frm-change-account label.label-input {
  padding: 0 0 20px 0;
}

form.frm-change-account input {
  border-radius: 0px;
  margin: 0 0 30px 0;
  font-family: "robotolight";
  background-color: transparent;
}

/* change account */

/* carousel cell therapy team */

.local-team-bg {
  background-image: url(/images/local-team-bg.png?e15f35331259838290d0b8063ab143da);
  background-repeat: no-repeat;
  background-size: contain;
}

.team {
  background-image: url(/images/background-team.png?03acfb7b7321e7b8c9ba30481701d152);
  background-repeat: repeat-x;
  background-position: 0% 50%;
  background-size: 250px;
}

.carousel {
  height: 675px;
}

.carousel .carousel-item {
  background-color: #f1f9ff;
  border: solid 1px #bce0fd;
  height: auto;
  width: 350px;
  height: 650px;
  opacity: 1 !important;
}

.carousel .carousel-item.active {
  background-color: #ffffff;
}

.carousel .carousel-item img {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 50px 0 20px 0;
}

.carousel .carousel-item p {
  font-size: 14px;
  line-height: 21px;
}

.carousel .carousel-item p.description-teammember {
  padding: 50px 30px 50px 30px;
}

.carousel .carousel-item p.title-teammember {
  padding: 10px 0 0 0;
}

.carousel .carousel-item a.contact-teammember {
  background-color: #2d70ac;
  padding: 10px 0 10px 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "robotobold";
  text-decoration: none;
  font-size: 10px;
  border-radius: 5px;
}

/* carousel cell therapy team */

/* cookie */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  padding: 20px 0 20px 0;
  margin: 10px 0 0 0;
  border-top: 4px solid #666666;
  display: none;
}

.cookie-banner a {
  text-decoration: underline;
  color: #2a2d2e;
}

.cookie-banner a:active,
.cookie-banner a:hover {
  text-decoration: none;
  color: #cc2222;
}

@media (max-width: 600px) {
  .cookie-banner {
    font-size: rem(14);
  }
}

.cookie-banner p {
  width: 90%;
  padding-right: rem(40);
}

@media (max-width: 850px) {
  .cookie-banner p {
    padding-right: 0;
    padding-bottom: rem(16);
  }
}

@media (max-width: 845px) {
  .cookie-banner p {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

@media (max-width: 850px) {
  .cookie-banner .flex {
    display: block;
    text-align: center;
  }
}

.cookie-banner button {
  background-color: #c50f3c;
  color: #ffffff;
  font-family: "robotoregular";
  font-size: 25px;
  padding: 15px 20px 15px 20px;
  border-color: transparent;
  cursor: pointer;
}

.cookie-banner button:hover {
  background-color: #c4526d;
}

.cookie-banner button:focus {
  outline: none;
}

.cookie-banner button.btn-accept-cookies {
  float: right;
  display: block;
}

@media (max-width: 845px) {
  .cookie-banner button.btn-accept-cookies {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

/* error pages */

.notfoundpage,
.accessdeniedpage {
  margin-bottom: -30px;
}

/* error pages */

/* alerts */

.alert-warning,
.alert-success {
  color: #ffffff;
  border-color: solid 0px;
  font-family: "robotoregular";
  font-size: 13px;
}

.alert-warning.alert-warning-password-reset,
.alert-success.alert-warning-password-reset {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 60%;
}

#registerError ul {
  list-style: inherit;
}

#registerError ul li {
  font-size: 13px;
  padding: 0 0 6px 0;
}

#registerError ul li:last-child {
  padding: 0;
}

#loginError ul li {
  font-size: 13px;
}

#loginSuccess ul li {
  font-size: 13px;
}

/* alerts */

/*pipeline-page*/

.pipeline-bg {
  background-image: url(/images/pipeline-bg.png?9a0b0622e65d7d4cdffb5a3b262bfc7a);
  background-repeat: no-repeat;
  background-size: contain;
}

.pipeline-bg .pipeline {
  padding: 15px 0 10px 0;
  border-bottom: solid 1px #dedede;
}

.pipeline-bg .pipeline .pipeline-text {
  padding-bottom: 30px;
}

.pipeline-bg .pipeline .phases .phase {
  height: 24px;
  margin-top: 28px;
  margin-bottom: 10px;
  position: relative;
  width: 33.33%;
}

.pipeline-bg .pipeline .phases .phase span {
  display: block;
  margin-right: 10px;
  text-align: right;
  text-transform: uppercase;
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
  color: #c50f3c;
  font-family: "robotobold";
}

.pipeline-bg .pipeline .phases .phase1 .phase:first-child {
  background-image: linear-gradient(90deg, #4791d0, #265d8f 100%);
}

.pipeline-bg .pipeline .phases .phase1 .phase:nth-child(2) {
  border-right: solid 1px #ccdbe8;
}

.pipeline-bg .pipeline .phases .phase1 .phase:nth-child(2),
.pipeline-bg .pipeline .phases .phase1 .phase:nth-child(3) {
  background-color: #f1f6f9;
}

.pipeline-bg .pipeline .phases .phase1 .phase:nth-child(2) span,
.pipeline-bg .pipeline .phases .phase1 .phase:nth-child(3) span {
  display: none;
}

@media (max-width: 1280px) {
  .pipeline-bg .pipeline .phases .phase1 .phase {
    width: 33.33%;
  }
}

.pipeline-bg .pipeline .phases .phase1:after {
  background: #c50f3c;
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  left: 33.33%;
}

.pipeline-bg .pipeline .phases .phase2 .phase:first-child {
  background-image: linear-gradient(90deg, #4791d0, #2d70ac 100%);
}

.pipeline-bg .pipeline .phases .phase2 .phase:nth-child(2) {
  background-image: linear-gradient(90deg, #2d70ac, #265d8f 100%);
}

.pipeline-bg .pipeline .phases .phase2 .phase:first-child span,
.pipeline-bg .pipeline .phases .phase2 .phase:nth-child(3) span {
  display: none;
}

.pipeline-bg .pipeline .phases .phase2 .phase:nth-child(3) {
  background-color: #f1f6f9;
}

.pipeline-bg .pipeline .phases .phase2:after {
  background: #c50f3c;
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  left: 66.66%;
}

.pipeline-bg .pipeline .phases .phase3 .phase:first-child {
  background-image: linear-gradient(90deg, #4791d0, #2d70ac 100%);
}

.pipeline-bg .pipeline .phases .phase3 .phase:nth-child(2) {
  background-image: linear-gradient(90deg, #2d70ac, #265d8f 100%);
}

.pipeline-bg .pipeline .phases .phase3 .phase:nth-child(3) {
  background-image: linear-gradient(90deg, #265d8f, #1d3e63 100%);
}

.pipeline-bg .pipeline .phases .phase3 .phase:first-child span,
.pipeline-bg .pipeline .phases .phase3 .phase:nth-child(2) span {
  display: none;
}

.pipeline-bg .pipeline .phases .phase3:after {
  background: #c50f3c;
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  left: 99.99%;
}

.pipeline-image {
  padding: 50px 0 50px 0;
}

.pipeline-image img {
  width: 100%;
}

/*pipeline-page*/

/*forgotten password*/

#confirmforgottenpassword {
  width: 30%;
}

/*forgotten password*/

.cta-link--large.cta-link-star svg {
  width: 24px;
  height: 24px;
  display: none;
}

.cta-link--large.cta-link-download svg {
  width: 17px;
  height: 20px;
}

.js-link {
  text-decoration: none !important;
}

.js-link:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

/* Favorite toggle */

.js-favorite-toggle {
  text-decoration: none !important;
}

.js-favorite-toggle svg {
  display: none;
}

.js-favorite-toggle[data-active="0"] .el-favorite-not-active {
  display: inline-block;
}

.js-favorite-toggle[data-active="1"] .el-favorite-active {
  display: inline-block;
}

/* Favorite toggle */

.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

.flex {
  display: flex;
  flex-direction: row;
}

.flex.center {
  margin: 0 auto;
}

.flex__grow {
  flex-grow: 1;
  flex-shrink: 0;
}

.flex--center-y {
  align-items: center;
}

.flex--center-x {
  justify-content: center;
}

/* cookie */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icons-tiles-change,
  .dropdown-filter {
    display: none !important;
  }
}

.header-image-podcasts {
  height: 327px;
  -o-object-fit: cover;
     object-fit: cover;
}

.virtual-hospital {
  max-width: 1060px;
  margin: auto;
}

.virtual-hospital-container {
  margin-top: -10px;
  background-color: #ececec;
}

.virtual-hospital p {
  color: #444;
  font-family: proxima-nova, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  padding: 0 20px;
  line-height: 1.5;
  box-sizing: border-box;
}

.checkbox-button {
  margin-right: 6px;
  margin-top: -3px;
}

.checkbox-button.last {
  margin-top: -2px;
}

.policy-link {
  color: #c50f3c;
  text-decoration: underline;
}

.required-paragraph {
  font-size: 12px;
  margin-bottom: 1rem;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.potential-indication sup {
  font-size: 0.65rem;
}

.pipeline-bg .subtitle {
  color: #2d70ac;
  font-size: 24px;
  font-family: "roboto";
  padding: 4rem 0 30px 0;
  font-weight: bold;
}

.pipeline-bg .phases .status {
  color: white;
  margin-left: 3px;
}

.pipeline-bg .phases .phase1 .status {
  margin-top: -16px;
}

.podcast_list_item,
.img-container img {
  cursor: pointer;
}

