@charset "UTF-8";

/*
@import "node_modules/@fortawesome/fontawesome-pro/scss/fontawesome";
@import "node_modules/@fortawesome/fontawesome-pro/scss/solid";
@import "node_modules/@fortawesome/fontawesome-pro/scss/regular";
@import "node_modules/@fortawesome/fontawesome-pro/scss/light";
*/
/*
@import "mixin/color";
*/
/*!
 * Bootstrap v4.1.3 (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)
 */
: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;
  --orange: #e17000;
  --lorange: #f6d4b2;
  --peach: #fbaed9;
  --blue: #01689B;
  --lgrey: #CCCCCC;
  --grey: #696969;
  --blank: #ffffff;
  --xlgrey: #e6e6e6;
  --owhite: #f3f3f3;
  --black: #000000;
  --primary: #e17000;
  --primary-dark: #AA5400;
  --secondary: #01689B;
  --secondary-dark: #004A6F;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #000000;
  --contrast-text: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

p {
  font: -apple-system-body;
  margin-top: 0;
  margin-bottom: 1rem;
}

ul,
ol,
button,
td,
span,
div,
.info-block-label,
a,
.view-toggle {
  font: -apple-system-body !important;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #01689B;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #01354f;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

#map-canvas::before,
#map-canvas::after {
  content: '';
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: ease 900ms;
  transition-property: visibility, opacity;
}

#map-canvas::before {
  border: 2px solid var(--white);
  border-top: 2px solid var(--secondary);
  border-radius: 50%;
  width: 32px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 32px;
  z-index: 10;
  animation: loader 600ms linear infinite;
}

#map-canvas::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--secondary);
  z-index: 5;
}

html.is--loading #map-canvas::before,
html.is--loading #map-canvas::after {
  opacity: 1;
  visibility: visible;
}

html.is--loading #map-canvas::after {
  opacity: 0.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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: 1200px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-hover .table-primary:hover {
  background-color: #f4caa1;
}

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

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #b8d5e3;
}

.table-hover .table-secondary:hover {
  background-color: #a6cadc;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #a6cadc;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #b8b8b8;
}

.table-hover .table-dark:hover {
  background-color: #ababab;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #ababab;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@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: #fff;
  border-color: #ffb062;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.4;
  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.4;
  border-radius: 0;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 0;
}

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: #28a745;
}

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

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  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: .1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

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

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  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;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #e17000;
  border-color: #e17000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #bb5d00;
  border-color: #ae5700;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 112, 0, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e17000;
  border-color: #e17000;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ae5700;
  border-color: #a15000;
}

.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(225, 112, 0, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #01689B;
  border-color: #01689B;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #014f75;
  border-color: #014668;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 104, 155, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #01689B;
  border-color: #01689B;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #014668;
  border-color: #013e5c;
}

.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(1, 104, 155, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.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(0, 0, 0, 0.5);
}

.btn-outline-primary {
  color: #e17000;
  background-color: transparent;
  background-image: none;
  border-color: #e17000;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e17000;
  border-color: #e17000;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 112, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #e17000;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e17000;
  border-color: #e17000;
}

.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(225, 112, 0, 0.5);
}

.btn-outline-secondary {
  color: #01689B;
  background-color: transparent;
  background-image: none;
  border-color: #01689B;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #01689B;
  border-color: #01689B;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 104, 155, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #01689B;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #01689B;
  border-color: #01689B;
}

.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(1, 104, 155, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.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(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #01689B;
  background-color: transparent;
}

.btn-link:hover {
  color: #01354f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e17000;
}

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: flex;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 0;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #e17000;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #ffca95;
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #e17000;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #e17000;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(225, 112, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(225, 112, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #e17000;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(225, 112, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}

.custom-select:focus {
  border-color: #ffb062;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 176, 98, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #ffb062;
  box-shadow: 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.custom-file-input:focus~.custom-file-label::after {
  border-color: #ffb062;
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e17000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffca95;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e17000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffca95;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #e17000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffca95;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e17000;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-top,
  .card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-bottom,
  .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-top,
  .card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-bottom,
  .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:only-child {
    border-radius: 0;
  }

  .card-group>.card:only-child .card-img-top,
  .card-group>.card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group>.card:only-child .card-img-bottom,
  .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #01689B;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #01354f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 112, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e17000;
  border-color: #e17000;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #e17000;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ae5700;
}

.badge-secondary {
  color: #fff;
  background-color: #01689B;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #014668;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #000000;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.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: #753a00;
  background-color: #f9e2cc;
  border-color: #f7d7b8;
}

.alert-primary hr {
  border-top-color: #f4caa1;
}

.alert-primary .alert-link {
  color: #422100;
}

.alert-secondary {
  color: #013651;
  background-color: #cce1eb;
  border-color: #b8d5e3;
}

.alert-secondary hr {
  border-top-color: #a6cadc;
}

.alert-secondary .alert-link {
  color: #00141f;
}

.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: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-dark hr {
  border-top-color: #ababab;
}

.alert-dark .alert-link {
  color: black;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e17000;
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e17000;
  border-color: #e17000;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #753a00;
  background-color: #f7d7b8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #753a00;
  background-color: #f4caa1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #753a00;
  border-color: #753a00;
}

.list-group-item-secondary {
  color: #013651;
  background-color: #b8d5e3;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #013651;
  background-color: #a6cadc;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #013651;
  border-color: #013651;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.4;
}

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

.modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.bg-secondary {
  background-color: #01689B !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #000000 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #e17000 !important;
}

.border-secondary {
  border-color: #01689B !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

.border-warning {
  border-color: #ffc107 !important;
}

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

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

.border-dark {
  border-color: #000000 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.d-flex {
  display: 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;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

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

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

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

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

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

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 5px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-truncate {
  overflow: hidden;
  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-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

.text-secondary {
  color: #01689B !important;
}

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

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

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

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

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*

  Media Query mixin

  See https://github.com/sass-mq/sass-mq/ for original full version.

  @example scss
   .element {
     @include mq($from: mobile) {
     color: red;
     }

     @include mq($to: tablet) {
     color: blue;
     }

     @include mq(mobile, tablet) {
     color: green;
     }

     @include mq($from: tablet, $and: '(orientation: landscape)') {
     color: teal;
     }

     @include mq(em(950px)) {
     color: hotpink;
     }

     @include mq(em(950px), $media-feature: height) {
     color: hotpink;
     }

     @include mq(tablet, $media-type: screen) {
     color: hotpink;
     }

     // Advanced use:
     $custom-breakpoints: (L: 900px, XL: 1200px);
     @include mq(L, $bp: $custom-breakpoints) {
     color: hotpink;
     }
   }

*/
/*

  Margin / Padding Quick Resets

  example: top & bottom margin set to $spacing-unit
  .element {
    @include push--ends;
  }

  example: left & right padding set to $spacing-unit--small
  .element {
    @include soft--sides($spacing-unit--small);
  }

*/
/*

  Helper mixins

*/
/*

  Form input placeholder text

  example:

  input,
  textarea {
    @include input-placeholder {
      color: $grey;
    }
  }

*/
/*

  Retina images

  example:

  .element {
    @include retina {
      background-image: url(../img/background@2x.png);
    }
  }

*/
/*

  Content margins

  fore removing first/last child margins

  example: default
  .element {
    @include content-margins;
  }

  output:
  .element > *:first-child {
    margin-top: 0;
  }
  .element > *:last-child {
    margin-bottom: 0;
  }

  example: empty selector
  .element {
    @include content-margins('false');
  }

  output:
  .element:first-child {
    margin-top: 0;
  }
  .element:last-child {
    margin-bottom: 0;
  }

*/
/*

  CSS Triangle

  used for creating CSS only triangles

  example:
  .element {

    &::before {
      @include css-triangle(blue, down);
    }
  }

*/
/*

  Hide text

  example:

  .element {
    @include hide-text;
  }

*/
/*

  Responsive ratio

  Used for creating scalable elements that maintain the same ratio

  example:
  .element {
    @include responsive-ratio(400, 300);
  }

*/
/*

  Typography

  Text image replacement, with responsive ratio

  HTML:

  <h1 class="element">
    <span>Text to replace</span>
  </h1>

  example:
  .element {
    @include typography(200, 50, 'hello-world');
  }


*/
/*

  Icon

  For using fontastic icons in pseudo elements

*/
/*

  Colours

  background, colour, etc. match up with colour map in _variables.scss

  modify to suit per project

*/
/*

  Fluid Property

  http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx

  HTML:

  <h1 class="element">
    <span>Text to replace</span>
  </h1>

  example:
  h1 {
    @include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
  }

  output:
  h1 {
    font-size: calc(3.125vw + 40px); //This is the magic!
  }

  @media (max-width:320px){ //Clips the start to the min value
    font-size:50px;
  }

  @media (min-width:1920px){ //Clips the end to the max value
    font-size:100px;
  }


*/
/*

  Misc

*/
@font-face {
  font-family: "RO Sans";
  src: url("../font/ROsanswebtextregular.eot?") format("embedded-opentype"), url("../font/ROsanswebtextregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RO Sans";
  src: url("../font/ROsanswebtextitalic.eot?") format("embedded-opentype"), url("../font/ROsanswebtextitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "RO Sans";
  src: url("../font/ROsanswebtextbold.eot?") format("embedded-opentype"), url("../font/ROsanswebtextbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RO Serif";
  src: url("../font/ROserifwebregular.eot?") format("embedded-opentype"), url("../font/ROserifwebregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RO Serif";
  src: url("../font/ROserifwebitalic.eot?") format("embedded-opentype"), url("../font/ROserifwebitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "RO Serif";
  src: url("../font/ROserifwebbold.eot?") format("embedded-opentype"), url("../font/ROserifwebbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RO Icons";
  font-style: normal;
  font-weight: bold;
  src: url("../font/ro-icons-1.6.woff") format("opentype"), url("../font/ro-icons-1.6.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

#mainwrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

#mainwrapper:before,
#mainwrapper:after {
  content: " ";
  display: table;
}

#mainwrapper:after {
  clear: both;
}

#header {
  margin-left: -15px;
  margin-right: -15px;
}

#header:before,
#header:after {
  content: " ";
  display: table;
}

#header:after {
  clear: both;
}

#header .logo {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#header .logo:before,
#header .logo:after {
  content: " ";
  display: table;
}

#header .logo:after {
  clear: both;
}

#header .titlebar .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#header .titlebar .wrapper:before,
#header .titlebar .wrapper:after {
  content: " ";
  display: table;
}

#header .titlebar .wrapper:after {
  clear: both;
}

#header #search .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#header #search .wrapper:before,
#header #search .wrapper:after {
  content: " ";
  display: table;
}

#header #search .wrapper:after {
  clear: both;
}

#header #search .wrapper form {
  left: 33.33333%;
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #header #search .wrapper form {
    left: 75%;
  }
}

@media (min-width: 768px) {
  #header #search .wrapper form {
    float: left;
    width: 25%;
  }
}

#navBar {
  margin-left: -15px;
  margin-right: -15px;
}

#navBar:before,
#navBar:after {
  content: " ";
  display: table;
}

#navBar:after {
  clear: both;
}

#navBar .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#navBar .wrapper:before,
#navBar .wrapper:after {
  content: " ";
  display: table;
}

#navBar .wrapper:after {
  clear: both;
}

#navigation .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#navigation .wrapper:before,
#navigation .wrapper:after {
  content: " ";
  display: table;
}

#navigation .wrapper:after {
  clear: both;
}

#main {
  margin-left: -15px;
  margin-right: -15px;
}

#main:before,
#main:after {
  content: " ";
  display: table;
}

#main:after {
  clear: both;
}

#main .header .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#main .header .wrapper:before,
#main .header .wrapper:after {
  content: " ";
  display: table;
}

#main .header .wrapper:after {
  clear: both;
}

#main .headerImage .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#main .headerImage .wrapper:before,
#main .headerImage .wrapper:after {
  content: " ";
  display: table;
}

#main .headerImage .wrapper:after {
  clear: both;
}

#main .homeHeaderImage.noImage .wrapper {
  margin-bottom: 0;
}

#main .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#main .wrapper:before,
#main .wrapper:after {
  content: " ";
  display: table;
}

#main .wrapper:after {
  clear: both;
}

#main .wrapper .breaking {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #main .wrapper .breaking {
    float: left;
    width: 100%;
  }
}

#main .wrapper #content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #main .wrapper #content {
    float: left;
    width: 100%;
  }
}

#main .wrapper #content.article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #main .wrapper #content.article {
    float: left;
    width: 66.66667%;
  }
}


.fullWidth #main .wrapper #content.article.fullWidth {
  width: 100%;
}

@media (min-width: 992px) {
  #main .wrapper .article.fullWidth {
    width: 100%;
  }
}

.has--divider {
  border-bottom: 1px solid var(--owhite);
}

.fullWidth #main .wrapper #content.article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper #content.article {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper #content.article {
    margin-left: 0;
  }
}

html[dir="rtl"].fullWidth #main .wrapper #content.article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  html[dir="rtl"].fullWidth #main .wrapper #content.article {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"].fullWidth #main .wrapper #content.article {
    margin-left: 33.33333%;
  }
}

#main .wrapper #aside {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  #main .wrapper #aside {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  #main .wrapper #aside {
    margin-left: 16.66667%;
  }
}

@media (min-width: 768px) {
  #main .wrapper #aside {
    float: left !important;
    clear: left !important;
  }
}

#main .wrapper #aside .block {
  width: 100%;
}

@media (min-width: 480px) {
  #main .wrapper #aside .block {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main .wrapper #aside .col .block {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 480px) {
  #main .wrapper #aside .col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #main .wrapper #aside .col {
    width: 50%;
  }
}

.fullWidth #main .wrapper #aside {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper #aside {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper #aside {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .fullWidth #main .wrapper #aside {
    float: left !important;
    clear: left !important;
  }
}

#main .wrapper .fullWidthSection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  #main .wrapper .fullWidthSection {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  #main .wrapper .fullWidthSection {
    margin-left: 16.66667%;
  }
}

#main .wrapper .fullWidthSection:has(.departments) {
  margin-bottom: 0;
}

.fullWidth #main .wrapper .fullWidthSection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper .fullWidthSection {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper .fullWidthSection {
    margin-left: 0;
  }
}

#main .wrapper #follow-up {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: none;
}

@media (min-width: 768px) {
  #main .wrapper #follow-up {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #main .wrapper #follow-up {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  #main .wrapper #follow-up {
    margin-left: 16.66667%;
  }
}

@media (max-width: 768px) {
  #main .wrapper #follow-up {
    clear: both;
  }
}

.fullWidth #main .wrapper #follow-up {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper #follow-up {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fullWidth #main .wrapper #follow-up {
    margin-left: 0;
  }
}

#main .wrapper #sitemap {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: none;
}

@media (min-width: 768px) {
  #main .wrapper #sitemap {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #main .wrapper #sitemap {
    float: left;
    width: 66.66667%;
  }
}

@media (max-width: 768px) {
  #main .wrapper #sitemap {
    clear: both;
  }
}

@media (min-width: 992px) {
  #main .wrapper #sitemap {
    margin-left: -15px;
    padding-left: 30px;
  }
}

.colRow {
  margin-left: 0;
  margin-right: 0;
}

.colRow:before,
.colRow:after {
  content: " ";
  display: table;
}

.colRow:after {
  clear: both;
}

#content> :first-child.colRow {
  margin-top: 0;
}

.two-columns {
  margin-left: -15px;
  margin-right: -15px;
}

.two-columns:before,
.two-columns:after {
  content: " ";
  display: table;
}

.two-columns:after {
  clear: both;
}

.two-columns .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .two-columns .column {
    float: left;
    width: 50%;
  }
}

.three-columns {
  margin-left: -15px;
  margin-right: -15px;
}

.three-columns:before,
.three-columns:after {
  content: " ";
  display: table;
}

.three-columns:after {
  clear: both;
}

.three-columns .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .three-columns .column {
    float: left;
    width: 33.33333%;
  }
}

#logoBlock {
  margin-left: -15px;
  margin-right: -15px;
}

#logoBlock:before,
#logoBlock:after {
  content: " ";
  display: table;
}

#logoBlock:after {
  clear: both;
}

#logoBlock .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#logoBlock .wrapper:before,
#logoBlock .wrapper:after {
  content: " ";
  display: table;
}

#logoBlock .wrapper:after {
  clear: both;
}

#payoff {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#payoff:before,
#payoff:after {
  content: " ";
  display: table;
}

#payoff:after {
  clear: both;
}

#footer {
  margin-left: -15px;
  margin-right: -15px;
}

#footer:before,
#footer:after {
  content: " ";
  display: table;
}

#footer:after {
  clear: both;
}

#footer .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#footer .wrapper:before,
#footer .wrapper:after {
  content: " ";
  display: table;
}

#footer .wrapper:after {
  clear: both;
}

#footer .wrapper .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #footer .wrapper .column {
    float: left;
    width: 33.33333%;
  }
}

.site.message .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.site.message .wrapper:before,
.site.message .wrapper:after {
  content: " ";
  display: table;
}

.site.message .wrapper:after {
  clear: both;
}

.site.message.login {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.site.message.login:before,
.site.message.login:after {
  content: " ";
  display: table;
}

.site.message.login:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
li,
table,
tr,
th,
td,
form,
fieldset,
legend,
button,
div,
object,
img {
  margin: 0;
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.updatedTypo {
  font-size: 18px;
}

html.newTypo {
  font-size: 16px !important;
}

@media (min-width: 480px) {
  html.newTypo {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  html.newTypo {
    font-size: 20px !important;
  }
}

body {
  font-family: "RO Sans", Calibri, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #f3f3f3;
}

:lang(zh-Hans) body {
  font-family: Calibri, "MicrosoftYaHeiNew", "MicrosoftYahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

:lang(jp) body {
  font-family: Calibri, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

:lang(ru) body {
  font-family: Calibri, Arial, sans-serif;
}

:lang(ar) body {
  font-family: Calibri, Arial, sans-serif;
}

body:after {
  content: "mobile";
  display: none;
}

@media (min-width: 480px) {
  body:after {
    content: "phablet";
    display: none;
  }
}

@media (min-width: 768px) {
  body:after {
    content: "tablet";
    display: none;
  }
}

@media (min-width: 992px) {
  body:after {
    content: "desktop";
    display: none;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 112.5%;
    -webkit-text-size-adjust: 112.5%;
  }
}

:lang(ar) body {
  font-size: 90%;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 1200px) {
  :lang(ar) body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  }
}

body #mainwrapper {
  background-color: #fff;
}

h1 {
  padding: 0 0 .3em 0;
  font-size: 1.625em;
  font-weight: normal;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}

h2 {
  margin: .952em 0 .2em;
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.2381;
}

@media (min-width: 992px) {
  h2 {
    margin: 2em 0 .2em;
  }
}

h3 {
  font-size: 1.125em;
  line-height: 1.4444;
  font-weight: bold;
}

a h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
  font-style: normal;
}

h5 {
  font-style: italic;
}

p {
  margin-bottom: .8125em;
  line-height: 1.375em;
}

@media (min-width: 992px) {
  p {
    line-height: 1.4;
  }
}

pre {
  overflow: auto;
  white-space: pre-line;
  word-break: break-all;
}

em {
  font-style: italic;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg {
  display: block;
  width: 100%;
}

abbr {
  border-bottom: 1px dotted black;
  text-decoration: none;
  cursor: help;
}

sub,
sup {
  font-size: .83333em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: .5em 0 20px;
}

@media (min-width: 992px) {
  dl {
    margin: .5em 0 30px;
  }
}

dl:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

dt {
  display: block;
  width: 6em;
  float: left;
  clear: left;
  font-weight: bold;
  line-height: 1.4;
}

dd {
  margin: 0 0 .5em 6.9em;
  line-height: 1.4;
}

a {
  color: #01689b;
  text-decoration: underline;
}


a:focus,
a:hover {
  text-decoration: none;
  color: #154273;
}

a:focus h1,
a:focus h2,
a:focus h3,
a:focus h4,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4 {
  color: #154273;
}

a:focus:before,
a:hover:before {
  color: #154273;
}

a:focus h3,
a:hover h3 {
  text-decoration: underline;
  color: #154273;
}

a:focus h4,
a:hover h4 {
  text-decoration: underline;
  color: #154273;
}

a:focus {
  outline: 2px dotted #000;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  margin: -3px 3px 0 0;
}

.secure:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01689b;
  font-size: 11px;
  line-height: 11px;
  margin: -5px 0 0 5px;
}

.more {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0;
  padding-left: 20px;
  font-weight: normal;
  color: var(--secondary);
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
}

.more:visited {
  color: var(--secondary);
}

.more:hover {
  color: var(--secondary);
}

.more:hover:before {
  color: var(--secondary);
}

.more.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.more:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.more:before {
  line-height: inherit;
}

.block-audio-video ul li.toggle h2 a:focus {
  outline: 2px dotted #000;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.block-audio-video ul li.toggle li.download a:focus {

  outline: 2px dotted #000;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.4em 0;
}

form table {
  margin-left: -15px;
  margin-bottom: 0;
  min-width: 100%;
}

form table caption {
  color: #000;
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.2381;
  margin: 0;
  padding: 4px 10px;
}

@media (min-width: 992px) {
  form table caption {
    padding: 4px 20px;
  }
}

form table td:last-child {
  width: 100%;
}

form fieldset table {
  margin-left: -10px;
}

h2+table {
  margin-top: .8em;
}

td,
th {
  padding: 5px 10px 5px 10px;
  border-collapse: collapse;
  vertical-align: top;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #f3f3f3;
}

td:first-child,
th:first-child {
  border-left: none;
  padding-left: 10px;
}

td:last-child,
th:last-child {
  border-right: 0;
}

th {
  background-color: #e6e6e6;
  font-weight: bold;
}

th p,
td p {
  line-height: 1.4;
}

th p:last-child,
td p:last-child {
  margin-bottom: 0;
}

caption {
  padding-left: 0;
  margin: 1em 0;
  color: #696969;
  line-height: 1.4;
  text-align: left;
}

caption .cite {
  display: block;
  margin-top: .40623em;
}

tfoot td {
  background-color: transparent;
}

@media (min-width: 992px) {
  table {
    width: auto;
    margin: 0 0 20px 0;
  }

  td,
  th {
    padding: 10px 15px 10px 15px;
    line-height: 1.4;
  }

  form table {
    margin-left: 0;
  }

  table tbody th {
    width: 25%;
  }
}

time {
  display: inline-block;
}

address {
  font-style: normal;
}

blockquote {
  background: #f3f3f3;
  border-left: 10px solid #ccc;
  margin: 2em 0 1em 0;
  padding: .5em 0 1em .5em;
  color: #000;
  clear: both;
  display: block;
  width: 100%;
}

blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 5em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em;
  display: block;
  margin-top: .15em;
  margin-bottom: -.1em;
}

blockquote p {
  margin: 0 0 0 1em;
}

blockquote+p .quoteAuthor {
  display: block;
  background: #f3f3f3;
  border-left: 10px solid #ccc;
  margin: -2em 0 1em 0;
  padding-left: 1.5em;
  padding-bottom: .5em;
  font-style: italic;
}

blockquote+p .quoteAuthor:before {
  content: "\2013\0020";
}

.js-content {
  display: none;
}

.js .js-content {
  display: block;
}

.assistive {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

img.lazy {
  display: none;
}

.js img.lazy {
  display: inline;
}

.home h1 {
  padding: 0;
}

.article h1,
.fullWidth h1 {
  margin-bottom: .7692em;
  padding-bottom: 1px;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 992px) {

  .article h1,
  .fullWidth h1 {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {

  .article h1,
  .fullWidth h1 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}

.fullWidth h1 {
  margin-left: 15px;
  margin-right: 15px;
}

.superheading,
.subheading {
  color: #696969;
  font-size: 1.536em;
  font-weight: normal;
  line-height: 1.1429;
}

.superheading {
  margin: 0;
  margin-bottom: .15em;
}

.subheading {
  margin: -1em 0 1em;
}

#content .intro {
  margin-bottom: .9375em;
}

@media (min-width: 992px) {
  #content .intro {
    margin-bottom: 1.5238em;
  }
}

#content .intro p,
#content .intro {
  font-size: 1.25em;
  line-height: 1.3em;
}

@media (min-width: 768px) {

  #content .intro p,
  #content .intro {
    font-size: 1.3125em;
    line-height: 1.5238;
  }
}

.lead p {
  font-size: 1.25em;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .lead p {
    font-size: 1.3125em;
    line-height: 1.5238;
  }
}

.article-meta {
  margin: 0 0 20px;
  color: #535353;
  font-style: normal;
  line-height: 1.4;
}

h1+.article-meta {
  margin-top: -0.1875em;
}

.activity .meta strong {
  width: 5em;
  display: inline-block;
}

.meta {
  margin-bottom: 0;
  color: #696969;
  font-size: .8125em;
  line-height: 1.4;
  margin-top: 0;
}

@media (min-width: 992px) {
  .meta {
    margin-top: .5em;
  }
}

.meta+.meta {
  margin-top: 0;
}

.article ul {
  margin-bottom: .8em;
  display: block;
  padding-left: 20px;
  list-style: square !important;
}

.article ul.departments {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -75px;
}

.article li {
  position: relative;
  margin: .2em 0;
  text-overflow: ellipsis;
}

.article ol {
  list-style-type: decimal;
  display: table;
  margin-bottom: .8em;
}

.article ol.inside li {
  list-style-position: inside;
}

.article ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0;
  background: 0;
  width: calc(100% - 20px);
}

.article ol li:before {
  display: none;
  content: '';
}

.article ol ul li {
  position: relative;
  list-style: none;
  margin: .2em 0;
  padding-left: 20px;
}

.article ol ul li:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 6px;
  line-height: 6px;
  margin: 0;
}

.article .contentBox {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 10px;
}

.article .contentBox:before,
.article .contentBox:after {
  content: " ";
  display: table;
}

.article .contentBox:after {
  clear: both;
}

.article .contentBox h2 {
  margin-top: 10px;
}

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

.copyright {
  position: absolute;
  color: #fff;
  z-index: 10;
  padding: 5px 0 0 10px;
  line-height: 1.375em;
  text-shadow: 1px 1px 4px #000;
  font-size: .8em;
}

.copyright span {
  margin-right: 4px;
}

.content-image-left,
.content-image {
  margin: .5em 0 .5em;
  position: relative;
  clear: both;
  display: block;
  max-width: 100%;
}

.content-image-left img,
.content-image img {
  max-width: 100%;
}

.content-image-left .copyright,
.content-image .copyright {
  position: relative;
  padding: 0;
  text-shadow: none;
  color: #696969;
  display: inline-block;
  margin-bottom: 3px;
  font-size: .8em;
}

.content-image-left .cite,
.content-image .cite {
  color: #696969;
  font-size: .8em;
}

.content-image-left .caption,
.content-image .caption {
  max-width: 100%;
  margin-top: .40623em;
  margin-bottom: 3px;
  color: #696969;
  line-height: 1.3125;
  font-size: 1em;
}

.content-image-left .caption .cite,
.content-image .caption .cite {
  display: block;
  margin-top: .40623em;
}

.content-image-left .photo-credit,
.content-image .photo-credit {
  display: block;
  margin: .4063em 0 0;
  font-size: .8125em;
  line-height: 1.4;
  text-transform: uppercase;
}

.content-image-left+div,
.content-image+div {
  clear: both;
}

.content-image-left+div.intro,
.content-image+div.intro {
  clear: none;
}

.content-image-left {
  float: none;
  clear: left;
  margin-right: 0;
}

@media (min-width: 992px) {
  .article .content-image-left {
    float: left;
    margin-right: 20px;
  }

  .article .content-image-left img {
    width: auto;
  }
}

.scrollcontainer {
  margin: 0 0 30px 0;
  overflow: hidden;
  overflow-x: auto;
  font-size: 1em;
}

.scrollcontainer td:first-child,
.scrollcontainer th:first-child {
  padding-left: 8px;
}

.scrollcontainer table {
  margin-bottom: 0;
  overflow: none;
  min-width: 100%;
}

.scrollcontainer::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
}

.scrollcontainer::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #FFF;
  background-color: #f3f3f3;
}

@media (min-width: 992px) {
  .scrollcontainer {
    font-size: 1.0em;
  }

  .scrollcontainer table {
    margin-left: 0;
  }

  td.no-indent:first-child {
    padding-left: 5px;
  }

  form table+fieldset.navigation {
    padding-left: 0;
  }

  form table+fieldset.navigation div {
    padding-left: 25%;
  }

  table th.col-wide {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .scrollcontainer {
    margin: 0 0 30px 0;
  }

  .scrollcontainer td:first-child,
  .scrollcontainer th:first-child {
    padding-left: 20px;
  }

  td.no-indent:first-child {
    padding-left: 5px;
  }
}

@media print {
  body {
    border: 0;
    font-size: 8pt !important;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  h1.info-1400 {
    color: #000;
  }

  pre,
  blockquote,
  tr,
  img,
  figure {
    page-break-inside: avoid;
  }

  table {
    width: 100%;
    margin: 1.64em 0 .82em;
    border-collapse: separate;
  }

  th,
  td,
  tbody th {
    padding: .4em .8em;
    border-bottom: .1pt solid #d9d9d9;
    border-top: 1px solid #000;
  }

  th {
    border-bottom: .2pt solid #01689b;
    color: #01689b;
  }

  tbody th {
    color: #535353;
  }

  caption {
    margin: 1.64em 0 .41em;
    color: #696969;
    text-align: left;
  }

  ol {
    margin: 0;
    padding: 0;
  }

  ol li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  ol li ol {
    margin: 0;
    padding: 0;
  }

  ol li ol li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .article li:before {
    content: "- ";
  }

  #content h2,
  #content h3,
  #content h4,
  #content h5 {
    clear: left;
  }

  * #main a {
    color: #000;
    font-family: verdana, arial, geneva, sans-serif !important;
  }

  *+#main a {
    color: #000;
    font-family: verdana, arial, geneva, sans-serif !important;
  }

  #content ul {
    margin: .82em 0 1.64em;
  }

  #content li ul {
    margin: 0 0 .82em;
  }

  #content ol {
    margin: .82em 0 1.64em;
  }

  #content li ol {
    margin: 0 0 .82em;
  }

  #content ol li,
  #content li ol li {
    margin: 0 0 .2em 3em;
    padding: 0;
    list-style: decimal outside;
    line-height: 1.4;
  }

  #content li ol li {
    list-style: lower-alpha outside;
  }

  #content li ol li ol li {
    list-style: lower-roman outside;
  }

  #content .block li h3 {
    margin-top: 0;
  }

  .content-image {
    margin: 2.4em 0;
  }

  .content-image-left {
    margin: .41em;
    float: none !important;
  }

  .content-image .caption,
  .content-image-left .caption {
    margin: .6em 0 1.64em;
    color: #696969;
    font: 85%/1.4 verdana;
  }

  .intro {
    color: #01689b;
    font-size: 18pt;
    line-height: 1.33;
  }

  #content .intro p,
  #content .intro li {
    margin-bottom: 0;
    color: #000;
    font-family: arial, helvetica, univers, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    line-height: 1.2em;
  }

  #content .intro ol,
  #content .intro ul {
    margin: .2em 0 .5em;
  }

  .assistive {
    display: none !important;
  }

  .meta {
    color: #535353;
    font-style: normal;
    font-size: 85%;
    line-height: 1.4;
  }

  .article-meta {
    margin: 1.2em 0 .6em;
    color: #535353;
    font-style: normal;
    line-height: 1.4;
  }

  .superheading {
    margin: 0 0 .1em;
    color: #01689b;
    font: normal 167%/1.2 arial, helvetica, univers, sans-serif;
  }

  .subheading {
    margin: -.3em 0 .5em;
    color: #01689b;
    font: normal 167%/1.2 arial, helvetica, univers, sans-serif;
  }

  a.morelink,
  .morelink a,
  a.morelink:visited,
  .morelink a:visited {
    text-decoration: none;
  }

  .article {
    width: 66.7%;
    float: left;
  }

  #aside {
    width: 25%;
    float: right;
  }
}

pre,
code {
  padding: .2em .6em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-size: 1em;
  color: #000;
  background-color: #f3f3f3;
  border-color: #ccc;
}

pre {
  white-space: pre;
  padding: .6em;
}

pre code {
  padding: 0;
  border: 0;
}

code {
  vertical-align: text-top;
  word-break: keep-all;
}

.newTypo.fourth #navBar {
  min-height: 66px;
}

.newTypo.fourth #navBar .wrapper .breadCrumbNav {
  font-size: ms(3) !important;
  letter-spacing: 0;
  line-height: normal;
  padding: 15px 48px 18px 0;
}

.newTypo.fourth #navBar .wrapper .breadCrumbNav a,
.newTypo.fourth #navBar .wrapper .breadCrumbNav span {
  font-size: ms(3) !important;
}

.newTypo.fourth #navBar .wrapper .breadCrumbNav a:after,
.newTypo.fourth #navBar .wrapper .breadCrumbNav span:after {
  padding: 0 10px 0 21px;
}

.newTypo.fourth #navBar .wrapper #searchForm {
  margin-top: 9px;
}

.newTypo.fourth a,
.newTypo.fourth p {
  font-size: ms(0) !important;
  line-height: ms(4) !important;
}

.newTypo.fourth ul {
  font-size: ms(0);
}

.newTypo.fourth ul li {
  line-height: ms(4) !important;
  margin: 0;
}

.newTypo.fourth .font-md {
  font-size: ms(0) !important;
  line-height: ms(4) !important;
}

.newTypo.fourth .font-lg {
  font-size: ms(2) !important;
  line-height: ms(7) !important;
}

.newTypo.fourth .font-xl {
  font-size: ms(4) !important;
  line-height: ms(6) !important;
  margin: ms(9) 0 ms(-1) 0;
}

.newTypo.fourth .font-xxl {
  font-size: ms(8) !important;
  line-height: ms(9) !important;
  margin-bottom: ms(5) !important;
}

.newTypo.majorsecond #navBar {
  min-height: 66px;
}

.newTypo.majorsecond #navBar .wrapper .breadCrumbNav {
  font-size: ms(3);
  letter-spacing: 0;
  line-height: normal;
  padding: 15px 48px 18px 0;
}

.newTypo.majorsecond #navBar .wrapper .breadCrumbNav a {
  font-size: ms(3);
}

.newTypo.majorsecond #navBar .wrapper .breadCrumbNav a:after {
  padding: 0 10px 0 21px;
}

.newTypo.majorsecond #navBar .wrapper #searchForm {
  margin-top: 9px;
}

.newTypo.majorsecond #content h1 {
  font-size: ms(6);
  line-height: ms(8);
  margin-bottom: ms(0);
}

.newTypo.majorsecond #content .intro {
  margin-bottom: ms(8);
}

.newTypo.majorsecond #content .intro p {
  font-size: ms(3);
  line-height: ms(5);
  margin-bottom: ms(0);
  padding-bottom: 0;
}

.newTypo.majorsecond #content h2 {
  font-size: ms(3);
  line-height: ms(5);
  margin-top: ms(-4);
  margin-bottom: ms(-6);
}

.newTypo.majorsecond #content p {
  font-size: ms(0);
  line-height: ms(3);
  padding-bottom: ms(0);
  margin-bottom: 0;
}

.updatedTypo div#content.article {
  width: 776px !important;
  padding: 0 !important;
}

.updatedTypo #navBar {
  min-height: 66px;
}

.updatedTypo #navBar .wrapper .breadCrumbNav {
  font-size: 1.555555555555556rem;
  letter-spacing: 0;
  line-height: normal;
  padding: 15px 48px 18px 0;
}

.updatedTypo #navBar .wrapper .breadCrumbNav a {
  font-size: 1.555555555555556rem;
}

.updatedTypo #navBar .wrapper .breadCrumbNav a:after {
  padding: 0 10px 0 21px;
}

.updatedTypo #navBar .wrapper #searchForm {
  margin-top: 9px;
}

.updatedTypo #content h1 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4444rem;
  margin-bottom: 1rem;
}

.updatedTypo #content .intro {
  margin-bottom: 3.333333333333333rem;
}

.updatedTypo #content .intro p {
  font-size: 1.333333333333333rem;
  line-height: 1.777777777777778rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.updatedTypo #content h2 {
  font-weight: bold;
  font-size: 1.333333333333333rem;
  line-height: 1.777777777777778rem;
  margin-top: .666666666666667rem;
  margin-bottom: .2rem;
}

.updatedTypo #content p {
  font-size: 1rem;
  line-height: 1.444444444444444rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.positionHere:focus {
  outline: 0;
}

#mainwrapper {
  position: relative;
}

#header {
  background-color: #fff;
  position: relative;
}

#main {
  position: relative;
  background-color: transparent;
  padding-bottom: 30px;
}

#main .header {
  background-color: #d9deea;
}

@media (min-width: 768px) {
  #main .header {
    background-color: #d9deea;
  }
}

#content {
  margin-top: 60px;
}

#content.no--space-top {
  margin-top: 0;
}

#content> :last-child {
  margin-bottom: 60px;
}

#content>.intro:last-child {
  margin-bottom: 40px;
}

#content>.intro:only-child {
  margin-bottom: 60px;
}

#aside {
  margin-top: 0;
  margin-bottom: 0;
}

.fullWidthSection {
  margin-top: 60px;
}

#content+.fullWidthSection {
  margin-top: 0;
}

.fullWidthSection+.fullWidthSection {
  margin-top: 0;
}

.overview #content {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .overview #content {
    width: auto;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .overview #content {
    padding-left: 20px;
  }
}

.overview #content h1 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .overview #content h1 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .overview #content h1 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}

.overview #content h1.titleNoHeader {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .overview #content h1.titleNoHeader {
    padding-left: 0;
  }
}

.overview #content .summary {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .overview #content .summary {
    padding-left: 0;
  }
}

.overview #main .summary h2 {
  position: static;
}

#sitemap {
  background-color: #f3f3f3;
}

@media (min-width: 992px) {
  #sitemap {
    margin: 40px 0 0 0;
  }

  #follow-up+#sitemap {
    margin-top: 0;
  }
}

#sitemap h2 {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4444;
  margin: .4em 0;
}

@media (min-width: 768px) {
  #sitemap h2 {
    margin: 1.2em 0;
  }
}

#sitemap .two-columns {
  padding-bottom: 20px;
}

#sitemap .common li ul {
  padding-top: 1px;
}

#sitemap a:visited {
  color: #01689b;
}

#sitemap a:visited:hover {
  color: #154273;
}

#sitemap h2 a:visited {
  color: #000;
}

@media (min-width: 768px) {
  .sitemap .column h2 {
    margin-top: 2.4em;
  }
}

#sitemap .hide {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.js #sitemap h2 {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg ZGCEAgZGBiCAskEsKA/MhFBQAqoALM0AVw7jMEINAQgwAAllADXUNN/xAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right .5em;
  cursor: pointer;
}

.js #sitemap h2.active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg BAEGBggFYUN4DFA2mMcAZsMIRpgSBga4cqhGKBukCCDAAAnNADW+Td05AAAAAElFTkSuQmCC");
}

.js #sitemap h2 a,
.js #sitemap h2 a:hover {
  text-decoration: none;
  color: #000;
}

@media (min-width: 992px) {
  #sitemap .hide {
    height: auto;
    overflow: visible;
  }

  #sitemap .two-columns.hide {
    padding-bottom: 20px;
  }

  .js #sitemap h2,
  .js #sitemap h2.active {
    padding-right: 0;
    background-image: none;
    cursor: default;
  }

  .js #sitemap h2 a {
    color: #000;
  }

  .js #sitemap h2 a:hover,
  .js #sitemap h2 a:focus {
    color: #154273;
    text-decoration: underline;
  }
}

@media print {
  .wrapper {
    background: transparent !important;
  }

  #navigation,
  #footer,
  #follow-up,
  #sitemap,
  #search,
  #payoff,
  .skiplinks,
  #aside .block.notifications,
  .meta-info-1400,
  .download,
  .block.docs-pubs {
    display: none !important;
  }

  #aside .block #aside .block.news,
  #aside .block.banner,
  .titlebar {
    display: block !important;
  }

  #aside .block h2,
  #aside .block a,
  #aside .block div,
  #aside .block ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .titlebar {
    height: 30px;
    display: block !important;
    color: #000;
  }

  #header h1,
  #header a,
  #header img {
    display: block;
    text-decoration: none;
  }

  #header a:after,
  #header a:visited:after {
    content: "";
    display: none;
  }

  #content {
    margin-top: 0;
  }

  .article {
    padding-top: 0;
  }

  .sitemap.three-columns {
    margin-left: 0;
  }

  .sitemap.three-columns .column {
    width: 33% !important;
    float: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sitemap.three-columns .column li a:before {
    content: '-  ';
  }

  .sitemap.three-columns .column p {
    margin-left: 0;
  }

  .sitemap.three-columns h2 {
    padding-left: 0;
    margin-left: 0;
  }

  li,
  img {
    page-break-inside: avoid;
  }
}

.logo {
  overflow: hidden;
}

.logo .wrapper {
  margin: 0 0 0 50%;
  transition: margin-left .24s;
}

.logo .wrapper img {
  display: inline-block;
  margin-left: -25px;
}

@media (max-width: 767px) {
  .logo .wrapper img {
    margin-left: -20px;
  }
}

.logo .wrapper a {
  display: inline-block;
}

.logo .wrapper a:focus {
  outline: 0;
}

.logo .wrapper a:focus img {
  outline: 2px dotted #000;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.logo.left .wrapper {
  margin: 0;
}

.logo.left .wrapper img {
  margin-left: 0;
}

.campaign .logo .wrapper {
  height: 0;
}

.campaign .logo .wrapper img {
  top: 0;
  position: absolute;
  z-index: 999;
}

#navBar {
  background-color: #e17000;
  min-height: 70px;
}

#navBar:before,
#navBar:after {
  content: " ";
  display: table;
}

#navBar:after {
  clear: both;
}

.fixedNav #navBar {
  position: fixed;
  z-index: 999998;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

.fixedNavUp #navBar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: transform .2s ease-in-out;
}

.fixedNavDown #navBar {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  transition: transform .4s ease-in-out;
}

#navBar .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 15px;
}

#navBar .wrapper .breadCrumbNav {
  order: 1;
  align-items: center;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4em;
  letter-spacing: .03rem;
  text-decoration: none;
  font-weight: normal;
}

.no-js #navBar .wrapper .breadCrumbNav {
  margin-right: 32.5%;
}

#navBar .wrapper .breadCrumbNav a {
  text-decoration: none;
  color: var(--contrast-text);
  padding-right: 10px;
}

#navBar .wrapper .breadCrumbNav .breadCrumbNav__separator:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 6px 0 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1em;
  margin: -3px 0 0 0;
  text-decoration: none;
}

#navBar .wrapper .breadCrumbNav .breadCrumbNav__separator:last-child:after {
  content: '';
  text-decoration: none;
}

#navBar .wrapper .breadCrumbNav a:hover {
  text-decoration: underline;
}

#navBar .wrapper .breadCrumbNav span {
  color: var(--contrast-text);
  font-weight: 700;
}

@media (min-width: 768px) {
  #navBar .wrapper .breadCrumbNav {
    margin: 0 15px 0 0;
    line-height: 1.6em;
  }

  #navBar .wrapper .breadCrumbNav a {
    font-size: 1.375rem;
  }

  #navBar .wrapper .breadCrumbNav .breadCrumbNav__separator:after {
    font-size: 1rem;
  }

  #navBar .wrapper .breadCrumbNav span {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  #navBar .wrapper .breadCrumbNav a {
    font-size: 1.625rem;
  }

  #navBar .wrapper .breadCrumbNav .breadCrumbNav__separator:after {
    font-size: 1rem;
  }

  #navBar .wrapper .breadCrumbNav span {
    font-size: 1.625rem;
  }
}

@keyframes showSearch {
  0% {
    width: 0;
  }

  100% {
    width: 32.5%;
  }
}

@keyframes showSearchMobile {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes changeBtnBgColor {
  0% {
    color: #01689b;
    background-color: #e17000;
  }

  100% {
    background-color: #000;
    color: #01689b;
  }
}

#searchForm {
  order: 2;
  position: absolute;
  width: 0;
  min-width: 48px;
  max-width: calc(100% - 40px);
  height: 48px;
  margin-right: 15px;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  z-index: 9999;
}

@media (min-width: 768px) {
  #searchForm {
    right: 40px;
    top: 11px;
  }
}

#searchForm .clearField {
  top: 18px;
  right: 55px;
}

#searchForm label {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

@media (min-width: 768px) {
  .hasMainNav #searchForm {
    bottom: -75px;
    top: auto;
  }
}

#searchForm .searchInput {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  width: 100%;
  height: 48px;
  margin: 0;
  z-index: 10;
  padding: 0 80px 0 10px;
  font-size: 1.025em;
}

#searchForm input[type="search"].searchInput {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#searchForm .searchSubmit {
  height: 48px;
  width: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  line-height: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 1.125em;
  text-indent: -9999px;
  color: #01689b;
  background-color: #e17000;
  z-index: 90;
}

#searchForm .searchSubmit:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: var(--contrast-text);
  position: absolute;
  left: 15px;
  top: 22px;
  text-indent: 0;
}

#searchForm.searchOpened {
  width: 32.5%;
}

@media (max-width: 767px) {
  #searchForm.searchOpened {
    width: 100%;
  }
}

#searchForm.searchOpened .searchInput {
  visibility: visible;
}

#searchForm.searchOpened .searchSubmit {
  animation: changeBtnBgColor .3s 0s forwards;
}

#searchForm.searchOpened .searchSubmit:before {
  color: #fff;
}

.home #searchForm {
  width: 32.5%;
}

@media (max-width: 767px) {
  .home #searchForm {
    width: 100%;
  }
}

.home #searchForm .searchInput {
  visibility: visible;
}

.home #searchForm .searchSubmit {
  animation: changeBtnBgColor 0s 0s forwards;
}

.home #searchForm .searchSubmit:before {
  color: #fff;
}

.no-js #searchForm {
  animation: showSearch .1s .5s forwards;
}

@media (max-width: 767px) {
  .no-js #searchForm {
    animation: showSearchMobile .1s .5s forwards;
  }
}

.no-js #searchForm .searchInput {
  visibility: visible;
}

.no-js #searchForm .searchSubmit {
  animation: changeBtnBgColor 0s .8s forwards;
}

.no-js #searchForm .searchSubmit:before {
  color: #fff;
}

@media (max-width: 767px) {
  #searchForm {
    width: 100%;
    position: relative;
    float: right;
    margin: 10px 0 0 0;
  }

  #searchForm .searchSubmit {
    animation: changeBtnBgColor .3s 0s forwards;
  }

  #searchForm .searchSubmit:before {
    color: #fff;
  }
}

@media print {
  #searchForm {
    display: none;
  }
}

.toggleNav {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 36px;
  height: 32px;
  overflow: hidden;
  z-index: 9999;
  background-color: transparent;
  margin: 0;
  padding: 0;
  text-indent: -999px;
}

.toggleNav:focus {
  -moz-box-shadow: 0 0 0 2px #82befb;
  -webkit-box-shadow: 0 0 0 2px #82befb;
  box-shadow: 0 0 0 2px #82befb;
}

.toggleNav span {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  display: block;
  background-color: #fff;
  transition: background-color .3s ease-in-out;
  text-align: left;
}

.toggleNav span::before,
.toggleNav span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: transform .3s ease-in-out, top .3s ease-in-out, margin-top .3s ease-in-out;
}

.toggleNav span::before {
  top: -8px;
}

.toggleNav span::after {
  top: calc(100% - -6px);
}

.navOpen .toggleNav span {
  background-color: transparent;
}

.navOpen .toggleNav span::before,
.navOpen .toggleNav span::after {
  top: 0;
  transition: top .3s ease-in-out, margin-top .3s ease-in-out, transform .3s ease-in-out;
}

.navOpen .toggleNav span::before {
  transform: rotate(-45deg);
}

.navOpen .toggleNav span::after {
  transform: rotate(45deg);
}

@keyframes navSlideDown {
  from {
    max-height: 0;
    overflow: hidden;
  }

  to {
    max-height: 600px;
    overflow: visible;
  }
}

.mainNav {
  order: 3;
  width: 100%;
}

.no-js .mainNav ul {
  max-height: 0;
  overflow: hidden;
  animation: navSlideDown .1s .5s forwards;
  display: flex;
}

.mainNav ul {
  display: none;
  flex: 1 1 100%;
  flex-wrap: wrap;
}

.mainNav ul li {
  width: 100%;
  padding: 0;
}

.mainNav ul li:first-child {
  margin-top: 15px;
}

.mainNav ul li:last-child a {
  border-bottom: 1px solid #fff;
}

.mainNav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  border-radius: 1px;
  padding: 15px 5px 15px 5px;
  border-top: 1px solid #fff;
}

.mainNav ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .mainNav {
    width: auto;
    background: transparent;
    margin: 3px -5px 0 -5px;
  }

  .mainNav.mobile {
    display: none;
  }

  .mainNav ul {
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    align-items: center;
    max-height: 70px;
    overflow: visible;
    animation: navSlideDown 0s 0s forwards;
  }

  .mainNav ul li {
    width: auto;
    border: 0;
    padding: 0 10px 0 10px;
    margin: 0;
  }

  .mainNav ul li:first-child {
    padding: 0 10px 0 0;
    margin: 0;
  }

  .mainNav ul li:last-child {
    padding: 0 0 0 10px;
    margin-bottom: 0;
  }

  .mainNav ul li:last-child a {
    border: 0;
  }

  .mainNav ul li a {
    border: 0;
    font-size: 1.2rem;
    padding: 10px 5px 10px 5px;
  }
}

@media (min-width: 1200px) {
  .mainNav {
    margin: 4px -5px 0 -5px;
  }
}

.skiplinks a {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  padding: 5px;
  margin: -1px;
  width: 1px;
  height: 1px;
  border: 0;
  left: 15px;
  top: 15px;
}

.skiplinks a:hover {
  text-decoration: underline;
}

.skiplinks a:focus,
.skiplinks a:focus-visible {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  width: auto;
  background: #e17000;
  color: #000;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  border: 1px solid #e17000;
}

.subNavigation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f3f3f3;
  padding: 0;
}

@media (min-width: 768px) {
  .subNavigation {
    float: left;
    width: 100%;
  }
}

.subNavigation .wrapper {
  padding: 25px 0 25px 0;
}

@media (min-width: 768px) {
  .subNavigation .wrapper {
    padding: 40px 0 40px 0;
  }
}

.subNavigation .wrapper ul {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .subNavigation .wrapper ul {
    float: left;
    width: 33.33333%;
  }
}

.subNavigation .wrapper ul li {
  margin-bottom: .2em;
}

.subNavigation .wrapper ul li:last-child {
  margin-bottom: .2;
}

@media (min-width: 768px) {
  .subNavigation .wrapper ul li:last-child {
    margin-bottom: 0;
  }
}

.subNavigation .wrapper ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
}

.subNavigation .wrapper ul li a:visited {
  color: #01689b;
}

.subNavigation .wrapper ul li a:hover {
  color: #154273;
}

.subNavigation .wrapper ul li a:hover:before {
  color: #154273;
}

.subNavigation .wrapper ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.subNavigation .wrapper ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.subNavigation .wrapper ul li a:hover {
  text-decoration: underline;
}

.subNavigation .wrapper ul li a:visited {
  color: #696969;
}

.editorialNavigation {
  background-color: #01689b;
}

.editorialNavigation.grey {
  background-color: #f3f3f3;
}

.editorialNavigation.grey .wrapper .navItem a .content h2 {
  color: #01689b;
}

.editorialNavigation.grey .wrapper .navItem a .content p {
  color: #000;
}

.editorialNavigation.blue {
  background-color: #01689b;
}

.editorialNavigation.blue .wrapper .navItem a .content h2 {
  color: #fff;
}

.editorialNavigation.blue .wrapper .navItem a .content p {
  color: #fff;
}

.editorialNavigation .wrapper {
  padding-top: 30px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .editorialNavigation .wrapper {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .editorialNavigation .wrapper {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.editorialNavigation .wrapper .navItem {
  position: relative;
  margin: 0 0 15px 0;
}

.editorialNavigation .wrapper .navItem a {
  display: block;
  float: none;
  text-decoration: none;
  color: #fff;
}

.editorialNavigation .wrapper .navItem a {
  font-size: 26px;
}

.editorialNavigation .wrapper .navItem a:hover {
  display: block;
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}

.editorialNavigation .wrapper .navItem a:hover:before {
  color: #fff;
}

.editorialNavigation .wrapper .navItem a .content {
  position: relative;
  display: block;
  margin-bottom: 0;
  width: auto;
  padding: 0;
}

.editorialNavigation .wrapper .navItem a .content h2 {
  color: #fff;
  margin: 0;
}

@media (min-width: 768px) {
  .editorialNavigation .wrapper .navItem a .content h2 {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .editorialNavigation .wrapper .navItem a .content h2 {
    font-size: 1.45em;
    line-height: 1.2em;
  }
}

.editorialNavigation .wrapper .navItem a .content p {
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .editorialNavigation .wrapper .navItem a .content p {
    line-height: 1.375em;
  }
}

.editorialNavigation .wrapper .navItem a:focus {
  text-decoration: none;
}

.editorialNavigation .wrapper .navItem a:hover h2 {
  text-decoration: underline;
}

.editorialNavigation .wrapper .navItem.hasIcon .icon {
  position: absolute;
  left: 15px;
  top: 2px;
  width: 25px;
  height: 100%;
  text-align: center;
}

.editorialNavigation .wrapper .navItem.hasIcon .icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.editorialNavigation .wrapper .navItem.hasIcon .content {
  margin-left: 40px;
  margin-bottom: 0;
}

.editorialNavigation .wrapper .threeItems {
  margin-left: 0;
  margin-right: 0;
}

.editorialNavigation .wrapper .threeItems:before,
.editorialNavigation .wrapper .threeItems:after {
  content: " ";
  display: table;
}

.editorialNavigation .wrapper .threeItems:after {
  clear: both;
}

.editorialNavigation .wrapper .threeItems .navItem {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .editorialNavigation .wrapper .threeItems .navItem {
    float: left;
    width: 33.33333%;
  }
}

.editorialNavigation .wrapper .fourItems {
  margin-left: 0;
  margin-right: 0;
}

.editorialNavigation .wrapper .fourItems:before,
.editorialNavigation .wrapper .fourItems:after {
  content: " ";
  display: table;
}

.editorialNavigation .wrapper .fourItems:after {
  clear: both;
}

@media (min-width: 1200px) {
  .editorialNavigation .wrapper .fourItems:last-of-type {
    padding-bottom: 30px;
  }
}

.editorialNavigation .wrapper .fourItems .navItem {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .editorialNavigation .wrapper .fourItems .navItem {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .editorialNavigation .wrapper .fourItems .navItem {
    float: left;
    width: 25%;
  }
}

#payoff {
  display: none;
  position: relative;
}

#payoff .wrapper {
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -22px;
  padding: 0;
  border-left: 44px solid #154273;
  width: 44px;
  height: 31px;
  background: 0;
  z-index: 555;
}

#payoff span {
  display: none;
}

@media (min-width: 768px) {
  #payoff .wrapper {
    position: absolute;
    display: table;
    top: auto;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -22px;
    padding: 0;
    border-left: 44px solid #154273;
    width: 270px;
    height: 31px;
    background: 0;
    z-index: 999;
  }

  #payoff span {
    font-family: "RO Serif";
    display: table-cell;
    font-size: 11px;
    padding-left: 5px;
    vertical-align: middle;
    line-height: 1.2em;
  }
}

#footer {
  background-color: #e17000;
  border: 0;
  padding-bottom: 0;
}

#footer.extra {
  border-top: 0 solid #4e4e4e;
}

#footer.extra h2 {
  border-bottom: 0 solid #b4b4b4;
}

#footer .wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  #footer .wrapper div:first-child {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  #footer .wrapper div:first-child.payoff {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  #footer .wrapper div:first-child {
    margin-left: 58.33333%;
  }
}

@media (min-width: 992px) {
  #footer .wrapper div:first-child.payoff {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  #footer .wrapper div:first-child {
    margin-left: 58.33333%;
  }
}

@media (min-width: 1200px) {
  #footer .wrapper div:first-child.payoff {
    margin-left: 0;
  }
}

@media (min-width: 480px) {
  #footer .wrapper {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  #footer .wrapper {
    padding-top: 50px;
  }
}

#footer .wrapper .payoff {
  padding-top: 0;
  padding-left: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #footer .wrapper .payoff {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  #footer .wrapper .payoff {
    float: left;
    width: 58.33333%;
  }
}

#footer .wrapper .payoff span {
  display: block;
  padding-bottom: 25px;
  color: var(--contrast-text);
  font-size: 1.5em;
  font-family: "RO Serif";
  font-style: italic;
  font-weight: normal;
  line-height: 1.2381;
}

@media (min-width: 480px) {
  #footer .wrapper .payoff span {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 0 25px 0;
    font-size: 1.75em;
  }
}

@media (min-width: 480px) and (min-width: 768px) {
  #footer .wrapper .payoff span {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  #footer .wrapper .payoff span {
    padding-bottom: 0;
  }
}

#footer .wrapper .column {
  position: relative;
  float: left;
  max-width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

@media (min-width: 768px) {
  #footer .wrapper .column {
    float: left;
    width: 25%;
  }
}

@media (min-width: 992px) {
  #footer .wrapper .column {
    float: left;
    width: 20.8333%;
  }
}

#footer .wrapper .column h2 {
  margin: 8px 0 5px 0;
  padding-top: 0;
  color: var(--contrast-text);
  font-weight: normal;
  font-size: 1.25em;
  border: 0;
}

#footer .wrapper .column ul {
  margin: 0;
  padding: 0;
}

#footer .wrapper .column ul:before,
#footer .wrapper .column ul:after {
  content: " ";
  display: table;
}

#footer .wrapper .column ul:after {
  clear: both;
}

#footer .wrapper .column ul li {
  width: 100%;
  list-style: none;
  float: left;
}

#footer .wrapper .column ul li a {
  color: var(--contrast-text);
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

#footer .wrapper .column ul li a::after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  padding: 2px 0 2px 0;
}

#footer .wrapper .column ul li a:visited,
#footer .wrapper .column ul li a:hover {
  color: var(--contrast-text);
}

#footer .wrapper .column ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #footer .wrapper .column h2 {
    font-size: 1.5em;
    margin-bottom: 5px;
  }

  #footer .wrapper .column ul li {
    width: 100%;
    list-style: none;
    margin: 0;
  }

  #footer .wrapper .column ul li a {
    padding: 2px 0 2px 15px;
  }

  #footer .wrapper .column ul li a::after {
    padding: 4px 0 4px 0;
  }
}

#footer .languages {
  background-color: #fff;
}

#footer .languages .wrapper {
  padding: 30px 15px;
}

#footer .languages .wrapper h2 {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

#footer .languages .wrapper ul {
  text-align: center;
}

#footer .languages .wrapper ul li {
  display: inline-block;
  float: none;
  width: auto;
}

#footer .languages .wrapper ul li a {
  padding: 5px 10px 5px 10px;
  background: 0;
  border: 1px solid #b2d7ee;
  color: #007bc7;
  margin: 5px 5px 5px 0;
  font-size: .95em;
  text-decoration: none;
  float: left;
}

@media (min-width: 480px) {
  #footer .languages .wrapper ul li a {
    margin: 5px 10px 5px 0;
  }
}

#footer .languages .wrapper ul li.selected {
  padding: 5px 10px 5px 10px;
  margin: 5px 5px 5px 0;
  border: 0;
  color: #000;
  font-weight: 700;
}

@media (min-width: 480px) {
  #footer .languages .wrapper ul li.selected {
    margin: 5px 10px 5px 0;
  }
}

#topic-home,
.header h1 {
  font-size: 1.625em;
  font-weight: normal;
  line-height: 1.1538em;
  display: block;
  float: left;
  padding-top: 0;
  padding-bottom: .4em;
  text-decoration: none;
}

@media (min-width: 768px) {

  #topic-home,
  .header h1 {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}

@media (min-width: 992px) {

  #topic-home,
  .header h1 {
    font-size: 1.75em;
  }
}

@media (max-width: 992px) {

  #topic-home,
  .header h1 {
    padding-top: .4em;
  }
}

a#topic-home {
  color: #01689b;
}

a#topic-home:hover,
a#topic-home:active {
  text-decoration: none;
}

a#topic-home:hover span,
a#topic-home:active span {
  color: #154273;
  text-decoration: underline;
}

.header h1 em,
#topic-home em,
a#topic-home:hover em,
a#topic-home:active em {
  display: block;
  color: #4e4e4e;
  font-size: .818em;
  line-height: 1.8;
}

#mainwrapper #content h1 div {
  display: block;
  color: #000;
  font-size: .718em;
  line-height: 1.8;
  font-style: italic;
}

.common {
  margin: 0;
  font-size: 1em;
  display: block;
}

.common:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.common li {
  margin: 0 0 .3125em 0;
  padding-left: 0;
}

.common li:before {
  content: '';
  display: none;
}

.common li:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.common li>span:first-child {
  padding: 0 0 .5em 0;
  line-height: 1.4;
  display: inline-block;
  padding-left: 30px;
}

.common li>span:first-child:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 6px;
  margin: -1px 15px 0 -24px;
}

@media (min-width: 992px) {
  .common li {
    margin: 0 0 .5em 0;
  }
}

.common li ul {
  float: left;
  margin: 5px 0 15px 0;
  padding-left: 20px;
}

.common li ul li {
  margin: .4em 0;
  padding: 0;
}

.common li ul li a {
  position: relative;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  font-size: 1em;
}

.common li ul li a:visited {
  color: #01689b;
}

.common li ul li a:hover {
  color: #154273;
}

.common li ul li a:hover:before {
  color: #154273;
}

.common li ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.common li ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.common li ul li a:before {
  font-size: 10px;
  line-height: 1em;
  top: 7px;
}

@media (min-width: 768px) {
  .common.ltr li {
    display: inline-block;
    width: 48%;
    margin-left: 0;
    padding-right: 15px;
  }
}

.common a {
  float: left;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
}

.common a:visited {
  color: #01689b;
}

.common a:hover {
  color: #154273;
}

.common a:hover:before {
  color: #154273;
}

.common a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.common a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.common a p {
  padding-left: 0;
}

.common a:before {
  top: 1px;
}

.article .common {
  margin: 0;
  font-size: 1em;
  display: block;
}

.article .common:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

@media (min-width: 992px) {
  .common li:last-child {
    margin-bottom: 0;
  }
}

.common a h3,
.common a h4 {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold;
  padding-bottom: .2em;
}

@media (min-width: 992px) {

  .common a h3,
  .common a h4 {
    padding-bottom: .3em;
    line-height: 1.444em;
  }
}

.common a p {
  font-size: 1em;
}

.common a+p {
  clear: left;
  margin-bottom: 20px;
  padding-left: 30px;
}

.common span.meta {
  display: block;
  margin-left: 30px;
  margin-bottom: 0;
  position: relative;
  top: -0.25em;
  clear: left;
}

#aside .common span.meta a {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: none;
}

#aside .common span.meta a:before {
  content: "";
}

.common span.meta.assistive {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

.more:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

#aside .more {
  margin-top: 10px;
}

@media (min-width: 992px) {
  #aside .more {
    margin-top: 20px;
  }
}

#aside .more:hover,
#aside .more:focus {
  text-decoration: underline;
  color: #154273;
}

#aside .more+.more {
  margin-top: 0;
}

.common li li a {
  padding-left: 16px;
  font-size: 1em;
}

.common li li a:hover {
  text-decoration: underline;
  color: #154273;
}

.common .more-topics {
  margin-top: 2em;
  padding-right: 20px;
}

.common .more-topics:first-child {
  margin-top: 0;
}

.article .two-columns>.more {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .article .two-columns>.more {
    margin-top: 20px;
  }
}

.results a.more:focus,
.results a.more:hover {
  text-decoration: underline;
  color: #154273;
}

.anchors a .anchor {
  font-size: 1em;
  line-height: inherit;
  margin-bottom: .2em;
}

.anchors a:focus,
.anchors a:hover {
  text-decoration: none;
  color: #154273;
}

.anchors a:focus .anchor,
.anchors a:hover .anchor {
  text-decoration: underline;
}

.anchors p {
  color: #000;
  font-size: 1em;
}

.anchors~.toplink {
  display: block;
  margin-bottom: -1em;
}

.block {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .block {
    margin-bottom: 40px;
  }
}

.block:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.testBlock:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.article .block {
  margin-top: 20px;
}

.article .intro+.block {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .article .intro+.block {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {

  .article p+.block,
  .article ul+.block {
    margin-top: 40px;
    clear: left;
  }
}

.article .two-columns .column {
  margin-top: 0;
}

.article .two-columns .column.odd {
  clear: left;
}

.article .two-columns .column li a.more {
  margin-top: 0;
  font-weight: bold;
}

.article .block:first-child {
  margin-top: 0;
}

.article>.block:last-child {
  margin-bottom: 0;
}

.block h2 {
  padding: 0;
  border-top: 3px solid #e17000;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4444;
  border-top: 1px solid #e1e1e1;
  margin: 0 0 20px 0;
  font-size: 1.625rem;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .block h2 {
    margin-bottom: .722em;
  }
}

.block.two-columns h2 {
  margin: 0 0 20px 15px;
}

#aside .block ul.common .more {
  margin-top: 0;
  font-weight: bold;
}

.block .mailto,
.block .form a {
  display: inline;
}

.block a:focus h3,
.block a:hover h3 {
  color: #154273;
}

.block a img {
  display: block;
  margin-bottom: .8em;
}

.block a p {
  color: #112;
}

.block p:last-child,
.block ul.common:last-child li:last-child,
.block dl:last-child {
  margin-bottom: 0;
}

.block p:last-child.photo-credit {
  margin-bottom: .8125em;
}

.block .meta {
  margin-bottom: 0;
  color: #696969;
  font-size: .8125em;
}

.block .more {
  clear: left;
  margin-top: 30px;
  margin-bottom: 0;
}

.block a:focus p,
.block a:hover p {
  text-decoration: none;
}

.block+.meta {
  margin-top: -20px;
}

.block+.infographic p a,
.block.infographic p a {
  display: inline;
}

.two-columns h2 {
  font-size: 1.625rem;
}

#site-message p {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  color: #000;
}

.js #site-message {
  position: absolute;
  top: -100000px;
  left: 10px;
  z-index: 1001;
  margin: 0;
  padding-bottom: 16px;
  min-height: 53px;
}

@media print {
  #main .three-columns .column {
    width: 95%;
    float: left;
    clear: none;
    padding: 0;
    margin: 0 0 0 5%;
  }

  #main .three-columns .column-first {
    margin-left: 0;
  }

  #main .three-columns .column li {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
  }

  #content .block .more {
    display: none;
  }

  .two-columns .column {
    width: 50%;
    float: left;
    clear: none;
  }

  #aside .block {
    width: auto;
    float: none;
  }
}

.brickRow {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  clear: both;
}

.brickRow:before,
.brickRow:after {
  content: " ";
  display: table;
}

.brickRow:after {
  clear: both;
}

@media (min-width: 992px) {
  .brickRow {
    margin: 0;
  }
}

#content .brickRow {
  margin-left: -15px;
  margin-right: -15px;
}

#content .brickRow:before,
#content .brickRow:after {
  content: " ";
  display: table;
}

#content .brickRow:after {
  clear: both;
}

.brickRow h2 {
  margin: 0 15px 20px 15px;
  font-size: 1.625rem;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.brickRow a.more {
  clear: both;
  float: left;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  margin: -25px 0 25px 15px;
}

.brickRow a.more:visited {
  color: #01689b;
}

.brickRow a.more:hover {
  color: #154273;
}

.brickRow a.more:hover:before {
  color: #154273;
}

.brickRow a.more.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.brickRow a.more:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

@media (min-width: 992px) {
  .brickRow a.more {
    margin: -35px 0 35px 15px;
  }
}

.brickRow a.more:visited {
  color: #696969;
}

.brickRow a.more:hover {
  text-decoration: underline;
  color: #154273;
}

.brickRow .brick {
  margin: 0 0 30px 0;
}

@media (min-width: 992px) {
  .brickRow .brick {
    margin: 0 0 60px 0;
  }
}

.brickRow.gallery .brick {
  margin: 0 0 15px 0;
}

@media (min-width: 992px) {
  .brickRow.gallery .brick {
    margin: 0 0 30px 0;
  }
}

.brickRow.nieuws .brick,
.brickRow.nieuws .brick>a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.brickRow.nieuws .brick>*,
.brickRow.nieuws .brick>a>* {
  flex: 1 1 100%;
}

.brickRow.nieuws .brick .brick-image,
.brickRow.nieuws .brick>a .brick-image {
  order: 1;
}

.brickRow.nieuws .brick h3,
.brickRow.nieuws .brick>a h3 {
  order: 2;
}

.brickRow.nieuws .brick .brick-text,
.brickRow.nieuws .brick>a .brick-text {
  order: 3;
}

.brickRow.nieuws .brick:nth-of-type(n+3) .brick-image {
  display: none;
  visibility: hidden;
}

@media (min-width: 992px) {
  .fullWidth .brickRow.nieuws .brick:nth-of-type(n+3) .brick-image {
    display: block;
    visibility: visible;
  }
}

.brickRow.spotLight .brick,
.brickRow.spotLight .brick>a,
.brickRow.weblog .brick,
.brickRow.weblog .brick>a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.brickRow.spotLight .brick>*,
.brickRow.spotLight .brick>a>*,
.brickRow.weblog .brick>*,
.brickRow.weblog .brick>a>* {
  flex: 1 1 100%;
}

.brickRow.spotLight .brick .brick-image,
.brickRow.spotLight .brick>a .brick-image,
.brickRow.weblog .brick .brick-image,
.brickRow.weblog .brick>a .brick-image {
  order: 1;
}

.brickRow.spotLight .brick h3,
.brickRow.spotLight .brick>a h3,
.brickRow.weblog .brick h3,
.brickRow.weblog .brick>a h3 {
  order: 2;
}

.brickRow.spotLight .brick .brick-text,
.brickRow.spotLight .brick>a .brick-text,
.brickRow.weblog .brick .brick-text,
.brickRow.weblog .brick>a .brick-text {
  order: 3;
}

.singleSpotlight.brick,
.singleSpotlight.brick>a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.singleSpotlight.brick>*,
.singleSpotlight.brick>a>* {
  flex: 1 1 100%;
}

.singleSpotlight.brick .brick-image,
.singleSpotlight.brick>a .brick-image {
  order: 1;
}

.singleSpotlight.brick h3,
.singleSpotlight.brick>a h3 {
  order: 2;
}

.singleSpotlight.brick .brick-text,
.singleSpotlight.brick>a .brick-text {
  order: 3;
}

.brick {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 60px 0;
}

@media (min-width: 480px) {
  .brick {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brick h2 {
  margin: 0 0 20px 0;
  font-size: 1.625rem;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.brick h3,
.brick span.caption {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.brick span.caption {
  display: block;
}

.brick h3+ul {
  margin: 0;
}

.brick img {
  width: 100%;
  margin: 5px 0 15px 0;
  aspect-ratio: 2/1.33;
  object-fit: cover;
}

.departments .brick img {
  aspect-ratio: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.departments .brick-image {
  aspect-ratio: 3.8 / 1;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: var(--owhite);
}

.brick a {
  text-decoration: none;
}

.brick a:hover {
  text-decoration: underline;
}
}

.brick a.more {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: normal;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  margin: 20px 0 0 0;
}

.brick a.more:visited {
  color: #01689b;
}

.brick a.more:hover {
  color: #154273;
}

.brick a.more:hover:before {
  color: #154273;
}

.brick a.more.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.brick a.more:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.brick a.external:before {
  content: " ";
  display: none;
}

.brick a.external h3,
.brick a.external span.caption {
  display: inline-block;
}

.brick a.external h3:before,
.brick a.external span.caption:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01689b;
  font-size: 12px;
  line-height: 12px;
  margin: -5px 5px 0 0;
}

.brick a:visited.external h3:before,
.brick a:visited.external span.caption:before {
  color: #696969;
}

.brick a:hover.external h3:before,
.brick a:hover.external span.caption:before {
  color: #154273;
}

.brick p {
  color: #000;
  font-size: 1rem;
  line-height: 1.375rem;
}

.brick p .publDate {
  font-weight: bold;
  margin-right: 10px;
}

.brick p.copyright {
  color: #fff;
  margin-top: -48px;
}

.brick p.meta {
  margin-bottom: .433em;
  color: #000;
  font-weight: 700;
}

.brick ul.source-list,
.brick ul.info-block-value {
  margin: 0;
  list-style: none !important;
  padding-left: 0 !important;
}

.brick ul li {
  position: relative;
  list-style: none;
  margin: 0 0 5px 0;
  color: #000;
}

.brick ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: normal;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
}

.brick ul li a:visited {
  color: #01689b;
}

.brick ul li a:hover {
  color: #154273;
}

.brick ul li a:hover:before {
  color: #154273;
}

.brick ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.brick ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.brick ul li a:hover {
  text-decoration: underline;
}

.brick ul li a:visited {
  color: #696969;
}

.brick ul li p {
  padding: 0 0 0 20px;
}

.brick ul li .meta {
  display: block;
  margin: -3px 0 0 20px;
}

.brick ul li .meta a {
  display: inline;
  margin: 0;
  padding: 0;
}

.brick ul li .meta a:before {
  content: '';
}

.brick ul+ul {
  margin: 20px 0 0 0;
}

.brick:nth-of-type(2n+1) {
  clear: both;
}

.fullWidth .brick {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .fullWidth .brick {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .fullWidth .brick {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .fullWidth .brick:nth-of-type(2n+1) {
    clear: none;
  }

  .fullWidth .brick:nth-of-type(3n+1) {
    clear: both;
  }
}

.threeCols .brick {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .threeCols .brick {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 480px) and (min-width: 768px) {
  .threeCols .brick {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .threeCols .brick:nth-of-type(2n+1) {
    clear: none;
  }

  .threeCols .brick:nth-of-type(3n+1) {
    clear: both;
  }
}

.fullWidth .twoCols .brick {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .fullWidth .twoCols .brick {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 480px) {
  .fullWidth .twoCols .brick:nth-of-type(2n+1) {
    clear: both;
  }

  .fullWidth .twoCols .brick:nth-of-type(3n+1) {
    clear: none;
  }
}

.brick.tweet .tweetaccount {
  position: relative;
  margin: 0 0 10px 0;
  min-height: 36px;
}

.brick.tweet .tweetaccount .tweetavatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  margin-top: 0;
}

.brick.tweet .tweetaccount .tweetdisplayname {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 1.1em 0;
  vertical-align: top;
}

.brick.tweet .tweetaccount .tweetname {
  position: absolute;
  font-size: .8125em;
  line-height: 1em;
  left: 0;
  bottom: 3px;
  color: #696969;
}

.brick.tweet .retweetnotice {
  color: #696969;
  font-size: .75em;
  padding: 0 0 0 20px;
}

.brick.tweet .retweetnotice:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #697882;
  margin: -2px 10px 0 -21px;
}

.brick.tweet .tweetage {
  float: left;
  width: 50%;
  color: #696969;
  font-size: .8125em;
  line-height: 1em;
  margin: -8px 0 0 0;
}

.brick.tweet .tweetactions {
  float: right;
  width: 50%;
  margin: -10px 0 0 0;
  text-align: right;
}

.brick.tweet .tweetactions a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  color: transparent;
  margin: 0 0 0 3px;
  position: relative;
}

.brick.tweet .tweetactions a.reply:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  margin-top: -12px;
  color: #697882;
}

.brick.tweet .tweetactions a.reply:hover:before {
  opacity: .8;
}

.brick.tweet .tweetactions a.retweet:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 14px;
  color: #697882;
  text-align: left;
  margin: -13px 10px 0 -1px;
}

.brick.tweet .tweetactions a.retweet:hover:before {
  opacity: .8;
}

.brick.tweet .tweetactions a.favorite:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  margin-top: -14px;
  color: #697882;
}

.brick.tweet .tweetactions a.favorite:hover:before {
  opacity: .8;
}

a.tweetfollowbtn {
  clear: both;
  float: left;
  margin: -30px 15px 30px 15px;
  line-height: 1em;
  padding: 6px 8px 6px 6px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dedede));
  background: -moz-linear-gradient(top, #FFF, #dedede);
  background: -o-linear-gradient(top, #FFF, #dedede);
  background: -ms-linear-gradient(top, #FFF, #dedede);
  border: #CCC solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

a.tweetfollowbtn:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #55acee;
  margin: -1px 5px 0 0;
  font-size: 13px;
  line-height: 13px;
}

a.tweetfollowbtn:hover {
  text-decoration: none;
  border-color: #BBB;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d9d9d9));
  background: -moz-linear-gradient(top, #f8f8f8, #d9d9d9);
  background: -o-linear-gradient(top, #f8f8f8, #d9d9d9);
  background: -ms-linear-gradient(top, #f8f8f8, #d9d9d9);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.brick.sharing {
  margin: 0;
}

.brick.sharing ul.common li a {
  padding-left: 30px;
}

.brick.sharing ul.common li a:before {
  content: "";
}

.brick.followOn ul li a {
  padding-left: 35px;
}

.brick.followOn ul li a:before {
  font-size: 23px;
  content: "";
}

.brick.followOn ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  left: 10px;
}

.brick.followOn ul li a.flickr:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #ff0084;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li a.facebook:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #3c5193;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li a.instagram:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #d93274;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li a.twitter:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #2da8e0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li a.tumblr:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #47526b;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li a.youtube:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #e62528;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li a.google-plus:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #cc2b27;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li a.linkedin:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #007bb6;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brick.followOn ul li .meta {
  margin-left: 0;
  padding-left: 35px;
}

.wayfinder {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: left;
}

@media (min-width: 992px) {
  .wayfinder {
    margin-bottom: 40px;
  }
}

@media print {
  #content .wayfinder {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

h1.faq {
  color: #000;
  margin-bottom: .7692em;
}

h1.faq+.article-meta {
  padding-left: 0;
  margin-bottom: 1.8em;
  margin-top: 0;
}

h1.faq+.subheading {
  margin: .2em 0;
}

#aside .block.faqs h2,
.faqs h2 {
  border-top-color: #e17000;
}

.faqs .common {
  margin-bottom: 20px;
}

.faqs .common li {
  margin-bottom: 1.25em;
}

@media (min-width: 992px) {
  .faqs .common li {
    margin-bottom: .5em;
  }
}

.article .faqs.overview h3 {
  margin-bottom: .5em;
}

#aside .faqs a,
#aside .faqs a h3 {
  font-weight: normal;
  line-height: 1.375em;
  font-size: 1em;
}

@media (min-width: 992px) {

  #aside .faqs a,
  #aside .faqs a h3 {
    line-height: 1.5em;
  }
}

#aside .faqs .more {
  margin-top: 0;
  font-weight: normal;
  line-height: 1.375em;
  font-size: 1em;
}

.block.faqs:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

@media (min-width: 992px) {
  .article .faqs {
    margin-top: 40px;
    clear: left;
  }

  .article .faqs li {
    display: block;
    width: 50%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faqs .common {
    margin-left: -20px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #aside .faqs .more,
  .article .faqs a {
    margin-left: 20px;
  }

  .article .faqs a.more {
    margin-left: 0;
  }

  .faqs.answers li+li+li {
    clear: left;
  }

  .faqs.answers li+li+li+li {
    clear: none;
  }

  .article .faqs.overview {
    margin-bottom: 20px;
  }

  .article .faqs.long li,
  .article .faqs.overview li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #aside .faqs .more {
    margin-left: 0;
  }
}

@media print {
  #content .faqs a {
    display: block;
  }

  #content .faqs a:after {
    display: block;
    margin: 0 0 1em;
  }

  .article .faqs a {
    padding-left: 0;
    margin-left: 0;
  }
}

.article h1.publication {
  color: #535353;
}

h1.publication {
  margin-bottom: .125em;
}

h1.publication+.article-meta {
  padding-left: 0;
  margin-bottom: 1.8em;
  margin-top: 0;
}

h1.publication+.subheading {
  margin: .2em 0;
}

.docs-pubs {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .docs-pubs.two-columns {
    margin-bottom: 0;
  }
}

.docs-pubs .common a {
  text-decoration: none;
}

.docs-pubs .common li ul {
  padding-left: 0;
}

.docs-pubs .common li li a {
  padding-left: 20px;
  font-size: 1em;
}

.docs-pubs h4 {
  font-weight: normal;
  font-style: normal;
}

.docs-pubs a:hover h3,
.docs-pubs a:focus h3 {
  text-decoration: underline;
  color: #154273;
}

.docs-pubs a p {
  padding-left: 0;
  color: #000;
  font-size: 84.615%;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
}

.article .docs-pubs a .meta {
  color: #696969;
  margin-top: .2em;
}

@media (min-width: 992px) {
  .article .docs-pubs {
    margin-top: 40px;
    clear: left;
  }
}

div.download {
  margin: 10px 0 30px;
  padding: 0;
  background: 0;
}

h1.download {
  color: #535353;
}

.download-chunk {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 8px 80px 10px 50px;
  background-color: #f3f3f3;
  background-image: url("shared-ro/images/sprite-1.2.png");
  background-repeat: no-repeat;
  background-position: -200px -450px;
  text-decoration: none;
  cursor: pointer;
}

.download-chunk.sha {
  background-position: -100px -550px;
}

.download-chunk.xml {
  background-position: -150px -500px;
}

.download-chunk.rtf {
  background-position: -250px -400px;
}

.download-chunk.pdf {
  background-position: -300px -350px;
}

.download-chunk.ppt {
  background-position: -350px -300px;
}

.download-chunk.xls {
  background-position: -400px -250px;
}

.download-chunk.doc {
  background-position: -450px -200px;
}

.download-chunk.odp {
  background-position: -500px -150px;
}

.download-chunk.ods {
  background-position: -550px -100px;
}

.download-chunk.odt {
  background-position: -600px -50px;
}

.download-chunk.zip {
  background-position: -650px 0;
}

.download-chunk h2 {
  margin: 0 0 .33em 0;
  font-weight: normal;
  font-size: 1.125em;
  cursor: pointer;
  line-height: 1.222em;
}

@media (min-width: 992px) {
  .download-chunk h2 {
    font-size: 1.25em;
  }
}

.download-chunk h2 span {
  display: block;
  font-weight: bold;
}

.download-chunk:hover h2 span {
  text-decoration: underline;
  color: #154273;
}

.download-chunk h2 em {
  display: block;
  position: absolute;
  right: 20px;
  top: 8px;
  color: #01689b;
  font-style: normal;
  font-size: 1.38889em;
}

@media (min-width: 992px) {
  .download-chunk h2 em {
    font-size: 1.75em;
  }
}

.download-chunk .meta {
  clear: left;
  margin: 0 0 .2em;
  color: #535353;
  font-size: 100%;
  cursor: pointer;
}

.travel-safety .download-chunk .meta {
  margin-bottom: .2em;
}

h1.news {
  color: #01689b;
  margin-bottom: .125em;
}

h1.news+.article-meta {
  padding-left: 0;
  margin-bottom: 1.25em;
  margin-top: 0;
}

@media (min-width: 992px) {
  h1.news+.article-meta {
    margin-bottom: 1.8em;
  }
}

h1.news+.subheading {
  margin: .2em 0;
}

.common li a.news {
  margin-bottom: 0;
}

.common li a.news p {
  margin-bottom: .4em;
}

.news .article {
  margin: 0;
  padding-top: 0;
}

.block.news:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.news .regulars {
  clear: left;
}

.news .regulars:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.news .regulars div {
  float: left;
  margin: 0;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
}

@media (min-width: 992px) {
  .news .regulars div {
    margin: 0 0 20px 0;
  }
}

.news .regulars div p {
  display: none;
}

.news .regulars div .meta {
  display: block;
}

.news .regulars div a {
  margin: 0;
}

.news div .news div .visual a {
  margin-bottom: 0;
}

.article .news.nomore {
  margin-bottom: -38px;
}

.news .other a {
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 1em;
}

.news .other a:hover,
.news .other a:focus {
  text-decoration: underline;
  color: #154273;
}

.news .other li {
  margin-bottom: 0;
}

.news .other .more a {
  font-weight: bold;
}

.news .more,
#aside .news .more,
.article .news .more {
  margin-top: 0;
}

.news .more:hover,
#aside .news .more:hover,
.article .news .more:hover {
  text-decoration: underline;
}

#aside .common .news {
  margin-bottom: 0;
}

#aside .news p.meta {
  margin: 0;
}

#aside .news div {
  border-bottom: 1px solid #dde0ec;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#aside .news div:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

#aside .news a.more,
#aside .news a.common {
  margin-bottom: 0;
}

.news a:focus,
.news a:hover {
  text-decoration: none;
  color: #154273;
}

.news a h3 {
  padding-bottom: .3em;
  font-size: 1.125em;
  line-height: 1.22em;
}

.news p,
.spotlight p {
  margin-bottom: .4em;
}

.news p+.meta,
.spotlight p+.meta {
  line-height: 1.5em;
}

.spotlight a {
  overflow: hidden;
  margin-bottom: 0;
}

.spotlight a h3 {
  padding-bottom: .3em;
  font-size: 1.125em;
  line-height: 1.222;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}

.spotlight a h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01689b;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}

.spotlight a.publication h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #535353;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: -1px;
}

@media (min-width: 992px) {
  .spotlight a.publication h3:before {
    top: 1px;
  }
}

.spotlight a.news h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01689b;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: -1px;
}

@media (min-width: 992px) {
  .spotlight a.news h3:before {
    top: 1px;
  }
}

.spotlight a.activity h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f60;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .spotlight a.activity h3:before {
    top: 1px;
  }
}

.spotlight a.video h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0393da;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .spotlight a.video h3:before {
    top: 2px;
  }
}

.spotlight a.external:before {
  content: '';
  display: none;
}

.spotlight a.external h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01689b;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}

@media (min-width: 992px) {
  .spotlight a.external h3:before {
    top: 4px;
  }
}

.spotlight a.weblog h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01689b;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .spotlight a.weblog h3:before {
    top: 2px;
  }
}

.spotlight a.rss-feed h3 {
  padding-left: 0;
}

.spotlight a.rss-feed h3:before {
  content: '';
  display: none;
}

.spotlight a:focus,
.spotlight a:hover {
  text-decoration: none;
  color: #154273;
}

@media (min-width: 992px) {
  .spotlight a {
    margin-left: 20px;
  }
}

#aside .spotlight .spotlightitem {
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dde0ec;
  width: 100%;
}

#aside .spotlight .spotlightitem a {
  margin-bottom: 20px;
  float: left;
}

#aside .spotlight .spotlightitem a:last-child {
  margin-bottom: 0;
}

#aside .spotlight .spotlightitem p.copyright {
  max-width: 250px;
  color: #fff;
  margin-top: -45px;
}

#aside .spotlight .spotlightitem:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .article .spotlight div a {
    margin-left: 0;
  }
}

.spotlight img {
  max-width: 100%;
  width: 100%;
}

.spotlight .common li a {
  margin-left: 0;
}

.news .headline {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background-color: #f3f3f3;
  width: 100%;
  float: left;
  clear: left;
  border-bottom: 1px solid #f3f3f3;
}

.news .headline img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.news .headline div {
  width: 59%;
  margin: 0;
  float: left;
  margin: 0;
  padding: 0;
}

.news .headline .visual {
  width: 41%;
  float: left;
  margin: 0;
  padding: 0;
}

.news .headline p {
  display: none;
}

.news .headline p.copyright {
  display: block;
  max-width: 40%;
  color: #fff;
  margin-top: -30px;
}

.news .headline .meta {
  display: block;
  color: #494949;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}

.news .headline h3 {
  padding: 5px 0 .2em 10px;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.1em;
  font-weight: bold;
  font-size: 1.1em;
}

@media (min-width: 768px) {
  .news .headline h3 {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}

@media (min-width: 480px) {
  .news .headline h3 {
    font-size: 1.25em;
    padding: 10px 0 .2em 10px;
  }
}

@media (min-width: 768px) {
  .news .headline h3 {
    font-size: 1.75em;
    line-height: 1.1429;
  }
}

@media (min-width: 768px) {
  .news .headline {
    background-color: #f3f3f3;
    border-bottom: 0;
    margin: 0 0 30px 0;
    padding: 0;
  }

  .news .headline img {
    width: 100%;
  }

  .news .headline p {
    display: block;
    margin-bottom: .25em;
    padding-left: 10px;
  }

  .news .headline p.copyright {
    color: #fff;
    padding-left: 10px;
    margin-top: -30px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .news .headline p.copyright {
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .news .headline .visual {
    width: 50%;
  }

  .news .headline .meta {
    padding: 0 0 .5em 10px;
  }

  .news .headline h3 {
    padding: .4em 0 .2em 10px;
  }

  .article .news .headline a {
    margin: 0 10px 0 0;
    padding: 0;
  }

  .news .headline div {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
  }

  .news .headline div a {
    margin-left: 0;
  }
}

.other .common li {
  margin-bottom: 20px;
}

.other .common li a {
  float: none;
  background: 0;
  padding-left: 0;
  line-height: 1.375;
}

.other .common li a:hover,
.other .common li a:focus {
  text-decoration: underline;
  color: #154273;
}

.other .common li .meta {
  display: block;
  margin: .4em 0 0;
}

@media (min-width: 768px) {
  .news .regulars {
    margin: 0 0 0 -20px;
    padding: 0;
    border-bottom: 0;
  }

  .news .regulars div {
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 0;
  }

  .news .regulars div p {
    display: block;
  }

  .news .regulars div a {
    margin: 0 0 1em;
  }

  .news div>div {
    display: block;
    width: 50%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .article .news div a,
  .news .other ul {
    margin-left: 20px;
  }

  .more,
  #aside .news div,
  #aside .news .more,
  #aside .other-news {
    margin-left: 0;
  }

  #aside .news .headline {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
  }

  #aside .news .headline div {
    width: auto;
    margin-right: 0;
  }

  #aside .news .headline h3 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    font-weight: bold;
  }

  .news .regulars .odd {
    clear: left;
  }

  #content .regular.odd {
    clear: left;
  }

  #content .regular {
    clear: none;
  }

  #aside .spotlight a {
    float: left;
  }

  #aside .spotlight .common {
    float: left;
  }

  .breaking {
    min-height: 180px;
  }

  .breaking .smallcontent {
    padding-left: 20px;
  }

  .breaking .smallcontent a {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  .breaking .article {
    padding: 20px;
  }

  .breaking.visualnews .visual {
    width: 50%;
    margin-bottom: 0;
    min-height: 300px;
    margin-bottom: 0;
  }

  .breaking.visualnews .newscontent a h2,
  .breaking.visualnews .newscontent a p {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 0;
  }

  .breaking.visualnews .newscontent a h2 {
    padding-top: 10px;
    padding-bottom: .2em;
  }

  .breaking.visualnews .newscontent a .meta {
    margin: 0;
    padding-left: 20px;
  }

  .breaking.visualnews .regular {
    box-sizing: border-box;
    padding-left: 20px;
  }

  .breaking.visualnews .regular a {
    margin-top: 0;
    padding-right: 10px;
    padding-left: 0;
  }

  .breaking.visualnews .regular a .meta {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .article .spotlight div a {
    margin-bottom: 0;
    padding-left: 120px;
    background: 0;
  }

  .article .spotlight img {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
  }

  #aside .news div,
  #aside .news .more,
  #aside .spotlight a {
    margin-left: 0;
  }

  #aside .headline {
    margin: 0 0 30px;
    background-color: transparent;
  }

  #aside .headline div {
    width: auto;
  }

  #aside .spotlight a {
    float: none;
  }

  #aside .spotlight .common {
    float: none;
  }

  #aside .spotlight a.more {
    margin-bottom: 0;
  }

  .breaking {
    margin-left: 20px;
    margin-right: 0;
  }

  .breaking .smallcontent {
    width: 25%;
    padding: 20px 10px 10px 20px;
  }

  .breaking .smallcontent a {
    width: 100%;
  }

  .breaking.visualnews .regular {
    margin-top: 15px;
  }

  .breaking.visualnews .regular a {
    width: 50%;
  }
}

@media print {
  .news .headline {
    border-bottom: 0;
  }

  .news .headline .visual {
    page-break-inside: avoid;
  }

  .news .headline div {
    position: static;
  }

  .news .regulars div {
    border-bottom: 0;
    width: 50%;
    float: left;
    bottom: 0;
  }

  .news .regulars div p {
    display: block;
  }

  h1.news+.article-meta {
    padding-left: 0;
  }
}

.banner a {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .banner a {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .banner a {
    margin-left: 0;
    padding-left: 0;
  }
}

.banner img,
.banner svg {
  max-width: 100%;
  width: 100%;
  margin-top: 5px;
  -ms-interpolation-mode: bicubic;
}

@media (min-width: 992px) {

  .banner img,
  .banner svg {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #aside .block+.banner:nth-of-type(2n+1) {
    clear: left;
  }
}

@media print {
  .banner {
    page-break-inside: avoid;
  }

  .banner img {
    width: 100%;
    float: none;
  }
}

.banner .st0 {
  fill: #fff;
  stroke: #cbd2e3;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.banner .st1 {
  fill: #1b5e84;
}

.banner .st2 {
  font-weight: bold;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .st3 {
  font-size: 22px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .st4 {
  font-size: 31px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
  text-decoration: none;
}

.banner .st5 {
  font-weight: normal;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .st6 {
  font-size: 21px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st0 {
  stroke: #cbd2e3;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.banner .eng .st2 {
  font-weight: bold;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st3 {
  font-size: 20px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st5 {
  font-weight: normal;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st6 {
  font-size: 19px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.notifications,
.sharing {
  margin: 0;
}

@media (min-width: 992px) {

  .notifications,
  .sharing {
    margin: 0;
  }

  .col .notifications,
  .col .sharing {
    margin: 0 0 40px 0;
  }
}

.notifications a {
  padding-right: 30px;
}

#aside .notifications a {
  padding-right: 0;
}

.notifications a.email:focus,
.notifications a.rss-feed:focus,
.notifications a.email:hover,
.notifications a.rss-feed:hover {
  color: #154273;
}

.notifications li {
  display: block;
}

#follow-up .sharing h2 {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

#follow-up .sharing ul li {
  float: left;
}

#follow-up .sharing ul li a {
  position: relative;
  display: block;
  width: 29px;
  height: 28px;
  padding-left: 15px;
  text-indent: -9999px;
  padding: 0;
  margin: 0 15px 0 0;
}

#follow-up .sharing ul li a:before {
  font-size: 30px;
  line-height: 16px;
  text-indent: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}

#follow-up .sharing ul li a.flickr:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #ff0084;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#follow-up .sharing ul li a.facebook:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #3c5193;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#follow-up .sharing ul li a.instagram:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #d93274;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#follow-up .sharing ul li a.linkedin:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #007bb6;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#follow-up .sharing ul li a.twitter:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #2da8e0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#follow-up .sharing ul li a.tumblr:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #47526b;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#follow-up .sharing ul li a.google-plus:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #cc2b27;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print {

  .sharing,
  h2 a.rss {
    display: none !important;
  }
}

.summary {
  display: block;
  width: 100%;
}

.summary h1,
.summary h2 {
  margin: 0 0 15px 0;
  color: #696969;
  font-size: 1.3125em;
  font-weight: normal;
  line-height: 1.5238;
  vertical-align: baseline;
}

.summary span {
  color: #000;
  font-size: 1.3333em;
  line-height: 1.1429em;
}

.summary p {
  margin-top: -15px;
  color: #696969;
  font-size: 1em;
  line-height: 1em;
}

.summary p span {
  font-size: 1em;
  line-height: 1em;
}

.filterHeader {
  border-bottom: 1px solid #696969;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.filterHeader .summary {
  width: auto;
  margin: 0;
}

.filterHeader .summary h2 {
  margin: 0;
}

.filterHeader .summary p {
  margin: 5px 0 10px 0;
}

.filterHeader .summary .activeFiltersHeader {
  margin: 0 0 15px 0;
  color: #696969;
  font-size: 1.3125em;
  font-weight: normal;
  line-height: 1.5238;
  vertical-align: baseline;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  vertical-align: baseline;
}

.filterHeader.hasTags .summary {
  flex: 1 100%;
}

.filterHeader .filterTagsWrapper .removeTag {
  float: left;
  background-color: #f3f3f3;
  color: #000;
  padding: 3px 25px 3px 5px;
  margin: 0 10px 6px 0;
  border-radius: 3px;
  font-size: .875rem;
  position: relative;
}

.filterHeader .filterTagsWrapper .removeTag:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 6px;
}

html[dir="rtl"] .filterHeader .filterTagsWrapper .removeTag {
  padding: 3px 5px 3px 25px;
}

html[dir="rtl"] .filterHeader .filterTagsWrapper .removeTag:after {
  right: auto;
  left: 8px;
}

.filterHeader .filterTagsWrapper .removeTag:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 1px;
  background: black;
  transition: width .2s ease-out;
}

.filterHeader .filterTagsWrapper .removeTag:hover {
  background-color: #e6e6e6;
}

.filterHeader .filterTagsWrapper .removeTag:hover:before {
  width: calc(100% - 30px);
  transition: width .2s ease-in;
}

.filterHeader .btnWrapper {
  margin-left: auto;
}

.filterHeader .btnWrapper .filter-btn {
  background-color: transparent;
  white-space: nowrap;
  color: #696969;
  font-size: .875rem;
  padding: 3px 5px 3px 5px;
  margin: 0;
  border-radius: 3px;
  transition: background-color .3s ease-out;
}

html[dir="rtl"] .filterHeader .btnWrapper .filter-btn:after {
  padding-left: 0;
  padding-right: 5px;
}

.filterHeader .btnWrapper .filter-btn:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #696969;
  font-size: 10px;
  padding-left: 5px;
}

.filterHeader .btnWrapper .filter-btn.filtersOpen:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filterHeader .btnWrapper .filter-btn:hover {
  background-color: #f3f3f3;
  color: #000;
  transition: background-color .3s ease-out;
}

.filterHeader .btnWrapper .filter-btn:hover:after {
  color: #000;
}

.no-results-message {
  margin-top: 30px;
}

.sorting {
  margin: 30px 0 15px 0;
}

.sorting+.article .results {
  padding-top: .8em;
  margin: 0;
}

.sorting a {
  color: #01689b;
}

.sorting a:hover {
  color: #154273;
}

.article .results {
  margin: 30px 0 0 0;
}

.article .results+.results {
  margin: 0;
}

.results a {
  clear: left;
  margin: 0;
  margin-bottom: 1.25em;
}

@media (min-width: 992px) {
  .results a {
    margin-bottom: 1.625em;
  }
}

.results li a p {
  margin-bottom: .433em;
}

.results li a {
  margin-bottom: 0;
}

.results a:focus,
.results a:hover {
  text-decoration: none;
  color: #154273;
}

.results h3 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.4;
}

.results a h3 {
  font-size: 1.125em;
  line-height: 1.33333em;
}

@media (min-width: 992px) {
  .results a h3 {
    line-height: 1.444em;
  }
}

.results a:focus h3,
.results a:hover h3 {
  text-decoration: underline;
  color: #154273;
}

.results p {
  margin: 0;
  color: #000;
  font-size: 1em;
  font-weight: normal;
}

.common.results p:first-of-type {
  display: none;
}

@media (min-width: 992px) {
  .common.results p:first-of-type {
    display: block;
  }
}

.common.results p.meta {
  display: block;
}

.common.results a.weblog p,
.common.results a.consignment p {
  display: block;
}

.common.results.gallery-result p {
  display: block;
}

.common.results.hasVisuals p {
  display: block;
}

@media (max-width: 992px) {
  .common.results a {
    padding-left: 0;
  }

  .common.results a:before {
    display: none;
    content: '';
  }
}

.results .meta {
  margin-top: .433em;
  margin-bottom: 0;
  color: #696969;
  font-size: .875rem;
}

.results .meta+.meta {
  margin-top: 0;
}

.results h3+.meta {
  margin-top: 0;
}

.results.contents .common li {
  margin-bottom: 1.25em;
}

@media (min-width: 992px) {
  .results.contents .common li {
    margin-bottom: 1.625em;
  }
}

.results.contents .common li li {
  margin: 0;
}

.results.hasVisuals a {
  background-image: none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 17px;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #f3f3f3;
}

.results.hasVisuals a:before {
  content: '';
}

.results.hasVisuals a:last-child {
  border-bottom: 0;
}

.results.hasVisuals a h3 {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}

.results.hasVisuals a p {
  padding: 0 15px 10px 0;
}

.results.hasVisuals a p.meta {
  margin: 0;
  padding: 0 10px 0 0;
  float: none;
}

.results.hasVisuals a .visual img {
  width: 100%;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .results.hasVisuals a {
    background-color: #f3f3f3;
    border-bottom: 0;
    padding: 0 0 15px 38%;
    position: relative;
    min-height: 190px;
    overflow: hidden;
  }

  .results.hasVisuals a h3 {
    font-size: 1.66666em;
    font-weight: normal;
    line-height: 1.13333333em;
    padding: 15px 15px 5px 15px;
  }

  .results.hasVisuals a p {
    padding: 0 15px 10px 15px;
    line-height: 1.375;
  }

  .results.hasVisuals a p.meta {
    padding: 0 10px 0 15px;
  }

  .results.hasVisuals a .visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;
    margin-bottom: 0;
    overflow: hidden;
  }

  .results.hasVisuals a .visual img {
    width: 100%;
    margin: 0;
  }
}

.results-message {
  margin: 0 0 0 -20px;
  padding: 10px 20px 5px;
  background-color: #f3f3f3;
}

.results-message p {
  margin: 0 0 .6em;
  padding: 0;
}

.results-message.search-top {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.results-message.search-top p {
  padding: 0;
}

.paging-menu {
  margin-top: 15px;
}

.paging-menu h2 {
  display: none;
}

ul.paging {
  display: block;
  margin: 0 0 15px 0;
  padding-left: 0;
  border-top: 3px solid #e17000;
  font-size: 100%;
  display: block;
}

ul.paging:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

@media (min-width: 992px) {
  ul.paging {
    margin: 0 0 20px 0;
  }
}

.paging li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  background-image: none;
  font-size: 1.25em;
  line-height: 1.2381;
}

.paging li:before {
  display: none;
  content: '';
}

@media (min-width: 768px) {
  .paging li {
    font-size: 1.3125em;
    line-height: 1.2381;
  }
}

.paging a,
.paging a:visited,
.paging span {
  display: block;
  padding: .5em 8px;
  padding-top: .5em;
  text-decoration: none;
}

.paging a.page,
.paging a:visited.page,
.paging span.page {
  display: none;
}

.paging a:focus,
.paging a:hover {
  text-decoration: underline;
  color: #154273;
}

.paging a,
.paging span {
  position: absolute;
  top: -100000px;
}

@media (min-width: 992px) {

  .paging a,
  .paging span {
    position: static;
    top: auto;
  }
}

.paging .previous a,
.paging .next a {
  position: static;
  top: auto;
}

.paging strong {
  display: block;
  padding: .5em 8px;
  padding-top: .5em;
  background-color: #e17000;
  color: #fff;
}

.paging em {
  display: block;
  padding: .5em 8px;
  padding-top: .5em;
  color: #696969;
  font-style: normal;
  line-height: 1;
}

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

  .results li:before {
    content: '';
  }
}

ul.ui-autocomplete {
  position: absolute;
  max-height: 200px;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  background-color: #fff;
  border: 1px solid #e17000;
  z-index: 9999;
}

ul.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 0;
  width: auto;
}

ul.ui-autocomplete .ui-menu-item:before {
  content: '';
}

ul.ui-autocomplete .ui-menu-item div {
  width: 100%;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #f3f3f3;
}

ul.ui-autocomplete .ui-state-active {
  background-color: #e17000;
  color: #fff;
  cursor: pointer;
}

.autoCompleteForm {
  position: relative;
  margin: 0;
}

.autoCompleteForm input[type="text"] {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 44px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.4;
  width: calc(100% - 44px);
}

.autoCompleteForm .clearFieldWrapper .clearField {
  right: 55px;
}

.autoCompleteForm button {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  pointer-events: all;
  transition: background .3s ease-in-out;
  text-indent: -100px;
  overflow: hidden;
}

.autoCompleteForm button:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  right: 13px;
  top: 8px;
}

.autoCompleteForm button:disabled {
  transition: background .3s ease-in-out;
  background: #ccc;
  cursor: initial;
}

@keyframes showList {
  from {
    height: 0;
    overflow: hidden;
  }

  to {
    height: auto;
    overflow: visible;
  }
}

ul.autocomplete {
  columns: 1 auto;
  column-gap: 30px;
  height: 0;
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  ul.autocomplete {
    columns: 2 auto;
  }
}

@media (min-width: 992px) {
  ul.autocomplete {
    columns: 3 auto;
  }
}

.no-js ul.autocomplete {
  animation: showList .1s .5s forwards;
}

ul.autocomplete li {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  page-break-inside: avoid;
  padding: 0;
}

ul.autocomplete li:before {
  content: '';
}

ul.autocomplete li a {
  color: #01689b;
  text-decoration: none;
  display: inline-block;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.625rem;
  padding-left: 16px;
}

ul.autocomplete li a:visited {
  color: #01689b;
}

ul.autocomplete li a:hover {
  color: #154273;
}

ul.autocomplete li a:hover:before {
  color: #154273;
}

ul.autocomplete li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

ul.autocomplete li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

ul.autocomplete li a:hover {
  color: #154273;
  text-decoration: underline;
}

ul.autocomplete li a:focus {
  outline-offset: -2px;
}

ul.autocomplete li a:visited {
  color: #696969;
}

.message {
  background-size: 2021px 21px;
  background-repeat: no-repeat;
  background-image: none;
  background-position: -1906px 0;
}

.message .wrapper {
  padding: 30px 15px 10px 15px;
  background-size: 2021px 21px;
  background-repeat: no-repeat;
  background-position: 10px 0;
}

.message p {
  margin: 0;
  display: inline-block;
  width: 100%;
}

.message.error {
  position: relative;
  background-color: #f7d2dd;
  padding: 30px 20px 10px 20px;
}

.message.error:before {
  background: #c03;
  color: white;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  speak: none;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  position: absolute;
  height: 23px;
  width: 23px;
  font-size: 23px;
  line-height: 23px;
  top: 0;
  left: 20px;
}

.formWrapper .message.error:before {
  left: 0;
}

.message.error li {
  background-position: -990px .75em;
}

.message.cookie {
  background-color: #e6e6e6;
}

.message.cookie .wrapper {
  padding-top: 10px;
  background-image: none;
}

.message.alert {
  position: relative;
  background-color: #fef1bc;
  padding: 30px 20px 10px 20px;
  margin-bottom: 20px;
  margin-left: 0;
  background-repeat: no-repeat;
}

.message.alert:before {
  background: #f9d35f;
  color: black;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  speak: none;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  position: absolute;
  height: 23px;
  width: 23px;
  font-size: 23px;
  line-height: 23px;
  top: 0;
  left: 20px;
}

.message.info {
  position: relative;
  background-color: #c5f2b2;
  padding: 30px 20px 10px 20px;
  margin-bottom: 20px;
}

.message.info:before {
  background: #7ba14c;
  color: white;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  speak: none;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  position: absolute;
  height: 23px;
  width: 23px;
  font-size: 23px;
  line-height: 23px;
  top: 0;
  left: 20px;
}

.message.survey {
  padding: 0;
  margin-bottom: 0;
  background-color: #c5f2b2;
}

.message.survey .wrapper {
  position: relative;
}

.message.survey .wrapper:before {
  background: #7ba14c;
  color: white;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  speak: none;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  position: absolute;
  height: 23px;
  width: 23px;
  font-size: 23px;
  line-height: 23px;
  top: 0;
  left: 15px;
}

.message.survey p {
  width: 100%;
}

@media (min-width: 992px) {
  .message.survey p {
    width: auto;
    float: left;
    margin-right: 15px;
  }
}

.message.survey a {
  display: inline-block;
  float: left;
  width: 100%;
}

@media (min-width: 480px) {
  .message.survey a {
    width: auto;
    float: left;
  }

  .message.survey a#survey-no {
    float: right;
  }
}

.message.login {
  padding-top: 0;
  padding-bottom: .2em;
  background: transparent;
  margin-right: 0;
  text-align: right;
  font-size: 1em;
}

.message.login p {
  text-align: right;
}

.message.login a {
  display: inline-block;
  margin-left: 10px;
}

.message.login a:visited {
  color: #666;
}

@media print {

  .survey,
  .cookie {
    display: none !important;
  }
}

label {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  font-size: 1em;
  line-height: 1.375;
}

select {
  padding: .3333em 0;
  -webkit-border-radius: 0;
}

input,
select,
textarea,
button {
  line-height: normal;
  padding: .35em 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "RO Sans", Calibri, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.4;
}

:lang(zh-Hans) input,
:lang(zh-Hans) select,
:lang(zh-Hans) textarea,
:lang(zh-Hans) button {
  font-family: Calibri, "MicrosoftYaHeiNew", "MicrosoftYahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

:lang(jp) input,
:lang(jp) select,
:lang(jp) textarea,
:lang(jp) button {
  font-family: Calibri, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

:lang(ru) input,
:lang(ru) select,
:lang(ru) textarea,
:lang(ru) button {
  font-family: Calibri, Arial, sans-serif;
}

:lang(ar) input,
:lang(ar) select,
:lang(ar) textarea,
:lang(ar) button {
  font-family: Calibri, Arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="date"],
select {
  padding: .3333em 0;
  height: auto;
  width: 100%;
}

@media (min-width: 992px) {

  input[type="text"],
  input[type="password"],
  input[type="date"],
  select {
    padding: .25em 0;
  }
}

form div.clearFieldWrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

form div.clearFieldWrapper.autosize {
  width: auto;
}

form div.clearFieldWrapper input {
  padding-right: 25px;
}

form div.clearFieldWrapper input::-ms-clear {
  display: none;
}

form div.clearFieldWrapper .clearField {
  display: none;
  position: absolute;
  width: 16px;
  height: 100%;
  right: 8px;
  top: 0;
  margin: 0;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  background-color: transparent;
  z-index: 9999;
}

form div.clearFieldWrapper .clearField:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  height: 100%;
  text-indent: 0;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -7px;
  color: #000;
}

form div.clearFieldWrapper .clearField.active {
  display: block;
}

select {
  padding: .1875em 0;
}

input[type="text"],
input[type="password"] {
  padding-left: 5px;
  width: 99%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea,
.submit {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="date"],
select,
textarea {
  background-color: #fff;
  border-top: 0 solid #e17000;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 2px solid #e17000;
}

input[type="file"] {
  margin-bottom: .425em;
  width: 100%;
  background-color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.submit {
  display: block;
  width: auto;
  float: left;
  margin: .15em 20px 0 0;
  padding: .4em 10px;
  padding-bottom: .4em;
  border: 0;
  background-color: #e17000;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.submit:focus {
  outline: 2px dotted #000;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff inset;
}

button:active,
button:hover,
input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover,
.submit:hover {
  outline: 0;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 6em;
  line-height: 1.4;
  margin-bottom: 5px;
}

input[type="text"].autosize,
select.autosize {
  width: auto;
}

form:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

form h2 {
  margin: .67em 0 .13em;
  color: #01689b;
  font-size: 1.536em;
  font-weight: normal;
  line-height: 1.1429;
}

form h3 {
  padding-left: 0;
  margin: .67em 0 .13em;
}

.form th[colspan] {
  padding-top: 1.2em;
}

form h2.req {
  margin: .67em 0 -0.55em 0;
  padding-right: 6em;
}

@media (min-width: 768px) {
  form h2.req {
    margin: .67em 0 -0.90em 0;
  }
}

@media (min-width: 992px) {
  form h2.req {
    margin: .67em 0 -0.85em 0;
  }
}

form h2.form-divider {
  border-top: 3px solid #f3f3f3;
  padding-top: .8em;
}

form div p {
  margin: 0 0 1.2em;
}

form p.req {
  text-align: right;
  margin-top: 20px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  form p.req {
    padding-left: 20px;
  }
}

legend {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

.input-group legend {
  position: relative;
  display: initial;
  clip: auto;
  height: auto;
  padding: .25em 0 0 0;
  left: 0;
  float: none;
  margin: 0;
  width: 8.5em;
  font-size: 1em;
  line-height: 1.375em;
}

label.radio {
  padding-left: 0;
}

label.radio input[type="checkbox"],
label.radio input[type="radio"] {
  left: 3px;
  top: -2px;
  left: 0;
  margin-right: 5px;
  position: relative;
}

.eforms-fieldgroupname {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

#aside .form {
  position: relative;
  top: 0;
  width: 95%;
}

@media (min-width: 992px) {
  #aside .form {
    width: 96%;
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  #aside .form {
    position: static;
    top: 0;
    width: 100%;
    margin-left: 0;
  }
}

#aside .form .message {
  margin-left: 0;
}

#aside .form .message.error {
  padding-left: 25px;
}

.form .skiplinks a:focus {
  top: inherit;
  bottom: -43px;
}

div[data-conditional],
fieldset[data-conditional] {
  display: block;
}

div[data-conditional].hide,
fieldset[data-conditional].hide {
  display: none;
}

.form .toggleFilter {
  background: #f3f3f3;
  max-height: 0;
  transition: max-height .4s ease-out;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

@media (min-width: 992px) {
  .form .toggleFilter {
    margin: 0 0 20px 0;
  }
}

.form .toggleFilter:before,
.form .toggleFilter:after {
  content: " ";
  display: table;
}

.form .toggleFilter:after {
  clear: both;
}

.form .toggleFilter .message {
  margin-bottom: 0;
}

.form .toggleFilter>.message {
  border-bottom: 15px solid #fff;
}

.form .toggleFilter .formWrapper {
  background: transparent;
  padding: 15px 0 0 15px;
}

@media (min-width: 992px) {
  .form .toggleFilter .formWrapper {
    padding: 15px 0 0 20px;
  }
}

.form .toggleFilter .meta.req {
  margin: 10px 10px -30px 0;
  font-size: .875rem;
  z-index: 999;
}

.form .toggleFilter .filter {
  display: none;
}

.form .toggleFilter.filtersOpen {
  max-height: 800px;
}

.formWrapper {
  padding: 0 0 0 15px;
  overflow: hidden;
  position: relative;
  background: #f3f3f3;
}

@media (min-width: 768px) {
  .formWrapper {
    padding: 0 0 0 15px;
  }
}

@media (min-width: 992px) {
  .formWrapper {
    padding: 0 0 0 20px;
  }
}

.formWrapper .period.hide {
  margin-top: 0;
  max-height: 0;
  display: none;
}

.formWrapper .search-form-submit {
  float: left;
}

@media (min-width: 768px) {
  .formWrapper .search-form-submit input {
    margin-right: 10px;
  }
}

#country-search-form .formWrapper {
  background-color: #f3f3f3;
  padding-bottom: .5em;
}

#country-search-form .formWrapper p {
  margin: 0;
}

#country-search-form .formWrapper fieldset {
  margin-top: 30px;
}

#country-search-form .formWrapper fieldset+p {
  margin: 15px 20px 21px 0;
}

#topic-search .formWrapper input.ui-autocomplete-input {
  margin-bottom: 0;
  padding-left: 1%;
  width: auto;
}

@media (min-width: 992px) {
  #topic-search .formWrapper input.ui-autocomplete-input {
    width: 20em;
  }
}

form .formWrapper .accordionBox {
  display: block;
}

.js form .formWrapper .accordionBox {
  display: none;
}

.formWrapper div {
  display: block;
  position: relative;
  margin: 15px 0 0 0;
}

@media (min-width: 768px) {
  .formWrapper div {
    margin: 25px 0 0 0;
  }
}

.formWrapper .eformText:first-child {
  margin-top: -20px;
}

.formWrapper fieldset:first-child>div.eformText:first-child,
.formWrapper fieldset:first-child legend+.eformText {
  margin-top: -25px;
}

.formWrapper p:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.form .eformText {
  background: #fff;
  padding-left: 0;
  margin-left: -15px;
  padding-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .form .eformText {
    padding-left: 0;
    margin-left: -20px;
  }
}

.form .eformText .summary {
  padding-left: 0;
}

.formWrapper .field {
  margin: 0;
  padding: 0 10px 0 0;
  min-height: 1.6em;
}

.formWrapper .field:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.clear-search-icon {
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE0MTQ0MDU4MTA0NDExRTY4MzU1RkQwMTc0OThEREQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE0MTQ0MDU5MTA0NDExRTY4MzU1RkQwMTc0OThEREQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTQxNDQwNTYxMDQ0MTFFNjgzNTVGRDAxNzQ5OERERDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTQxNDQwNTcxMDQ0MTFFNjgzNTVGRDAxNzQ5OERERDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7URIuCAAAAhUlEQVR42mJgYGBgBeI2IHZjwA/coOpA6hm6gPg/EL8AYg0cGjSg8v+h6hm8gfgNVOARFo0aUPH/UHXeMAllIL4PlXgFxNpQcW0o/z9UXhndCbpICm4CcQiUhhmki8uz6kB8EaoQhi9CxfGCQDRNgYQ0kGwTyX4iOfTIiieyUgTJaQ8gwADv1kDe6f6LSAAAAABJRU5ErkJggg==");
  height: 13px;
  width: 13px;
  right: 75px;
  top: 9px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

form td p {
  margin-bottom: 1.2em;
  line-height: 1.8;
}

form td p:last-child {
  margin-bottom: 0;
}

.article .form {
  margin: 0;
  width: 100%;
}

.article .form h2 {
  margin-top: 15px;
}

.article form {
  margin-left: 0;
}

.article form h2 {
  padding-left: 0;
  margin-left: 0;
}

.article form>p {
  padding-left: 0;
}

.article .tableForm .formWrapper {
  padding-left: 0;
}

.article .tableForm .formWrapper table {
  margin-left: 0;
  margin-bottom: 15px;
}

.article .tableForm .formWrapper table th {
  padding: .6em 5px .7em 20px;
}

.article .tableForm .formWrapper div {
  padding-left: 0;
  margin-top: 0;
}

.article .tableForm .formWrapper .eformText {
  margin-left: 0;
}

.article .tableForm .formWrapper input[type="submit"]:first-child {
  margin-left: 25%;
}

.divider {
  display: inline-block;
  width: 15%;
  max-width: 2em;
  text-align: center;
}

#aside .divider {
  width: 1%;
  max-width: .1em;
  margin-right: 20px;
  margin-left: 5px;
  float: left;
  font-size: 16px;
}

@media (min-width: 992px) {
  #aside .divider {
    margin-right: 0;
    margin-left: 1px;
    float: none;
    font-size: 11px;
  }
}

.hint p,
.hint ol,
.hint ul {
  margin: 0;
  padding: 5px 40px 0 0;
  line-height: 1.4;
  min-height: 34px;
}

.hint p:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #82befb inset;
}

.hint li {
  line-height: 1.4;
}

.hint dl {
  margin-bottom: 0;
}

.hint h3 {
  line-height: 1.4;
}

.js .fancy .open {
  opacity: 1;
  z-index: 999;
  display: inline-block;
}

.js .fancy .open.hide {
  display: none;
  opacity: 0;
  padding: 0;
}

.js .fancy .field {
  padding-right: 0px;
}

form button.button-remove {
  width: 26px;
  height: 32px;
  overflow: hidden;
  line-height: 1;
  text-indent: -999px;
  left: 0;
  right: 0;
  margin-right: 10px;
}

form button.button-remove:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -5px;
  margin-top: 0;
  text-indent: 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  float: left;
}

form a.open,
form button.open,
form a.close,
form button.close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e17000;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
  text-indent: -999px;
  width: 26px;
  height: 32px;
  overflow: hidden;
  line-height: 1;
  margin: 0;
}

form a.open:focus,
form button.open:focus,
form a.close:focus,
form button.close:focus {
  outline: 2px dotted #000;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

form a.open:before,
form button.open:before,
form a.close:before,
form button.close:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  right: 6px;
  top: 9px;
  text-indent: 0;
  font-size: 14px;
}

form button.close {
  top: 0;
  z-index: 100;
}

form button.close:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

form a.open:focus,
form a.open:hover,
form a.close:focus,
form a.close:hover {
  color: #fff;
}

.form .hint div {
  padding: 0 30px 0 10px;
  margin: 0;
}

.form .hint dt {
  width: 9em;
}

.form .hint dd {
  margin-left: 9.9em;
  line-height: 1.4;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: 0;
  vertical-align: middle;
  padding: 0;
  margin: .10em 0 0 1px;
  border: 2px solid #f3f3f3;
}

input[type="checkbox"] {
  -webkit-border-radius: 0;
  background-color: transparent;
  border-color: transparent;
}

.touchevents input[type="checkbox"] {
  border-color: #999;
}

.touchevents input[type="checkbox"]:checked {
  background-color: #b4b4b4;
}

input[type="radio"] {
  color: #01689b;
  background-color: transparent;
  border-color: transparent;
}

.touchevents input[type="radio"] {
  border-color: #999;
}

.touchevents input[type="radio"]:checked {
  background-color: #b4b4b4;
}

.disabled+label {
  cursor: default;
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}

input.date {
  display: inline-block;
  width: 40%;
  padding-right: 25px;
  font-size: .75em;
}

@media (min-width: 480px) {
  input.date {
    max-width: 10em;
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  input.date {
    width: 32%;
  }
}

.checklist,
.optionlist {
  margin-top: 1.2em;
  position: relative;
}

.formWrapper .checklist>div,
.checklist>div,
.formWrapper .optionlist>div,
.optionlist>div {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.checklist .hint,
.optionlist .hint {
  padding-left: 30px;
}

.checklist label,
.optionlist label {
  color: #01689b;
  font-weight: bold;
}

.checklist div.field,
.optionlist div.field {
  min-height: 2.2em;
  padding: 0 60px 0 30px;
  overflow: visible;
}

#aside .checklist div.field,
#aside .optionlist div.field {
  padding-right: 10px;
}

.checklist input[type="checkbox"],
.optionlist input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.checklist+.navigation div,
.optionlist+.navigation div {
  padding-left: 0;
}

label.inline-label {
  float: none;
  margin: 0 0 .8em;
  position: static;
  display: inline;
  width: auto;
}

label.radio.inline-label {
  float: left;
  margin-right: 0;
  margin-left: 0;
}

.radio-subfields {
  margin: 0 0 .8em 0;
}

.radio-subfields .formWrapper,
.radio-subfields .field {
  margin: 0 0 .8em 0;
  padding: 0 10px .8em;
}

.radio-subfields:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

span.radio-subfields {
  padding: 0;
  float: none;
  display: block;
  -moz-transition: max-height .3s;
  -ms-transition: max-height .3s;
  -o-transition: max-height .3s;
  -webkit-transition: max-height .3s;
  transition: max-height .3s;
  overflow: hidden;
  max-height: 5em;
}

span.radio-subfields label {
  position: static;
  margin-top: 0;
}

span.radio-subfields.hide {
  max-height: 0;
}

label.choice {
  margin: 0 1em .40125em 0;
  width: auto;
  float: left;
  padding-top: .25em;
  left: 0;
  top: 0;
  padding-left: 30px;
  position: relative;
}

label.choice input {
  left: 3px;
  top: .2em;
}

.formWrapper .message,
.formWrapper .hint {
  min-height: 0;
  margin-top: 0;
}

.eforms-field {
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  -webkit-transition: height .2s;
  transition: height .2s;
  height: 100%;
}

.eforms-field.controle {
  display: none;
}

.formWrapper .likertComponent {
  padding-left: 0;
}

.formWrapper .likertComponent button.open {
  top: auto;
  z-index: 10000;
}

.formWrapper div.message.error,
.formWrapper div.message.alert,
.formWrapper div.message.info {
  display: block;
  padding: 0 20px 0 30px;
  background-color: transparent;
  background-position: 0 0;
}

.formWrapper div.toggleFilterage.alert {
  background-color: #fef1bc;
  background-position: -980px 0;
  background-repeat: no-repeat;
  background-size: 2021px 21px;
}

.formWrapper .message.error {
  margin-top: 0;
}

.formWrapper .message.error p {
  margin-top: 0;
  padding: 0;
}

form .error {
  padding-bottom: 0;
}

form .message.error,
form .message .alert {
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.error input,
.error textarea {
  border-color: #f7d2dd;
  border-bottom-color: #cc003d;
}

.period.custom {
  display: none;
}

.period select {
  width: 42%;
}

.bottomSpace {
  padding-bottom: 1.2em;
}

@media (min-width: 768px) {
  .formWrapper div {
    padding-left: 9em;
  }

  .formWrapper div.eforms-field .hint {
    padding-left: 0;
  }

  .formWrapper div.eforms-field .message {
    margin-left: 0;
  }

  .formWrapper .eforms-page {
    padding: 0;
    margin: 0;
  }

  .formWrapper .message {
    margin-bottom: 1em;
    margin-left: 9em;
  }

  .fancy .hint {
    overflow: visible;
  }

  .input-group legend {
    position: relative;
    clip: auto;
    height: auto;
    padding: .25em 0 0 0;
    left: -9em;
    float: left;
    margin: 0 -9em 0 0;
    width: 8.5em;
    font-size: 1em;
    line-height: 1.375em;
  }

  label {
    position: relative;
    top: .26em;
    left: -9em;
    float: left;
    margin: 0;
    margin-right: -9em;
    width: 8.5em;
    font-size: 1em;
  }

  .checklist,
  .optionlist {
    padding-left: 20px;
  }

  .checklist label,
  .optionlist label {
    float: none;
    position: static;
    width: auto;
  }

  label.radio {
    margin-bottom: .40125em;
    margin-right: 0;
    position: relative;
    width: auto;
    float: none;
    padding-top: .25em;
    padding-left: 0;
    left: 0;
    top: 0;
  }

  label.radio input[type="checkbox"],
  label.radio input[type="radio"] {
    top: -3px;
    left: 0;
    margin-right: 5px;
    position: relative;
  }

  select+label.inline-label,
  input+label.inline-label {
    margin-left: 20px;
  }

  label.inline-label-second {
    float: left;
    width: auto;
    position: static;
    padding-top: .25em;
  }

  .radio-subfields .formWrapper,
  .radio-subfields .field {
    padding-left: 11em;
  }

  span.radio-subfields {
    margin: 0;
  }

  span.radio-subfields label {
    padding-top: .25em;
    margin: 0;
  }
}

@media (min-width: 992px) {

  .article form h2,
  .article form>p,
  .article form>h3 {
    padding-left: 0;
    margin-left: 0;
  }

  .article form .formWrapper {
    padding-left: 20px;
    margin-left: 0;
  }

  .article form+.navigation {
    padding-left: 0;
  }

  form a.open,
  form a.close {
    padding-right: 9px;
    padding-left: 9px;
  }

  .js input.date {
    padding-right: 1em;
  }
}

@media print {

  form a.open,
  input[type="submit"],
  #country-search-submit,
  form a.close,
  .submit {
    display: none;
  }

  input[type="text"],
  input[type="date"],
  select,
  textarea,
  input[type="file"] {
    border: 1px solid #d9d9d9;
  }
}

fieldset[name="fieldGroup"] {
  margin-top: 25px;
}

fieldset[name="fieldGroup"]:before,
fieldset[name="fieldGroup"]:after {
  content: " ";
  display: table;
}

fieldset[name="fieldGroup"]:after {
  clear: both;
}

fieldset[name="fieldGroup"] .eformText {
  background: #e6e6e6;
  padding-right: 40px;
  margin-top: 0;
  padding-bottom: 15px;
  float: none;
}

fieldset[name="fieldGroup"] .eformText:before,
fieldset[name="fieldGroup"] .eformText:after {
  content: " ";
  display: table;
}

fieldset[name="fieldGroup"] .eformText:after {
  clear: both;
}

@media (min-width: 768px) {
  fieldset[name="fieldGroup"] .eformText {
    padding-left: 9em;
  }
}

@media (min-width: 992px) {
  fieldset[name="fieldGroup"] .eformText {
    padding-right: 60px;
  }
}

fieldset[name="fieldGroup"] .eformText:first-of-type {
  margin-top: 0;
}

fieldset[name="fieldGroup"] .eformText h2,
fieldset[name="fieldGroup"] .eformText h3 {
  font-weight: bold;
  color: #000;
  margin-top: 0;
}

fieldset[name="fieldGroup"] .eformText p {
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}

fieldset[name="fieldGroup"] .eformText h2,
fieldset[name="fieldGroup"] .eformText h3,
fieldset[name="fieldGroup"] .eformText p {
  margin-left: 20px;
  word-break: break-word;
}

@media (max-width: 992px) {

  fieldset[name="fieldGroup"] .eformText h2,
  fieldset[name="fieldGroup"] .eformText h3,
  fieldset[name="fieldGroup"] .eformText p {
    margin-left: 15px;
  }
}

fieldset[name="fieldGroup"] .collapseButtons {
  background: #e6e6e6;
  position: relative;
  float: none;
  clear: both;
  margin-top: 0;
  margin-left: -20px;
  min-height: 32px;
}

fieldset[name="fieldGroup"] .collapseButtons:before,
fieldset[name="fieldGroup"] .collapseButtons:after {
  content: " ";
  display: table;
}

fieldset[name="fieldGroup"] .collapseButtons:after {
  clear: both;
}

@media (max-width: 991px) {
  fieldset[name="fieldGroup"] .collapseButtons {
    margin-left: -15px;
  }
}

fieldset[name="fieldGroup"] .collapseButtons .textButton {
  background: transparent;
  text-decoration: underline;
  padding: 0;
  margin-top: 0;
  margin-left: 20px;
  float: left;
  color: #01689b;
}

@media (max-width: 991px) {
  fieldset[name="fieldGroup"] .collapseButtons .textButton {
    padding-right: 40px;
  }
}

fieldset[name="fieldGroup"] .collapseButtons .textButton:hover {
  color: #154273;
  text-decoration: none;
}

fieldset[name="fieldGroup"] .collapseButtons .iconButton {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 26px;
  height: 32px;
  text-indent: -999px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

fieldset[name="fieldGroup"] .collapseButtons .iconButton.expand:before,
fieldset[name="fieldGroup"] .collapseButtons .iconButton.collapse:before {
  color: #fff;
  position: absolute;
  right: 6px;
  top: 11px;
  text-indent: 0;
  font-size: 14px;
}

fieldset[name="fieldGroup"] .collapseButtons .iconButton.expand:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

fieldset[name="fieldGroup"] .collapseButtons .iconButton.collapse:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

fieldset[name="fieldGroup"] .collapsible {
  height: 100%;
  padding-left: 20px;
  margin-top: 0;
  margin-left: -20px;
  overflow: hidden;
}

fieldset[name="fieldGroup"] .collapsible.collapsed {
  height: 0;
}

.form h2,
.form h3,
.form p {
  word-break: break-word;
}

.ui-datepicker-trigger {
  height: 30px;
  width: 30px;
  border: 0;
  float: none;
  background: transparent;
  color: black;
  display: inline-block;
  margin: 0 0 0 -30px;
  padding: 0 0 0 5px;
}

.ui-datepicker-trigger::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  color: #01689b;
  position: absolute;
  top: 0;
}

@media (min-width: 992px) {
  .ui-datepicker-trigger::before {
    top: -1px;
  }
}

@media (min-width: 1200px) {
  .ui-datepicker-trigger::before {
    font-size: 1.1em;
    top: 0;
  }
}

.ui-datepicker {
  margin-top: 5px;
  background-color: #e5f0f9;
  width: 260px;
  z-index: 9999 !important;
  box-shadow: 0 0 10px 1px #9e9e9e;
}

@media (min-width: 480px) {
  .ui-datepicker {
    width: 350px;
  }
}

.ui-datepicker .ui-datepicker-header {
  background-color: #01689b;
  padding: 10px 0;
  float: left;
  width: 100%;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  position: relative;
  display: block;
  float: left;
  font-weight: bold;
  text-align: center;
  width: auto;
  width: 190px;
}

@media (min-width: 480px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    width: 280px;
  }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: auto;
  border-bottom: 0;
  font-size: .85em;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  width: 55%;
  margin-right: 10px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 34%;
}

@media (min-width: 480px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    font-size: 1.125rem;
  }

  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
    width: 40%;
  }

  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
    width: 40%;
  }
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  position: relative;
  float: left;
  width: 35px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  display: block;
  color: #fff;
  cursor: pointer;
  top: 1px;
  text-indent: -999px;
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 1px;
  width: 35px;
  height: 35px;
  text-indent: 0;
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  position: relative;
  float: right;
  width: 35px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  display: block;
  color: #fff;
  cursor: pointer;
  top: 1px;
  text-indent: -999px;
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 1px;
  width: 35px;
  height: 35px;
  text-indent: 0;
}

.ui-datepicker .ui-datepicker-calendar {
  clear: both;
  margin-bottom: 0;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar thead th {
  width: auto;
  border-right: 0;
  border-left: 0;
  font-weight: bold;
  font-size: .75em;
  text-align: center;
  padding: 0;
  background-color: #e5f0f9;
  border-bottom: 1px solid #cce0f1;
}

@media (min-width: 992px) {
  .ui-datepicker .ui-datepicker-calendar thead th {
    font-size: .85em;
  }
}

.ui-datepicker .ui-datepicker-calendar thead th:first-child {
  width: 45px;
}

.ui-datepicker .ui-datepicker-calendar thead th span {
  display: block;
  padding: .7em .4em .4em;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
}

@media (min-width: 992px) {
  .ui-datepicker .ui-datepicker-calendar thead th span {
    width: 40px;
  }
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  background-color: white;
  border-right: 0;
  border-left: 0;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #e5f0f9;
  width: 12%;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
  background-color: #cce0f1;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  border-color: #cce0f1;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-days-cell-over a {
  border: 2px solid #cce0f1;
  background-color: #cce0f1;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-hover {
  border-color: #cce0f1;
  background-color: #cce0f1;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-week-col {
  color: #01689b;
  font-style: italic;
  padding: .55em .7em 0;
  font-size: .8125em;
}

.ui-datepicker .ui-datepicker-calendar a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 2px solid white;
  padding: .2em .25em .3em;
}

@media (min-width: 768px) {
  .ui-datepicker .ui-datepicker-calendar a {
    padding: .2em .4em .3em;
  }
}

@media (min-width: 992px) {
  .ui-datepicker .ui-datepicker-calendar a {
    padding: .2em .3em .3em;
  }
}

.ui-datepicker .ui-datepicker-calendar a:hover {
  border: 2px solid #cce0f1;
  background-color: #cce0f1;
}

.people ul {
  margin-left: -20px;
}

.people li {
  min-height: 100px;
  position: relative;
  margin-bottom: 30px;
  padding-left: 0;
  background-image: none;
}

@media (min-width: 992px) {
  .people li {
    display: block;
    width: 50%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .people li:nth-child(odd) {
    clear: left;
  }
}

.people li a {
  display: block;
  padding-left: 140px;
  text-decoration: none;
}

.people li h2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
}

.people li a:hover h2 {
  text-decoration: underline;
  color: #154273;
}

.people li p {
  margin: .4em 0;
  color: #535353;
  font-size: 1em;
}

.people li img {
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
}

.article .thumbnail {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .article .spotlight.thumbnail {
    position: relative;
  }
}

.article .thumbnail div.column {
  padding-left: 0;
  margin-bottom: 0;
}

.thumbnail li {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}

.thumbnail a {
  display: block;
  min-height: 56px;
  position: relative;
  padding: 0 0 0 66px;
  background-image: none;
}

.thumbnail a.more {
  padding-left: 30px;
  min-height: 0;
}

.thumbnail a.more:hover {
  text-decoration: underline;
  color: #154273;
}

#aside .thumbnail a.more {
  margin-top: 0;
}

.thumbnail a:focus,
.thumbnail a:hover {
  text-decoration: none;
}

.thumbnail ul {
  margin-bottom: 0;
}

.thumbnail ul:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.thumbnail a h3 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.375;
}

.thumbnail a:hover h3,
.thumbnail a:focus h3 {
  text-decoration: underline;
  color: #154273;
}

.thumbnail p {
  margin-bottom: 0;
  line-height: 1.375em;
}

.thumbnail img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.thumbnail .meta {
  margin-bottom: 0;
  text-decoration: none;
}

.article .spotlight.thumbnail div {
  min-height: 100px;
  position: relative;
  margin-bottom: 30px;
  padding-left: 120px;
}

.article .spotlight.thumbnail div>a {
  margin-left: -120px;
}

.article .spotlight.thumbnail ul+ul {
  clear: left;
  margin-top: 20px;
}

.spotlight.thumbnail a {
  min-height: 100px;
  padding: 0 10px 0 120px;
}

.spotlight.thumbnail a img {
  width: 100px;
}

.spotlight.thumbnail a h3 {
  margin-top: 0;
  padding-left: 0;
  background-image: none;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.222;
}

#aside .thumbnail.large img {
  position: inherit;
  max-width: 100%;
  width: 100%;
}

#aside .thumbnail.large h3 {
  padding-bottom: .3em;
  font-weight: bold;
}

#aside .thumbnail.large a {
  padding: 0;
}

@media (min-width: 992px) {
  .article .spotlight.thumbnail li {
    display: block;
    margin: 0;
    margin-right: 0;
    background: 0;
  }

  .article .spotlight.thumbnail li:before {
    display: none;
    content: '';
  }

  .article .spotlight.thumbnail .two-column li {
    width: 50%;
    clear: none;
    float: left;
  }

  .spotlight.thumbnail li a {
    margin-left: 0;
    background: 0;
  }

  #aside .spotlight.thumbnail a {
    margin-left: 0;
  }

  #aside .thumbnail>a.more {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  #aside .thumbnail>a.more {
    margin-left: 0;
  }
}

.results.thumbnail a {
  padding: 0 10px 0 120px;
  margin-bottom: 20px;
}

@media print {
  .thumbnail img {
    display: none !important;
  }

  .spotlight.thumbnail a {
    padding-left: 0;
  }
}

.calendar {
  border-top: 3px solid #d9deea;
}

.calendar:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.calendar.overview {
  border-top: 0;
  margin-bottom: 30px;
}

.calendar img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-top: 3px solid #e17000;
}

.calendar p {
  display: block;
  float: left;
  position: relative;
  margin: -3px 0 0;
  border-top: 3px solid #e17000;
  padding-top: 1.75em;
  padding-right: 1em;
}

.calendar .date {
  font-size: 1.3125em;
  font-weight: normal;
  line-height: 1.2381;
}

.calendar .time {
  margin-left: .2em;
  color: #535353;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
}

.calendar .up-to {
  position: absolute;
  left: 0;
  top: 8px;
  color: #535353;
  font-size: .5714em;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 0;
}

.calendar .up-to {
  font-weight: bold;
  font-size: .857em;
  line-height: 1.1;
}

.calendar .end {
  padding-left: 1.8em;
}

.calendar.overview .end {
  margin-left: -1em;
  padding-left: 1.4em;
}

.calendar ul {
  clear: none;
  margin: .5em 0 0 3.6em;
}

.calendar li {
  background: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 1em;
  line-height: 1.2188;
}

.calendar li:before {
  content: '';
  display: none;
}

.column .calendar li {
  margin-left: 0;
}

.calendar a {
  text-decoration: none;
}

.calendar a:hover,
.calendar a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .overview .calendar {
    margin-left: 20px;
  }

  .calendar .date {
    font-size: 1.75em;
  }

  .calendar .time {
    font-size: 1.125em;
  }

  .calendar .up-to {
    font-size: 1em;
  }
}

@media print {
  .block.calendar ul {
    margin-left: 80px !important;
  }

  .block.calendar ul li:before {
    content: '';
  }

  .block.calendar .date {
    margin-top: 20px;
    display: block;
  }

  .calendar.overview {
    page-break-inside: avoid;
  }
}

.countrySelector {
  display: block;
  margin: 0 0 15px 0;
}

.countrySelector:before,
.countrySelector:after {
  content: " ";
  display: table;
}

.countrySelector:after {
  clear: both;
}

.countrySelector .autocompleteWrapper {
  background: #f3f3f3;
  padding: 15px;
  margin: 0 0 10px 0;
}

.countrySelector h2 {
  margin: 0 0 15px 0;
  font-size: 1.625rem;
}

.countrySelector p {
  margin: 15px 0 0 0;
}

.headerImage .countrySelectorWrapper {
  display: flex;
  align-items: center;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 15px 0 15px;
  min-height: 280px;
}

@media (min-width: 768px) {
  .headerImage .countrySelectorWrapper {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  .headerImage .countrySelectorWrapper {
    min-height: 370px;
  }
}

@media (min-width: 1200px) {
  .headerImage .countrySelectorWrapper {
    min-height: 480px;
  }
}

.headerImage .countrySelector {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  padding: 30px 20px 30px 20px;
  position: relative;
  z-index: 99999;
  margin: auto;
}

@media (min-width: 992px) {
  .headerImage .countrySelector {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .headerImage .countrySelector {
    margin-left: 16.66667%;
  }
}

.headerImage .autocompleteWrapper {
  background: transparent;
  padding: 0;
}

.location {
  margin: 0 0 60px;
}

.location h3 {
  margin-top: .4em;
  font-size: 1em;
  font-weight: normal;
}

.location address {
  font-size: 1em;
  font-style: normal;
  line-height: 1.4;
}

.location address span {
  display: block;
}

.index {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f3f5f6;
  display: none;
}

.index:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.index p {
  clear: left;
  margin: 0 0 .6em;
  font-weight: bold;
}

.index li {
  float: left;
  margin: 0 25px 20px 0;
  padding: 0;
  background-image: none;
  line-height: 1.4;
  list-style: none;
}

.index li:before {
  content: '';
  display: none;
}

@media (min-width: 992px) {
  .index li {
    margin: 5px 1.5em 15px 0;
  }
}

.index a,
.index span {
  padding: .3em .1em .4em;
  font-weight: bold;
}

.index .column li {
  display: block;
  float: none;
  margin: 0 20px .5em 0;
  line-height: 1.375;
}

.index .column a {
  display: block;
  padding: 0 0 .1em 10px;
  font-weight: normal;
  text-decoration: none;
  background-image: none;
  position: relative;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: none;
  width: auto;
}

.index .column a:visited {
  color: #01689b;
}

.index .column a:hover {
  text-decoration: underline;
  color: #154273;
}

.index .column a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.index .column a:before {
  top: 0;
  font-size: 8px;
}

@media (min-width: 768px) {
  .index {
    display: block;
  }

  .index:after {
    content: " ";
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
    clear: left;
  }
}

.index .four-columns .column a:hover,
.index .four-columns .column a:focus {
  text-decoration: underline;
  color: #154273;
}

.header .search .seeMore {
  display: none;
  margin-left: 10px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .header .search .seeMore {
    margin-left: 10px;
    padding-top: 13px;
  }
}

.topicsList {
  margin: 20px 0 0 10px;
}

@media (min-width: 768px) {
  .topicsList {
    margin: 30px 0 0 0;
  }

  .topicsList .common.column li {
    margin: 0 0 6px 0;
  }
}

.thematic .topic {
  border-bottom: 2px solid #f3f5f6;
}

@media (min-width: 768px) {
  .alphabetical .topic {
    padding: 10px 0 0 0;
  }
}

@media (min-width: 992px) {
  .alphabetical .topic {
    padding: 0 20px 20px 20px;
  }
}

.topic {
  clear: both;
  padding: 10px 0 10px 0;
}

@media (min-width: 768px) {
  .topic {
    padding: 10px 0 20px 0;
  }
}

@media (min-width: 992px) {
  .topic {
    border-bottom: 0;
    position: relative;
    margin: 0 -20px;
    padding: 10px 20px 20px 20px;
  }
}

.topic h2 {
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.2381;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .topic h2 {
    margin: .6em 0;
    font-size: 1.3125em;
  }
}

@media (min-width: 992px) {
  .topic h2 {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .topic h3 {
    padding: 0;
  }
}

.topics h2 {
  margin: 0;
  color: #000;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .topics h2 {
    margin: .6em 0;
    font-size: 1.3125em;
  }
}

@media (min-width: 992px) {
  .topics h2 {
    padding: 0;
  }
}

@media (min-width: 768px) {

  .topics>h2,
  .topics>p {
    margin-left: 0;
  }
}

.topics h3 {
  margin: 0;
  font-size: 1.125em;
}

@media (min-width: 768px) {
  .topics h3 {
    margin: .6em 0;
    font-size: 1.125em;
  }
}

.topics p {
  margin-top: 10px;
}

.topics.common {
  margin-bottom: 15px;
}

.topics a,
.topics a:visited {
  color: #01689b;
  text-decoration: none;
}

.topics a:hover,
.topics a:visited:hover {
  text-decoration: underline;
  color: #154273;
}

.topics li {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 2px solid #FFF;
  background-color: #f3f3f3;
}

.topics li:before {
  display: none;
  content: '';
}

@media (min-width: 768px) {
  .topics li {
    background-color: transparent;
  }
}

.topics li a {
  display: block;
  float: none;
  margin: 0;
  padding: .4em 10px;
}

@media (min-width: 768px) {
  .topics li a {
    display: inline-block;
    padding: 0;
    font-size: 1em;
    line-height: inherit;
    position: relative;
    display: block;
    padding-left: 20px;
    font-weight: bold;
    color: #01689b;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-decoration: none;
    width: auto;
  }

  .topics li a:visited {
    color: #01689b;
  }

  .topics li a:hover {
    color: #154273;
  }

  .topics li a:hover:before {
    color: #154273;
  }

  .topics li a.external:before {
    font-weight: normal;
    font-family: "RO Icons";
    display: inline-block;
    content: "";
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    font-size: 10px;
    top: 0;
  }

  .topics li a:before {
    font-weight: normal;
    font-family: "RO Icons";
    display: inline-block;
    vertical-align: middle;
    content: "";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 8px 0 0;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
  }
}

.topics li a.external {
  display: inline-block;
}

.topics .toplink {
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  .topics .toplink {
    display: block;
    top: auto;
    bottom: -4.7em;
    right: 20px;
    z-index: 100;
    margin: 0;
    font-size: 1em;
  }
}

.topics .three-columns .toplink {
  display: none;
}

@media (min-width: 768px) {
  .topics .three-columns .toplink {
    display: block;
    bottom: 0;
    right: 10px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .topics .three-columns .toplink {
    right: 10px;
  }
}

.topics .results-message {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .topics .results-message {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .topics.alphabetical {
    margin-left: 0;
  }
}

.topics.alphabetical .topic h2 {
  color: #000;
}

.topics.alphabetical h2 {
  font-size: 1.5em;
  color: #000;
}

@media (min-width: 768px) {
  .topics.alphabetical h2 {
    height: 1em;
    margin: 0 0 -1em 0;
    padding: 0;
    color: #000;
    background-color: transparent;
    font-size: 7.3125em;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .topics.alphabetical h2 {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .topics.alphabetical h3 {
    height: 1em;
    margin: 0 0 -1em 0;
    padding: 0;
    font-size: 2.5em;
    line-height: 1.4;
    color: #000;
  }
}

.topics.alphabetical ul {
  margin: 0;
}

@media (min-width: 768px) {
  .topics.alphabetical ul {
    position: relative;
    z-index: 20;
    min-height: 0;
  }
}

@media (min-width: 992px) {
  .topics.alphabetical ul {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .topics.alphabetical li {
    border-bottom: 0;
    padding-left: 0;
    background-image: none;
  }

  .topics.alphabetical li:before {
    content: '';
    display: none;
  }
}

@media (min-width: 768px) {

  .topics.alphabetical.two-columns,
  .topics.alphabetical.three-columns,
  .topics.alphabetical .three-columns {
    margin-left: 0;
  }

  .topics.alphabetical.two-columns ul,
  .topics.alphabetical.three-columns ul,
  .topics.alphabetical .three-columns ul {
    border-bottom: 2px solid #f3f5f6;
    margin-bottom: 0;
    padding-bottom: 20px;
    min-height: 7em;
  }

  .topics.alphabetical.two-columns .column h3,
  .topics.alphabetical.two-columns .column h2,
  .topics.alphabetical.three-columns .column h3,
  .topics.alphabetical.three-columns .column h2,
  .topics.alphabetical .three-columns .column h3,
  .topics.alphabetical .three-columns .column h2 {
    height: auto;
  }

  .topics.alphabetical.two-columns .column li,
  .topics.alphabetical.three-columns .column li,
  .topics.alphabetical .three-columns .column li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {

  .topics.alphabetical.two-columns h2,
  .topics.alphabetical.two-columns h3,
  .topics.alphabetical.three-columns h2,
  .topics.alphabetical.three-columns h3,
  .topics.alphabetical .three-columns h2,
  .topics.alphabetical .three-columns h3 {
    height: auto;
    margin: 0;
    color: #000;
  }

  .topics.alphabetical.two-columns ul,
  .topics.alphabetical.three-columns ul,
  .topics.alphabetical .three-columns ul {
    border-bottom: 0;
    min-height: 0;
  }

  .topics.alphabetical.two-columns .topic,
  .topics.alphabetical.three-columns .topic,
  .topics.alphabetical .three-columns .topic {
    border-bottom: 0;
    margin-left: -20px;
  }

  .topics.alphabetical.two-columns .subtopics,
  .topics.alphabetical.three-columns .subtopics,
  .topics.alphabetical .three-columns .subtopics {
    min-height: 0;
  }

  .topics.alphabetical.two-columns .subtopics ul,
  .topics.alphabetical.three-columns .subtopics ul,
  .topics.alphabetical .three-columns .subtopics ul {
    border-bottom: 0;
  }

  .topics.alphabetical.two-columns .subtopics li,
  .topics.alphabetical.two-columns .column li,
  .topics.alphabetical.three-columns .subtopics li,
  .topics.alphabetical.three-columns .column li,
  .topics.alphabetical .three-columns .subtopics li,
  .topics.alphabetical .three-columns .column li {
    padding-left: 0;
    margin-left: 0;
    padding-right: 20px;
  }

  .topics.alphabetical.two-columns .column h2,
  .topics.alphabetical.three-columns .column h2,
  .topics.alphabetical .three-columns .column h2 {
    margin-left: 0;
  }
}

.topics.alphabetical.two-columns h2,
.topics.alphabetical.two-columns h3 {
  border-top: 0;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {

  .topics.alphabetical.two-columns h2,
  .topics.alphabetical.two-columns h3 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}

@media (min-width: 992px) {

  .topics.alphabetical.two-columns h2,
  .topics.alphabetical.two-columns h3 {
    height: auto;
    margin: 0;
  }
}

.topics.alphabetical.two-columns li {
  padding-left: 0;
}

@media (min-width: 768px) {
  .topics.alphabetical.two-columns li {
    padding-left: 25%;
  }
}

.topics.alphabetical.two-columns .topic {
  clear: both;
}

@media (min-width: 768px) {
  .article .topics.alphabetical.two-columns .topic {
    margin-left: -20px;
  }
}

.topics.alphabetical.two-columns .column ul {
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .topics.alphabetical.two-columns .column ul {
    border-bottom: 2px solid #f3f5f6;
    margin-bottom: 10px;
    min-height: 7em;
  }
}

@media (min-width: 768px) {
  .topics.alphabetical.two-columns .column ul {
    margin-right: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
  }
}

.topics.alphabetical.three-columns h2,
.topics.alphabetical .three-columns h2 {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {

  .topics.alphabetical.three-columns h2,
  .topics.alphabetical .three-columns h2 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}

@media (min-width: 768px) {

  .topics.alphabetical.three-columns h2,
  .topics.alphabetical .three-columns h2 {
    font-size: 7.3125em;
    line-height: 1;
  }
}

@media (min-width: 992px) {

  .topics.alphabetical.three-columns h2,
  .topics.alphabetical .three-columns h2 {
    font-size: 3.5em;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {

  .topics .column h3,
  .topics .column h2,
  .topics .column li {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .topics .subtopics {
    min-height: 80px;
    padding-left: 0;
  }

  .topics .subtopics h2 {
    height: auto;
    margin-bottom: 0;
  }

  .topics .subtopics ul li {
    list-style: none;
    margin: .2em 0;
    padding-left: 20px;
    text-overflow: ellipsis;
  }

  .topics .subtopics ul.column li {
    padding-left: 20px;
  }

  .topics .subtopics ul {
    min-height: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .topics .subtopics ul {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .topics .subtopics li {
    padding: 0;
    border-bottom: 0;
    background-position: 0 .9em;
  }
}

@media (min-width: 768px) {
  .topics .form {
    margin: 0 0 40px -20px;
    padding-left: 20px;
  }

  .topics .form fieldset.topic {
    border-bottom: 0;
  }

  .topics .form .subtopics,
  .topics .form fieldset.navigation {
    padding-left: 20px;
  }

  .topics .form .topic h2 {
    margin: 40px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 1.625em;
    line-height: 1.1538em;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .topics .form .topic h2 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}

@media (min-width: 768px) {
  .topics .form input.show-topics {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .topics .topic:first-child .three-columns .toplink {
    display: none;
  }
}

.documents .subtopics ul li {
  padding-left: 20px;
  border-bottom: 2px solid #FFF;
}

.documents .subtopics ul li:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 6px;
  margin: -1px 15px 0 -20px;
  padding: 0;
  position: relative;
  left: auto;
  top: auto;
}

@media (min-width: 768px) {

  #main .topics.alphabetical.two-columns h2,
  #main .topics.alphabetical.two-columns h3 {
    font-size: 3.5em;
    line-height: 1;
    margin: 0;
  }

  .article #main .topics.alphabetical.two-columns h2,
  .article #main .topics.alphabetical.two-columns h3 {
    margin-left: 20px;
  }
}

#main .topics.alphabetical.two-columns .topic {
  padding: 10px 0 10px 0;
}

#main .topics.alphabetical.two-columns .topic ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #main .topics.alphabetical.two-columns .topic {
    padding: 10px 0 0 0;
  }

  #main .topics.alphabetical.two-columns .topic ul {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  #main .topics.alphabetical.two-columns .topic {
    padding: 0 20px 20px 20px;
  }

  #main .topics.alphabetical.two-columns .topic h2,
  #main .topics.alphabetical.two-columns .topic h3 {
    margin-left: 0;
  }
}

.subtopics:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.subtopics.hide {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .subtopics.hide {
    height: auto;
    overflow: visible;
  }
}

.topics.thematic .subtopics .more {
  display: none;
}

.js .topic h2 {
  padding-right: 3em;
  cursor: pointer;
  position: relative;
}

.js .topic h2.active {
  margin-bottom: 10px;
}

.js .topic h2.active:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  font-size: 12px;
}

@media (min-width: 768px) {

  .js .topic h2,
  .js .topic h2.active {
    padding-right: 0;
    background-image: none;
    cursor: default;
  }

  .js .topic h2:after,
  .js .topic h2.active:after {
    content: '';
  }
}

@media (min-width: 768px) {
  .js .thematic h2 a {
    color: #01689b;
    text-decoration: underline;
  }
}

.js .thematic h2 a:focus,
.js .thematic h2 a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {

  .js .thematic h2 a:focus,
  .js .thematic h2 a:hover {
    color: #154273;
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .js .overview .choose-xl {
    display: block;
  }
}

@media print {

  .index,
  .morelink,
  .toplink {
    display: none !important;
  }

  .topics h2 {
    clear: left;
  }

  .topics li a {
    display: inline-block;
    font-size: 1em;
    line-height: 1.8;
  }

  .topics li a:before {
    content: '-  ';
  }

  .topics.alphabetical.two-columns .column {
    width: 50%;
    float: left;
  }

  .topics.alphabetical.three-columns .column,
  .topics.thematic .three-columns .column {
    width: 33% !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .topics.alphabetical.two-columns .subtopics li {
    padding-left: 0;
  }

  .topics.alphabetical.two-columns .subtopics li:before {
    content: '';
  }

  #main .topics.alphabetical.two-columns h2,
  #main .topics.alphabetical.two-columns h3 {
    font-size: 3.5em;
    margin-bottom: 0;
  }

  .topics.thematic .topic {
    border-bottom: none !important;
  }

  .topics.alphabetical.three-columns ul,
  .topics.thematic .three-columns ul,
  .topics.alphabetical.two-columns .column ul {
    border-bottom: 0;
  }

  #main .topics .column li a:after,
  #main .topics .column li a:visited:after {
    display: inline-block;
    position: relative;
    top: -.2em;
    padding-left: .6em;
  }

  .topics.alphabetical h2,
  .topics.alphabetical h3 {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 7.3125em;
    line-height: 1.2;
    background-color: transparent;
    color: #98bad9;
  }

  .subtopics.hide {
    height: auto;
    overflow: visible;
  }

  .js .topic h2 {
    background-image: none;
  }
}

.populairTopicsWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .populairTopicsWrapper {
    float: left;
    width: 50%;
  }
}

.populairTopicsWrapper .populairTopics {
  background-color: #f3f3f3;
  padding: 15px;
}

.populairTopicsWrapper .populairTopics h2 {
  font-weight: bold;
  margin: 10px 0 15px 0;
  padding: 0 0 5px 0;
}

@media (min-width: 768px) {
  .populairTopicsWrapper .populairTopics h2 {
    margin: 0 0 10px 0;
    padding: 0;
  }
}

.populairTopicsWrapper .populairTopics .cols {
  columns: 1 auto;
  column-gap: 30px;
}

.populairTopicsWrapper .populairTopics .cols ul li {
  margin: 0 0 2px 0;
  padding: 0;
}

.populairTopicsWrapper .populairTopics .cols ul li:before {
  content: '';
}

.populairTopicsWrapper .populairTopics .cols ul li a {
  color: #01689b;
  text-decoration: none;
  display: inline-block;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.625rem;
  padding-left: 16px;
}

.populairTopicsWrapper .populairTopics .cols ul li a:visited {
  color: #01689b;
}

.populairTopicsWrapper .populairTopics .cols ul li a:hover {
  color: #154273;
}

.populairTopicsWrapper .populairTopics .cols ul li a:hover:before {
  color: #154273;
}

.populairTopicsWrapper .populairTopics .cols ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.populairTopicsWrapper .populairTopics .cols ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.populairTopicsWrapper .populairTopics .cols ul li a:hover {
  color: #154273;
  text-decoration: underline;
}

.populairTopicsWrapper .populairTopics .cols ul li a:focus {
  outline-offset: -2px;
}

.populairTopicsWrapper .populairTopics .cols ul li a:visited {
  color: #696969;
}

@media (min-width: 992px) {
  .populairTopicsWrapper .populairTopics .cols {
    columns: 2 auto;
  }
}

.populairTopicsWrapper .populairTopics .cols ul li {
  display: inline-block;
  width: 100%;
}

.topicList {
  margin: 0 15px;
  margin-top: 60px;
}

.topicList .topicCols {
  columns: 1 auto;
  column-gap: 30px;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .topicList .topicCols {
    columns: 2 auto;
  }
}

@media (min-width: 992px) {
  .topicList .topicCols {
    columns: 3 auto;
  }
}

@media (min-width: 1200px) {
  .topicList .topicCols {
    columns: 4 auto;
  }
}

.topicList .topicCols li {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  page-break-inside: avoid;
}

.topicList .topicCols .topicGroup {
  break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.topicList .topicCols .topicGroup ul {
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .topicList .topicCols .topicGroup ul {
    margin: 0 0 30px 0;
  }
}

.topicList ul li {
  margin: 0 0 2px 0;
  padding: 0;
}

.topicList ul li:before {
  content: '';
}

.topicList ul li a {
  color: #01689b;
  text-decoration: none;
  display: inline-block;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.625rem;
  padding-left: 16px;
}

.topicList ul li a:visited {
  color: #01689b;
}

.topicList ul li a:hover {
  color: #154273;
}

.topicList ul li a:hover:before {
  color: #154273;
}

.topicList ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.topicList ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.topicList ul li a:hover {
  color: #154273;
  text-decoration: underline;
}

.topicList ul li a:focus {
  outline-offset: -2px;
}

.topicList ul li a:visited {
  color: #696969;
}

.topicList ul.topicCols {
  padding: 0 0 30px;
  border-bottom: 1px solid #e1e1e1;
}

.topicList ul:only-of-type {
  padding: 0;
  border-bottom: 0;
}

.topicList ul:last-child {
  padding: 0;
  border-bottom: 0;
}

.topicList h2 {
  border-top: 1px solid #e1e1e1;
  margin: 0 0 15px;
  font-size: 1.625rem;
  padding-top: 10px;
  column-span: all;
  -moz-column-span: all;
}

.topicList h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .topicList h3 {
    font-size: 1.5rem;
  }
}

.topicList h3 a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
}

.topicList h3 a:before {
  content: ' ';
  position: absolute;
  right: 12px;
  top: 13px;
  width: 12px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: .3s ease-in-out;
}

.topicList h3 a:after {
  content: ' ';
  position: absolute;
  right: 5px;
  top: 13px;
  width: 12px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: .3s ease-in-out;
}

.topicList h3 a.panelOpen:before {
  transform: rotate(-45deg);
}

.topicList h3 a.panelOpen:after {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .topicList h3 a:before {
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    border-radius: 0;
    transform: none;
    transition: none;
  }

  .topicList h3 a:after {
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    border-radius: 0;
    transform: none;
    transition: none;
  }
}

.topicList h3+ul {
  display: none;
}

@media (min-width: 768px) {
  .topicList h3+ul {
    display: block;
  }
}

.topicList h3+ul.panelOpen {
  display: block;
}

.topicList.alphabetical h3+ul {
  display: block;
}

.topicResults {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.topicResults:before,
.topicResults:after {
  content: " ";
  display: table;
}

.topicResults:after {
  clear: both;
}

.topicResults h2 {
  margin: 0 15px 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e1e1e1;
}

.topicResults p {
  margin-left: 15px;
}

.topicResults button {
  margin-left: 15px;
}

.topicResults .foundTopic {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.topicResults .foundTopic a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e1e1e1;
}

.topicResults .foundTopic a h3 {
  margin: 0;
  padding: 0 0 .3em;
  text-decoration: none;
  color: #01689b;
}

.topicResults .foundTopic a p {
  color: #000;
  margin: 0;
}

.topicResults .foundTopic a:hover {
  cursor: pointer;
}

.topicResults .foundTopic a:hover h3 {
  color: #154273;
  text-decoration: underline;
}

.block-audio-video {
  clear: left;
  margin: 0 0 50px 0;
  padding-bottom: 0;
}

.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
  margin-bottom: 40px;
}

.mejs__container.mejs__audio {
  margin-bottom: 0;
}

.mejs__container * {
  box-sizing: border-box;
}

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: 0;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: url("shared-ro/images/media_player_controls.svg") no-repeat;
  background-position: -10px -60px;
  height: 70px;
  width: 70px;
}

.mejs__overlay:hover>.mejs__overlay-button {
  background-position: -90px -60px;
}

.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("shared-ro/images/media_player_controls.svg") -180px -10px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mejs__controls {
  background-color: #f3f3f3;
  bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 2px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__container-fullscreen .mejs__controls {
  bottom: 0;
}

.mejs__audio .mejs__controls {
  bottom: -1px;
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}

.mejs__button>button {
  background: transparent url("shared-ro/images/media_player_controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

.mejs__button>button:focus {
  outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

.mejs__time {
  box-sizing: content-box;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}

.mejs__play>button {
  background-position: -6px -8px;
}

.mejs__pause>button {
  background-position: -6px -28px;
}

.mejs__replay>button {
  background-position: -6px -8px;
}

.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}

.mejs__time-total {
  background: #666;
  margin: 5px 0 0;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

.mejs__time-loaded {
  background: #b4b4b4;
}

.mejs__time-current,
.mejs__time-handle-content {
  background: #01689b;
}

.mejs__time-hovered {
  background: #999;
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: .15s ease-in all;
  transition: .15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.mejs__fullscreen-button>button {
  background-position: -29px -9px;
}

.mejs__unfullscreen>button {
  background-position: -29px -29px;
}

.mejs__mute>button {
  background-position: -60px -7px;
}

.mejs__unmute>button {
  background-position: -60px -27px;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button>.mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: #f3f3f3;
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  background: #666;
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}

.mejs__volume-current {
  background: #b4b4b4;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: #01689b;
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

.mejs__captions-button,
.mejs__chapters-button,
.mejs__audiodescription-button {
  position: relative;
}

.mejs__captions-button>button {
  background-position: -89px -8px;
}

.mejs__captions-enabled>button {
  background-position: -89px -28px;
}

.mejs__audiodescription-inactive>button {
  background-position: -117px -8px;
}

.mejs__audiodescription-active>button {
  background-position: -117px -28px;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 18px;
  left: 0;
  line-height: 22px;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

.mejs__captions-position-hover {
  bottom: 15px;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: #141414;
  box-shadow: 5px 0 0 #141414, -5px 0 0 #141414;
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error>img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: .8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

.block-photo-gallery {
  overflow: hidden;
  margin-bottom: 40px;
}

.block-photo-gallery h2 span {
  color: #4e4e4e;
  font-weight: normal;
}

.block-photo-gallery p a {
  display: inline;
}

.block-photo-gallery img {
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .block-photo-gallery img {
    width: 100%;
    height: auto;
  }
}

.block-photo-gallery .caption {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 5px 5px 0;
  background: #f2f2f2;
  color: #535353;
  font-size: .8125em;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
}

.block-photo-gallery .flex-images {
  overflow: hidden;
}

.block-photo-gallery .flex-images .item {
  float: left;
  margin: 2px;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.block-photo-gallery .flex-images .item:focus {
  outline: 2px solid #82befb;
  outline-offset: -1px;
}

.block-photo-gallery .flex-images .item img {
  display: none;
  width: auto;
  height: 100%;
}

.js .block-photo-gallery .flex-images .item img {
  display: block;
}

.block-photo-gallery .flex-images .lazy {
  display: none;
}

.js .block-photo-gallery .flex-images .lazy {
  display: block;
}

.block-photo-gallery .flex-images .copyright {
  color: #fff;
  bottom: 8px;
}

.block-photo-gallery .flex-images .noJs {
  display: block;
  padding: 10px;
  background: #f2f2f2;
  text-align: center;
}

@media (min-width: 992px) {
  .block-photo-gallery {
    margin-bottom: 60px;
  }

  .block-photo-gallery .caption {
    position: absolute;
    padding: 5px;
    font-size: .8125em;
    line-height: 1em;
  }
}

.photo-gallery-detail-navigation {
  position: relative;
  margin-bottom: 10px;
  color: #535353;
  text-align: center;
}

.photo-gallery-detail-navigation .previous {
  position: absolute;
  top: 0;
  left: 0;
}

.photo-gallery-detail-navigation .next {
  position: absolute;
  top: 0;
  right: 0;
}

.photo-gallery-detail-navigation a {
  text-decoration: none;
}

.photo-credit {
  font-weight: normal;
  display: block;
  margin-top: .5em;
  text-transform: uppercase;
  font-size: .8125em;
  line-height: 1.4;
}

.content-image-left,
.content-image {
  position: relative;
  max-width: 100%;
}

.block.gallery {
  margin-bottom: 10px;
}

.block.gallery .thumbnails {
  margin-top: 20px;
  display: block;
}

.gallery .thumbnails {
  margin: 0 0 0 -20px;
  padding: 0;
}

@media (min-width: 992px) {
  .gallery .thumbnails {
    margin-left: -20px;
    margin-right: 0;
  }
}

.gallery .thumbnails:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.gallery .thumbnails li {
  display: block;
  padding: 0;
  background-image: none;
  clear: none;
  float: left;
  width: 50%;
  margin: 0 0 20px;
}

.gallery .thumbnails li:nth-child(2n+1) {
  clear: left;
}

.gallery .thumbnails li:before {
  display: none;
  content: '';
}

@media (min-width: 768px) {
  .gallery .thumbnails li {
    width: 25%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery .thumbnails li:nth-child(2n+1) {
    clear: none;
  }

  .gallery .thumbnails li:nth-child(4n+1) {
    clear: left;
  }
}

.gallery .thumbnails li a {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 0 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.gallery .thumbnails li a .duration {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
  padding: 2px .4em;
  margin-bottom: 0;
  background-color: #01689b;
  color: #FFF;
  font-size: .8125em;
  font-weight: bold;
  line-height: 1.4;
}

.gallery .thumbnails li a:focus,
.gallery .thumbnails li a:hover {
  text-decoration: none;
}

.gallery .thumbnails li a:focus .duration,
.gallery .thumbnails li a:hover .duration {
  background-color: #0162cd;
}

.gallery .thumbnails li a:focus h3,
.gallery .thumbnails li a:focus img+p,
.gallery .thumbnails li a:hover h3,
.gallery .thumbnails li a:hover img+p {
  text-decoration: underline;
}

.gallery .thumbnails li a:visited img+p {
  color: #696969;
}

.gallery .thumbnails li a h3 {
  margin-top: .5em;
  font-weight: normal;
}

.gallery .thumbnails li a img {
  display: block;
  width: 100%;
  margin-bottom: .5em;
}

.gallery .thumbnails li a .meta {
  font-size: .8125em;
  margin-top: .4em;
  margin-bottom: 0;
}

.gallery.video .lightboxVideo {
  display: none;
}

@media (max-width: 768px) {
  .gallery.video .thumbnails li {
    width: 100%;
    clear: left;
  }
}

@media (min-width: 768px) {
  .gallery.video .thumbnails li {
    width: 50%;
  }

  .gallery.video .thumbnails li:nth-child(2n+1) {
    clear: left;
  }
}

.gallery.folder .thumbnails li {
  padding: 0;
  overflow: visible;
  width: 100%;
}

.gallery.folder .thumbnails li a {
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#content .gallery.folder .thumbnails li a {
  text-decoration: none;
}

.gallery.folder .thumbnails li img {
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .gallery.folder .thumbnails li img {
    vertical-align: middle;
  }
}

.gallery.folder .thumbnails li p {
  margin-bottom: 0;
}

.gallery.folder .thumbnails li p.copyright {
  text-decoration: none;
  margin-top: -30px;
  color: #fff;
}

@media (min-width: 480px) {
  .gallery.folder .thumbnails li {
    width: 50%;
  }

  .gallery.folder .thumbnails li:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .gallery.folder .thumbnails li {
    width: 33.33%;
    clear: none;
  }

  .gallery.folder .thumbnails li:nth-child(2n+1) {
    clear: none;
  }

  .gallery.folder .thumbnails li:nth-child(3n+1) {
    clear: left;
  }
}

.gallery p {
  color: inherit;
}

.gallery p a {
  display: inline;
  margin: 0;
}

.gallery .caption {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  padding: 0;
  font-size: 1.07143em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .gallery .caption {
    font-size: 1.08333em;
  }
}

.gallery a .caption {
  color: #01689b;
  text-align: left;
  text-decoration: none;
  margin-top: .5em;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal;
}

.gallery a:hover .caption,
.gallery a:active .caption {
  text-decoration: underline;
  color: #01689b;
}

.brickRow.gallery ul,
.brickRow.gallery ol {
  padding-left: 15px;
}

.brickRow.gallery p {
  padding-left: 15px;
}

.brickRow.gallery .copyright {
  margin-top: 0;
  position: relative;
  text-shadow: none;
  color: #696969;
  font-size: .8em;
  padding: 0;
}

.brickRow.gallery p.caption {
  color: #000;
  line-height: 1.3125;
  font-size: 1em;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0;
}

.common.gallery-result {
  margin-left: -20px;
}

.common.gallery-result li {
  padding: 0 0 30px 0;
  margin: 0;
  overflow: visible;
  float: left;
  margin: 0;
  display: block;
  background-image: none;
  width: 100%;
}

.common.gallery-result li>.no-image {
  padding-top: 1em;
  border-top: 2px solid #f3f5f6;
}

.common.gallery-result li p {
  line-height: 1.3em;
}

.common.gallery-result li:first-child>.no-image {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 480px) {
  .common.gallery-result li {
    width: 50%;
    padding-right: 20px;
  }

  .common.gallery-result li:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .common.gallery-result li {
    width: 33.33%;
  }

  .common.gallery-result li:nth-child(2n+1) {
    clear: none;
  }

  .common.gallery-result li:nth-child(3n+1) {
    clear: left;
  }

  .common.gallery-result li:nth-child(2)>.no-image,
  .common.gallery-result li:nth-child(3)>.no-image {
    border-top: 0;
    padding-top: 0;
  }
}

.common.gallery-result li a {
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-size: 1em;
  background: 0;
}

.common.gallery-result li a:before {
  content: '';
  display: none;
}

@media (min-width: 480px) {
  .common.gallery-result li a {
    width: 100%;
  }
}

.common.gallery-result li a p.copyright {
  margin-top: -40px;
  color: #fff;
  padding: 5px 10px 0 10px;
  line-height: 1.375em;
  text-decoration: none;
  font-size: .8em;
}

@media (min-width: 768px) {
  .common.gallery-result li a p.copyright {
    margin-top: -38px;
  }
}

@media (min-width: 1200px) {
  .common.gallery-result li a p.copyright {
    margin-top: -40px;
  }
}

.common.gallery-result li img {
  display: inline-block;
  margin: 0 auto .5em;
}

@media (min-width: 768px) {
  .common.gallery-result li img {
    vertical-align: middle;
    width: 100%;
  }
}

.common.gallery-result h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal;
  padding-bottom: 10px;
}

.common.gallery-result h3+p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.common.gallery-result a h3 {
  color: #369;
}

.common.gallery-result .meta {
  font-weight: normal;
  font-size: .875rem;
}

@media print {
  .meta-light {
    clear: left;
    color: #696969;
    font-style: normal;
    line-height: 1.4;
  }

  #content .gallery {
    clear: both;
  }

  #content .gallery.folder .thumbnails li {
    width: 33.3% !important;
  }

  #content .gallery.folder .thumbnails li:nth-child(2n+1) {
    clear: none;
  }

  #content .gallery.folder .thumbnails li:nth-child(3n+1) {
    clear: left;
  }

  #content .gallery.folder .thumbnails li:before {
    content: '';
  }

  #content .gallery.video .thumbnails li {
    width: 50%;
    clear: none;
  }

  #content .gallery.video .thumbnails li:nth-child(2n+1) {
    clear: left;
  }

  #content .gallery.video .thumbnails li:before {
    content: '';
  }

  #content .gallery .caption {
    padding-left: 0;
  }

  #content .gallery .caption:before {
    content: '';
  }

  #content .gallery ul {
    margin-left: -20px;
    page-break-inside: avoid;
  }

  #content .gallery li:before {
    content: '';
  }

  #content .block-photo-gallery {
    clear: both;
  }

  #content .block-photo-gallery ul li {
    padding-left: 0;
  }

  #content .block-photo-gallery ul li:before {
    content: '';
  }

  #content .block-photo-gallery .flex-images {
    position: relative;
    display: block;
  }

  #content .block-photo-gallery .flex-images .item {
    width: 50%;
  }

  .block .common.gallery-result li:before {
    content: '';
  }

  .block .common.gallery-result li a:before {
    content: "" !important;
  }
}

.swipebox-overflow-hidden {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 999999;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -khtml-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#swipebox-overlay.visible {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -khtml-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#swipebox-overlay.videoOverlay {
  overflow-y: auto;
}

#swipebox-overlay.videoOverlay #swipebox-slider .slide {
  min-height: 100%;
  height: auto;
}

#swipebox-overlay.videoOverlay #swipebox-slider .slide .lightboxVideo {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
  white-space: normal;
}

#swipebox-overlay.videoOverlay #swipebox-slider .slide .lightboxVideo .block-audio-video {
  width: 800px;
  max-width: 800px;
  margin-bottom: 100px;
}

#swipebox-overlay.videoOverlay #swipebox-slider .slide.videoLoading .lightboxVideo {
  opacity: 0;
}

#swipebox-overlay.videoOverlay #swipebox-caption {
  border-top: 1px solid #696969;
}

#swipebox-modal {
  width: 100%;
  min-height: 100%;
  height: auto;
  outline: 0;
}

#swipebox-overlay-desktop {
  display: none;
}

#swipebox-slider {
  min-height: 100%;
  height: auto;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s ease;
  -o-transition: left .4s ease;
  -khtml-transition: left .4s ease;
  transition: left .4s ease;
}

#swipebox-slider .slide {
  background: 0;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

#swipebox-slider .slide.current {
  overflow: visible;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  -webkit-box-shadow: 2px 0 17px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 0 17px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 0 17px 1px rgba(50, 50, 50, 0.75);
}

#swipebox-caption {
  position: fixed;
  left: 0;
  padding: 15px 15px 45px 15px;
  z-index: 0;
  height: auto;
  right: 0;
  bottom: 0;
  overflow: visible;
}

#swipebox-caption p {
  margin-bottom: 0;
}

#swipebox-caption p.meta {
  color: #4e4e4e;
  display: inline-block;
  padding-top: 7px;
  margin-top: 0;
}

#swipebox-caption p.copyright {
  color: #4e4e4e;
  text-shadow: none;
  position: relative;
  padding: 7px 0 0 0;
  display: inline-block;
  font-size: .8125em;
  line-height: 1.4;
}

#swipebox-caption p.hres a {
  color: #01689b;
  padding-left: 0;
  margin-top: 5px;
  font-size: .8em;
}

#swipebox-caption p.hres a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #000;
  font-size: 14px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  #swipebox-caption p.hres a:before {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  #swipebox-caption p.hres a {
    float: left;
  }
}

#swipebox-caption p.hres a:focus,
#swipebox-caption p.hres a:hover {
  color: #01689b;
}

#swipebox-action {
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
}

#swipebox-hres {
  display: block;
  top: -.5em;
  position: relative;
}

button::-moz-focus-inner {
  border: 0;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-color: #e17000;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 36px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  display: none;
}

#swipebox-arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: -3px;
}

#swipebox-close {
  right: 0;
  margin-left: 0;
  top: 0;
}

#swipebox-close:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
  top: 7px;
  font-size: 14px;
}

#swipebox-prev {
  left: 0;
  bottom: 0;
  position: fixed;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  position: absolute;
  width: 50px;
}

@media (min-width: 992px) {
  #swipebox-prev {
    position: absolute;
  }
}

#swipebox-prev:visited {
  color: #01689b;
}

#swipebox-prev:hover {
  color: #fff;
}

#swipebox-prev:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

#swipebox-prev:before {
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
  font-size: 15px;
  top: 4px;
  left: -4px;
}

#swipebox-next {
  right: 0;
  bottom: 0;
  position: fixed;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  position: absolute;
  width: 50px;
}

@media (min-width: 992px) {
  #swipebox-next {
    position: absolute;
  }
}

#swipebox-next:visited {
  color: #01689b;
}

#swipebox-next:hover {
  color: #154273;
}

#swipebox-next:hover:before {
  color: #154273;
}

#swipebox-next.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

#swipebox-next:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

#swipebox-next:before {
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
  font-size: 15px;
  top: 4px;
  right: -4px;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

#swipebox-action,
#swipebox-caption {
  color: #000;
  font-size: 1em;
  line-height: 1.4;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -khtml-transition: .5s;
  transition: .5s;
}

#swipebox-caption {
  background-color: #f3f3f3;
}

#swipebox-caption .copyright:not(:empty)+p.meta:not(:empty):before {
  content: ' / ';
  margin: 0 2px 0 5px;
}

#swipebox-action {
  background-color: transparent;
  text-align: center;
}

#swipebox-action a {
  color: #FFF;
}

.caption-meta {
  position: relative;
}

.caption-meta .seperator {
  padding: 0 5px;
  margin: 0;
}

@media (min-width: 992px) {
  #swipebox-slider.loading .slide {
    background: url(shared-ro/images/swipebox-loader-dark.gif) no-repeat center center;
  }

  #swipebox-slider .slide {
    background: 0;
  }

  #swipebox-caption p.meta {
    color: #4e4e4e;
  }

  #swipebox-caption p.hres a {
    color: #01689b;
  }

  #swipebox-caption p.hres a:focus,
  #swipebox-caption p.hres a:hover {
    color: #0162cd;
  }

  #swipebox-action a {
    color: #000;
  }

  #swipebox-prev {
    left: 0;
  }

  #swipebox-next {
    right: 0;
  }

  .caption-meta {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  #swipebox-caption {
    padding: 15px 15px 45px 15px;
  }
}

@media (min-width: 1200px) {
  #swipebox-caption {
    padding: 15px 15px 15px 15px;
  }
}

@media print {
  #swipebox-overlay {
    opacity: 1 !important;
    display: block !important;
    width: 600px !important;
  }

  #swipebox-overlay .slide {
    text-align: left;
    width: 100% !important;
  }

  .swipebox-overflow-hidden #mainwrapper {
    display: none !important;
  }
}

.profiledetail h1 {
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .profiledetail h1 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}

.profiledetail .headline {
  margin: 0 0 20px 0;
  padding-top: 10px;
}

@media (min-width: 480px) {
  .profiledetail .headline {
    background-color: #f3f3f3;
  }
}

.profiledetail .headline:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.profiledetail .headline .visual {
  margin: -10px 0 0 0;
}

.profiledetail .headline .visual img {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .profiledetail .headline .visual {
    float: left;
    width: 50%;
  }

  .profiledetail .headline .visual+div {
    float: left;
    width: 50%;
  }

  .profiledetail .headline .visual+div p,
  .profiledetail .headline .visual+div h1 {
    padding: 0 20px;
  }

  .profiledetail .headline .visual img {
    margin-bottom: 0;
  }
}

.profiledetail .headline .visual p.copyright {
  color: #fff;
  margin-top: -50px;
  max-width: 220px;
}

@media (min-width: 480px) {
  .profiledetail .headline .visual p.copyright {
    margin-top: -30px;
  }
}

.profiledetail .headline h1 {
  margin: .5em 0 1em;
  font-size: 1.625em;
  font-weight: normal;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .profiledetail .headline h1 {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}

.profiledetail .headline dl {
  margin-bottom: -0.5em;
}

@media (min-width: 480px) {
  .profiledetail .headline dl {
    margin-bottom: .5em;
  }
}

@media (min-width: 480px) {
  .profiledetail .headline dt {
    display: none;
  }

  .profiledetail .headline dd {
    padding: 0 20px;
    margin: 0;
    border-bottom: 0;
  }
}

.profiledetail dl dt {
  float: left;
  text-align: left;
  clear: left;
  width: 100%;
  margin-bottom: .2em;
}

@media (min-width: 480px) {
  .profiledetail dl dt {
    width: 15em;
    margin-right: -10em;
  }
}

.profiledetail dl dt:after {
  content: ': ';
}

.profiledetail dl dd {
  clear: left;
  float: none;
  display: block;
  margin: 0 0 1em 0;
  box-sizing: border-box;
  border-bottom: 1px solid #f3f5f6;
  padding-bottom: .5em;
}

@media (min-width: 480px) {
  .profiledetail dl dd {
    clear: none;
    padding-left: 15em;
  }
}

.profiledetail dl:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.headerImage {
  position: relative;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  background-color: #000;
}

.headerImage.smallHeaderImage {
  min-height: 190px;
}

.headerImage.noImage {
  min-height: 100% !important;
  background-color: var(--white);
}

.headerImage.noImage .wrapper .topTaskNavigation {
  background-color: var(--owhite);
}

@media (min-width: 768px) {
  .headerImage {
    margin: 0;
  }
}

.headerImage a.clickable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.headerImage .copyright {
  bottom: 0;
  z-index: 10;
  padding: 4px 0 0 16px;
  opacity: 0;
}

.headerImage .copyright.showCopyright {
  opacity: 1;
}

@media (min-width: 348px) {
  .headerImage .copyright {
    bottom: 0;
    padding: 7px 0 0 16px;
    font-size: .8em;
  }
}

@media (min-width: 992px) {
  .headerImage .copyright {
    padding: 7px 0 0 18px;
    line-height: 2.2;
  }
}

.headerImage .darkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 1;
}

.headerImage a.toggleState {
  position: absolute;
  display: block;
  right: 15px;
  bottom: 10px;
  width: 26px;
  height: 26px;
  z-index: 1;
  text-indent: -999px;
  overflow: hidden;
  z-index: 10;
}

.headerImage a.toggleState:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
}

.headerImage a.toggleState:after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 5px;
  width: 12px;
  height: 16px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}

.headerImage a.toggleState:hover:before {
  border-color: #ccc;
}

.headerImage a.toggleState:hover:after {
  border-color: #ccc;
}

.headerImage a.toggleState.pauzed:after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 16px;
  height: 18px;
  border-right: 0;
  border-top: 0;
  border-left: none;
  border-bottom: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjExLjFweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSItNyA2IDExLjEgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTcgNiAxMS4xIDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9Ii03LDYgNC4xLDE0LjUgLTcsMjMgIi8+Cjwvc3ZnPgo=") no-repeat;
}

.headerImage .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.headerImage .slide.showSlide {
  opacity: 1;
}

.headerImage .slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.js .headerImage .slide img {
  display: none;
}

.headerImage .slide .copyright {
  padding: 4px 0 0 16px;
  font-size: .8em;
}

@media (min-width: 480px) {
  .headerImage .slide .copyright {
    padding: 7px 0 0 16px;
  }
}

@media (min-width: 992px) {
  .headerImage .slide .copyright {
    padding: 7px 0 0 18px;
    line-height: 2.2;
  }
}

.headerImage.topTask .copyright {
  font-size: .8em;
  position: relative;
  bottom: 0;
  position: absolute;
}

.headerImage .wrapper {
  z-index: 10;
  padding: 15px;
  position: relative;
  padding: 25px 15px 50px 15px;
}

.headerImage.noImage .wrapper {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--owhite);
}

.headerImage .wrapper.clickable {
  cursor: pointer;
}

.headerImage .wrapper a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.headerImage .wrapper h1,
.headerImage .wrapper h2 {
  margin: 0 0 10px 0;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #fff;
  text-shadow: -1px -1px 40px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}

.headerImage .wrapper p {
  font-size: 1rem;
  color: #fff;
  text-shadow: -1px -1px 30px rgba(0, 0, 0, 0.7);
}

.headerImage .wrapper a.ctaBtn {
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
  text-shadow: -1px -1px 30px rgba(0, 0, 0, 0.7);
  box-shadow: -1px -1px 30px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border: 1px solid #fff;
  padding: 5px 10px 5px 10px;
}

.headerImage .wrapper a.ctaBtn:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
  border-color: #fff;
}

.headerImage .wrapper .topTaskNavigation {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  padding: 15px 15px 20px 15px;
}

@media (min-width: 768px) {
  .headerImage .wrapper .topTaskNavigation {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .headerImage .wrapper .topTaskNavigation {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .headerImage .wrapper .topTaskNavigation {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .headerImage .wrapper .topTaskNavigation {
    padding: 15px;
    margin-left: -15px;
  }
}

.headerImage .wrapper .topTaskNavigation ul {
  columns: 2;
}

.headerImage .wrapper .topTaskNavigation ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}

.headerImage .wrapper .topTaskNavigation ul li:last-of-type {
  margin: 0;
}

.headerImage .wrapper .topTaskNavigation ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: normal;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  line-height: 1.625rem;
  word-wrap: break-word;
}

.headerImage .wrapper .topTaskNavigation ul li a:visited {
  color: #696969;
}

.headerImage .wrapper .topTaskNavigation ul li a:hover {
  color: #154273;
}

.headerImage .wrapper .topTaskNavigation ul li a:hover:before {
  color: #154273;
}

.headerImage .wrapper .topTaskNavigation ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.headerImage .wrapper .topTaskNavigation ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.headerImage .wrapper .topTaskNavigation ul li a.external:before {
  left: 2px;
}

.headerImage .wrapper .topTaskNavigation ul li a:hover {
  text-decoration: underline;
}

.headerImage .wrapper .topTaskNavigation h2 {
  color: #000;
  text-shadow: none;
  margin-bottom: .55555em;
  margin-top: 0;
  font-size: 1.325em;
  line-height: 1.875rem;
  font-weight: normal;
}

@media (min-width: 992px) {
  .headerImage .wrapper .topTaskNavigation h2 {
    margin-bottom: .755em;
    line-height: 1.55rem;
    font-size: 1.625rem;
  }
}

.headerImage .wrapper .topTaskPushNotification {
  position: relative;
  display: block;
  background-color: #e17000;
  padding: 15px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .headerImage .wrapper .topTaskPushNotification {
    margin-left: 66.66667%;
  }
}

@media (min-width: 768px) {
  .headerImage .wrapper .topTaskPushNotification {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .headerImage .wrapper .topTaskPushNotification {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .headerImage .wrapper .topTaskPushNotification {
    padding: 25px;
  }
}

@media (min-width: 768px) {
  .hasMainNav .headerImage .wrapper .topTaskPushNotification {
    margin-top: 75px;
  }
}

.headerImage .wrapper .topTaskPushNotification h2 {
  color: #fff;
  margin-bottom: .55555em;
  font-size: 1.125em;
  line-height: 1.875rem;
  text-shadow: none;
}

@media (min-width: 992px) {
  .headerImage .wrapper .topTaskPushNotification h2 {
    margin-bottom: .722em;
  }
}

.headerImage .wrapper .topTaskPushNotification p {
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.375em;
}

.headerImage .wrapper .topTaskPushNotification a {
  width: 100%;
  position: relative;
  color: #fff;
}

.headerImage .wrapper .topTaskPushNotification a h2,
.headerImage .wrapper .topTaskPushNotification a p {
  text-decoration: underline;
}

.headerImage .wrapper .topTaskPushNotification a h2~p {
  text-decoration: none;
}

.headerImage .wrapper .countrySelector {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #fff;
  padding: 30px 20px 30px 20px;
}

@media (min-width: 768px) {
  .headerImage .wrapper .countrySelector {
    left: 16.66667%;
  }
}

@media (min-width: 768px) {
  .headerImage .wrapper .countrySelector {
    float: left;
    width: 66.66667%;
  }
}

.headerImage .wrapper .countrySelector h2 {
  text-shadow: none;
  color: #000;
  font-size: 1.4125em;
  font-weight: bold;
  line-height: 1.2381;
  margin: 0;
}

.headerImage .wrapper .countrySelector #country-search-form p {
  color: #000;
  margin: 0 0 15px 0;
  text-shadow: none;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper {
  background-color: transparent;
  margin: 0;
  padding-bottom: 0;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper fieldset {
  margin: 0;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper fieldset+p {
  margin-top: 15px;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper p {
  margin: 0;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper a {
  display: inline;
  text-decoration: underline;
  width: auto;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper a:hover {
  text-decoration: none;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper input {
  width: 100%;
  text-indent: 1%;
  padding-left: 0;
  border: 0;
  border-bottom: 2px solid #01689b;
  background-color: #cce0f1;
}

.headerImage .wrapper .countrySelector #country-search-form .formWrapper button {
  position: absolute;
  right: 0;
  margin: 0;
  background-color: #01689b;
}

@media (min-width: 768px) {
  .headerImage .wrapper .countrySelector {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px 20px 30px 20px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .headerImage .wrapper .countrySelector {
    left: 25%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .headerImage .wrapper .countrySelector {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .headerImage {
    min-height: 300px;
  }

  .headerImage.smallHeaderImage {
    min-height: 210px;
  }

  .headerImage .wrapper a {
    width: 100%;
  }

  .headerImage .wrapper h1,
  .headerImage .wrapper h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
  }
}

@media (min-width: 992px) {
  .headerImage {
    min-height: 370px;
  }

  .headerImage.smallHeaderImage {
    min-height: 250px;
  }

  .headerImage .wrapper a {
    width: 50%;
  }

  .headerImage .wrapper h1,
  .headerImage .wrapper h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (min-width: 1200px) {
  .headerImage {
    min-height: 480px;
  }

  .headerImage.smallHeaderImage {
    min-height: 330px;
  }

  .headerImage .wrapper a {
    width: 50%;
  }

  .headerImage .wrapper h1,
  .headerImage .wrapper h2 {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.headerImage.noLink .gradientContainer {
  opacity: 0;
  -webkit-animation: fadeIn ease-in;
  animation: fadeIn ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  background: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(transparent 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(transparent 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 100%);
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.headerImage.noLink .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.headerImage.noLink .wrapper:before,
.headerImage.noLink .wrapper:after {
  content: " ";
  display: table;
}

.headerImage.noLink .wrapper:after {
  clear: both;
}

.headerImage.noLink .wrapper .body {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .headerImage.noLink .wrapper .body {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .headerImage.noLink .wrapper .body {
    margin-left: 16.66667%;
  }
}

.fullWidth .headerImage.noLink .wrapper .body {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .fullWidth .headerImage.noLink .wrapper .body {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .fullWidth .headerImage.noLink .wrapper .body {
    margin-left: 0;
  }
}

.headerImage.noLink .wrapper .body h1,
.headerImage.noLink .wrapper .body h2 {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  padding-top: 50px;
  padding-bottom: 30px;
}

.headerImage.noLink .wrapper .body p {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  padding-top: 50px;
  padding-bottom: 30px;
}

.headerImage.noLink .wrapper .body h1+p,
.headerImage.noLink .wrapper .body h2+p {
  padding-top: 0;
  margin-top: -30px;
}

.breaking {
  margin: 0 0 40px 0;
  display: block;
}

.breaking:first-child {
  margin: 40px 0 40px 0;
}

.breaking:before,
.breaking:after {
  content: " ";
  display: table;
}

.breaking:after {
  clear: both;
}

.breaking .article {
  background: #e17000;
  width: 100%;
  float: left;
  display: block;
  padding: 15px 15px 15px 15px;
}

.breaking .article a:visited {
  color: #fff;
}

.breaking .article a:visited h2,
.breaking .article a:visited h3,
.breaking .article a:visited h4 {
  color: #fff;
}

.breaking .article a {
  text-decoration: none;
  display: block;
  color: #fff;
}

.breaking .article a:hover {
  text-decoration: none;
  color: #fff;
}

.breaking .article a:hover h2 {
  text-decoration: underline;
  color: #fff;
}

.breaking .article a:hover h3 {
  color: #fff;
}

.breaking .article a:hover p {
  color: #fff;
}

.breaking .article a h2 {
  width: 100%;
  float: left;
  font-size: 1.625em;
  line-height: 1.15384em;
  margin: 0 0 10px 0;
  font-weight: normal;
}

@media (min-width: 992px) {
  .breaking .article a h2 {
    font-size: 2em;
    line-height: 1.15em;
  }
}

.breaking .article a p {
  color: #fff;
  line-height: 1.375em;
  font-size: 1em;
  padding: 10px 0 0 0;
  margin: 0;
}

.breaking .article a p.meta {
  color: #fff;
  font-size: .8em;
  line-height: 1.5em;
  padding: 10px 0 0 0;
}

.breaking .article a p.copyright {
  color: #fff;
  margin-top: -43px;
  padding: 5px 0 0 10px;
}

.breaking .article .related {
  display: block;
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
}

.breaking .article .related h3 {
  font-size: 1.125em;
  line-height: 1.22em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.breaking .article .related a {
  float: left;
  width: 100%;
  margin: 0;
}

.breaking .article .related a:first-child {
  margin: 0 0 10px 0;
}

.breaking .article .related a:last-child {
  padding-left: 0;
}

@media (min-width: 768px) {
  .breaking .article .related a:last-child {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .breaking .article .related a:last-child {
    padding-left: 0;
  }
}

.breaking .article .related p.meta {
  padding: 5px 0 0 0;
}

@media (min-width: 768px) {
  .breaking .article {
    padding: 25px;
  }

  .breaking .article .related {
    width: 100%;
    float: left;
  }

  .breaking .article .related a {
    width: 50%;
  }

  .breaking .article .related a:first-child {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .breaking .article a {
    float: left;
    width: 66.6666%;
  }

  .breaking .article a h2 {
    padding: 0 20px 0 0;
  }

  .breaking .article a p {
    padding: 10px 20px 0 0;
  }

  .breaking .article a p.meta {
    padding: 10px 0 5px 0;
  }

  .breaking .article a p.copyright {
    color: #fff;
    padding: 5px 0 0 10px;
    margin-top: -33px;
  }

  .breaking .article .related {
    width: 33.3333%;
    float: right;
    padding: 5px 0 0 25px;
  }

  .breaking .article .related a {
    width: 100%;
  }

  .breaking .article .related a:first-child {
    margin: 0 0 10px 0;
  }
}

.breaking.visualnews .article .visual {
  width: 100%;
  float: left;
}

.breaking.visualnews .article .visual img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.breaking.visualnews .article a h2 {
  padding: 0;
}

.breaking.visualnews .article .related a {
  width: 100%;
  float: left;
}

.breaking.visualnews .article .related p.meta {
  padding: 0;
}

@media (min-width: 480px) {
  .breaking.visualnews .article {
    padding: 0;
  }

  .breaking.visualnews .article .visual {
    width: 50%;
    min-height: 1px;
    float: left;
    padding: 0 15px 0 0;
  }

  .breaking.visualnews .article a h2 {
    float: right;
    width: 50%;
    padding: 15px 15px 0 15px;
  }

  .breaking.visualnews .article a p {
    padding: 10px 15px 0 15px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .breaking.visualnews .article a p.meta {
    width: 50%;
    float: right;
    padding: 10px 0 25px 15px;
  }

  .breaking.visualnews .article a p.copyright {
    padding: 5px 0 0 10px;
  }

  .breaking.visualnews .article .related a {
    float: left;
    width: 50%;
    padding: 5px 0 0 15px;
  }

  .breaking.visualnews .article .related a h3 {
    padding-right: 15px;
  }

  .breaking.visualnews .article .related a:first-child {
    margin: 0;
    padding-left: 25px;
  }

  .breaking.visualnews .article .related p.meta {
    float: left;
    padding: 10px 0 15px 0;
  }
}

@media (min-width: 992px) {
  .breaking.visualnews .article .visual {
    width: 33%;
    min-height: 1px;
    height: 100%;
    position: relative;
    float: left;
    padding: 0 15px 0 0;
  }

  .breaking.visualnews .article .visual img {
    margin: 0;
  }

  .breaking.visualnews .article a {
    width: auto;
    float: none;
    display: inline;
  }

  .breaking.visualnews .article a h2 {
    width: 67%;
    padding-left: 15px;
    padding-top: 25px;
    padding-right: 25px;
    float: right;
  }

  .breaking.visualnews .article a p {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 25px;
    float: left;
  }

  .breaking.visualnews .article a p.meta {
    float: left;
    padding-left: 15px;
    padding-bottom: 25px;
  }

  .breaking.visualnews .article .related {
    width: 67%;
    min-height: 1px;
    position: relative;
    float: right;
    padding: 0 0 20px 15px;
  }

  .breaking.visualnews .article .related a {
    float: left;
    width: 50%;
    padding: 0;
    padding-left: 15px;
  }

  .breaking.visualnews .article .related a:first-child {
    margin: 0;
    padding-left: 0;
  }

  .breaking.visualnews .article .related p.meta {
    padding: 10px 0 10px 0;
  }
}

.breaking:before,
.breaking:after {
  content: " ";
  display: table;
}

.breaking:after {
  clear: both;
}

.map .spotlight.thumbnail {
  min-height: 100px;
}

.map .spotlight.thumbnail>a {
  text-decoration: none;
}

.map .spotlight.thumbnail>a.external {
  background: 0;
}

.map .spotlight.thumbnail>a h3 {
  text-decoration: underline;
}

.map .spotlight.thumbnail>a h3+p {
  text-decoration: none;
}

.map .spotlight.thumbnail>h3 {
  margin-left: 20px;
  padding-left: 120px;
  font-weight: normal;
  margin-top: -0.3em;
}

.map .spotlight.thumbnail>h3+img {
  margin-left: 20px;
}

.map .spotlight.thumbnail>h3+img+p {
  margin-left: 20px;
  padding-left: 120px;
}

.js .map .spotlight.thumbnail {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

@media (min-width: 36em) {
  .map.two-columns {
    margin: 0;
  }
}

.mapContainer {
  margin: 0 0 30px 0;
}

.js .map {
  border: 1px solid #ccc;
  margin-bottom: 0 !important;
}

.js .map:focus {
  border-color: #3b7fc4;
}

.map {
  height: auto;
}

.js .map {
  height: 500px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.js.no-touchevents .map {
  margin-left: 0;
  margin-right: 0;
}

.js .map table {
  display: none;
}

.marker-cluster-medium,
.marker-cluster-small,
.marker-cluster-medium div,
.marker-cluster-small div {
  background-color: #e17000 !important;
}

.marker-cluster span {
  font-size: 18px;
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container img {
  max-width: none !important;
}

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 10px;
  lefgt: 3px;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container .leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #05f;
  background: white;
  opacity: .5;
}

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:last-child {
  border-bottom: 0;
}

.leaflet-bar .leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom: 0;
}

.leaflet-right .leaflet-control {
  margin-right: 20px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 20px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  background: #f8f8f9;
}

.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-top .leaflet-control-scale {
  margin-top: 0;
}

.leaflet-right .leaflet-control-scale {
  margin-right: 0;
}

.leaflet-control-scale-line {
  border: 1px solid #777;
  border-top: 0;
  color: black;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.leaflet-top .leaflet-control-scale-line {
  border-top: 1px solid #777;
  border-bottom: 0;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: 0;
  margin-top: -2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  background-clip: padding-box;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  border-color: #000;
  border: 4px solid rgba(0, 0, 0, 0.3);
}

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  border-radius: 0 !important;
  text-align: left;
}

.leaflet-popup-content {
  margin: 0 !important;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 15px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-popup-pane {
  z-index: 1001;
}

.leaflet-popup-content a:focus {
  outline: 0;
  text-decoration: none;
}

.leaflet-popup-content a,
.leaflet-popup-content a p {
  display: block;
  text-decoration: none;
}

.leaflet-popup-content a h3 {
  text-decoration: underline;
}

.leaflet-popup-content h3 {
  font-weight: bold;
  margin-bottom: 8px;
}

.leaflet-popup-content .content-image {
  float: left;
  clear: none;
  width: 32.5%;
  margin: .25em 2.5% 0 0;
}

.leaflet-popup-content .content-image img {
  width: 100%;
}

.leaflet-popup-content .content-image .caption {
  margin: .6em 0 1.8em;
  float: none;
}

.leaflet-popup-content {
  width: 400px !important;
  overflow: visible;
  display: inline-block;
  position: relative;
}

.leaflet-container a.leaflet-popup-close-button {
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  width: 19px;
  height: 19px;
  color: #01689b;
}

.leaflet-popup-content p {
  margin: 0;
  line-height: 1.5em;
  color: #000;
}

.leaflet-popup-content img+p {
  float: right;
  width: 72%;
  max-width: 192px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  border-color: #000;
  border: 0;
}

@media (min-width: 36em) {
  .leaflet-popup-content p {
    max-width: 283px;
  }
}

.leaflet-popup-content img {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.leaflet-popup {
  margin-bottom: -15px !important;
}

.leaflet-popup-tip-container {
  display: none;
}

@media (min-width: 36em) {
  .leaflet-popup {
    margin-bottom: 0;
  }

  .leaflet-popup-tip-container {
    display: block;
  }
}

.leaflet-bar {
  padding-bottom: 40px;
  padding-top: 0;
  box-shadow: none;
}

@media (min-width: 36em) {
  .leaflet-bar {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.leaflet-bar a,
.leaflet-bar a:hover,
.leaflet-bar a:visited {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 0 !important;
  padding: 0;
  border: 0;
  -webkit-font-smoothing: none;
  overflow: hidden;
}

.leaflet-left .leaflet-control {
  margin: 0;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar .leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-popup-content a.external {
  background: 0;
  padding-left: 0;
}

.leaflet-popup-content a.external:before {
  content: '';
  display: none;
}

.leaflet-popup-content a.external h3 {
  padding-left: 14px;
}

.leaflet-popup-content a.external h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #01689b;
  font-size: 10px;
  vertical-align: top;
  left: 0;
  top: 3px;
}

@media print {
  .leaflet-container {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid;
    page-break-before: always;
  }

  .leaflet-container img {
    max-width: none !important;
  }

  .leaflet-tile-container {
    page-break-inside: avoid;
    page-break-before: always;
  }
}

.weblog+h1 {
  padding-left: 0;
  margin: 0;
}

.weblog+h1+.article-meta {
  padding-left: 0;
  margin-bottom: 1.25em;
  margin-top: 0;
}

@media (min-width: 992px) {
  .weblog+h1+.article-meta {
    margin-bottom: 1.8em;
  }
}

.weblog+h1+.subheading {
  margin: .2em 0;
}

.superheading.weblog {
  margin-bottom: 5px;
}

.superheading.weblog+h1 {
  color: #000;
  margin: 0;
}

.actions {
  clear: both;
  margin: 40px 0 0;
  padding-top: 20px;
}

.actions:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.actions .common li {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 50%;
}

.actions .common .previous {
  float: left;
  text-align: left;
}

.actions .common a {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-size: .8rem;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
}

.actions .common a:visited {
  color: #01689b;
}

.actions .common a:hover {
  color: #154273;
}

.actions .common a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.actions .common a:before {
  top: -6px;
  font-size: 8px;
}

@media (min-width: 992px) {
  .actions .common a:before {
    top: -10px;
    font-size: 9px;
  }
}

@media (min-width: 1200px) {
  .actions .common a:before {
    top: -4px;
    font-size: 11px;
  }
}

.actions .common a span {
  font-size: .8rem;
  line-height: 1.2rem;
  display: block;
}

@media (min-width: 992px) {
  .actions .common a span {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .actions .common a span {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.actions .common .next a {
  padding: 0 30px 0 0;
  font-size: .8rem;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
}

.actions .common .next a:visited {
  color: #01689b;
}

.actions .common .next a:hover {
  color: #154273;
}

.actions .common .next a:hover:before {
  color: #154273;
}

.actions .common .next a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

.actions .common .next a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.actions .common .next a:before {
  top: -6px;
  right: 0;
  font-size: 8px;
}

@media (min-width: 992px) {
  .actions .common .next a:before {
    top: -10px;
    font-size: 9px;
  }
}

@media (min-width: 1200px) {
  .actions .common .next a:before {
    top: -4px;
    font-size: 11px;
  }
}

.actions .common a,
.actions .common a:hover span.meta,
.actions .common a:focus span.meta {
  text-decoration: none;
}

.actions .common a:hover span,
.actions .common a:focus span {
  text-decoration: underline;
  color: #154273;
}

.actions .common span.meta {
  position: relative;
  font-weight: bold;
  top: -1.625em;
  margin: 0 0 -1.625em;
  text-decoration: none;
}

@media print {
  .actions {
    display: none;
  }

  .weblog+h1+.article-meta {
    padding-left: 0;
  }

  .common a.weblog {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .departments {
    margin-bottom: 0;
  }
}

.overview .departments {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .overview .departments {
    padding-top: 40px;
  }
}

.departments {
  margin-bottom: 0;
}

.departments ul {
  margin-bottom: 0;
  margin-left: -20px;
}

.departments li {
  display: block;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}

@media (min-width: 480px) {
  .departments li {
    margin-bottom: 30px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .departments li {
    margin-bottom: 30px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .departments li {
    margin-bottom: 30px;
    width: 50%;
  }
}

.departments li:before {
  content: '';
  display: none;
}

.departments li:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.departments li h2 {
  padding-right: 0;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.2222;
  clear: none;
  font-weight: normal;
  cursor: pointer;
}

.departments li h2,
.departments li .visual {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  border-top: 0;
}

.departments a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.25em;
}

@media (min-width: 992px) {
  .departments a {
    font-size: 1.3125em;
  }
}

.departments a img {
  margin-bottom: 10px;
}

.departments a p.copyright {
  color: #fff;
  font-size: .65em;
  margin-top: -40px;
}

.departments a:hover h2,
.departments a:focus h2 {
  text-decoration: underline;
  color: #154273;
}

.departments li img {
  width: 100%;
}

@media (min-width: 992px) {
  #main .departments .column h2 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1.5em;
  }
}

@media print {
  .departments li {
    height: auto !important;
  }

  .departments li:before {
    content: '';
  }
}

.statistics dt {
  width: auto;
  float: none;
}

.statistics dd {
  float: none;
  margin-left: 0;
}

@media (min-width: 768px) {
  .statistics dt {
    width: 14em;
    float: left;
  }

  .statistics dd {
    float: left;
    margin-left: .9em;
  }
}

.header .search {
  clear: both;
}

.header .search h2 {
  position: absolute;
  top: -100000px;
}

.header .search p {
  min-height: 2em;
  position: relative;
  margin: 0 0 2em;
  padding: 0;
}

.header .search fieldset {
  padding: 0;
  background: transparent;
}

.header .search input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  display: block;
  margin: 0 0 1em;
  border: 1px solid #f3f3f3;
  border-bottom: 2px solid #e17000;
  padding: 3px 3px 3px 1%;
  background: #FFF;
  font-size: 1.3125em;
  line-height: 1;
  line-height: 1.19;
  height: 1.19em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.header .search button {
  display: block;
  margin: 0 10px 0 0;
  padding: 3px 15px;
  border-top: 1px solid #e17000;
  border-bottom: 2px solid #e17000;
  font-size: 1.3125em;
  line-height: 1;
  text-align: center;
  line-height: 1.19;
  height: 1.19em;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.header .search .formWrapper {
  background: 0;
  margin-bottom: 0;
  margin-right: 10px;
  overflow: inherit;
  padding-top: 0;
}

@media (min-width: 992px) {
  .header .search input {
    width: 16em;
    float: left;
    border-right: 0;
  }

  .header .search button {
    width: auto;
    margin-right: 20px;
  }

  .header .search a {
    padding-top: 2px;
  }

  .header .search .formWrapper {
    margin-right: 0;
    overflow: hidden;
  }
}

.reactions,
.mourning {
  clear: both;
  margin: 0;
}

.reactions p,
.mourning p {
  font-size: 1em;
}

.reactions ul,
.mourning ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  background: #f3f3f3;
  display: block;
}

@media (min-width: 768px) {

  .reactions ul,
  .mourning ul {
    margin-left: 0;
    padding-left: 20px;
  }
}

.reactions ul>li,
.mourning ul>li {
  background: 0;
  padding: 1.5em 10px 1.5em 0;
  margin: 0;
  border-bottom: 2px solid #FFF;
  margin-right: 20px;
}

.reactions ul>li:before,
.mourning ul>li:before {
  content: '';
  display: none;
}

.reactions ul>li:last-child,
.mourning ul>li:last-child {
  border-bottom: 0;
}

@media print {
  .reactions ul {
    padding-left: 0;
  }
}

.timeline {
  background-color: #f3f3f3;
  padding: 15px 0 15px 60px;
  margin: 0 -15px 40px -15px;
  width: auto;
}

@media (min-width: 768px) {
  .timeline {
    margin: 0 0 40px 0;
    padding: 15px 0 15px 70px;
    width: 100%;
  }
}

.timeline h2 {
  margin: 0;
  font-size: 28px;
  color: #e17000;
  margin-left: -40px;
}

.timeline h2 span {
  display: block;
  line-height: 1.2em;
  font-size: .75em;
  font-weight: normal;
  color: #112;
}

.timeline .timelineToggle {
  border-left: solid 0 #e17000;
}

.timeline .timelineToggle:first-child {
  padding-bottom: 50px;
}

.timeline .timelineToggle a {
  margin-left: -40px;
  position: relative;
  background-color: #f3f3f3;
  padding: 10px 0 15px 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: underline;
}

.timeline .timelineToggle a:link {
  color: #01689b;
}

.timeline .timelineToggle a:hover {
  text-decoration: none;
}

.timeline .timelineToggle:first-child {
  padding-bottom: 0;
}

.timeline .timelineToggle:first-child:after {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.timeline .timelineMajor {
  background-color: transparent;
  border-left: solid 2px #e17000;
  margin-left: -30px;
}

.timeline .timelineMajor:before,
.timeline .timelineMajor:after {
  content: " ";
  display: table;
}

.timeline .timelineMajor:after {
  clear: both;
}

.timeline .timelineMajor .majorEvent:focus {
  outline: 2px solid #82befb;
  outline-offset: 2px;
}

.timeline .timelineMajor .timelineMajorMarker {
  margin: 0 0 2px 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 1.5em;
  background-color: transparent;
}

.timeline .timelineMajor .timelineMajorMarker a {
  display: block;
  position: relative;
  color: #01689b;
  text-decoration: none;
  font-weight: bold;
  padding: 23px 35px 15px 35px;
  margin: 0;
}

.js .timeline .timelineMajor .timelineMajorMarker a:hover {
  text-decoration: none;
  cursor: pointer;
}

.js .timeline .timelineMajor .timelineMajorMarker a:before {
  background-color: #fff;
  content: "";
  font-family: "RO Icons";
  color: #e17000;
  font-size: 20px;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  height: 40px;
  position: absolute;
  width: 40px;
  top: 15px;
  left: -22px;
  margin-right: 40px;
  border-radius: 100%;
  border: solid 4px #e17000;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .js .timeline .timelineMajor .timelineMajorMarker a:before {
    top: 18px;
  }
}

.js .timeline .timelineMajor .timelineMajorMarker a span {
  text-decoration: none;
  font-weight: bold;
  color: #01689b;
  font-size: 28px;
}

.js .timeline .timelineMajor .timelineMajorMarker a span:hover {
  text-decoration: underline;
}

.js .timeline .timelineMajor.open .timelineMajorMarker a:before {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@-moz-document url-prefix() {
  .js .timeline .timelineMajor.open .timelineMajorMarker a:before {
    padding: 5px;
  }
}

.timeline .timelineMajor .timelineMajorIntro {
  font-size: 1.2em;
  display: block;
  line-height: 1.4em;
  margin-top: 0;
  border-top: solid 2px #f3f3f3;
}

.js .timeline .timelineMajor .timelineMajorIntro {
  height: 0;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
}

.timeline .timelineMajor .timelineMinor {
  display: block;
  margin-left: -30px;
}

.js .timeline .timelineMajor .timelineMinor {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead {
  position: relative;
  padding: 15px 15px 0 15px;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead:before {
  border-top: solid 3px #fff;
  width: 100%;
  margin-left: 50px;
  content: " ";
  display: block;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead:before {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead:before {
    width: 103%;
    margin-left: 11px;
  }
}

.timeline .timelineMajor .timelineMinor .timelineEventHead:before,
.timeline .timelineMajor .timelineMinor .timelineEventHead:after {
  content: " ";
  display: table;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead:after {
  clear: both;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead {
    padding-left: 35px;
  }
}

@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead {
    padding-left: 55px;
  }
}

.js .timeline .timelineMajor .timelineMinor .timelineEventHead {
  background-color: transparent;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin-left: 0;
  padding-left: 50px;
  background-color: transparent;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a:before {
  background-color: #e17000;
  content: "";
  font-family: "RO Icons";
  color: #fff;
  font-size: 10px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  position: absolute;
  width: 26px;
  top: 3px;
  left: 0;
  z-index: 1;
  border-radius: 100%;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead a {
    margin-left: -20px;
  }
}

@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead a {
    margin-left: -40px;
  }
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a:hover {
  cursor: pointer;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a h3 {
  margin-left: 0;
  color: #01689b;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a h3:hover {
  cursor: pointer;
  text-decoration: underline;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead h3 {
  color: #000;
  font-size: 1.66666em;
  width: 74%;
  margin-left: 50px;
  font-weight: bold;
  float: left;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead h3 {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead h3 {
    margin-left: 10px;
  }
}

.timeline .timelineMajor .timelineMinor .timelineEventHead h3 span:first-child {
  font-size: 24px;
  display: block;
  font-weight: bold;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead h3 span {
  font-size: .75em;
  line-height: 1.3em;
  font-weight: normal;
  display: block;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead .thumb {
  display: none;
  max-width: 17.5%;
  float: right;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead .thumb {
    display: block;
  }
}

.timeline .timelineMajor .timelineMinor .timelineEventHead .thumb p.copyright {
  position: absolute;
  bottom: -6px;
  padding-left: 5px;
}

.timeline .timelineMajor .timelineMinor .timelineEvent {
  margin: 0 2px 0 2px;
  padding: 0 15px 0 65px;
  overflow: hidden;
  width: auto;
  display: block;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEvent {
    padding: 0 4px 0 65px;
  }
}

@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEvent {
    padding: 0 15px 0 65px;
  }
}

.timeline .timelineMajor .timelineMinor .timelineEvent:before,
.timeline .timelineMajor .timelineMinor .timelineEvent:after {
  content: " ";
  display: table;
}

.timeline .timelineMajor .timelineMinor .timelineEvent:after {
  clear: both;
}

.timeline .timelineMajor .timelineMinor .timelineEvent:focus {
  outline: 2px solid #82befb;
  outline-offset: -2px;
}

.js .timeline .timelineMajor .timelineMinor .timelineEvent {
  visibility: hidden;
  height: 0;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .media {
  display: none;
  float: right;
  margin: 10px 0 10px 20px;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEvent .media {
    display: block;
  }
}

.timeline .timelineMajor .timelineMinor .timelineEvent .media img {
  margin: 0;
  width: 100%;
  max-width: 230px;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .media p.copyright {
  position: relative;
  margin-bottom: 0;
  padding: 1px 0 0 0;
  text-shadow: none;
  color: #000;
  max-width: 220px;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .media p.cite {
  font-size: .8em;
  max-width: 220px;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .scrollcontainer {
  clear: both;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .block-audio-video {
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .block-audio-video .collapsiblePanels {
  border-bottom: 1px solid #fff;
}

.timeline .timelineMajor .timelineMinor.open .timelineEventHead {
  background-color: transparent;
}

.timeline .timelineMajor .timelineMinor.open .timelineEventHead a:after {
  transform: rotate(90deg);
}

.timeline .timelineMajor .timelineMinor.open .timelineEvent {
  height: auto;
  visibility: visible;
}

.timeline .timelineMajor .timelineMinor.open .thumb {
  display: none;
}

.timeline .timelineMajor.open .timelineMajorMarker {
  background-color: transparent;
  border-bottom: solid 0 #f3f3f3;
}

.timeline .timelineMajor.open .timelineMinor {
  height: auto;
  visibility: visible;
}

.timeline .timelineMajor.open .timelineMajorIntro {
  height: auto;
  visibility: visible;
  padding: 0 55px 20px 35px;
}

@media (min-width: 992px) {
  .timeline .timelineMajor.open .timelineMajorIntro {
    margin-top: -10px;
  }
}

.timeline .timelineMajor.open .timelineMinor.open .timelineEventHead a:before {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#source-list .list h2 {
  margin: 0;
  color: #000;
  height: auto;
  padding-left: 15px;
  font-size: 3.5em;
  line-height: 1.4;
  border-top: 0;
  clear: left;
  background-image: none;
  cursor: default;
}

#source-list ul {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #source-list ul {
    float: left;
    width: 33.33333%;
  }
}

.overviewform {
  display: none;
  width: 100%;
  margin-left: 0;
}

.overviewform fieldset {
  padding-left: 0;
}

.overviewform fieldset div {
  margin-bottom: 1.2em;
}

.overviewform fieldset .field {
  margin: 0;
}

@media (min-width: 992px) {
  .js .overviewform {
    display: block;
  }
}

.contactdetail {
  margin-bottom: 20px;
}

.contactdetail dl {
  margin: 0 0 .8125em 0;
}

.contactdetail dl dt {
  float: left;
  text-align: left;
  font-weight: normal;
  clear: left;
  width: 100%;
}

@media (min-width: 480px) {
  .contactdetail dl dt {
    width: 8em;
    margin-right: -10em;
  }
}

.contactdetail dl dt:after {
  content: ': ';
}

.contactdetail dl dd {
  clear: left;
  float: none;
  display: block;
  margin: 0;
  box-sizing: border-box;
}

@media (min-width: 480px) {
  .contactdetail dl dd {
    clear: none;
    padding-left: 8em;
  }
}

.contactdetail dl:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.contactdetail ul {
  display: block;
}

.contactdetail li {
  background: 0;
  padding-left: 0;
  margin: 0;
}

.contactdetail li:before {
  content: '';
  display: none;
}

.contactdetail pre {
  font-family: "RO Sans", Calibri, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  white-space: normal;
  overflow: auto;
  background-color: transparent;
  border: 0;
  padding: 0;
}

:lang(zh-Hans) .contactdetail pre {
  font-family: Calibri, "MicrosoftYaHeiNew", "MicrosoftYahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

:lang(jp) .contactdetail pre {
  font-family: Calibri, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

:lang(ru) .contactdetail pre {
  font-family: Calibri, Arial, sans-serif;
}

:lang(ar) .contactdetail pre {
  font-family: Calibri, Arial, sans-serif;
}

@media print {
  .contactdetail li:before {
    content: "";
  }
}

.contactpersons ul {
  margin-bottom: 15px;
}

.contactpersons ul li:first-child {
  font-weight: bold;
}

.twitterfeed h2 a {
  display: inline;
}

.twitterfeed ul {
  display: block;
  margin: 0 0 30px 0;
}

.twitterfeed ul li {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.twitterfeed ul li:before {
  content: '';
  display: none;
}

.twitterfeed ul li p {
  line-height: 1.25em;
}

.twitterfeed ul li a {
  display: inline;
}

.twitterfeed ul li .tweetaccount {
  position: relative;
  margin: 0 0 10px 0;
  min-height: 36px;
}

.twitterfeed ul li .tweetaccount .tweetavatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  margin-top: 0;
}

.twitterfeed ul li .tweetaccount .tweetdisplayname {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 1.1em 0;
  vertical-align: top;
}

.twitterfeed ul li .tweetaccount .tweetname {
  position: absolute;
  font-size: .8125em;
  line-height: 1em;
  left: 0;
  bottom: 3px;
  color: #696969;
}

.twitterfeed ul li .retweetnotice {
  color: #696969;
  font-size: .75em;
  padding: 0 0 0 20px;
}

.twitterfeed ul li .retweetnotice:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #697882;
  margin: -2px 5px 0 -18px;
}

.twitterfeed ul li .tweetage {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #696969;
  font-size: .8125em;
  line-height: 1em;
}

.twitterfeed ul li .tweetactions {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 16px;
}

@media (min-width: 992px) {
  .twitterfeed ul li .tweetactions {
    bottom: 2px;
  }
}

.twitterfeed ul li .tweetactions a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  color: transparent;
  margin: 0 0 0 3px;
}

.twitterfeed ul li .tweetactions a.reply:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  margin-top: -16px;
  color: #697882;
}

.twitterfeed ul li .tweetactions a.reply:hover:before {
  opacity: .8;
}

.twitterfeed ul li .tweetactions a.retweet:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  margin-top: -16px;
  color: #697882;
}

.twitterfeed ul li .tweetactions a.retweet:hover:before {
  opacity: .8;
}

.twitterfeed ul li .tweetactions a.favorite:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  margin-top: -16px;
  color: #697882;
}

.twitterfeed ul li .tweetactions a.favorite:hover:before {
  opacity: .8;
}

.twitterfeed a.tweetfollowbtn {
  position: relative;
  display: inline-block;
  line-height: 1em;
  padding: 6px 8px 6px 6px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dedede));
  background: -moz-linear-gradient(top, #FFF, #dedede);
  background: -o-linear-gradient(top, #FFF, #dedede);
  background: -ms-linear-gradient(top, #FFF, #dedede);
  border: #CCC solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

.twitterfeed a.tweetfollowbtn:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #55acee;
  margin: -1px 5px 0 0;
  font-size: 13px;
  line-height: 13px;
}

.twitterfeed a.tweetfollowbtn:hover {
  text-decoration: none;
  border-color: #BBB;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d9d9d9));
  background: -moz-linear-gradient(top, #f8f8f8, #d9d9d9);
  background: -o-linear-gradient(top, #f8f8f8, #d9d9d9);
  background: -ms-linear-gradient(top, #f8f8f8, #d9d9d9);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.twitter-tweet {
  display: block;
  position: relative;
  font-family: Helvetica, Arial, Calibri, sans-serif;
  margin-bottom: 15px;
  border: 1px solid #e1e8ed;
  border-radius: 4px 4px;
}

.twitter-tweet:hover {
  border: 1px solid #ccd6dd;
}

.twitter-tweet .wrapper .tweet-image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  float: left;
}

.twitter-tweet .wrapper .tweet-image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
}

.twitter-tweet .wrapper .tweet-meta {
  position: relative;
  float: left;
  width: 100%;
  max-width: 500px;
  padding: 11px 20px 11px 20px;
}

.twitter-tweet .wrapper .tweet-meta .tweet-author {
  position: relative;
  display: block;
  max-width: 500px;
  float: left;
  padding-right: 30px;
  font-size: .8em;
  line-height: 1.2em;
}

.twitter-tweet .wrapper .tweet-meta .tweet-author h3,
.twitter-tweet .wrapper .tweet-meta .tweet-author p {
  margin: 0;
}

.twitter-tweet .wrapper .tweet-meta .tweet-author .tweet-author-name {
  float: left;
  position: relative;
}

.twitter-tweet .wrapper .tweet-meta .tweet-author .tweet-author-name .tweet-author-screenname a {
  color: #697882;
  text-decoration: none;
}

.twitter-tweet .wrapper .tweet-meta .tweet-author .tweet-author-name .tweet-author-screenname a:visited {
  color: #01689b;
}

.twitter-tweet .wrapper .tweet-meta .twitter-logo {
  position: absolute;
  right: 20px;
  top: 6px;
}

.twitter-tweet .wrapper .tweet-meta .twitter-logo::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1da1f2;
}

.twitter-tweet .wrapper .tweet-meta .tweet-text {
  clear: both;
  width: 100%;
  padding-top: 15px;
  font-size: .9em;
}

.twitter-tweet .wrapper .tweet-meta .tweet-text p {
  line-height: 1.422em;
}

.twitter-tweet .wrapper .tweet-meta .tweet-text p:last-of-type {
  margin-bottom: 0;
}

.twitter-tweet .wrapper .tweet-meta .tweet-text a {
  text-decoration: none;
  color: #2b7bb9;
}

.twitter-tweet .wrapper .tweet-meta .tweet-text a:hover,
.twitter-tweet .wrapper .tweet-meta .tweet-text a:focus {
  color: #3b94d9;
}

.twitter-tweet .wrapper .tweet-meta .tweet-date {
  line-height: 1.2em;
}

.twitter-tweet .wrapper .tweet-meta .tweet-date span {
  font-size: .8em;
  color: #697882;
  margin-bottom: 0;
  display: inline-block;
}

.twitter-tweet .wrapper .tweet-meta .tweet-date .tweet-location {
  line-height: 1.2em;
  padding-left: 5px;
}

.twitter-tweet .wrapper .tweet-meta .tweet-date .tweet-location a {
  color: #697882;
  line-height: inherit;
  text-decoration: none;
}

.twitter-tweet .wrapper .tweet-meta .tweet-date .tweet-location a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #697882;
  margin-right: 5px;
  margin-top: -3px;
  font-size: 1em;
}

.twitter-tweet .wrapper .tweet-meta .tweet-date .tweet-location a:hover,
.twitter-tweet .wrapper .tweet-meta .tweet-date .tweet-location a:focus {
  color: #3b94d9;
}

.twitter-tweet .wrapper .tweet-meta .tweet-date .tweet-location a:hover::before,
.twitter-tweet .wrapper .tweet-meta .tweet-date .tweet-location a:focus::before {
  color: #3b94d9;
}

.twitter-tweet .wrapper .tweet-action {
  clear: both;
  max-width: 500px;
  margin-top: 8px;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons {
  clear: both;
  list-style-type: none;
  margin: 0;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li {
  margin: 0;
  padding: 0;
  background: 0;
  float: left;
  padding-right: 7px;
  color: #666;
  font-size: .8em;
  line-height: 1.6em;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li:before {
  content: '';
  display: none;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a {
  color: #666;
  text-decoration: none;
  display: block;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.reply {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.reply:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.333em;
  margin-top: -2px;
  color: #697882;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.reply:hover:before,
.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.reply:focus:before {
  color: #1da0f1;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.retweet {
  display: block;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.retweet:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1em;
  margin-top: -3px;
  color: #697882;
  margin-right: 10px;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.retweet:hover,
.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.retweet:focus {
  color: #19cf86;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.retweet:hover:before,
.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.retweet:focus:before {
  color: #19cf86;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.heart {
  display: block;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.heart:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.333em;
  margin-top: -3px;
  color: #697882;
  margin-right: 0;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.heart:hover,
.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.heart:focus {
  color: #e81c4f;
}

.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.heart:hover:before,
.twitter-tweet .wrapper .tweet-action ul.tweet-action-buttons li a.heart:focus:before {
  color: #e81c4f;
}

.twitter-tweet .wrapper .tweet-action .follow-btn {
  float: left;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 8.4px;
  padding: 2px 10px 1px 9px;
  border: 0;
  background-color: #1b95e0;
  color: #fff;
  font-size: .8em;
  font-weight: 500;
  cursor: pointer;
}

.twitter-tweet .wrapper .tweet-action .follow-btn:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  margin-right: 7px;
  margin-top: -2px;
  color: #fff;
}

.twitter-tweet .wrapper .tweet-action .follow-btn:hover,
.twitter-tweet .wrapper .tweet-action .follow-btn:focus {
  background-color: #0c7abf;
}

@media (min-width: 480px) {
  .twitter-tweet {
    max-width: 500px;
    width: 75%;
  }
}

.hchart.print {
  width: 500px;
}

.hchart ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.hchart a {
  color: #01689b;
  text-decoration: none;
}

.hchart a:hover,
.hchart a:active {
  text-decoration: underline;
}

.hchart .label {
  z-index: 1 !important;
}

.hchart .highcharts-tooltip span {
  z-index: 9999 !important;
}

.hchart .tooltip {
  padding: 5px;
}

.hchart .innerTooltip {
  z-index: 9999 !important;
  background-color: #fff;
  padding: 8px 10px 4px 10px;
  margin: 4px 0 2px 1px;
}

.hchart .descriptionText,
.hchart .description {
  background: transparent;
}

.hchart .descriptionText a,
.hchart .description a {
  display: inline-block;
}

.hchart .descriptionText p,
.hchart .description p {
  padding: 0 0 20px 10px;
}

.hchart .source {
  display: block;
  text-align: left;
  font-size: .8125em;
  color: #535353;
  margin: 0 0 10px 0;
}

.hchart text tspan {
  cursor: default;
}

.hchart .graph {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}

.hchart .graphImg {
  margin: 8px 0 20px 0;
  width: 100%;
}

.hchart .graphImg h1 {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.3em;
  display: block;
  margin: 0;
}

.hchart .graphImg h1 span {
  display: block;
  font-size: .7777em;
  color: #535353;
}

.hchart .graphImg .source {
  display: block;
  text-align: right;
  font-size: .8125em;
  color: #535353;
}

.hchart .dataSet {
  display: block;
  overflow: auto;
}

.hchart .dataSet table {
  margin-left: 0;
  width: 100%;
}

.hchart .dataSet table caption {
  padding: 0;
  margin: 0 0 .6em 0;
}

.hchart .dataSet table caption .title {
  color: #000;
  display: block;
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 .2em 0;
}

.hchart .dataSet table caption .subtitle {
  display: block;
  font-size: .875em;
  color: #535353;
}

.hchart .dataSet table td {
  text-align: right;
  width: auto;
}

.hchart .dataSet table th {
  width: auto;
  text-align: right;
}

.hchart .dataSet table th:first-child {
  text-align: left;
}

.js .hchart .metadata,
.js .hchart .downloadDataset {
  display: none;
}

.js .hchart .dataSet {
  display: none;
}

.js .hchart .dataSet.current {
  display: block;
}

.js .hchart .downloads li {
  display: none;
}

.js .hchart .downloads li.current,
.js .hchart .downloads li.panelDownloadLink {
  display: block;
}

.js .hchart .metaPanel {
  display: none;
}

.js .hchart[data-type="table"] .collapsiblePanels .panel .panelContent {
  display: block !important;
}

.js .hchart[data-type="table"] .collapsiblePanels .panel .panelContent .dataSet {
  display: block;
}

.highcharts-axis-labels {
  font-family: "RO Sans", Verdana, sans-serif;
  font-size: 15px !important;
}

.highcharts-axis-labels text {
  font-size: 15px !important;
}

.highcharts-axis-labels span {
  font-family: "RO Sans", Verdana, sans-serif;
  font-size: 15px !important;
}

.highcharts-legend-item span {
  font-family: "RO Sans", Verdana, sans-serif;
  font-size: 13px !important;
}

@media print {
  .hchart {
    margin: 30px 0 30px 0;
  }

  .hchart .collapsiblePanels .panel button {
    display: none;
  }

  .hchart .collapsiblePanels .panel .panelContent.segments {
    display: none !important;
  }

  .hchart .collapsiblePanels .panel .panelContent.downloads {
    display: none !important;
  }

  .hchart .collapsiblePanels .panel .panelContent table th,
  .hchart .collapsiblePanels .panel .panelContent table tr,
  .hchart .collapsiblePanels .panel .panelContent table td {
    border-top: 0;
  }
}

.hmap ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.hmap a {
  color: #01689b;
  text-decoration: none;
}

.hmap a:hover,
.hmap a:active {
  text-decoration: underline;
}

.hmap .descriptionText,
.hmap .description {
  background: transparent;
}

.hmap .descriptionText a,
.hmap .description a {
  display: inline-block;
}

.hmap .descriptionText p,
.hmap .description p {
  padding: 0 0 20px 10px;
}

.hmap .label {
  z-index: 1 !important;
}

.hmap .highcharts-tooltip span {
  z-index: 9999 !important;
}

.hmap .tooltip {
  padding: 5px;
}

.hmap .innerTooltip {
  z-index: 9999 !important;
  margin-top: 7px;
  margin-left: 3px;
  margin-right: 3px;
}

.hmap .mapAreaDark {
  color: #e17000;
}

.hmap .mapAreaLight {
  color: white;
}

.hmap .mapAreaHover {
  color: #f3f3f3;
}

.hmap .source {
  display: block;
  text-align: left;
  font-size: .8125em;
  color: #535353;
  margin: 0 0 10px 0;
}

.hmap .thematicmap {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}

.hmap .dataSet {
  display: block;
  padding: 0 20px 10px 20px;
  overflow: auto;
}

.hmap .dataSet table {
  margin-left: 0;
  width: auto;
}

.hmap .dataSet table caption {
  padding: 0;
  margin-bottom: .6em;
}

.hmap .dataSet table caption .title {
  color: #000;
  display: block;
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 .2em 0;
}

.hmap .dataSet table caption .subtitle {
  display: block;
  font-size: .875em;
  color: #535353;
}

.hmap .dataSet table td {
  text-align: right;
  width: auto;
}

.hmap .dataSet table th {
  width: auto;
  text-align: right;
}

.hmap .dataSet table th:first-child {
  text-align: left;
}

.js .hmap .metadata,
.js .hmap .downloadDataset {
  display: none;
}

.js .hmap .dataSet {
  display: none;
}

.js .hmap .dataSet.current {
  display: block;
}

.js .hmap .downloads li {
  display: none;
}

.js .hmap .downloads li.current,
.js .hmap .downloads li.panelDownloadLink {
  display: block;
}

.js .hmap .metaPanel {
  display: none;
}

.poll {
  margin-bottom: 40px;
}

.poll h2 {
  border-top: 0;
}

.article .poll .formWrapper {
  padding: 1.2em 10px 0 10px;
}

@media (min-width: 992px) {
  .article .poll .formWrapper {
    padding: 1.2em 20px 0 20px;
  }
}

.article .poll label {
  margin-bottom: 0;
  padding: 5px 10px 5px 30px;
}

.article .poll label:hover {
  background-color: #e17000;
  color: #fff;
}

.article .poll label.check {
  background-color: #e17000;
  color: #fff;
}

.poll label {
  display: block;
  background: transparent;
  float: none;
  clear: both;
  position: relative;
  cursor: pointer;
}

.poll label input[type="radio"] {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: transparent;
  border-color: transparent;
}

.touchevents .poll label input[type="radio"] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #e6e6e6;
  border-color: #999;
}

.touchevents .poll label input[type="radio"]:checked {
  background-color: #666;
  border-color: #696969;
}

.poll input {
  display: block;
  position: absolute;
}

.poll input[type="submit"] {
  border: 0;
  padding: 10px;
  position: static;
  margin-top: 1.25em;
  background-color: #e17000;
  color: #fff;
}

@media (min-width: 992px) {
  .poll input[type="submit"] {
    margin-top: 1.8em;
  }
}

.js .poll input[type="submit"] {
  cursor: default;
  background-color: #ccc;
}

.js .poll input[type="submit"].enabled {
  cursor: pointer;
  background-color: #e17000;
}

.poll-results {
  background: #e6e6e6;
  padding: 10px;
}

.article .poll-results {
  display: block;
}

.poll-results p {
  margin-bottom: 0;
}

.poll-results li {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  position: relative;
}

.poll-results li:before {
  display: none;
  content: '';
}

.poll-results li span.fullbar {
  border: 1px solid #000;
  width: 79%;
  margin: 5px 0 0 0;
  display: block;
  height: 20px;
  float: left;
  border: 0;
  background: #fff;
}

@media (min-width: 480px) {
  .poll-results li span.fullbar {
    width: 87%;
  }
}

@media (min-width: 992px) {
  .poll-results li span.fullbar {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .poll-results li span.fullbar {
    width: 89%;
  }
}

@media (min-width: 1200px) {
  .poll-results li span.fullbar {
    width: 91%;
  }
}

.poll-results li span.fullbar .resultbar {
  background: #e17000;
  display: block;
  height: 20px;
  width: 0;
}

.js .poll-results li span.fullbar .resultbar {
  display: none;
}

.poll-results span.resultnumber {
  float: right;
  display: inline-block;
  margin-left: 10px;
  margin-top: 7px;
  line-height: 1em;
}

@media print {
  .poll {
    width: 100%;
  }

  .poll-results li span.fullbar .resultbar {
    border-top: 15px solid #d9d9d9;
  }

  .poll-results span.resultnumber {
    padding-bottom: 5px;
  }

  .poll-results li:before {
    content: '';
  }

  .poll input[type="submit"] {
    float: none !important;
  }
}

@keyframes showOptionsBox {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  1% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes hideOptionsBox {
  0% {
    opacity: 1;
    visibility: visible;
  }

  99% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.mediaContainer {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.mediaContainer.lightbox {
  cursor: pointer;
}

.mediaContainer h3 {
  display: block;
  color: #000;
  margin: 0 0 0 8px;
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
}

.mediaContainer.boxOpen .mediaOptions {
  animation: showOptionsBox .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.mediaContainer.boxOpen .toggleOptionBox:before {
  transition: transform .2s ease-in-out;
  transform: rotate(-45deg);
}

.mediaContainer.boxClosed .mediaOptions {
  animation: hideOptionsBox .5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.mediaContainer.download {
  margin: 0;
}

.mediaContainer.download .shareOptionBox {
  margin-bottom: 8px;
}

.mediaContainer.download .miscOptionsBox h3 {
  margin-right: 35px;
}

.mediaContainer.lightbox .shareOptionBox {
  margin-bottom: 8px;
}

.mediaContainer.lightbox .miscOptionsBox h3 {
  margin-right: 35px;
}

.mediaContainer.shareMedia.less .shareOptionBox h3 {
  margin-right: 35px;
}

.mediaContainer.shareMedia .shareOptionBox h3,
.mediaContainer.lightbox.less .shareOptionBox h3,
.mediaContainer.download.less .shareOptionBox h3 {
  margin-right: 0;
}

.mediaContainer.shareMedia .miscOptionsBox h3,
.mediaContainer.lightbox.less .miscOptionsBox h3,
.mediaContainer.download.less .miscOptionsBox h3 {
  margin-right: 0;
}

.mediaContainer .toggleOptionBox,
.mediaContainer .openLightbox {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: #e17000;
  overflow: hidden;
  z-index: 9999;
  cursor: pointer;
}

.mediaContainer .toggleOptionBox:before,
.mediaContainer .openLightbox:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 0;
  font-size: 18px;
}

.mediaContainer .toggleOptionBox:before {
  transition: transform .2s ease-in-out;
}

.mediaContainer a.openLightbox:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.mediaContainer .mediaOptions {
  cursor: default;
  background-color: #fff;
  padding: 14px 8px 8px 0;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 100;
  border: 1px solid #e1e1e1;
  opacity: 0;
  visibility: hidden;
}

.mediaContainer .mediaOptions .mediaOption {
  display: inline-block;
  float: left;
  margin: 7px 0 0 8px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background-color: #e17000;
}

.mediaContainer .mediaOptions .shareOptionBox {
  float: left;
  clear: both;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn {
  background-color: #fff;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn:before {
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.fa:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #3c5193;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3c5193;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.tw:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #2da8e0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2da8e0;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.li:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #007bb6;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0e77b5;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.go:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #cc2b27;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cc2b27;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.tu:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #47526b;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #47526b;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.pi:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aa2529;
}

.mediaContainer .mediaOptions .miscOptionsBox {
  float: left;
  clear: both;
}

.mediaContainer .mediaOptions .miscOptionsBox .mediasize {
  display: inline-block;
  height: 20px;
  line-height: 2em;
  font-size: .875em;
  margin: 8px 0 0 5px;
  vertical-align: top;
}

.mediaContainer .mediaOptions .miscOptionsBox a.lightbox:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 16px;
}

.mediaContainer .mediaOptions .miscOptionsBox a.download:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 16px;
}

@media print {
  .mediaContainer .mediaOptions.visible {
    display: none !important;
  }

  #content .mediaContainer.download {
    display: block !important;
  }
}

.activityOverview {
  position: relative;
}

@media (min-width: 992px) {
  .activityOverview {
    position: static;
  }
}

.activityOverview .article {
  padding-top: 0;
}

@media (min-width: 992px) {
  .activityOverview {
    padding-top: 0;
  }
}

.activityOverview .summary {
  position: relative;
}

.activityOverview a.activity {
  position: relative;
  padding-bottom: 20px;
  padding-left: 70px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-weight: normal;
}

.activityOverview a.activity:before {
  content: ' ';
}

.activityOverview a.activity .dateNumber {
  position: absolute;
  color: #666;
  font-size: 1em;
  text-align: center;
  line-height: 1.625em;
  top: 4px;
  left: 0;
}

@media (min-width: 992px) {
  .activityOverview a.activity .dateNumber {
    top: 3px;
  }
}

.activityOverview a.activity .dateNumber span {
  color: #666;
  font-weight: 700;
  font-size: 2.2em;
  display: block;
}

.activityOverview .dateGroup {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.activityOverview .dateGroup .activity {
  border-bottom: 0;
  padding-bottom: 0;
}

.activityOverview dl {
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 30px;
}

.activityOverview dl dt {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

.activityOverview dl dd {
  margin-left: 0;
  margin-bottom: 0;
  color: #000;
}

.activityOverview dl dd.date::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.35em;
  width: 30px;
  margin-top: -2px;
  margin-left: -30px;
}

.activityOverview dl dd.time::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.35em;
  width: 30px;
  margin-top: -2px;
  margin-left: -30px;
}

.activityOverview dl dd.location::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.35em;
  width: 30px;
  margin-top: -2px;
  margin-left: -30px;
}

.activityDetail {
  position: relative;
}

.activityDetail .dateNumber {
  position: absolute;
  color: #666;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.625em;
  top: 6px;
}

@media (min-width: 992px) {
  .activityDetail .dateNumber {
    top: 6px;
  }
}

@media (min-width: 1200px) {
  .activityDetail .dateNumber {
    top: 4px;
  }
}

.activityDetail .dateNumber span {
  display: block;
  color: #666;
  font-weight: 700;
  font-size: 2.2em;
}

@media (min-width: 1200px) {
  .activityDetail .dateNumber span {
    font-size: 2.1em;
  }
}

.activityDetail .activity {
  background-image: none;
  padding-left: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.activityDetail .activity+.article-meta {
  padding-left: 0;
}

@media (min-width: 992px) {
  .activityDetail .activity {
    width: 100%;
  }
}

.activityDetail .alert {
  margin-left: 70px;
}

.activityDetail .alert p {
  margin-left: 0;
}

.activityDetail dl {
  margin-bottom: .8125em;
}

.activityDetail dl dt {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 5px;
  width: 1px;
  height: 1px;
  border: 0;
}

.activityDetail dl dd {
  margin-left: 100px;
  margin-bottom: 0;
}

.activityDetail dl dd.date::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.35em;
  width: 30px;
  margin-top: -2px;
  margin-left: -30px;
}

.activityDetail dl dd.time::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.35em;
  width: 30px;
  margin-top: -2px;
  margin-left: -30px;
}

.activityDetail dl dd.location::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.35em;
  width: 30px;
  margin-top: -2px;
  margin-left: -30px;
}

.activityDetail p {
  margin-left: 70px;
}

.activityDetail+.intro {
  margin-top: .8125em;
}

.activityDetail .icalLink::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin: -3px 3px 0 0;
}

@media print {
  #aside {
    display: none;
  }

  .article {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .activityOverview .dateGroup {
    margin-bottom: 0;
  }

  .activityOverview .activity {
    padding-left: 70px !important;
    page-break-inside: avoid;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .activityOverview .activity .dateNumber {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 24px;
  }

  .activityOverview .activity .dateNumber span {
    margin-top: -15px;
    font-size: 36px;
  }
}

.hotspotContainer p.caption {
  color: #696969;
}

.hotspotContainer p.copyright {
  text-align: left;
  color: inherit;
  text-shadow: none;
  position: relative;
  text-shadow: none;
  color: #696969;
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 0 0 0;
  font-size: .8em;
  margin-top: -10px;
}

.hotspotContainer p.cite {
  font-size: .8em;
  color: #696969;
  margin-top: -10px;
}

.hotspotContainer .hotspotimage {
  margin: 0 auto;
  position: relative;
}

.hotspotContainer .hotspotimage img {
  width: 100%;
  line-height: 0;
}

.hotspotContainer .hotspotimage ul {
  line-height: 0;
  list-style-type: none;
  display: block;
}

.hotspotContainer .hotspotimage ul li {
  position: absolute;
  z-index: auto;
  margin: 0;
  padding: 0;
  background: 0;
  list-style-type: none !important;
  width: 100%;
  height: 0;
  counter-increment: hotzones;
}

.hotspotContainer .hotspotimage ul li:before {
  display: none;
  content: '';
}

.hotspotContainer .hotspotimage ul li a {
  display: block;
  z-index: 0;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  padding: 0;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  opacity: .99;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: center;
  text-decoration: none;
}

.hotspotContainer .hotspotimage ul li a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hotspotContainer .hotspotimage ul li a.open {
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hotspotContainer .hotspotimage ul li a.open:focus {
  outline: 2px solid #82befb;
  outline-offset: 1px;
}

.hotspotContainer .hotspotimage ul li a:focus {
  outline: 2px solid #82befb;
  outline-offset: 1px;
}

.hotspotContainer .hotspotimage ul li a:before {
  display: block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #e17000;
  color: #fff;
  content: counter(hotzones);
}

@media (min-width: 992px) {
  .hotspotContainer .hotspotimage ul li a:before {
    font-weight: normal;
    font-family: "RO Icons";
    display: inline-block;
    vertical-align: middle;
    content: "";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
}

.hotspotContainer .hotspotimage ul:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 992px) {

  .hotspotContainer .hotspotimage.no-js ul li a.open,
  .hotspotContainer .hotspotimage.numeric ul li a.open {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hotspotContainer .hotspotimage.no-js ul li a:before,
  .hotspotContainer .hotspotimage.numeric ul li a:before {
    font-family: "RO Sans", Calibri, sans-serif;
    font-size: 1em;
    line-height: 1em;
    background: 0;
    font-weight: bold;
    content: counter(hotzones);
    background-color: #e17000;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
  }
}

.hotspotContainer .hotspotimage .tooltip {
  text-align: left;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 15px 15px 15px 15px;
  color: #fff;
  background-color: rgba(225, 112, 0, 0.95);
  width: auto;
  max-width: 500px;
  display: block;
  font-size: 90%;
}

@media (min-width: 992px) {
  .hotspotContainer .hotspotimage .tooltip {
    font-size: 100%;
  }

  .hotspotContainer .hotspotimage .tooltip:focus {
    outline: 2px solid #82befb;
  }
}

.hotspotContainer .hotspotimage .tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(225, 112, 0, 0.95);
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -10px;
  margin-left: -10px;
}

.hotspotContainer .hotspotimage .tooltip.left:after {
  margin-left: 0;
  left: 10px;
}

.hotspotContainer .hotspotimage .tooltip.right:after {
  left: auto;
  margin-left: 0;
  right: 10px;
}

.hotspotContainer .hotspotimage .tooltip.bottom:after {
  border-top: 0;
  border-bottom: 10px solid rgba(225, 112, 0, 0.95);
  bottom: auto;
  top: -10px;
}

.hotspotContainer .hotspotimage .tooltip h2 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 0;
  display: block;
  font-style: italic;
  padding: 0;
}

.hotspotContainer .hotspotimage .tooltip p {
  line-height: 1.4;
  font-size: 1em;
  padding: 10px 0 0 0;
  margin: 0;
}

.hotspotContainer .hotspotimage .tooltip ol,
.hotspotContainer .hotspotimage .tooltip ul {
  margin: 1px auto 0 auto;
  padding: 5px;
  line-height: 1.4;
  list-style-type: decimal !important;
}

.hotspotContainer .hotspotimage .tooltip ol li,
.hotspotContainer .hotspotimage .tooltip ul li {
  list-style-type: inherit !important;
  position: relative;
  margin-left: 20px !important;
}

.hotspotContainer .hotspotimage .tooltip ul {
  list-style-type: disc !important;
}

.hotspotContainer .hotspotimage .tooltip img {
  width: 100%;
}

.hotspotContainer .hotspotimage .tooltip.imageleft,
.hotspotContainer .hotspotimage .tooltip.imageright {
  max-width: 620px;
}

.hotspotContainer .hotspotimage .tooltip.imageleft img,
.hotspotContainer .hotspotimage .tooltip.imageright img {
  max-width: 45%;
}

.hotspotContainer .hotspotimage .tooltip.imageleft img {
  float: left;
  margin-right: 15px;
}

.hotspotContainer .hotspotimage .tooltip.imageright img {
  float: right;
  margin-left: 15px;
}

.hotspotContainer .hotspotimage .tooltip.imagetop {
  max-width: 415px;
}

.hotspotContainer .hotspotimage .tooltip.imagetop img {
  margin-bottom: 15px;
}

.hotspotContainer .hotspotimage .tooltip.imagebottom {
  max-width: 415px;
}

.hotspotContainer .hotspotimage .tooltip.imagebottom img {
  margin-bottom: 0;
}

.hotspotContainer .hotspotimage.light .tooltip {
  color: #696969;
  background: #fff;
  opacity: .95;
}

.hotspotContainer .hotspotimage.light .tooltip:after {
  border-top: 10px solid rgba(255, 255, 255, 0.95);
}

.hotspotContainer .hotspotimage.light .tooltip.bottom:after {
  border-top: 0;
  border-bottom: 10px solid rgba(255, 255, 255, 0.95);
  bottom: auto;
  top: -10px;
}

.hotspotContainer .hotspotinfo {
  display: block;
  width: auto;
  padding: 0;
  margin: 30px auto;
}

.hotspotContainer .hotspotinfo div {
  width: auto;
  padding: 15px 0 15px 0;
  display: block;
  counter-increment: hotzonesdefs;
  border-top: solid 1px #e17000;
}

.hotspotContainer .hotspotinfo div:before,
.hotspotContainer .hotspotinfo div:after {
  content: " ";
  display: table;
}

.hotspotContainer .hotspotinfo div:after {
  clear: both;
}

.hotspotContainer .hotspotinfo div h2 {
  display: inline;
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

.hotspotContainer .hotspotinfo div:before {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #e17000;
  border-radius: 100%;
  content: counter(hotzonesdefs);
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 10px 0 0;
  padding: 0;
}

.hotspotContainer .hotspotinfo div img {
  width: 100%;
  float: right;
  margin: 10px 0 10px 0;
}

@media (min-width: 768px) {
  .hotspotContainer .hotspotinfo div img {
    width: 40%;
    float: right;
    margin: 0 0 0 10px;
  }
}

@media (min-width: 992px) {
  .js .hotspotContainer .hotspotinfo {
    display: none;
  }
}

.collapsiblePanels {
  margin: 0;
  padding: 0;
}

.collapsiblePanels .panel {
  display: inline-block;
  border-top: 1px solid #fff;
  background-color: #f3f3f3;
  width: 100%;
  height: auto;
}

.collapsiblePanels .panel button {
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 10px;
  background-color: #e6e6e6;
  color: #01689b;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.collapsiblePanels .panel button:before {
  content: ' ';
  position: absolute;
  right: 18px;
  top: 18px;
  width: 11px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  transform: rotate(-45deg);
  transition: .3s ease-in-out;
}

.collapsiblePanels .panel button:after {
  content: ' ';
  position: absolute;
  right: 12px;
  top: 18px;
  width: 11px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  transform: rotate(45deg);
  transition: .3s ease-in-out;
}

.collapsiblePanels .panel .panelContent {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 15px 15px 15px;
}

.collapsiblePanels .panel .panelContent img {
  float: right;
  max-width: 30%;
  margin: 10px 0 0 10px;
}

.collapsiblePanels .panel .panelContent table {
  margin-left: 0;
}

.collapsiblePanels .panel .panelContent.downloads,
.collapsiblePanels .panel .panelContent.segments {
  padding: 0;
}

.collapsiblePanels .panel .panelContent.downloads ul,
.collapsiblePanels .panel .panelContent.segments ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.collapsiblePanels .panel .panelContent.downloads ul li,
.collapsiblePanels .panel .panelContent.segments ul li {
  background: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.collapsiblePanels .panel .panelContent.downloads ul li:before,
.collapsiblePanels .panel .panelContent.segments ul li:before {
  display: none;
  content: '';
}

.collapsiblePanels .panel .panelContent.downloads ul li a,
.collapsiblePanels .panel .panelContent.segments ul li a {
  background-image: none;
  padding: 5px 15px 5px 15px;
  width: 100%;
  line-height: 1.2em;
  color: #01689b;
  text-decoration: none;
  display: block;
}

.collapsiblePanels .panel .panelContent.downloads ul li a:focus,
.collapsiblePanels .panel .panelContent.segments ul li a:focus {
  outline: 2px dotted #000;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.collapsiblePanels .panel .panelContent.downloads ul li a.current,
.collapsiblePanels .panel .panelContent.segments ul li a.current {
  color: #000;
  cursor: default;
  font-weight: bold;
  text-decoration: none;
}

.collapsiblePanels .panel .panelContent.downloads ul li a:hover,
.collapsiblePanels .panel .panelContent.segments ul li a:hover {
  background-color: #e6e6e6;
}

.collapsiblePanels .panel .panelContent.downloads ul li a img,
.collapsiblePanels .panel .panelContent.segments ul li a img {
  float: none;
  margin: 0;
  display: inline;
}

.collapsiblePanels .panel .panelContent.downloads ul li a .meta,
.collapsiblePanels .panel .panelContent.segments ul li a .meta {
  display: block;
  clear: left;
  margin: 0;
}

.collapsiblePanels .panel .panelContent .mapData {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

.collapsiblePanels .panel .panelContent .mapData:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.collapsiblePanels .panel .panelContent .mapData p {
  margin: 10px 0 0 0;
}

.collapsiblePanels .panel .panelContent .mapData h3 {
  display: inline-block;
  width: 100%;
}

.collapsiblePanels .panel .panelContent .mapData a,
.collapsiblePanels .panel .panelContent .mapData a:visited {
  color: #000;
  text-decoration: none;
}

.collapsiblePanels .panel .panelContent .mapData a h3,
.collapsiblePanels .panel .panelContent .mapData a:visited h3 {
  color: #01689b;
  text-decoration: none;
}

.collapsiblePanels .panel .panelContent .mapData a:hover h3,
.collapsiblePanels .panel .panelContent .mapData a:visited:hover h3 {
  color: #154273;
}

.collapsiblePanels .panel .panelContent .mapData a.external:before,
.collapsiblePanels .panel .panelContent .mapData a:visited.external:before {
  content: "";
}

.collapsiblePanels .panel .panelContent .mapData a.external h3:before,
.collapsiblePanels .panel .panelContent .mapData a:visited.external h3:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-right: 5px;
  margin-top: -2px;
}

.collapsiblePanels .panel .panelContent:focus {
  outline: 2px solid #82befb;
  outline-offset: -3px;
}

.collapsiblePanels .panel.closed button {
  background-color: transparent;
}

.collapsiblePanels .panel.closed button:hover {
  background-color: #e6e6e6;
}

.collapsiblePanels .panel.closed button:before {
  transform: rotate(45deg);
}

.collapsiblePanels .panel.closed button:after {
  transform: rotate(-45deg);
}

.collapsiblePanels .panel.closed .panelContent {
  display: none;
}

.js .collapsiblePanels .panel .panelContent {
  display: none;
}

.js .collapsiblePanels .panel.open .panelContent {
  display: inline-block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fotoSlider {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeIn ease-in;
  animation: fadeIn ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.fotoSlider .rail {
  float: left;
}

.fotoSlider .rail:before,
.fotoSlider .rail:after {
  content: " ";
  display: table;
}

.fotoSlider .rail:after {
  clear: both;
}

.fotoSlider .slide {
  float: left;
  position: relative;
  height: auto;
}

.fotoSlider .slide .imageWrapper {
  overflow: hidden;
  float: left;
  width: 100%;
}

.fotoSlider .slide .imageWrapper img {
  width: 100%;
}

.fotoSlider .slide .fotoDescription {
  float: left;
}

.no-js .fotoSlider {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

.no-js .fotoSlider .slide {
  position: relative;
  margin-bottom: 30px;
}

.fotoSlider .fotoDescription {
  background-color: #f3f3f3;
  width: 100%;
}

.fotoSlider .fotoDescription .descriptionWrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.fotoSlider .fotoDescription .descriptionWrapper:before,
.fotoSlider .fotoDescription .descriptionWrapper:after {
  content: " ";
  display: table;
}

.fotoSlider .fotoDescription .descriptionWrapper:after {
  clear: both;
}

.fotoSlider .fotoDescription .descriptionWrapper p {
  color: #000;
  margin: 25px 0 25px 0;
}

.fotoSlider .fotoDescription .descriptionWrapper .copyright {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-shadow: none;
  margin: -15px 0 25px 0;
  padding: 0;
}

.fotoSlider .fotoDescription .descriptionWrapper .copyright:first-child {
  margin: 25px 0 25px 0;
}

.fotoSlider .prevButton {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 35px;
  height: 50px;
  overflow: hidden;
}

.fotoSlider .prevButton:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
  position: absolute;
  font-size: 24px;
  left: 5px;
  top: 6px;
  text-indent: 0;
}

.fotoSlider .nextButton {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 35px;
  height: 50px;
  overflow: hidden;
}

.fotoSlider .nextButton:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  right: 5px;
  top: 6px;
  text-indent: 0;
}

.fotoSlider ul.slideNav {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  display: block;
}

.fotoSlider ul.slideNav li {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
}

.fotoSlider ul.slideNav li:before {
  content: ' ';
}

.article .fotoSlider ul.slideNav li {
  padding: 0;
}

.fotoSlider ul.slideNav li button {
  padding: 0;
  margin: 0 1px 0 1px;
  background-color: transparent;
  overflow: hidden;
  text-indent: -999px;
  width: 24px;
  height: 24px;
}

.fotoSlider ul.slideNav li button:before {
  margin: 6px 0 6px 6px;
  content: ' ';
  text-indent: 0;
  border: 1px solid #fff;
  background-color: #535353;
  display: block;
  border-radius: 100%;
  height: 12px;
  width: 12px;
}

.fotoSlider ul.slideNav li button:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
}

.fotoSlider ul.slideNav li button.current:before {
  border: 1px solid #535353;
  background-color: #fff;
}

.loader {
  margin: 0 auto 0;
  width: 100px;
  display: block;
  text-align: center;
  position: absolute;
  z-index: -1;
  left: calc(50% - 50px);
  top: 49%;
}

.loader .indicator {
  width: 20px;
  height: 20px;
  background-color: #01689b;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
  margin: 0 3px 0 3px;
}

.loader .indicator:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .indicator:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

h1.newsLetter {
  margin-bottom: .125em;
}

.newsletterItems:before,
.newsletterItems:after {
  content: " ";
  display: table;
}

.newsletterItems:after {
  clear: both;
}

.newsletterItems article {
  margin-bottom: 15px;
  border-top: 2px solid #f3f3f3;
}

.newsletterItems article:before,
.newsletterItems article:after {
  content: " ";
  display: table;
}

.newsletterItems article:after {
  clear: both;
}

.newsletterItems article h2 {
  margin-top: 0;
}

.newsletterItems article .textCol {
  margin-top: 30px;
}

.newsletterItems article .imgCol {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .newsletterItems article .imgCol {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .newsletterItems article .imgCol {
    padding: 0 15px 0 0;
    margin-top: 30px;
  }
}

.newsletterItems article .imgCol img {
  margin: 5px 0 15px 0;
}

@media (min-width: 768px) {
  .newsletterItems article .imgCol img {
    margin: 5px 0 0 0;
  }
}

.newsletterItems article .imgCol .copyright {
  position: relative;
  padding: 3px 0 3px 0;
  text-shadow: none;
  color: #696969;
  display: inline-block;
  font-size: .8em;
}

.newsletterItems article .imgCol+.textCol {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .newsletterItems article .imgCol+.textCol {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .newsletterItems article .imgCol+.textCol {
    padding: 0 0 0 15px;
  }
}

.newsletterFooter {
  border-top: 2px solid #f3f3f3;
}

.newsletterFooter:before,
.newsletterFooter:after {
  content: " ";
  display: table;
}

.newsletterFooter:after {
  clear: both;
}

.newsletterFooter h2 {
  margin-top: 30px;
}

.stayInformed {
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.25em;
  text-decoration: none;
  display: inline-block;
  padding-left: 40px;
}

.brickRow .stayInformed {
  margin-bottom: 30px;
  margin-left: 15px;
  float: left;
}

h2+.stayInformed {
  margin-top: -5px;
}

.stayInformed:visited .icon {
  background: #696969;
}

.stayInformed:hover {
  color: #154273;
  text-decoration: underline;
}

.stayInformed:hover .icon {
  background: #154273;
}

.stayInformed .icon {
  background: #01689b;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.stayInformed .icon:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-size: 1.4rem;
  position: relative;
  top: 4px;
  left: 4px;
}

nav.anchorNav {
  width: 100%;
  margin: 0 0 30px 0;
}

nav.anchorNav ul li {
  margin: 0 0 2px 0;
  padding: 0;
}

nav.anchorNav ul li:before {
  content: '';
}

nav.anchorNav ul li a {
  color: #01689b;
  text-decoration: none;
  display: inline-block;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
  font-weight: "bold";
  font-size: 1em;
  line-height: 1.625rem;
  padding-left: 16px;
}

nav.anchorNav ul li a:visited {
  color: #01689b;
}

nav.anchorNav ul li a:hover {
  color: #154273;
}

nav.anchorNav ul li a:hover:before {
  color: #154273;
}

nav.anchorNav ul li a.external:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 10px;
  top: 0;
}

nav.anchorNav ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

nav.anchorNav ul li a:hover {
  color: #154273;
  text-decoration: underline;
}

nav.anchorNav ul li a:focus {
  outline-offset: -2px;
}

nav.anchorNav ul li a:visited {
  color: #696969;
}

nav.anchorNav ul li {
  margin-bottom: .5em;
}

.streamer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: .925em;
  margin-bottom: .925em;
}

@media (min-width: 992px) {
  .streamer {
    margin-top: 2.2125em;
    margin-bottom: 2.2125em;
  }
}

.streamer p {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.525em;
  line-height: 1.455em;
  font-style: italic;
  color: #696969;
}

@media (min-width: 768px) {
  .streamer p {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .streamer p {
    float: left;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .streamer p {
    margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .streamer p {
    font-size: 1.725em;
  }
}

.filtertool legend {
  position: relative;
  clip: auto;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.filtertool label {
  float: none;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
}

.filtertool input[type="checkbox"],
.filtertool input[type="radio"] {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
  vertical-align: text-top;
}

.filtertool h1,
.filtertool h2,
.filtertool h3,
.filtertool h4,
.filtertool h5 {
  margin: 0;
  padding: 0;
}

.filtertool ul {
  margin: 0;
  padding: 0;
}

.filtertool ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

.filtertool ul li:before {
  content: '';
}

.no-js .filterToolWrapper {
  background: #f3f3f3;
  padding: 15px;
}

.filterToolWrapper .filtertool {
  margin: 0 0 30px 0;
}

.filterToolWrapper .filtertool ul {
  display: block;
  margin: 0;
}

.filterToolWrapper .filtertool>header {
  margin: 0 0 30px;
}

.filterToolWrapper .filtertool>header h1 {
  margin: 0 0 15px;
}

.filterToolWrapper .filtertool .filtertool-questions-form {
  background: #f3f3f3;
  padding: 15px 0 0 15px;
  margin: 0 0 30px;
}

.filterToolWrapper .filtertool .filtertool-questions-form.filtertool-questions-form-hidden {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question-progress {
  margin: 0 15px 1.2em 0;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question-progress .filtertool-question-progress-label {
  display: inline-block;
  margin-bottom: .2em;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question-progress .filtertool-question-progress-bar {
  height: 4px;
  width: 100%;
  background-color: #e1e1e1;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question-progress .filtertool-question-progress-bar .filtertool-question-progress-bar-progress {
  width: 0;
  height: 4px;
  background-color: #e17000;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question {
  width: 100%;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question.filtertool-question-hidden {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-header {
  position: relative;
  margin: 0 0 10px 0;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-header:before,
.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-header:after {
  content: " ";
  display: table;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-header:after {
  clear: both;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-header .filtertool-question-text {
  width: 100%;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-header .filtertool-question-text .filtertool-question-text-label {
  display: inline-block;
  max-width: 100%;
  margin: 0 35px 0 0;
  font-size: 1.444444em;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-header .filtertool-question-text .filtertool-question-text-label:focus {
  outline: 0;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-options {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-options li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0 0 30px;
  position: relative;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-options li .filtertool-question-option-label {
  cursor: pointer;
  line-height: 1.2em;
  position: relative;
  width: auto;
  min-height: 22px;
  margin: 2px 35px 3px 0;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-options li input[type="radio"] {
  position: absolute;
  left: -25px;
  vertical-align: middle;
  top: 0;
  width: 16px;
  height: 16px;
}

@media (min-width: 1200px) {
  .filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-options li input[type="radio"] {
    top: 2px;
  }
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-options li input[type="checkbox"] {
  position: absolute;
  left: -25px;
  vertical-align: middle;
  top: 0;
  width: 16px;
  height: 16px;
}

@media (min-width: 1200px) {
  .filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-options li input[type="checkbox"] {
    top: 2px;
  }
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-help {
  float: right;
  width: 100%;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-help .filtertool-question-help-text-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #e17000;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 26px;
  text-indent: -9999px;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-help .filtertool-question-help-text-button:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 4px;
  text-indent: 0;
  text-align: center;
  font-size: 12px;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-help .filtertool-question-help-text-button.filtertool-toggle-open:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-help .filtertool-question-help-text {
  clear: right;
  width: calc(100% - 25px);
  float: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease-in-out;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-question .filtertool-question-help .filtertool-question-help-text.filtertool-toggle-open {
  max-height: 150px;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav:before,
.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav:after {
  content: " ";
  display: table;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav:after {
  clear: both;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav button {
  display: inline;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav .previousQuestionButton {
  float: left;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav .filtertool-previousQuestionButton:disabled {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav .filtertool-nextQuestionButton {
  float: none;
  pointer-events: all;
  transition: background .3s ease-in-out;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav .filtertool-nextQuestionButton:disabled {
  transition: background .3s ease-in-out;
  background: #ccc;
  cursor: initial;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav .filtertool-nextQuestionButton.filtertool-button-hidden {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav .filtertool-finishQuestionsButton {
  float: none;
}

.filterToolWrapper .filtertool .filtertool-questions-form .filtertool-nav .filtertool-finishQuestionsButton:disabled {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-feedback-section {
  margin: 0 0 30px;
}

.filterToolWrapper .filtertool .filtertool-feedback-section:before,
.filterToolWrapper .filtertool .filtertool-feedback-section:after {
  content: " ";
  display: table;
}

.filterToolWrapper .filtertool .filtertool-feedback-section:after {
  clear: both;
}

.filterToolWrapper .filtertool .filtertool-feedback-section.filtertool-feedback-section-hidden {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-header.filtertool-feedback-header-hidden {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-header .filtertool-feedback-header-text {
  font-size: 1.77777rem;
  margin: 0 0 10px;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-list {
  background: #f3f3f3;
  padding: 15px 0 10px 15px;
  width: 100%;
  float: left;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-list .filtertool-feedback-item {
  float: left;
  width: 100%;
  position: relative;
  margin: 5px 0;
  padding-left: 20px;
  text-overflow: ellipsis;
  line-height: 1.3em;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-list .filtertool-feedback-item:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 3px;
  top: 7px;
  margin: 0;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-list .filtertool-feedback-item .filtertool-feedback-change-answer-button {
  background: transparent;
  padding: 0;
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #01689b;
  float: none;
  display: inline-block;
  font-size: .7777777em;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-footer {
  background: #f3f3f3;
  width: 100%;
  float: left;
  position: relative;
}

.filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-footer .filtertool-resetFormButton {
  float: right;
  margin: -10px 0 0;
  padding: 2px 10px;
  font-size: 1rem;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section {
  border-top: 2px solid #e6e6e6;
  padding: 15px 0 0;
  margin: 0 0 30px 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section h3 {
  font-size: 1.333333em;
  line-height: 1.333333em;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section h4 {
  font-size: 1.222222em;
  line-height: 1.222222em;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section h5 {
  font-size: 1.11111em;
  line-height: 1.111111em;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section ul {
  margin: 0 0 30px 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section.filtertool-contentblocks-section-hidden {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header {
  margin-bottom: 30px;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-text {
  font-size: 1.77777rem;
  margin: 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-grouping {
  width: 100%;
  margin: 10px 0 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-grouping:before,
.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-grouping:after {
  content: " ";
  display: table;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-grouping:after {
  clear: both;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-grouping .filtertool-groupingButton {
  margin: 0 5px 0 0;
  padding: 2px 10px;
  font-size: 1rem;
  background: #ccc;
  transition: background .3s ease-in-out;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-grouping .filtertool-groupingButton:disabled {
  transition: background .3s ease-in-out;
  background-color: #01689b;
  cursor: initial;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list {
  margin: 15px 0 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblocks-group {
  margin: 0 0 30px;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblocks-group .filtertool-contentblocks-group-header {
  font-size: 1.444444em;
  margin: 0 0 10px;
  font-weight: bold;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblocks-group .filtertool-contentblocks-group-header:only-child {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock {
  overflow: hidden;
  margin: 0 0 10px;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header {
  position: relative;
  padding: 0 0 5px;
  border: 2px solid #f3f3f3;
  transition: background .5s ease-in-out;
  padding: 10px 0 10px 15px;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header:before,
.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header:after {
  content: " ";
  display: table;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header:after {
  clear: both;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header:hover {
  background: #f3f3f3;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-title {
  font-size: 1.222222em;
  line-height: 1.222222em;
  font-weight: bold;
  margin: 0 40px 0 0;
  color: #01689b;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header p {
  margin: 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-toggle-button {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-toggle-button:before {
  content: ' ';
  position: absolute;
  right: 22px;
  top: 21px;
  width: 12px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: .3s ease-in-out;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-toggle-button:after {
  content: ' ';
  position: absolute;
  right: 16px;
  top: 21px;
  width: 12px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: .3s ease-in-out;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-toggle-button.filtertool-toggle-open:before {
  transform: rotate(-45deg);
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-toggle-button.filtertool-toggle-open:after {
  transform: rotate(45deg);
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body {
  padding: 150px 15px 15px;
  display: block;
  margin: -150px 0 0;
  transition: background .5s ease-in-out;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body.filtertool-toggle-open {
  background: #f3f3f3;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body.filtertool-toggle-closed {
  display: none;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body a span.filtertool-external-link:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  content: "";
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  margin: -3px 3px 0 0;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  line-height: 1.625em;
}

.filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body ul li:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 5px;
  top: 11px;
  margin: 0;
}

@media print {
  .filterToolWrapper .filtertool {
    margin-top: 30px;
  }

  .filterToolWrapper .filtertool button {
    display: none !important;
  }

  .filterToolWrapper .filtertool a:after {
    content: " (" attr(href) ") ";
  }

  .filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-header .filtertool-feedback-header-text {
    font-size: 1.5rem;
  }

  .filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-list .filtertool-feedback-item:before {
    top: 4px;
  }

  .filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-list .filtertool-feedback-item .filtertool-feedback-change-answer-button {
    display: none !important;
  }

  .filterToolWrapper .filtertool .filtertool-feedback-section .filtertool-feedback-footer:after {
    display: none;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-header .filtertool-contentblocks-header-text {
    font-size: 1.5rem;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblocks-group:not(:first-child) {
    page-break-inside: avoid;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblocks-group .filtertool-contentblocks-group-header {
    font-size: 1.4rem;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock {
    padding: 0;
    margin: 0 0 30px 0;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header {
    border: 0;
    padding: 0;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-title {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-header .filtertool-contentblock-toggle-button {
    display: none !important;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body {
    padding: 0;
    margin: 0;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body li:before {
    top: 4px;
  }

  .filterToolWrapper .filtertool .filtertool-contentblocks-section .filtertool-contentblocks-list .filtertool-contentblock .filtertool-contentblock-body.filtertool-toggle-closed {
    display: block !important;
  }
}

.styleTogglr {
  position: fixed;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid transparent;
  z-index: 9999999;
}

.styleTogglr .inner {
  display: none;
}

.styleTogglr select {
  margin: 0 0 20px 0;
}

.styleTogglr .toggleTogglr {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: #e17000;
  overflow: hidden;
}

.styleTogglr .toggleTogglr:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 0;
  font-size: 18px;
}

.touchevents .styleTogglr .toggleTogglr {
  display: block;
}

.styleTogglr:hover .toggleTogglr {
  display: block;
}

.styleTogglr.expand {
  width: 300px;
  height: 100%;
  padding: 10px 20px 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e1e1e1;
}

.styleTogglr.expand .inner {
  display: block;
}

.styleTogglr.expand .toggleTogglr:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 2px;
  font-size: 16px;
}

.styleTogglr h3 {
  margin: 0 0 20px 0;
}

.styleTogglr h4 {
  margin: 0;
  font-size: 1em;
}

.chart {
  margin-bottom: 20px;
}

.bazkop {
  text-align: center;
  margin-bottom: 40px;
}

.bazkopimage {
  display: none;
}

.bazresult {
  min-width: 470px;
  overflow: auto;
  font-size: .77778em;
}

.bazresult h3 {
  font-size: 1.28571em;
}

.bazresult h4 {
  font-size: 1em;
}

.bazresult ol {
  display: block;
}

.bazresult ol li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bazresult ol+h4 {
  margin-top: 20px;
}

.bazresult ol li>h5 {
  margin-top: 20px;
}

.bazresult .section li {
  display: block;
}

.bazresult .bazheader {
  margin-left: -20px;
  padding-left: 20px;
  padding-top: 3px;
  background-color: #f3f3f3;
  font-size: 1.14286em;
}

.bazresult .bazheader h4,
.bazresult .bazheader h5,
.bazresult .bazheader h6 {
  font-style: normal;
  font-weight: normal;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.bazresult .bazheader .baznumber {
  font-weight: bold;
  display: inline-block;
  width: 14%;
}

.bazresult .bazheader .lastbaz {
  float: right;
  margin-right: 4px;
}

.bazresult .bazheader .refbaz {
  display: block;
}

.bazresult .bazheader:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.bazresult .memo {
  padding-top: 6px;
  font-size: .85714em;
}

.bazresult .action,
.bazresult .feature,
.bazresult .position,
.bazresult .changeto,
.bazresult .note {
  font-size: .85714em;
  line-height: 19/12;
}

.bazresult .action,
.bazresult .feature,
.bazresult .note {
  float: left;
}

.bazresult .position {
  float: right;
}

.bazresult .note {
  width: 85%;
  margin-left: 15%;
}

.bazresult .caris {
  position: absolute;
  left: 56%;
}

.bazresult .feature {
  width: 29%;
  position: relative;
}

.bazresult .feature .caris,
.bazresult .feature .symbol {
  width: 40%;
}

.bazresult .feature+.note {
  float: none;
  display: block;
  width: 100%;
  text-align: left !important;
}

.bazresult .feature .note {
  width: 100%;
  margin-left: 100%;
  margin-top: -3em;
  font-size: 1em;
}

@media (min-width: 768px) {
  .bazresult .feature .note {
    margin-left: 50%;
    width: 173%;
  }
}

.bazresult .feature .symbol {
  width: 43.5%;
  margin-left: 12.5%;
  margin-right: -43.5%;
}

.bazresult .feature .symbol .note {
  top: 0;
}

.bazresult .feature .symbol img {
  display: inline-block;
}

.bazresult .feature .symbol img~.note {
  top: auto;
  bottom: 0;
}

.bazresult .changeto {
  width: 13.5%;
  float: left;
  margin-right: -12.5%;
}

.bazresult .position {
  width: 30%;
}

.bazresult .position div {
  text-align: right;
}

.bazresult .position>div+div {
  margin-top: 1em;
}

.bazresult .position .coordinate,
.bazresult .position .prefix {
  text-align: left;
}

.bazresult .position .coordinate {
  width: 10.58333em;
  display: inline-block;
}

.bazresult .meta {
  clear: both;
  width: 100%;
  font-size: .66667em;
}

.bazresult .description {
  clear: both;
  width: 100%;
}

.bazresult .depth-before-comma,
.bazresult .depth-after-comma {
  display: block;
  padding-left: 10%;
}

.bazresult .depth-after-comma {
  padding-left: 20%;
}

.bazresult .action {
  width: 11%;
  display: block;
}

.bazresult .symbol {
  width: 11%;
  display: block;
}

.bazresult .baz-image {
  width: 100%;
}

.bazresult table>caption {
  display: none;
}

.bazresult .uac {
  right: 1em;
  left: 928px;
  top: 225px;
}

.bazresult h3 {
  margin: 0 0 1.2em;
  padding: .4em 0 0;
  border-top: 3px solid #e17000;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .bazresult h3 {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .bazresult h3 {
    margin-right: 0;
  }
}

.bazresult h3 .edition {
  margin-left: 1em;
  font-size: .77778em;
  font-weight: normal;
}

.bazresult h4 {
  font-weight: bold;
  font-style: normal;
  margin: 1.2em 0;
  padding: .4em 0 0;
  border-top: 2px solid #f3f3f3;
}

.bazresult h4:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.bazresult h4 span {
  float: left;
}

.bazresult h4 .edition {
  margin-left: 1em;
  font-weight: normal;
}

.bazresult h5 {
  height: 2em;
  font-size: 1em;
}

.bazresult h5 span {
  float: left;
}

.bazresult h5 .edition {
  margin-left: 1em;
  font-weight: normal;
}

.bazresult .disclaimer {
  font-size: .66667em;
  margin-bottom: 20px;
}

.bazresult .disclaimerheader {
  font-weight: bold;
}

.bazresult .disclaimerinfo {
  font-size: small;
}

.bazresult .bazitem {
  width: 100%;
  border-top: 2px solid #f3f3f3;
  margin-bottom: 0;
  font-size: 1.0em;
}

.bazresult .bazitem img {
  min-height: 75px;
}

.bazresult .bazitem strong {
  font-size: 1.0em;
}

.bazresult .bazitem .prefix {
  display: inline;
}

.bazresult .bazitemhead {
  text-align: left;
}

.bazresult .bazitemhead strong {
  font-weight: bold;
}

.bazresult .fl {
  float: left;
}

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

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

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

.bazresult .highbreak {
  line-height: 25px !important;
}

.bazresult .last {
  margin: 2em 0 0;
  padding: 4px 5px;
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: 1.66667em;
  border-bottom: 2px solid #f3f3f3;
}

@media (min-width: 768px) {
  .bazresult {
    font-size: .875em;
  }

  .bazresult h3 {
    margin-left: -20px;
    padding-left: 20px;
    font-size: 1.28571em;
  }

  .bazresult h4 {
    font-size: 1em;
    margin-left: -20px;
    padding-left: 20px;
    margin-right: 10px;
  }

  .bazresult td:first-child,
  .bazresult th:first-child {
    padding-left: 10px;
  }

  .bazresult .action,
  .bazresult .feature,
  .bazresult .position,
  .bazresult .changeto,
  .bazresult .note {
    font-size: .85714em;
  }

  .bazresult .memo {
    font-size: 1em;
  }

  .bazresult .meta {
    clear: both;
    width: 100%;
    font-size: .85714em;
  }

  .bazresult .last {
    font-size: 1.28571em;
    margin-left: -10px;
    margin-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .bazresult h4 {
    margin-right: 0;
  }

  .bazresult td:first-child,
  .bazresult th:first-child {
    padding-left: 20px;
  }

  .bazresult .last {
    margin-left: -20px;
    margin-right: 0;
    padding-left: 20px;
  }
}

@media print {
  .baz {
    font-size: 1em !important;
  }

  .baz .bazkopimage {
    display: inline-block;
    text-align: center;
  }

  .baz h2,
  .baz h3,
  .baz h4,
  .baz th,
  .baz td,
  .baz .disclaimer {
    color: inherit;
  }

  .baz .disclaimerheader {
    color: #000;
  }

  .baz #content p,
  .baz #content ul,
  .baz #footer,
  .baz #payoff,
  .baz #navigation {
    display: none;
  }

  .baz #content .intro p,
  .baz .results h3+.meta {
    display: block !important;
  }

  .baz #content .bazkop h2 {
    display: block;
    color: #000;
  }

  .baz img {
    float: none !important;
  }

  .baz .bazitem {
    border-bottom: 2px solid #000;
    page-break-inside: avoid;
  }

  .baz .bazitemhead {
    border-bottom: 2px solid #000;
  }

  .baz .coordinate {
    display: inline-block;
    width: 13em !important;
  }

  .bazbold {
    font-weight: bold;
    display: inline-block !important;
    margin-bottom: 20px;
  }

  .summary {
    display: block;
    margin-top: 20px;
  }

  .summary h2 {
    display: inline-block;
  }
}

.km #navBar {
  background-color: #0e61aa;
}

.km #navBar .wrapper .breadCrumbNav span {
  color: #fff;
}

.km #navBar .wrapper .breadCrumbNav a {
  color: #fff;
}

.km #navBar .wrapper .breadCrumbNav a:hover {
  color: #fff;
}

.km #navBar .toggleNav span {
  background-color: #fff;
}

.km #navBar .toggleNav span::before,
.km #navBar .toggleNav span::after {
  background-color: #fff;
}

.km #navBar .toggleNav.navOpen span {
  background-color: transparent;
}

.km .mainNav {
  background-color: #0e61aa;
}

.km .mainNav a {
  color: #fff;
  border-color: #fff;
}

.km .mainNav a:hover {
  color: #fff;
}

.km #searchForm .searchSubmit {
  background-color: #0e61aa;
}

.km #searchForm .searchSubmit:before {
  color: #fff;
}

.km #searchForm.searchOpened .searchSubmit {
  background-color: #000;
}

.kl #navBar {
  background-color: #00423c;
}

.kl #navBar .wrapper .breadCrumbNav span {
  color: #fff;
}

.kl #navBar .wrapper .breadCrumbNav a {
  color: #fff;
}

.kl #navBar .wrapper .breadCrumbNav a:hover {
  color: #fff;
}

.kl #navBar .toggleNav span {
  background-color: #fff;
}

.kl #navBar .toggleNav span::before,
.kl #navBar .toggleNav span::after {
  background-color: #fff;
}

.kl #navBar .toggleNav.navOpen span {
  background-color: transparent;
}

.kl .mainNav {
  background-color: #00423c;
}

.kl .mainNav a {
  color: #fff;
  border-color: #fff;
}

.kl .mainNav a:hover {
  color: #fff;
}

.kl #searchForm .searchSubmit {
  background-color: #00423c;
}

.kl #searchForm .searchSubmit:before {
  color: #fff;
}

.kl #searchForm.searchOpened .searchSubmit {
  background-color: #000;
}

.klu #navBar {
  background-color: #005187;
}

.klu #navBar .wrapper .breadCrumbNav span {
  color: #fff;
}

.klu #navBar .wrapper .breadCrumbNav a {
  color: #fff;
}

.klu #navBar .wrapper .breadCrumbNav a:hover {
  color: #fff;
}

.klu #navBar .toggleNav span {
  background-color: #fff;
}

.klu #navBar .toggleNav span::before,
.klu #navBar .toggleNav span::after {
  background-color: #fff;
}

.klu #navBar .toggleNav.navOpen span {
  background-color: transparent;
}

.klu .mainNav {
  background-color: #005187;
}

.klu .mainNav a {
  color: #fff;
  border-color: #fff;
}

.klu .mainNav a:hover {
  color: #fff;
}

.klu #searchForm .searchSubmit {
  background-color: #005187;
}

.klu #searchForm .searchSubmit:before {
  color: #fff;
}

.klu #searchForm.searchOpened .searchSubmit {
  background-color: #000;
}

.kmar #navBar {
  background-color: #0e3d6e;
}

.kmar #navBar .wrapper .breadCrumbNav span {
  color: #fff;
}

.kmar #navBar .wrapper .breadCrumbNav a {
  color: #fff;
}

.kmar #navBar .wrapper .breadCrumbNav a:hover {
  color: #fff;
}

.kmar #navBar .toggleNav span {
  background-color: #fff;
}

.kmar #navBar .toggleNav span::before,
.kmar #navBar .toggleNav span::after {
  background-color: #fff;
}

.kmar #navBar .toggleNav.navOpen span {
  background-color: transparent;
}

.kmar .mainNav {
  background-color: #0e3d6e;
}

.kmar .mainNav a {
  color: #fff;
  border-color: #fff;
}

.kmar .mainNav a:hover {
  color: #fff;
}

.kmar #searchForm .searchSubmit {
  background-color: #0e3d6e;
}

.kmar #searchForm .searchSubmit:before {
  color: #fff;
}

.kmar #searchForm.searchOpened .searchSubmit {
  background-color: #000;
}

.campaignImage {
  display: none;
}

body.lightbox-visible {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed;
}

.lightboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.95);
  animation: hideOverlay .2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.lightboxOverlay.visible {
  animation: showOverlay .2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.lightboxOverlay button.close,
.lightboxOverlay .close.stayInformedBtn {
  background: #f3f3f3;
  border: 0;
  color: #01689b;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 99999;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.lightboxOverlay button.close:before,
.lightboxOverlay .close.stayInformedBtn:before {
  color: #01689b;
}

.lightboxOverlay button.close:hover,
.lightboxOverlay .close.stayInformedBtn:hover {
  background: #c8c8c8;
}

.lightboxOverlay button.close:before,
.lightboxOverlay .close.stayInformedBtn:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 40px;
  text-align: center;
  top: 12px;
  font-size: 16px;
  height: 26px;
}

.lightboxOverlay button.nextSlide,
.lightboxOverlay .nextSlide.stayInformedBtn,
.lightboxOverlay button.prevSlide,
.lightboxOverlay .prevSlide.stayInformedBtn {
  background: #f3f3f3;
  border: 0;
  color: #01689b;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.lightboxOverlay button.nextSlide:before,
.lightboxOverlay .nextSlide.stayInformedBtn:before,
.lightboxOverlay button.prevSlide:before,
.lightboxOverlay .prevSlide.stayInformedBtn:before {
  color: #01689b;
}

.lightboxOverlay button.nextSlide:hover,
.lightboxOverlay .nextSlide.stayInformedBtn:hover,
.lightboxOverlay button.prevSlide:hover,
.lightboxOverlay .prevSlide.stayInformedBtn:hover {
  background: #c8c8c8;
}

.lightboxOverlay button.nextSlide:disabled,
.lightboxOverlay .nextSlide.stayInformedBtn:disabled,
.lightboxOverlay button.prevSlide:disabled,
.lightboxOverlay .prevSlide.stayInformedBtn:disabled {
  display: none;
}

.lightboxOverlay button.nextSlide:before,
.lightboxOverlay .nextSlide.stayInformedBtn:before,
.lightboxOverlay button.prevSlide:before,
.lightboxOverlay .prevSlide.stayInformedBtn:before {
  text-indent: 0;
  position: absolute;
  width: 44px;
  top: 9px;
  font-size: 16px;
  left: 12px;
}

.lightboxOverlay button.nextSlide,
.lightboxOverlay .nextSlide.stayInformedBtn {
  left: auto;
  right: 0;
}

.lightboxOverlay button.nextSlide:before,
.lightboxOverlay .nextSlide.stayInformedBtn:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 15px;
}

.lightboxOverlay button.prevSlide,
.lightboxOverlay .prevSlide.stayInformedBtn {
  right: auto;
  left: 0;
}

.lightboxOverlay button.prevSlide:before,
.lightboxOverlay .prevSlide.stayInformedBtn:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lightboxOverlay .lightboxModal {
  width: 100%;
  height: 100%;
}

.lightboxOverlay .slideRail {
  height: 100%;
}

.lightboxOverlay .slide {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100vw;
  height: 100%;
}

.lightboxOverlay figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  height: 100%;
}

.lightboxOverlay .imgContainer {
  height: 100%;
  max-height: 100%;
  text-align: center;
  position: relative;
  margin: 30px;
}

.lightboxOverlay .imgContainer img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
  max-height: 100%;
  max-width: 100%;
}

.lightboxOverlay figcaption {
  margin: 0;
  width: 100%;
  background: #f3f3f3;
  padding: 30px 15px 30px 15px;
}

.lightboxOverlay figcaption p {
  margin-bottom: 0;
}

.lightboxOverlay figcaption .captionWrapper {
  margin: 0 auto;
  max-width: 1000px;
}

.lightboxOverlay figcaption .copyAndCredits {
  font-size: .8em;
}

.lightboxOverlay figcaption .copyAndCredits .copy {
  display: inline;
}

.lightboxOverlay figcaption .copyAndCredits .copy+.credits {
  display: inline;
}

.lightboxOverlay figcaption .copyAndCredits .copy+.credits:before {
  content: ' / ';
  margin: 0 2px 0 2px;
}

.lightboxOverlay figcaption .piwik_download {
  font-size: .8rem;
  line-height: 1em;
  color: #01689b;
}

.lightboxOverlay figcaption .piwik_download:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01689b;
  padding-right: 5px;
}

.lightboxOverlay .imgLoader {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-top: 6px solid #01689b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spinLoader 2s linear infinite;
}

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

.bg-blue a {
  color: inherit;
}

.bg-blue .post-link:hover {
  background-color: #1a88ff;
}

.bg-blue .card-type-contact:hover {
  background-color: #1a88ff;
}

.bg-blue .variant-small {
  background-color: #007bff;
}

.iconbg-blue:before {
  background-color: #007bff;
}

.bg-indigo {
  background-color: #6610f2 !important;
  color: #ffffff;
}

.bg-indigo a {
  color: inherit;
}

.bg-indigo .post-link:hover {
  background-color: #7528f3;
}

.bg-indigo .card-type-contact:hover {
  background-color: #7528f3;
}

.bg-indigo .variant-small {
  background-color: #6610f2;
}

.iconbg-indigo:before {
  background-color: #6610f2;
}

.bg-purple {
  background-color: #6f42c1 !important;
  color: #ffffff;
}

.bg-purple a {
  color: inherit;
}

.bg-purple .post-link:hover {
  background-color: #7e55c7;
}

.bg-purple .card-type-contact:hover {
  background-color: #7e55c7;
}

.bg-purple .variant-small {
  background-color: #6f42c1;
}

.iconbg-purple:before {
  background-color: #6f42c1;
}

.bg-pink {
  background-color: #e83e8c !important;
  color: #ffffff;
}

.bg-pink a {
  color: inherit;
}

.bg-pink .post-link:hover {
  background-color: #eb559a;
}

.bg-pink .card-type-contact:hover {
  background-color: #eb559a;
}

.bg-pink .variant-small {
  background-color: #e83e8c;
}

.iconbg-pink:before {
  background-color: #e83e8c;
}

.bg-red {
  background-color: #dc3545 !important;
  color: #ffffff;
}

.bg-red a {
  color: inherit;
}

.bg-red .post-link:hover {
  background-color: #e04b59;
}

.bg-red .card-type-contact:hover {
  background-color: #e04b59;
}

.bg-red .variant-small {
  background-color: #dc3545;
}

.iconbg-red:before {
  background-color: #dc3545;
}

.bg-orange {
  background-color: #fd7e14 !important;
  color: #ffffff;
}

.bg-orange a {
  color: inherit;
}

.bg-orange .post-link:hover {
  background-color: #fd8c2d;
}

.bg-orange .card-type-contact:hover {
  background-color: #fd8c2d;
}

.bg-orange .variant-small {
  background-color: #fd7e14;
}

.iconbg-orange:before {
  background-color: #fd7e14;
}

.bg-yellow {
  background-color: #ffc107 !important;
  color: #ffffff;
}

.bg-yellow a {
  color: inherit;
}

.bg-yellow .post-link:hover {
  background-color: #ffc721;
}

.bg-yellow .card-type-contact:hover {
  background-color: #ffc721;
}

.bg-yellow .variant-small {
  background-color: #ffc107;
}

.iconbg-yellow:before {
  background-color: #ffc107;
}

.bg-green {
  background-color: #28a745 !important;
  color: #ffffff;
}

.bg-green a {
  color: inherit;
}

.bg-green .post-link:hover {
  background-color: #2dbc4e;
}

.bg-green .card-type-contact:hover {
  background-color: #2dbc4e;
}

.bg-green .variant-small {
  background-color: #28a745;
}

.iconbg-green:before {
  background-color: #28a745;
}

.bg-teal {
  background-color: #20c997 !important;
  color: #ffffff;
}

.bg-teal a {
  color: inherit;
}

.bg-teal .post-link:hover {
  background-color: #26dca6;
}

.bg-teal .card-type-contact:hover {
  background-color: #26dca6;
}

.bg-teal .variant-small {
  background-color: #20c997;
}

.iconbg-teal:before {
  background-color: #20c997;
}

.bg-cyan {
  background-color: #17a2b8 !important;
  color: #ffffff;
}

.bg-cyan a {
  color: inherit;
}

.bg-cyan .post-link:hover {
  background-color: #1ab6cf;
}

.bg-cyan .card-type-contact:hover {
  background-color: #1ab6cf;
}

.bg-cyan .variant-small {
  background-color: #17a2b8;
}

.iconbg-cyan:before {
  background-color: #17a2b8;
}

.bg-white {
  background-color: #fff !important;
  color: #ffffff;
}

.bg-white a {
  color: inherit;
}

.bg-white .post-link:hover {
  background-color: white;
}

.bg-white .card-type-contact:hover {
  background-color: white;
}

.bg-white .variant-small {
  background-color: #fff;
}

.iconbg-white:before {
  background-color: #fff;
}

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

.bg-gray a {
  color: inherit;
}

.bg-gray .post-link:hover {
  background-color: #78828a;
}

.bg-gray .card-type-contact:hover {
  background-color: #78828a;
}

.bg-gray .variant-small {
  background-color: #6c757d;
}

.iconbg-gray:before {
  background-color: #6c757d;
}

.bg-gray-dark {
  background-color: #343a40 !important;
  color: #ffffff;
}

.bg-gray-dark a {
  color: inherit;
}

.bg-gray-dark .post-link:hover {
  background-color: #3f474e;
}

.bg-gray-dark .card-type-contact:hover {
  background-color: #3f474e;
}

.bg-gray-dark .variant-small {
  background-color: #343a40;
}

.iconbg-gray-dark:before {
  background-color: #343a40;
}

.bg-orange {
  background-color: #e17000 !important;
  color: #ffffff;
}

.bg-orange a {
  color: inherit;
}

.bg-orange .post-link:hover {
  background-color: #fb7d00;
}

.bg-orange .card-type-contact:hover {
  background-color: #fb7d00;
}

.bg-orange .variant-small {
  background-color: #e17000;
}

.iconbg-orange:before {
  background-color: #e17000;
}

.bg-lorange {
  background-color: #f6d4b2 !important;
  color: #ffffff;
}

.bg-lorange a {
  color: inherit;
}

.bg-lorange .post-link:hover {
  background-color: #f9e1c9;
}

.bg-lorange .card-type-contact:hover {
  background-color: #f9e1c9;
}

.bg-lorange .variant-small {
  background-color: #f6d4b2;
}

.iconbg-lorange:before {
  background-color: #f6d4b2;
}

.bg-peach {
  background-color: #fbaed9 !important;
  color: #ffffff;
}

.bg-peach a {
  color: inherit;
}

.bg-peach .post-link:hover {
  background-color: #fcc6e4;
}

.bg-peach .card-type-contact:hover {
  background-color: #fcc6e4;
}

.bg-peach .variant-small {
  background-color: #fbaed9;
}

.iconbg-peach:before {
  background-color: #fbaed9;
}

.bg-blue {
  background-color: #01689B !important;
  color: #ffffff;
}

.bg-blue a {
  color: inherit;
}

.bg-blue .post-link:hover {
  background-color: #0179b4;
}

.bg-blue .card-type-contact:hover {
  background-color: #0179b4;
}

.bg-blue .variant-small {
  background-color: #01689B;
}

.iconbg-blue:before {
  background-color: #01689B;
}

.bg-lgrey {
  background-color: #CCCCCC !important;
  color: #ffffff;
}

.bg-lgrey a {
  color: inherit;
}

.bg-lgrey .post-link:hover {
  background-color: #d9d9d9;
}

.bg-lgrey .card-type-contact:hover {
  background-color: #d9d9d9;
}

.bg-lgrey .variant-small {
  background-color: #CCCCCC;
}

.iconbg-lgrey:before {
  background-color: #CCCCCC;
}

.bg-grey {
  background-color: #696969 !important;
  color: #ffffff;
}

.bg-grey a {
  color: inherit;
}

.bg-grey .post-link:hover {
  background-color: #767676;
}

.bg-grey .card-type-contact:hover {
  background-color: #767676;
}

.bg-grey .variant-small {
  background-color: #696969;
}

.iconbg-grey:before {
  background-color: #696969;
}

.bg-blank {
  background-color: #ffffff !important;
}

.bg-blank .post-link:hover {
  background-color: white;
}

.bg-blank .card-type-contact:hover {
  background-color: white;
}

.bg-blank .variant-small {
  background-color: #ffffff;
}

.iconbg-blank:before {
  background-color: #ffffff;
}

.bg-xlgrey {
  background-color: #e6e6e6 !important;
  color: #ffffff;
}

.bg-xlgrey a {
  color: inherit;
}

.bg-xlgrey .post-link:hover {
  background-color: #f3f3f3;
}

.bg-xlgrey .card-type-contact:hover {
  background-color: #f3f3f3;
}

.bg-xlgrey .variant-small {
  background-color: #e6e6e6;
}

.iconbg-xlgrey:before {
  background-color: #e6e6e6;
}

.bg-owhite {
  background-color: #f3f3f3 !important;
  color: #ffffff;
}

.bg-owhite a {
  color: inherit;
}

.bg-owhite .post-link:hover {
  background-color: white;
}

.bg-owhite .card-type-contact:hover {
  background-color: white;
}

.bg-owhite .variant-small {
  background-color: #f3f3f3;
}

.iconbg-owhite:before {
  background-color: #f3f3f3;
}

.bg-black {
  background-color: #000000 !important;
  color: #ffffff;
}

.bg-black a {
  color: inherit;
}

.bg-black .post-link:hover {
  background-color: #0d0d0d;
}

.bg-black .card-type-contact:hover {
  background-color: #0d0d0d;
}

.bg-black .variant-small {
  background-color: #000000;
}

.iconbg-black:before {
  background-color: #000000;
}

.bg-1:before {
  width: 8.33333%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-2:before {
  width: 16.66667%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-3:before {
  width: 25%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-4:before {
  width: 33.33333%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-5:before {
  width: 41.66667%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-6:before {
  width: 50%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-7:before {
  width: 58.33333%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-8:before {
  width: 66.66667%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-9:before {
  width: 75%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-10:before {
  width: 83.33333%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-11:before {
  width: 91.66667%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bg-12:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*
header{
  padding-top: 125px;
  background-color: color(blank);
  font-size: rem(26/9*8);	
  @media (min-width:1200px){
    font-size: rem(26);
  }
  > img{
    position: absolute;
    height: 125px;
    top: 0;
    left: 50%;
    margin-left: -157px;
  }
  
  
  nav{
    color: color(blank);
    //line-height: 70px;
    height: 70px;
    background-color: color(orange);
      > .container{
          padding:15px;
          min-height: 70px;
          > .row{
              margin:0 -15px;
          }
      }
  }
  .breadcrumb{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display:  block;
    flex-wrap: nowrap;
    align-items:center;
    a{
      font-weight: inherit;
      font-size: inherit;
      color: inherit; 
            @media (min-width:1200px){
                font-size: 1.625rem;
            }
    }
    svg{
      fill: #fff;
      height: 16px;
    }
  }
  input{
    height: 48px;
  }
  .form-inline{
    margin-top: 11px;
    align-items:flex-end;
    .form-control{
      flex: 1;
      border: none;
      height: 48px;
      font-size: rem(18);
    }
    .btn{
      width: 48px;
      height: 48px;
    }
  }
  
}
*/
@media (min-width: 768px) {
  #navBar .wrapper .breadCrumbNav {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-right: 70px;
    background-color: transparent;
    color: #ffffff;
    line-height: 2.375rem;
  }

  #navBar .wrapper .breadCrumbNav a:nth-child(2) {
    margin-left: 2px;
  }
}

.gm-fullscreen-control {
  top: auto !important;
  bottom: 14px !important;
}

.asd {
  transform: rotate(-90deg);
}

input.date {
  width: 40%;
  margin-bottom: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper>.view-toggle {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  text-align: right;
  border-bottom: 1px solid #000;
}

.map-wrapper>.view-toggle:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  font-size: 10px;
  line-height: inherit;
  position: relative;
  top: -2px;
}

.map-wrapper>.view-toggle:hover {
  color: #154273;
}

.map-wrapper #map-canvas {
  height: 60vh;
  display: none;
  width: 100%;
  z-index: 0;
  position: relative;
}

.map-wrapper #map-canvas.is--active {
  display: block;
}

.reinos_map {
  z-index: 0;
}

@media (min-width: 992px) {
  .map-wrapper #map-canvas {
    display: block;
    height: calc(100vh - 292px);
    min-height: 680px;
  }
}

.map-wrapper .organisations {
  background-color: transparent;
  z-index: 10;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  transition: ease 300ms;
  transition-property: transform, opacity, visibility;
  /* For each letter in the alphabet, the heading */
}

@media (max-width: 991px) {
  .map-wrapper .organisations {
    display: none;
  }

  .map-wrapper .organisations.is--active {
    display: block;
  }

  .map-wrapper .organisations {
    height: 100%
  }
}

@media (min-width: 992px) {
  .map-wrapper .organisations {
    position: absolute;
    top: 32px;
    left: 16px;
    width: 368px;
    height: calc(100% - 64px);
  }
}

.map-wrapper .organisations .actlist {
  max-height: calc(100% - 56px);
  overflow-y: auto;
}

.map-wrapper .organisations .actlist>.my-3 {
  margin: 0px !important;
}

.map-wrapper .organisations .actlist .brick-header,
.map-wrapper .organisations .actlist .brick {
  margin: 0px;
  width: calc(100%);
}

.map-wrapper .organisations .actlist .brick-header:first-child,
.map-wrapper .organisations .actlist .brick:first-child {
  border-top: none !important;
}

.map-wrapper .organisations .actlist .brick-header.is--hidden,
.map-wrapper .organisations .actlist .brick.is--hidden {
  display: none;
}

.map-wrapper .organisations .filter {
  background-color: var(--owhite);
  padding: 15px 20px;
  position: relative;
}

.map-wrapper .organisations .filterHeader {
  border-bottom: none;
}

.map-wrapper .organisations ul {
  list-style: none;
  padding-left: 0;
}

.map-wrapper .organisations .abc {
  right: 16px;
  top: 85px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  position: static;
  padding: 15px 0;
  margin-bottom: 0;
  background-color: var(--owhite);
}

.map-wrapper .organisations .abc li {
  color: #CCCCCC;
  display: inline-block;
  line-height: 1.25rem;
  display: inline-block;
  margin-right: .25em;
}

@media (max-width: 575px) {
  .map-wrapper .organisations .abc li {
    margin-right: 2px;
  }
}

.map-wrapper .organisations .abc a {
  line-height: 1.125rem;
  padding: 0;
  color: #000000;
  text-decoration: none;
}

.map-wrapper .organisations .abc a.disabled {
  color: inherit;
  pointer-events: none;
}

.map-wrapper .organisations .orglist__letter {
  font-weight: bold;
  font-size: 1.625rem;
  position: relative;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 15px 22px;
}

.map-wrapper .organisations .orglist {
  padding: 0;
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: calc(100% - 54px);
}

.map-wrapper .organisations .orglist .no-results {
  padding: 15px 20px;
}

.map-wrapper .organisations .orglist a {
  text-decoration: none;
}

.map-wrapper .organisations .orglist:after {
  display: block;
  content: '';
  height: calc(100vh - 460px);
}

@media (max-width: 991px) {
  .map-wrapper .organisations .orglist:after {
    display: none
  }
}

.map-wrapper .organisations .orglist>ul,
.map-wrapper .organisations .orglist>.scroll-target {
  overflow-y: scroll;
  position: relative;
  background-color: #fff;
  max-height: 100%;
}

.map-wrapper .organisations .orglist>li.orglist-item {
  margin-right: 0;
}

.map-wrapper .organisations .orglist>li.orglist-item.is--hidden {
  display: none;
}

.map-wrapper legend {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  width: 200px;
}

.map-wrapper .map-filter {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .map-wrapper .map-filter {
    position: absolute;
  }
}

.map-wrapper .map-filter label {
  position: static;
  margin: 0;
}

.map-wrapper .map-filter .field+label {
  margin-top: 15px;
}

.map-wrapper .map-filter .toggleFilter {
  margin: 0;
}

.map-wrapper .map-filter .toggleFilter .formWrapper {
  padding: 0 15px 15px;
}

.map-wrapper .map-filter .toggleFilter .formWrapper div {
  padding-left: 0;
}

.map-wrapper .map-sizer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
}

.map-wrapper .organisations .organisations__head,
.map-wrapper .organisations .organisations__body {
  pointer-events: auto;
}

.map-wrapper .organisations .organisations__head {
  margin: 0;
  display: none;
  position: relative;
  color: var(--contrast-text);
  font-size: 21px;
  height: 80px;
  padding: 24px;
}

@media (min-width: 992px) {
  .map-wrapper .organisations .organisations__head {
    display: block;
  }
}

.map-wrapper .organisations .organisations__head::after {
  content: "";
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  line-height: inherit;
  transition: ease 300ms transform;
}

.map-wrapper .organisations .organisations__head.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}

.map-wrapper .organisations .organisations__body {
  max-height: calc(100% - 80px);
  display: block;
}

@media (min-width: 992px) {
  .map-wrapper .organisations .organisations__body.collapse:not(.show) {
    display: none;
  }
}

@media (min-width: 992px) {
  .fullWidth.col4 #main .wrapper #content.article {
    float: left;
    width: 75%;
  }
}

table.side-header tr td:first-child {
  background-color: #e6e6e6;
  font-weight: bold;
  width: 33%;
}

.brickRow.imageGallery .brick {
  width: 33%;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .brickRow.imageGallery .brick {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .brickRow.imageGallery .brick {
    width: 100%;
  }
}

.brickRow.imageGallery .brick .brick-image {
  border: 1px solid #CCCCCC;
}

.brickRow.imageGallery .brick .brick-image>img {
  margin: 0px;
}

.more.more-down {
  display: inline-block;
  float: none;
}

.more.more-down::after {
  content: '';
  display: table;
  clear: both;
}

.more.more-down:before {
  transform: rotate(-90deg);
}

.more.more-down.collapsed:before {
  transform: rotate(90deg);
}

.more.more-down+.collapse>.collapseBox,
.more.more-down+.collapsing>.collapseBox {
  padding-top: 30px;
}

a.back-to-top {
  width: 48px;
  height: 48px;
  background-color: #D8D8D8;
  display: block;
  text-align: center;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
}

@media (min-width: 992px) {
  a.back-to-top:not(.stuck) {
    position: absolute;
  }
}

a.back-to-top.stuck {
  bottom: 15px;
  right: 15px;
}

a.back-to-top:hover {
  opacity: 0.8;
}

a.back-to-top svg {
  height: 39px;
  padding-top: 9px;
}

a.back-to-top svg path {
  fill: #FFFFFF;
}

.collapse.in {
  height: auto !important;
}

.sidebar {
  width: 100%;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .sidebar {
    position: relative;
    margin-top: 6.45em;
    width: 25%;
    float: right;
    max-width: 300px;
    padding-bottom: 4.45em;
  }
}

.sidebar .brickRow.imageGallery .brick,
.sidebar .brickRow.oneCol .brick {
  width: 100%;
}

.sidebar .brickRow.imageGallery .brick.linkBlock,
.sidebar .brickRow.oneCol .brick.linkBlock {
  margin-bottom: 10px;
}

.sidebar .brick-image {
  width: 100%;
  transition: width .24s;
}

@media (min-width: 992px) {
  .sidebar.sticky {
    position: fixed;
    transform: translateX(300%);
    margin-top: 0px;
    top: 15px;
    z-index: 1;
    background-color: #ffffff;
  }

  .sidebar.sticky .brick-image {
    width: 50%;
    margin-bottom: -15px;
  }

  .sidebar.sticky-bottom {
    position: absolute;
    transform: translateX(300%);
    max-width: 300px;
    margin-top: 0px;
    bottom: 30px;
  }
}

@media (max-width: 991px) {
  .sidebar .brick-image {
    display: inline-block;
    width: auto;
  }

  .sidebar .brick-image img {
    width: auto;
    max-width: 100%;
    max-height: 320px;
  }
}

.fullWidth h1 {
  margin-left: 0px;
}

@media (max-width: 991px) {
  .fullWidth .sidebar h1 {
    margin-left: 15px;
  }
}

.no-activity {
  padding: 15px;
  text-align: center;
  font-style: italic;
  background-color: #f3f3f3;
}

.no-activity.is--hidden {
  display: none;
}

@media (min-width: 992px) {
  .fullWidth .info-block.brick:nth-of-type(3n+1) {
    clear: none;
  }

  .info-block.brick {
    width: 25%;
  }

  .info-block.brick.large {
    width: calc(100% - 20px);
  }

  #map-canvas .info-block.brick.large {
    width: 100%;
  }
}

.orglist-item .info-block.brick {
  width: 100%;
  float: none;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 0px;
}

.logos .info-block.brick {
  margin-bottom: 30px;
}

.logos .info-block.brick .info-block-row {
  padding: 10px 10px 7px 10px;
}

.logos .info-block.brick .info-block-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-top: 15px;
  padding-bottom: 12px;
}

.logos .info-block.brick .info-block-title:before {
  display: none;
}

.info-block .info-block-row.info-block-title:not(.collapsed),
.info-block .info-block-row.info-block-image {
  border-bottom: 1px solid var(--white);
}

.info-block .info-block-row {
  min-height: 48px;
  border-bottom: 1px solid var(--owhite);
  background-color: var(--white);
  display: flex;
  align-items: center;
  padding: 10px 48px 7px 22px;
  line-height: 18px;
}

.info-block .info-block-row pre {
  white-space: normal;
  border: none;
  padding: 0;
  overflow: visible;
  height: auto;
  font-size: inherit;
  font-family: inherit;
  word-break: unset;
}

@media (max-width: 767px) {
  .info-block .info-block-row {
    min-height: 40px;
  }
}

.info-block .info-block-row:last-child {
  border-bottom: 1px solid var(--owhite);
}

.info-block .info-block-row.info-block-image img {
  max-width: 144px;
  margin-top: 5px;
}

.info-block .info-block-row.info-block-title {
  font-weight: normal;
  color: #01689B;
  float: none;
  width: 100%;
  margin-top: 0;
  transition: all 0.3s ease;
  position: relative;
}

.info-block .info-block-row.info-block-title.collapsed {
  background-color: #ffffff;
}

.info-block .info-block-row.info-block-title.collapsed:before {
  transform: translateY(-50%) rotate(90deg);
}

.info-block .info-block-row.info-block-title:before {
  transition: all 0.3s ease;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  line-height: inherit;
}

.info-block .info-block-row .info-block-label {
  font-size: .8125rem;
  display: block;
  color: #696969;
}

.info-block .info-block-row .info-block-value:last-child {
  margin-bottom: 0px;
}

.info-block .info-block-row ul li a:before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.leaflet-popup-content .info-block {
  width: 100%;
  padding: 0px;
  background-color: #e6e6e6;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 0px;
  margin-left: 0px !important;
  font-size: 18px;
  font-family: "RO Sans", Calibri, sans-serif;
}

.info-block.is--loading {
  background-color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  content: ''
}

.info-block.is--loading::before {
  content: 'Aan het laden...';
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.leaflet-popup-close-button {
  text-indent: -9999px;
}

.leaflet-popup-close-button::after {
  content: '';
  background-image: url(/assets/img/close.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.leaflet-popup-content .info-block .info-block-row {
  border-bottom: 0px;
  border-top: 2px solid #ffffff;
}

.leaflet-popup-content .info-block .info-block-row.info-block-title:before {
  display: none;
}

.leaflet-popup-content .info-block .info-block-collapse {
  overflow: hidden;
}

.leaflet-popup-content .info-block .info-block-collapse .info-block-image {
  border-right: 2px solid #ffffff;
}

.leaflet-popup-content .info-block .info-block-collapse .info-block-row {
  float: left;
}

.leaflet-popup-content .info-block .infoBox-marker {
  width: 32px;
  height: 46px;
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 50%;
  transform: translate3d(-50%, -18px, 0);
}

.info-block.large {
  margin-bottom: 0px;
  float: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  border-bottom: 1px solid var(--owhite);
  width: calc(100% - 20px);
}

.info-block.large .info-block-row {
  min-height: 48px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--white);
  display: flex;
  align-items: center;
  padding: 10px 22px 7px 66px;
  line-height: 18px;
}

.info-block.large .info-block-row:last-child {
  border-bottom: 0px solid #000000;
}

.info-block.large .info-block-row.info-block-image img {
  margin-top: 12px;
}

.info-block.large .info-block-row.info-block-title {
  font-size: 1.3125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 80px;
  padding: 20px 58px 20px 66px;
}

.info-block.large .info-block-row.info-block-title:before {
  font-size: 10px;
  left: auto;
  right: 22px;
}

.info-block.large .info-block-row.info-block-title .meta {
  font-size: 0.8125rem;
  font-weight: normal;
  white-space: nowrap;
  color: #696969;
  line-height: 1.125rem;
}

.info-block.large .info-block-row.info-block-title.cat-2:after,
.info-block.large .info-block-row.info-block-title.cat-1:after {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-size: contain;
  background-color: var(--primary);
  background-image: url(../img/attack-icon.svg);
  content: "";
  position: absolute;
  top: 20px;
  left: 22px;
}

.info-block.large .info-block-row.info-block-title.cat-1:after {
  background-image: url(../img/intervention-icon.svg);
  background-color: var(--secondary);
}

.brick-header {
  background-color: var(--white);
  padding: 22px 22px 7px 22px;
  margin: 0 10px;
  line-height: 30px;
  font-size: 21px;
  font-weight: bold;
  width: 100%;
  text-transform: capitalize;
}

.source-list li {
  padding-left: 0px;
}

.source-list li:before {
  display: none;
}

.source-list li a:before {
  content: "" !important;
}

@media (max-width: 991px) {
  .leaflet-popup-content {
    transform: scale(0.75) !important;
    transform-origin: bottom;
  }

  .leaflet-popup-content .info-block .infoBox-marker {
    transform: translate3d(-50%, -18px, 0) scale(1.33333);
    transform-origin: center top;
  }
}

@media (max-width: 575px) {
  .leaflet-popup-content {
    transform: scale(0.5) !important;
  }

  .leaflet-popup-content .info-block .infoBox-marker {
    transform: translate3d(-50%, -18px, 0) scale(2);
  }
}

.leaflet-popup-content>img {
  position: absolute !important;
  top: 15px;
  right: 15px;
  z-index: 20;
  margin: 0px !important;
  display: block;
}

.editorialNavigation svg path {
  fill: #01689B;
}

.editorialNavigation.grey .wrapper .navItem a .content p {
  color: #01689B;
}

footer {
  background-color: #e17000;
  color: #ffffff;
}

footer h1 {
  font-size: 1.77778rem;
  font-style: italic;
  font-weight: normal;
  font-family: 'Serif';
}

@media (min-height: 1200) {
  footer h1 {
    font-size: 2rem;
  }
}

footer h2 {
  font-size: 1.5rem;
  font-weight: normal;
}

@media (min-height: 1200) {
  footer h2 {
    font-size: 1.6875rem;
  }
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
}

footer ul a {
  font-weight: normal;
  color: #fff;
}

footer ul a:hover {
  text-decoration: none;
}

.ekko-lightbox.modal .modal-dialog {
  top: 50%;
  transform: translateY(calc(-50% - 30px));
}

.ekko-lightbox.modal .modal-dialog .modal-content {
  border: 0px;
}

.ekko-lightbox.modal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}

.ekko-lightbox.modal .modal-dialog .modal-content .modal-body .ekko-lightbox-item.show,
.ekko-lightbox.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox.modal .modal-dialog .modal-content .modal-header {
  border: 0px;
  position: absolute;
  left: 100%;
  padding: 0px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: block;
}

.ekko-lightbox.modal .modal-dialog .modal-content .modal-header .close {
  padding: 0px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  float: none;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  text-align: center;
  opacity: 1;
}

.ekko-lightbox.modal .modal-dialog .modal-content .modal-header .close span {
  display: none;
}

.ekko-lightbox.modal .modal-dialog .modal-content .modal-header .close:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

#feedbackForm .modal-dialog,
#taskCompletionPopup .modal-dialog {
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  max-width: 990px;
  padding: 0 90px;
}

#feedbackForm .modal-dialog .questions,
#taskCompletionPopup .modal-dialog .questions {
  display: block;
  background-color: #ffffff;
}

#feedbackForm .modal-dialog .modal-content,
#taskCompletionPopup .modal-dialog .modal-content {
  background-color: transparent;
  border: 0px;
}

#feedbackForm .modal-dialog .modal-content .hide-on-modal,
#taskCompletionPopup .modal-dialog .modal-content .hide-on-modal {
  display: none;
}

#feedbackForm .modal-dialog .modal-content .show-on-modal,
#taskCompletionPopup .modal-dialog .modal-content .show-on-modal {
  display: block;
}

.page-target-tasks nav {
  width: 100%;
  margin-left: 0px;
  margin-bottom: -30px;
  padding-left: 0px;
}

.show-on-modal {
  display: none;
}

.tooltip {
  font-size: 0.75rem;
  padding: 0px;
  animation: float 4s ease-in-out infinite;
  pointer-events: none;
}

.tooltip .arrow {
  top: 100%;
}

.nav-open .tooltip,
.nav-open-right .tooltip,
.modal-open .tooltip {
  opacity: 0;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    top: 0px;
  }

  50% {
    box-shadow: 0 15px 10px 0px rgba(0, 0, 0, 0.1);
    top: 10px;
  }

  100% {
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}

.info-block.block-feedback {
  position: fixed !important;
  bottom: 0;
  right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  z-index: 100;
  max-width: 320px;
}

@media (max-width: 767px) {
  .info-block.block-feedback {
    max-width: 100%;
    width: 100%;
    position: relative !important;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}

.info-block.block-feedback .info-block-title,
.info-block.block-feedback .info-block-title.collapsed {
  background-color: #e17000;
  color: var(--contrast-text);
  padding-left: 15px;
  font-weight: normal;
  font-size: 20px;
  border: 1px solid #e17000;
  border-bottom: 0px;
}

@media (max-width: 767px) {

  .info-block.block-feedback .info-block-title,
  .info-block.block-feedback .info-block-title.collapsed {
    font-size: 16px;
  }
}

.info-block.block-feedback .info-block-title:before,
.info-block.block-feedback .info-block-title.collapsed:before {
  left: auto;
  right: 10px;
}

.info-block.block-feedback .info-block-collapse {
  background-color: #ffffff;
  padding: 15px 15px 0px 15px;
  border: 1px solid #e17000;
}

.info-block.block-feedback .info-block-collapse .submit {
  float: none;
  -webkit-appearance: none;
  display: inline-block;
  color: var(--contrast-text);
}

h2[data-toggle='collapse'] {
  cursor: pointer;
  transition: margin-bottom .24s;
}

h2[data-toggle='collapse']:after {
  content: '\EA07' / "";
  font-family: "RO Icons";
  font-size: .6em;
  float: right;
  line-height: 2.0635;
  transition: transform .24s;
}

h2[data-toggle='collapse'][aria-expanded="false"] {
  margin-bottom: -10px;
}

h2[data-toggle='collapse'][aria-expanded="true"]:after {
  transform: rotate(-180deg);
}

#regions_div {
  width: 100%;
  height: calc((100vw - 30px) / 2);
  max-height: 440px;
}

.info-block-heading {
  font-size: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none !important;
}

.period legend {
  top: 0;
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  right: 0;
  background-color: transparent;
  font-size: inherit;
}

.wrapper--factsheet {
  position: relative;
}

::placeholder {
  color: #000;
  opacity: 1;
}

/* Google Maps */
.gm-style-moc {
  display: none;
}

.gm-style-mot {
  text-align: right;
  margin-right: 32px;
}

.gm-style .gm-style-iw {
  padding: 0 !important;
  pointer-events: none;
  background-color: transparent !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gm-style .gm-style-iw-c {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.gm-style .gm-style-iw-tc,
.gm-style:has(.info-window--small) .gm-style-iw-chr {
  display: none !important;
}

.gm-style:has(.info-window--large) .gm-style-iw-chr,
.gm-style:has(.info-window--activity) .gm-style-iw-chr {
  position: absolute;
  pointer-events: auto;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: var(--secondary);
  z-index: 50;
}

.gm-style:has(.info-window--activity) .gm-style-iw-chr {
  background-color: var(--primary);
}

.gm-style .gm-style-iw-chr .gm-ui-hover-effect {
  opacity: 1;
}

.gm-ui-hover-effect>span {
  background-color: var(--white);
}

.c-info-window {
  pointer-events: auto;
  width: 368px;
  max-width: 368px;
  font-family: "RO Sans";
}

.info-window__head {
  background-color: var(--secondary);
  color: var(--white);
  padding: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
}

.info-window--small {
  pointer-events: none;
  width: auto;
}

.info-window--activity {
  margin-bottom: 30px;
}

.info-window--slide-over {
  margin-bottom: 0;
}

.info-window--activity .info-window__head {
  background-color: var(--primary);
  color: var(--contrast-text);
}

.info-window--large .info-window__head {
  padding-right: 48px;
}

.c-info-window.is--loading .info-window__count::before {
  content: '';
  border: 2px solid var(--white);
  /* Light grey */
  border-top: 2px solid var(--secondary);
  /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: loader 600ms linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.info-window__heading {
  font-size: 21px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.info-window__count {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background-color: var(--white);
  border-radius: 100%;
}

.info-window__body {
  padding: 0;
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  background-color: var(--white);
}

.info-window__body>p {
  padding-left: 22px;
  padding-right: 22px;
}

.info-window__accordion {
  display: flex;
  margin-top: -16px;
  flex-direction: column;
}

.info-window__accordion-heading {
  width: 100%;
  position: relative;
  color: var(--secondary);
  font-size: 18px;
  font-weight: normal;
  min-height: 48px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  padding: 10px 48px 7px 22px;
  line-height: 18px;
}

.info-window__accordion-heading::before {
  content: '';
  background-image: url('/assets/img/origin-icon.svg');
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: var(--secondary);
  min-width: 32px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.info-window__accordion-heading-inner {
  display: flex;
  flex-direction: column;
}

.info-window__accordion-heading-meta {
  font-size: 0.8125rem;
  font-weight: normal;
  white-space: nowrap;
  color: var(--grey);
  line-height: 1.125rem;
}

.info-window__accordion-heading.is--area::before {
  background-image: url('/assets/img/area-icon.svg');
  background-color: var(--primary);
}

.info-window__accordion-heading.is--attack-multiple::before {
  background-image: url('/assets/img/attack-multiple-icon.svg');
  background-color: var(--primary);
}

.info-window__accordion-heading.is--intervention::before {
  background-image: url('/assets/img/intervention-icon.svg');
  background-color: var(--secondary);
}

.info-window__accordion-heading.is--attack::before {
  background-image: url('/assets/img/attack-icon.svg');
  background-color: var(--primary);
}

.info-window__accordion-heading.collapsed {
  border-bottom: 1px solid var(--owhite);
}

.info-window__accordion-heading::after {
  transition: all 0.3s ease;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  line-height: inherit;
  transition: ease 300ms transform;
}

.info-window__accordion-heading.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}

.info-window__accordion-image img {
  width: 100%;
  max-width: 144px;
}

.info-window__accordion-body-inner {
  padding: 15px 22px;
  font-size: 16px;
  border-bottom: 1px solid var(--owhite);
}

.info-window__accordion-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0px;
}

.info-window__accordion-list.is--source a::before {
  content: "";
}

.info-window__accordion-list.is--source span {
  display: block;
  color: var(--grey);
  font-size: .8125em;
  line-height: 1.4;
  margin-top: -6px;
}

.info-window__accordion-label {
  margin-top: 15px;
  font-size: 13px;
  display: block;
}

.info-window__accordion-label+.info-window__accordion-list {
  margin-top: 0;
}

.info-window__accordion-list:first-child {
  margin-top: 0;
}

.info-window__accordion-list a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: normal;
  color: #01689b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  width: auto;
}

.info-window__accordion-list a::before {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}


.c-legenda {
  position: absolute;
  right: 16px;
  top: 80px;
  display: none;
  flex-direction: column;
}

.c-legenda.is--active {
  display: flex;
}

@media (min-width: 992px) {
  .c-legenda {
    display: flex;
    top: 32px;
  }
}

.legenda__head {
  margin: 0;
  position: relative;
  font-size: 21px;
  height: 60px;
  padding: 24px;
  background-color: var(--white);
  color: var(--secondary);
  width: 332px;
  max-width: 332px;
  padding: 15px 22px;
}

@media (min-width: 992px) {
  .legenda__head {
    height: 80px;
  }
}

.legenda__head::after {
  content: "";
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  line-height: inherit;
  transition: ease 300ms transform;
}

.legenda__body {
  background-color: var(--white);
}

.legenda__body-inner {
  padding: 0px 22px 12px 22px;
}

.legenda__body-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.legenda__body-item::before {
  content: '';
  background-image: url('/assets/img/origin-icon.svg');
  width: 40px;
  height: 40px;
  display: inline-block;
  min-width: 40px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 100px;
  background-color: var(--secondary);
}

.legenda__body-item.is--area::before {
  background-image: url('/assets/img/area-icon.svg');
  background-color: var(--primary);
}

.legenda__body-item.is--attack::before {
  background-image: url('/assets/img/attack-icon.svg');
  background-color: var(--primary);
}

.legenda__body-item.is--attack.is--multiple::before {
  background-image: url('/assets/img/attack-multiple-icon.svg');
  background-color: var(--primary);
}

.legenda__body-item.is--intervention::before {
  background-image: url('/assets/img/intervention-icon.svg');
  background-color: var(--secondary);
}

.legenda__head.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}


.topicAccordions {
  padding: 0 24px 60px 24px;
  break-inside: avoid;
}

.topicAccordionsContainer {
  columns: 2;
  gap: 0;
  margin-left: -24px;
  margin-right: -24px;
  border-bottom: 1px solid var(--owhite);
}

@media (max-width: 767px) {
  .topicAccordionsContainer {
    columns: 1;
  }
}

.topicAccordionContainerHeading {
  margin-bottom: 10px;
}

.topicAccordionContainer {
  break-inside: avoid;
  margin-bottom: 32px;
}

.topicAccordion {
  width: 100%;
  display: inline-block;
}

.topicAccordion .more {
  margin-top: 20px;
}

.topicAccordion ul {
  list-style: square !important;
  padding-left: 20px !important;
}

.c-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.accordion__heading {
  width: 100%;
  background-color: var(--white);
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid var(--white);
  color: var(--secondary);
}

.accordion__heading::after {
  transition: all 0.3s ease;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  line-height: inherit;
}

.accordion__heading.collapsed {
  border-bottom: 1px solid var(--owhite);
}

.accordion__heading.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion__body-inner {
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--owhite);
}

.u-marker {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: var(--primary);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--contrast-text);
}

.marker--intervention {
  background-color: var(--secondary);
  color: var(--white);
}

.u-marker:hover {
  background-color: var(--primary-dark);
}


.marker--intervention:hover {
  background-color: var(--secondary-dark);
}

.marker--global::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--primary);
  z-index: -1;
  filter: blur(4px);
  opacity: 0.75;
  transform: scale(3);
  pointer-events: none;
}

.marker--intervention.marker--global::after {
  background-color: var(--secondary);
}

.show--activities .organisations {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-96px, 0, 0);
}

.show--activities .c-activity-slide-over {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 300ms;
}


.c-activity-slide-over {
  background-color: transparent;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  top: 32px;
  left: 16px;
  width: 368px;
  height: calc(100% - 64px);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-96px, 0, 0);
  transition: ease 300ms;
  transition-property: transform, opacity, visibility;
  transition-delay: 0;
}

.activity-slide-over__head {
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--contrast-text);
  margin: 0;
  position: relative;
  font-size: 21px;
  height: 80px;
  min-height: 80px;
  padding: 24px;
}

.activity-slide-over__count {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  font-size: 14px;
  background-color: var(--secondary);
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-slide-over__close {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  width: 24px;
  height: 24px;
}

.activity-slide-over__close::before,
.activity-slide-over__close::after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: var(--contrast-text);
  position: absolute;
  transform: rotate(45deg);
  border-radius: 100px;
  right: 0;
  transition: ease 300ms;
  transition-property: transform
}

.activity-slide-over__close::after {
  transform: rotate(-45deg);
}

.activity-slide-over__close:hover::before,
.activity-slide-over__close:hover::after {
  transform: rotate(0);
}

.activity-slide-over__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}

.activity-slide-over__inner {
  background-color: var(--white);
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.u-contrast {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  bottom: 24px;
  background-image: url(/assets/img/circle-half-stroke-solid.svg);
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  margin-top: 0;
  transition: ease 300ms transform;
}

.u-contrast.is--active {
  transform: rotate(180deg);
}

.has--contrast {
  --contrast-text: #000;
}


.source--container {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.c-source {
  width: 100%;
  background-color: transparent;
  padding: 4px 0;
  margin-right: 0;
  color: var(--secondary);
  position: relative;
  border-bottom: 1px solid var(--white);
}

.c-source.collapsed {
  border-bottom-color: var(--owhite);
}

.c-source::after {
  transition: all 0.3s ease;
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  line-height: inherit;
}

.c-source.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}