/**
 * Prefixing variable names with the thing they are used for
 * makes for easier recognition later.
 *
 * e.g. $color- for color variables.
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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", "Liberation 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;
}

*,
*::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", "Liberation 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: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

html.no-scroll {
  overflow: hidden;
}

body {
  background: #fff;
  color: #323139;
}

.main-image {
  text-align: center;
}
.main-image img {
  display: inline-block;
}

button {
  line-height: 1;
  border: 0;
  padding: 0;
  background: transparent;
}

label,
button {
  cursor: pointer;
}

::placeholder {
  transition: opacity 0.3s;
}

input:focus {
  outline: 0;
  box-shadow: none;
}
input:focus::placeholder {
  opacity: 0;
}

nav ul {
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.button {
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  margin-top: 1rem;
  padding: 1rem;
  outline: 0;
  transition: color 0.3s, box-shadow 0.3s;
}
.button:hover, .button:focus {
  text-decoration: none;
  transition: color 0.3s, box-shadow 0.3s;
}

.button--primary {
  border-color: #404040;
  color: #404040;
  box-shadow: inset 0 0 0 #404040;
}
.button--primary:hover, .button--primary:focus {
  color: #404040;
}

.button--secondary {
  border-color: #fff;
  color: #fff;
  box-shadow: inset 0 0 0 #fff;
}
.button--secondary:hover, .button--secondary:focus {
  color: #fff;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 5rem;
}

form .link-color-ci {
  text-decoration: underline !important;
}

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

@media (min-width: 1024px) {
  .carousel-item img {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .carousel-item img {
    height: 60vh;
    object-fit: cover;
    object-position: center center;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.container .container {
  padding-right: 0;
  padding-left: 0;
}

.container-full-width {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .container {
    max-width: 40rem;
  }
}
@media screen and (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}
@media screen and (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}
@media screen and (min-width: 75em) {
  .container {
    max-width: 70rem;
  }
}
@media screen and (min-width: 90em) {
  .container {
    max-width: 90rem;
  }
}
h3,
h4,
h5,
h6 {
  hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.25;
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.625rem;
}

h4,
h5 {
  font-size: 1.625rem;
  font-weight: 700;
}

h5 {
  font-weight: 300;
}

h6 {
  font-size: 1.25rem;
  font-weight: 700;
}

p,
ol,
ul {
  font-size: 0.875rem;
  margin: 0;
}
p + p,
p + ol,
p + ul,
ol + p,
ol + ol,
ol + ul,
ul + p,
ul + ol,
ul + ul {
  margin-top: 1.5rem;
}

ul,
ol {
  padding-left: 1.25rem;
}

.button {
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.button:hover, .button:focus-visible {
  border-color: #ff6600;
  background: #ff6600;
  color: #fff;
}
.button[disabled] {
  background: #d8d8da;
}
.button[disabled]:hover {
  background: #d8d8da;
}

.button--primary-light:hover, .button--primary-light:focus-visible {
  border-color: #ff6600;
}

main a:not(.button) {
  text-decoration: none;
  color: #ff6600;
}
main a:not(.button):hover, main a:not(.button):focus {
  border-color: #cc5200;
  color: #cc5200;
}

@media screen and (min-width: 62em) {
  p,
  ol,
  ul {
    font-size: 1rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5,
  h6 {
    font-size: 1.625rem;
  }
}
main h1, main h2, main h3 {
  font-family: "Open Sans", arial, sans-serif;
  color: #ff6600;
  font-weight: 700;
}
main h2 {
  font-family: "Open Sans", arial, sans-serif;
  color: rgb(232, 5, 84);
  font-weight: 700;
}
main h3 {
  font-family: "Open Sans", arial, sans-serif;
  color: #ff6600;
}

.grid {
  display: grid;
  grid-gap: 1.875rem;
}

.grid-gap-m {
  grid-gap: 3.5rem !important;
}

.grid-gap-xl {
  grid-gap: 5.875rem !important;
}

.grid-gap-xxl {
  grid-gap: 8rem !important;
}

@media screen and (min-width: 48em) {
  .grid--two-columns-even {
    grid-template-columns: 1fr 1fr;
  }
  .grid--two-to-one {
    grid-template-columns: 2fr 1fr;
  }
  .grid--one-to-two {
    grid-template-columns: 1fr 2fr;
  }
  .grid--four-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 62em) {
  .grid--three-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid--four-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid-valign-middle {
  align-items: center;
}

.grid--two-columns-even div {
  margin-bottom: 1.875rem;
}

.teaser-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

@media screen and (min-width: 24em) {
  .teaser-list {
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  }
}
.teaser-list__item {
  margin-bottom: 2rem;
}

.teaser {
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  height: 100%;
}

.teaser--linked {
  text-decoration: none;
  color: #404040;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.1);
  transition: color 0.3s, transform 0.3s;
  background: #ebebeb;
  border: 1px solid #ff6600;
}
.teaser--linked .teaser__title,
.teaser--linked .teaser__text {
  color: #404040;
}
.teaser--linked:hover, .teaser--linked:focus-visible, .teaser--linked:active {
  color: #323139;
  transform: scale(1.05);
}
.teaser--linked:hover .teaser__title,
.teaser--linked:hover .teaser__text, .teaser--linked:focus-visible .teaser__title,
.teaser--linked:focus-visible .teaser__text, .teaser--linked:active .teaser__title,
.teaser--linked:active .teaser__text {
  color: #323139;
}

.teaser__figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser__figure picture {
  flex-shrink: 0;
  height: 56%;
}
.teaser__figure picture img {
  margin: auto;
}

.teaser__image {
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}

.teaser__caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
}
.teaser__caption .link {
  margin: auto auto 0 0;
  color: currentColor;
  border: 1px solid #454543;
  padding: 0.5rem;
}
.teaser__caption .link .icon {
  top: 0;
}

.teaser__title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  text-align: center;
}
.teaser__title + .teaser__date {
  margin-top: -1rem;
}

.teaser__text {
  margin-bottom: 1.5rem;
  text-align: center;
}

.collapsible {
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  margin-top: 1rem;
  border-collapse: collapse;
}
.collapsible + .collapsible {
  margin-top: 0;
}
.collapsible:last-of-type {
  border-bottom: 1px solid #e0e0e0;
  border-collapse: collapse;
}
.collapsible h2 {
  margin: 0;
}

.js .collapsible__title--no-js,
.js .collapsible__content--no-js {
  display: none;
}

.no-js .collapsible__title--js,
.no-js .collapsible__content--js {
  display: none;
}

.collapsible__title {
  line-height: 1;
  margin-bottom: 0;
  background-color: #f7f7f7;
}

.collapsible__toggle {
  font-size: 1rem;
  text-align: left;
  padding: 0.5rem;
  width: 100%;
  color: #000;
}
.collapsible__toggle h2 {
  font-size: 1rem;
}
.collapsible__toggle span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapsible__toggle .icon {
  top: 0;
  margin-left: 1rem;
}
.collapsible__toggle .icon--minus {
  display: none;
}
.collapsible__toggle:hover, .collapsible__toggle:focus {
  color: #323139;
}
.collapsible__toggle:focus {
  outline: 0;
}
.collapsible__toggle[aria-expanded=true] .icon--plus {
  display: none;
}
.collapsible__toggle[aria-expanded=true] .icon--minus {
  display: inline;
}

.collapsible__content--js {
  visibility: hidden;
  height: 0;
  padding: 0 0.5rem;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s;
}
.collapsible__content--js[aria-hidden=false] {
  visibility: visible;
  height: auto;
  padding: 0.5rem;
  transform: scaleY(1);
}

@media screen and (min-width: 40em) {
  .collapsible {
    margin-top: 0;
  }
  .collapsible__toggle {
    padding: 0.8rem;
  }
  .collapsible__toggle span {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .collapsible__toggle .icon {
    width: 1em;
  }
  .collapsible__content--js {
    padding: 0 1rem;
  }
  .collapsible__content--js[aria-hidden=false] {
    padding: 1rem;
  }
}
@media screen and (min-width: 80em) {
  .collapsible {
    margin-top: 0;
  }
  .collapsible__toggle {
    font-size: 1.25rem;
  }
}
.footer {
  color: #fff;
  background-color: #ff6600;
  background: rgb(232, 5, 84);
  background: linear-gradient(90deg, rgb(232, 5, 84) 0%, rgb(232, 5, 84) 18%, rgb(255, 102, 0) 100%);
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 48em) {
  .footer {
    padding-bottom: 1rem;
  }
  .footer .hide_mobile {
    display: none;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4 {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Open Sans", arial, sans-serif;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:link, .footer a:active, .footer a:visited {
  color: #fff;
}
.footer .container {
  position: relative;
}
@media screen and (min-width: 48em) {
  .footer .container {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 62em) {
  .footer .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 70em) {
  .footer .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sub-footer {
  color: #fff;
  background-color: #ff6600;
  background: rgb(232, 5, 84);
  background: linear-gradient(90deg, rgb(232, 5, 84) 0%, rgb(232, 5, 84) 18%, rgb(255, 102, 0) 100%);
}
@media screen and (max-width: 48em) {
  .sub-footer .hide_mobile {
    display: none;
  }
}
.sub-footer a {
  color: #fff;
}
.sub-footer a:hover, .sub-footer a:link, .sub-footer a:active, .sub-footer a:visited {
  color: #fff;
}
.sub-footer .container {
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .sub-footer .container {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 62em) {
  .sub-footer .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 80em) {
  .sub-footer .container {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (max-width: 48em) {
  .footer__navigation {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 62em) {
  .footer__sub-nav {
    display: flex;
  }
  .footer__sub-navigation-list {
    display: flex;
    align-items: flex-end;
    margin: 0;
    max-width: none;
  }
  .footer__sub-navigation-list-item {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #fff;
  }
  .footer__sub-navigation-list-item:first-child {
    padding-left: 0;
  }
  .footer__sub-navigation-list-item:last-child {
    border-right: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 80em) {
  .footer__sub-nav {
    float: right;
  }
  .footer__sub-navigation-list {
    margin: 0 auto;
    align-self: end;
  }
}
.footer__social-contact a {
  margin-right: 1rem;
}
.footer__social-contact a:hover {
  text-decoration: none;
}

/**
 * Non-critical header parts.
 *
 * This can be things only visible when a user interacts with it (e.g.: hover, focus, click).
 * Those things don't need to be loaded initially.
 */
.skiplink:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 90;
  height: auto;
  padding: 0.625rem;
  width: auto;
  clip: unset;
  overflow: visible;
  white-space: normal;
  background: #ebebeb;
  color: #ff6600;
  outline: 1px solid #ff6600;
  outline-offset: -3px;
}

.header-image__wrapper {
  max-height: 45rem;
  overflow: hidden;
}
.header-image__wrapper img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.image {
  margin: 0 auto;
}

@media screen and (min-width: 62em) {
  .image--half-width {
    max-width: 40rem;
  }
}
@media screen and (min-width: 90em) {
  .image--half-width {
    max-width: 50%;
  }
}
@media screen and (min-width: 120em) {
  .image--half-width {
    max-width: 80rem;
  }
}
.grid .image--half-width {
  max-width: 100%;
}

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