@charset "UTF-8";
/*!
Theme Name: Frivärld 2019
Theme URI: https://webstrategy.se/
Author: Karin Berg, Hans Eriksson
Author URI:
Description: Tema för Frivärld - Stockholm Free World Forum
Version: 0.2
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1328px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1328px) {
    .container {
      max-width: 1298px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1328px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

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

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

.table .thead-dark th {
  color: #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: 1327.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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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.5; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #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.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #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 {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #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 {
    border-color: #28a745; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  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 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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(72, 180, 97, 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(72, 180, 97, 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(58, 176, 195, 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(58, 176, 195, 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(222, 170, 12, 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(222, 170, 12, 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(225, 83, 97, 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(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  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;
  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;
  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;
  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;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  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;
  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.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.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:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .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 > .form-control-plaintext,
  .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 > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .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:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .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;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .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.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(0, 123, 255, 0.5); }

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 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.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.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: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 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(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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: #b3d7ff; }
  .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: #007bff;
    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: #b3d7ff; }
  .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: #007bff;
    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: #b3d7ff; }
  .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-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.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;
    pointer-events: none;
    cursor: default; }

.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.25rem;
    border-top-right-radius: 0.25rem; }
    .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.25rem; }

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

.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.25rem; }
  .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: 1327.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1328px) {
  .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,%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,%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; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    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(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.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.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

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

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.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: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

/*
$body_font: "Lato", sans-serif;
$body_italics_font: $body_font;
$body_bold_font: $body_font;
*/
i, em {
  margin-left: 1px;
  margin-right: 3px;
  line-height: 1; }

html {
  height: 100%; }
  html body {
    font-variant-numeric: oldstyle-nums;
    height: 100%;
    font-size: 16px; }
    html body *:focus {
      outline: 0; }
    html body .black-link {
      color: #000;
      text-decoration: underline; }
      html body .black-link:hover {
        text-decoration: underline; }
    html body .small-caps {
      font-variant: small-caps; }
    @media (max-width: 767px) {
      html body .mobile-hide {
        display: none; } }
    @media (max-width: 767px) {
      html body main.front-page {
        padding-top: 74px !important; }
      html body main {
        padding-top: 74px; } }
    html body img, html body .wp-caption {
      max-width: 100%;
      height: auto !important; }
      html body img .wp-caption-text, html body .wp-caption .wp-caption-text {
        margin-top: 8px;
        font-style: italic; }
    html body .noselect {
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
                                      supported by Chrome and Opera */ }
    html body .clearfix::after {
      content: "";
      clear: both;
      display: table; }
    html body .alignleft {
      float: left;
      margin-top: 7px;
      margin-right: 20px; }
    html body .alignright {
      float: right;
      margin-top: 7px;
      margin-left: 20px; }
    html body a:hover {
      text-decoration: none;
      color: #000; }
    html body hr {
      border: 0;
      height: 1px;
      background-color: #000;
      margin-top: 25px;
      margin-bottom: 30px; }
    html body.scrolled {
      padding-top: 69px; }
    html body table, html body p, html body ul, html body ol {
      font-family: "Tinos", serif; }
      html body table i, html body table em, html body p i, html body p em, html body ul i, html body ul em, html body ol i, html body ol em {
        font-family: "Tinos", serif; }
    html body h1, html body h2 {
      font-family: FF-DIN, Sans-Serif;
      font-weight: bold; }
  html .post-archive-spacer {
    height: 1px; }
    html .post-archive-spacer:last-of-type {
      background-color: transparent; }
    @media (max-width: 767px) {
      html .post-archive-spacer {
        background-color: #ddd;
        margin-top: 15px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      html .post-archive-spacer {
        margin-top: 20px;
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    html .sidebar-container .post-archive-spacer {
      margin: 0 !important; } }
  @media (max-width: 767px) {
    html .sidebar-container .heading-wrapper {
      margin-bottom: -13px !important; } }
  html .topic-news-media .post-archive-spacer {
    height: 1px; }
    html .topic-news-media .post-archive-spacer:last-of-type {
      background-color: transparent; }
    @media (max-width: 767px) {
      html .topic-news-media .post-archive-spacer {
        background-color: #ddd;
        margin-top: 10px;
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      html .topic-news-media .post-archive-spacer {
        margin-top: 10px;
        margin-bottom: 10px; } }
  html .bottom-hr {
    border: 0;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 20px; }

/*
// ===========================================================================
// Crimson Pro
// ===========================================================================
@font-face {
    font-family: 'Crimsom Pro';
    src: url('assets/fonts/crimsonpro-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/crimsonpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Pro Bold';
    src: url('assets/fonts/crimsonpro-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/crimsonpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Crimson Pro Italic';
    src: url('assets/fonts/crimsonpro-italic-webfont.woff2') format('woff2'),
         url('assets/fonts/crimsonpro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'FF-DIN';
  src: url(assets/fonts/DINBd___.eot);
  src: url(assets/fonts/DINBd___.eot?#iefix) format("embedded-opentype"), url(assets/fonts/DINBd___.woff2) format("woff2"), url(assets/fonts/DINBd___.woff) format("woff"), url(assets/fonts/DINBd___.ttf) format("truetype"), url(assets/fonts/DINBd___.svg#DINBd___) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'FF-DIN';
  src: url(assets/fonts/DINLi___.eot);
  src: url(assets/fonts/DINLi___.eot?#iefix) format("embedded-opentype"), url(assets/fonts/DINLi___.woff2) format("woff2"), url(assets/fonts/DINLi___.woff) format("woff"), url(assets/fonts/DINLi___.ttf) format("truetype"), url(assets/fonts/DINLi___.svg#DINLi___) format("svg");
  font-weight: 300;
  font-style: normal; }

/*
@font-face {
  font-family: 'Plantin';
  src: url(assets/fonts/MPlantin.eot);
  src: url(assets/fonts/MPlantin.eot?#iefix) format('embedded-opentype'),
       url(assets/fonts/MPlantin.woff2) format('woff2'),
       url(assets/fonts/MPlantin.woff) format('woff'),
       url(assets/fonts/MPlantin.ttf) format('truetype'),
       url(assets/fonts/MPlantin.svg#MPlantin) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Plantin';
  src: url(assets/fonts/MPlantin-Italic.eot);
  src: url(assets/fonts/MPlantin-Italic.eot?#iefix) format('embedded-opentype'),
       url(assets/fonts/MPlantin-Italic.woff2) format('woff2'),
       url(assets/fonts/MPlantin-Italic.woff) format('woff'),
       url(assets/fonts/MPlantin-Italic.ttf) format('truetype'),
       url(assets/fonts/MPlantin-Italic.svg#MPlantin-Italic) format('svg');
  font-weight: normal;
  font-style: italic;
}
*/
@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?vukafr");
  src: url("assets/fonts/icomoon.eot?vukafr#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?vukafr") format("truetype"), url("assets/fonts/icomoon.woff?vukafr") format("woff"), url("assets/fonts/icomoon.svg?vukafr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope:before {
  content: "\e900"; }

.icon-printer:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-down:before {
  content: "\e903"; }

.icon-frivarld:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-frivarld-logo-text:before {
  content: "\e906"; }

.icon-linkedin:before {
  content: "\e907"; }

.icon-magglass:before {
  content: "\e908"; }

.icon-twitter:before {
  content: "\e909"; }

.icon-youtube:before {
  content: "\e90a"; }

@font-face {
  font-family: 'icomoon-2';
  src: url("assets/fonts/icomoon-2.eot?20200204");
  src: url("assets/fonts/icomoon-2.eot?20200204#iefix") format("embedded-opentype"), url("assets/fonts/icomoon-2.ttf?20200204") format("truetype"), url("assets/fonts/icomoon-2.woff?20200204") format("woff"), url("assets/fonts/icomoon-2.svg?20200204#icomoon-2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon2-instagram-round:before {
  content: "\e902"; }

.icon2-sakerhetsradet-logo:before {
  content: "\e900"; }

.icon2-frihandelsbloggen-logo:before {
  content: "\e901"; }

.icon2-instagram:before {
  content: "\ea92"; }

@font-face {
  font-family: 'podcast-icons';
  src: url("assets/fonts/podcast-icons.eot?ffuo62");
  src: url("assets/fonts/podcast-icons.eot?ffuo62#iefix") format("embedded-opentype"), url("assets/fonts/podcast-icons.ttf?ffuo62") format("truetype"), url("assets/fonts/podcast-icons.woff?ffuo62") format("woff"), url("assets/fonts/podcast-icons.svg?ffuo62#podcast-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="podcast-icon-"], [class*=" podcast-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'podcast-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.podcast-icon-acast:before {
  content: "\e900"; }

.podcast-icon-spotify:before {
  content: "\e901"; }

.podcast-icon-podcast:before {
  content: "\e902"; }

.podcast-icon-twitter:before {
  content: "\ea96"; }

body.scrolled .logged-in-margin {
  margin-top: 32px !important; }

.header {
  padding-bottom: 0px;
  /* Öppna meny när man musar över */ }
  @media (max-width: 767px) {
    .header {
      position: fixed;
      width: 100%;
      z-index: 200;
      top: 0; } }
  .header .search-form {
    color: white;
    float: right;
    height: 30px;
    margin-top: -37px;
    overflow: hidden;
    position: absolute;
    right: 0;
    background-color: rgba(25, 61, 103, 0.8);
    padding-left: 10px; }
    @media (max-width: 992px) {
      .header .search-form {
        bottom: 15px; } }
    @media (min-width: 993px) {
      .header .search-form {
        bottom: 15px; } }
    .header .search-form .icon-magglass {
      margin-right: 0px;
      float: left; }
    .header .search-form #s {
      width: 0;
      border: 0;
      border-radius: 5px;
      transition: all 0.5s;
      font-size: 12px !important;
      padding: 5px 0px; }
      .header .search-form #s.open {
        width: 200px;
        margin-left: 5px;
        display: block;
        padding: 5px 10px;
        background-color: #fff; }
  @media (min-width: 768px) {
    .header {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .header {
      padding-top: 5px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); } }
  .header .menu-item:hover > .dropdown-menu {
    display: block; }
  .header .submenu-item {
    font-family: FF-DIN, Sans-Serif;
    font-weight: normal; }
  .header .submenu-item:hover > .dropdown-menu {
    display: block; }
  .header .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 200;
    border: 1px solid white; }
    .header .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .header .navbar-toggler {
        display: none; } }
    @media (max-width: 767px) {
      .header .navbar-toggler {
        display: block; } }
  .header .lang-switcher ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
    .header .lang-switcher ul li a {
      color: #fff;
      font-family: FF-DIN, Sans-Serif; }
    .header .lang-switcher ul li.current-lang {
      display: none; }
  @media (min-width: 768px) {
    .header .lang-switcher {
      display: block; } }
  @media (max-width: 767px) {
    .header .lang-switcher {
      display: none; } }
  @media (min-width: 768px) {
    .header .search-column {
      display: block; } }
  @media (max-width: 767px) {
    .header .search-column {
      display: none; } }
  .header .navbar-brand > h1 {
    display: none; }
  @media (max-width: 767px) {
    .header .navbar-brand {
      padding-top: 7px;
      padding-bottom: 3px; } }
  .header .navbar-brand .icon-frivarld-logo-text {
    color: #fff;
    margin-left: 0em; }
    @media (min-width: 768px) {
      .header .navbar-brand .icon-frivarld-logo-text {
        font-size: 3.1em; } }
    @media (max-width: 767px) {
      .header .navbar-brand .icon-frivarld-logo-text {
        font-size: 45px; } }
  .header .top-menu-holder {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #193d67; }
    .header .top-menu-holder.fixed {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
      -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5); }
    .header .top-menu-holder .search-column {
      padding-top: 14px; }
  .header nav.navbar {
    background-color: #193d67;
    color: #fff;
    padding-left: 0; }
    @media (min-width: 768px) {
      .header nav.navbar {
        display: block; } }
    @media (max-width: 767px) {
      .header nav.navbar {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1327px) {
      .header nav.navbar {
        font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header nav.navbar {
        font-size: 11px; } }
    .header nav.navbar ul li.show > a {
      color: #fff !important; }
    .header nav.navbar ul li a {
      color: #fff !important;
      background-color: #193d67; }
      .header nav.navbar ul li a:hover {
        color: #fff !important; }
      .header nav.navbar ul li a::active {
        color: #fff !important; }
    .header nav.navbar ul.navbar-nav {
      font-family: FF-DIN, Sans-Serif;
      font-weight: bold;
      text-transform: uppercase; }
      .header nav.navbar ul.navbar-nav .dropdown-menu {
        background-color: #193d67;
        border-radius: 0;
        box-shadow: none;
        border: 0;
        margin-top: -2px; }
        .header nav.navbar ul.navbar-nav .dropdown-menu a {
          font-weight: normal; }
          .header nav.navbar ul.navbar-nav .dropdown-menu a.active {
            color: #bcbdc0;
            background-color: #193d67; }
          .header nav.navbar ul.navbar-nav .dropdown-menu a:hover {
            background-color: #122e4f; }
      .header nav.navbar ul.navbar-nav > li:first-of-type > a:first-of-type {
        padding-left: 0; }
      .header nav.navbar ul.navbar-nav li.current_page_item a, .header nav.navbar ul.navbar-nav li.current_page_item a:visited {
        color: #bcbdc0; }
      .header nav.navbar ul.navbar-nav li a {
        color: white; }
      .header nav.navbar ul.navbar-nav li:last-of-type a {
        padding-right: 0; }

.load-more-btn {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .load-more-btn {
      display: none; } }
.carousel {
  height: 50%; }
  .carousel .item, .carousel .item.active, .carousel .carousel-inner {
    height: 100%; }
  .carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }

@media (min-width: 768px) {
  .intro {
    font-size: 23px;
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .intro {
    font-size: 18px;
    margin-bottom: 17px; } }

@media (max-width: 767px) {
  .topic-news-media > .col-md-6 > .post-archive-spacer {
    background-color: transparent; }
  .topic-news-media > .col-md-6 {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .topic-news-media {
    margin-top: 35px; } }

@media (min-width: 768px) {
  .topic-news-media {
    margin-top: 50px; } }

@media (min-width: 768px) {
  .sidebar-container .topic-experts {
    margin-top: 80px; } }

@media (min-width: 768px) {
  .sidebar-container .topic-experts h3 {
    font-size: 17px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-container .topic-experts h3 {
    font-size: 13px; } }

@media (max-width: 767px) {
  .sidebar-container .topic-experts h3 {
    font-size: 16px; } }

@media (max-width: 767px) {
  .sidebar .youtube-list {
    margin-top: -10px; } }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px; } }

.sidebar .mail-subscribe {
  font-family: FF-DIN;
  font-weight: 300;
  font-size: 0.8em;
  background-color: #193d67;
  padding: 10px;
  color: #fff;
  text-align: center; }

.sidebar .mc4wp-form .integrity-par label {
  font-family: FF-DIN !important;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 19px;
  margin-top: 5px; }
  .sidebar .mc4wp-form .integrity-par label a, .sidebar .mc4wp-form .integrity-par label a:visited {
    color: #000;
    text-decoration: underline; }
  .sidebar .mc4wp-form .integrity-par label input {
    margin-bottom: 10px;
    margin-top: 3px; }

.sidebar .sidebar-container {
  margin-top: 1.7em; }
  @media (max-width: 767px) {
    .sidebar .sidebar-container h2 {
      width: 100%;
      clear: both; } }
.mc4wp-form {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0; }

.mail-subscribe-form .input-par {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 0px; }
  .mail-subscribe-form .input-par input[type=email] {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    font-family: FF-DIN;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px; }

.mail-subscribe-form .integrity-par {
  margin-top: -4px;
  padding-bottom: 0; }

.mail-subscribe-form .submit-par .response {
  float: right;
  margin-top: -40px;
  max-width: 45%;
  font-size: 10px;
  line-height: 12px; }

footer {
  background-color: #333;
  color: #fff;
  overflow-x: hidden;
  /*
  a, a:visited {
    color: #ddd;
  }
  */ }
  footer .topic-boxes {
    display: table;
    width: 100%;
    background-color: #193d67; }
    footer .topic-boxes a, footer .topic-boxes a:visited {
      color: #ddd; }
    footer .topic-boxes a {
      transition: opacity 0.3s; }
    @media (max-width: 767px) {
      footer .topic-boxes {
        margin-left: 15px;
        padding-right: 20px;
        padding-top: 7px; } }
    footer .topic-boxes a:hover {
      color: #fff; }
    footer .topic-boxes .topic-box {
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #fff; }
      @media (min-width: 768px) {
        footer .topic-boxes .topic-box {
          padding-bottom: 14%;
          border-left: 10px solid #193d67;
          border-right: 10px solid #193d67;
          border-bottom: 8px solid #193d67;
          border-top: 20px solid #193d67; } }
      @media (max-width: 767px) {
        footer .topic-boxes .topic-box {
          padding-bottom: 23%;
          border-left: 0px solid #193d67;
          border-right: 10px solid #193d67;
          border-bottom: 3px solid #193d67;
          border-top: 3px solid #193d67; } }
      footer .topic-boxes .topic-box .topic-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        display: block;
        text-align: center;
        transition: all 0.1s; }
        footer .topic-boxes .topic-box .topic-overlay:hover {
          text-shadow: 0px 0px 3px #FFFFFF; }
        footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          margin: auto;
          font-family: FF-DIN, Sans-Serif;
          font-weight: bold;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner {
              height: 64px;
              font-size: 12px; } }
          @media (min-width: 768px) {
            footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner {
              height: 84px;
              font-size: 1.2em; } }
          footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner .to-table {
            display: table;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.4); }
            @media (max-width: 767px) {
              footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner .to-table {
                height: 64px; } }
            @media (min-width: 768px) {
              footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner .to-table {
                height: 84px; } }
            footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner .to-table .to-tr {
              display: table-row; }
              footer .topic-boxes .topic-box .topic-overlay .topic-overlay-inner .to-table .to-tr .to-td {
                display: table-cell;
                vertical-align: middle; }
    footer .topic-boxes .topic-box-spacer {
      display: table-cell;
      width: 2%;
      height: 253px;
      border: 1px sold green; }
  @media (max-width: 767px) {
    footer .footer-bottom-cols {
      padding-top: 15px;
      padding-bottom: 15px; } }
  footer .footer-bottom-cols .bottom-col #ctf .ctf-item {
    padding: 0; }
  @media (min-width: 768px) {
    footer .footer-bottom-cols .bottom-col {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    footer .footer-bottom-cols .bottom-col {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 30px;
      padding-right: 30px; }
      footer .footer-bottom-cols .bottom-col p {
        margin-bottom: 0; } }
  footer .footer-bottom-cols .bottom-col h3 {
    font-family: FF-DIN, Sans-Serif;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      footer .footer-bottom-cols .bottom-col h3 {
        font-size: 1.2em;
        margin-bottom: 1.2em; } }
    @media (max-width: 767px) {
      footer .footer-bottom-cols .bottom-col h3 {
        font-size: 16px;
        margin-bottom: 10px; } }
  footer .footer-bottom-cols .bottom-col .col-content {
    font-family: "Tinos", serif;
    font-size: 16px;
    line-height: 1.1; }
    footer .footer-bottom-cols .bottom-col .col-content .fa, footer .footer-bottom-cols .bottom-col .col-content .ctf-tweet-text-media-wrap, footer .footer-bottom-cols .bottom-col .col-content .ctf-retweet-icon, footer .footer-bottom-cols .bottom-col .col-content .ctf-screename-sep {
      display: none !important; }
    footer .footer-bottom-cols .bottom-col .col-content .ctf-item {
      padding-top: 0 !important;
      border-top: 0 !important;
      padding-bottom: 25px !important; }
    footer .footer-bottom-cols .bottom-col .col-content .ctf-twitterlink {
      padding-left: 0 !important; }
    footer .footer-bottom-cols .bottom-col .col-content #ctf .ctf-author-name {
      margin: 0 !important; }
    footer .footer-bottom-cols .bottom-col .col-content .ctf-author-box .ctf-author-box-link a, footer .footer-bottom-cols .bottom-col .col-content .ctf-author-box .ctf-author-box-link a.ctf-author-name {
      margin: 0 !important; }

.sidebar-container .media-post {
  margin-top: 15px;
  cursor: pointer; }

.news-posts-holder {
  margin-bottom: 30px;
  margin-top: -30px; }
  @media (max-width: 767px) {
    .news-posts-holder .news-post h2 {
      font-size: 19px; } }
.media-post {
  text-align: left; }
  .media-post a, .media-post a:visited {
    color: black;
    text-decoration: none; }
  .media-post a:hover {
    text-decoration: underline; }
  .media-post h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    line-height: 1.2;
    font-size: 21px;
    margin-left: 0;
    margin-bottom: 4px;
    margin-top: 0px;
    text-transform: uppercase;
    clear: both; }
  .media-post .date {
    font-family: FF-DIN, Sans-Serif;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px; }
  @media (max-width: 767px) {
    .media-post img {
      margin-top: 20px; } }
  .media-post .media-text {
    margin-top: 0.2em;
    font-family: "Tinos", serif;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .media-post .media-text {
        font-size: 19px; } }
    @media (max-width: 767px) {
      .media-post .media-text {
        font-size: 16px; } }
  .media-post img {
    width: 100%; }

article p {
  line-height: 1.2; }
  @media (min-width: 768px) {
    article p {
      font-size: 16px; } }
  @media (min-width: 768px) {
    article p {
      font-size: 20px; } }
article a, article a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid black; }

.news-posts-holder .media-post {
  margin-bottom: 20px; }

.sidebar .sidebar-container .heading-wrapper,
.topic-news-media .heading-wrapper,
.news-posts-holder .heading-wrapper {
  height: 26px;
  margin-bottom: -5px; }
  .sidebar .sidebar-container .heading-wrapper .archive-link,
  .topic-news-media .heading-wrapper .archive-link,
  .news-posts-holder .heading-wrapper .archive-link {
    margin-top: -2px; }
  .sidebar .sidebar-container .heading-wrapper h3,
  .topic-news-media .heading-wrapper h3,
  .news-posts-holder .heading-wrapper h3 {
    font-family: FF-DIN, Sans-Serif;
    font-weight: bold;
    font-size: 16px; }

.sidebar .sidebar-container .media-post a h2,
.topic-news-media .media-post a h2,
.news-posts-holder .media-post a h2 {
  font-family: Lato, Sans-Serif;
  font-size: 16px;
  text-transform: none; }

.sidebar .sidebar-container .media-post .media-text,
.topic-news-media .media-post .media-text,
.news-posts-holder .media-post .media-text {
  font-size: 16px; }

.news-post {
  text-align: left;
  margin-bottom: 0px;
  cursor: pointer;
  margin-right: -15px; }
  .news-post .new-news-heading {
    font-size: 18px;
    letter-spacing: -0.5px; }
  .news-post .row {
    width: 100%; }
    @media (max-width: 767px) {
      .news-post .row .image-part {
        padding-right: 0px; } }
    .news-post .row img {
      width: 100%;
      border: 1px solid #ddd; }
      @media (max-width: 767px) {
        .news-post .row img {
          margin-bottom: 15px; } }
  .news-post a, .news-post a:visited {
    color: black; }
  .news-post a:hover {
    text-decoration: none; }
  .news-post h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    line-height: 1.2;
    font-size: 21px;
    margin-left: 0;
    margin-bottom: 0.2em;
    margin-top: 0;
    text-transform: uppercase; }
  .news-post .date {
    font-family: FF-DIN, Sans-Serif;
    font-size: 13px;
    text-transform: uppercase; }
  .news-post .news-text {
    margin-top: 0.2em;
    font-family: "Tinos", serif;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .news-post .news-text {
        font-size: 19px; } }
    @media (max-width: 767px) {
      .news-post .news-text {
        font-size: 16px; } }
.heading-wrapper-large {
  height: 26px;
  margin-bottom: -5px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  padding-bottom: 30px; }
  .heading-wrapper-large .archive-link {
    margin-top: -2px; }
  .heading-wrapper-large h3 {
    font-family: FF-DIN, Sans-Serif;
    font-weight: bold;
    font-size: 19.2px; }

.social-share {
  font-size: 12px;
  margin-bottom: 30px;
  clear: both;
  padding-top: 25px;
  display: block; }
  .social-share .social-icons {
    font-size: 28px !important; }
    .social-share .social-icons span {
      margin-right: 10px; }
    .social-share .social-icons a, .social-share .social-icons a:visited {
      color: #000;
      border: none !important; }
    .social-share .social-icons a:hover {
      text-decoration: none;
      color: #555; }

@media (max-width: 767px) {
  #rss-feeds section.newsticker .news-list {
    margin-left: 0 !important;
    letter-spacing: -0.5px; }
    #rss-feeds section.newsticker .news-list .news__date {
      margin-right: 5px !important; } }

#rss-feeds {
  height: 100%;
  position: relative;
  overflow: hidden; }
  #rss-feeds section.newsticker {
    opacity: 0.7; }
    #rss-feeds section.newsticker .news-list {
      margin-left: 6px;
      margin-top: -4px; }
      @media (min-width: 768px) {
        #rss-feeds section.newsticker .news-list {
          font-size: 14px; } }
      @media (max-width: 767px) {
        #rss-feeds section.newsticker .news-list {
          font-size: 11px; } }
      #rss-feeds section.newsticker .news-list .news__date {
        font-family: Lato;
        margin-right: 10px; }
      #rss-feeds section.newsticker .news-list .news__title {
        font-family: Lato !important;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        #rss-feeds section.newsticker .news-list .news__title b {
          font-weight: bold; }

.heading-wrapper.rss-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
  padding: 5px 10px 6px 10px;
  border-bottom: 0; }
  @media (min-width: 768px) {
    .heading-wrapper.rss-wrapper a {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .heading-wrapper.rss-wrapper a {
      font-size: 11px; } }
.heading-wrapper {
  margin-bottom: -13px; }
  @media (min-width: 768px) {
    .heading-wrapper {
      border-bottom: 1px solid #d0d0d0;
      height: 2em; } }
  .heading-wrapper h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    float: left; }
  .heading-wrapper a {
    color: black;
    line-height: 2.4em;
    font-weight: 300;
    text-transform: uppercase;
    float: right;
    display: inline-block; }

section.newsticker {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  overflow: hidden;
  font-size: 20px; }
  @media (max-width: 767px) {
    section.newsticker {
      width: 100%; } }
  @media (min-width: 768px) {
    section.newsticker {
      width: 95%; } }
  section.newsticker a {
    float: none;
    text-transform: none; }
  section.newsticker > h1 {
    display: none; }
  section.newsticker > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    section.newsticker > ul[data-length="5"] {
      top: 30px;
      animation-name: news-5;
      animation-duration: 75s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 1s; }
    section.newsticker > ul[data-length="4"] {
      top: 30px;
      animation-name: news-4;
      animation-duration: 40s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 1s; }
    section.newsticker > ul[data-length="3"] {
      top: 30px;
      animation-name: news-3;
      animation-duration: 30s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 1s; }
    section.newsticker > ul[data-length="2"] {
      top: 30px;
      animation-name: news-2;
      animation-duration: 20s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-fill-mode: both;
      animation-delay: 1s; }
    section.newsticker > ul:hover {
      animation-play-state: paused; }
  section.newsticker .news {
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

@keyframes news-5 {
  0% {
    top: 30px;
    visibility: visible; }
  5% {
    top: 0; }
  15% {
    top: 0; }
  20% {
    top: -30px; }
  35% {
    top: -30px; }
  40% {
    top: -60px; }
  55% {
    top: -60px; }
  60% {
    top: -90px; }
  75% {
    top: -90px; }
  80% {
    top: -120px; }
  95% {
    top: -120px; }
  99% {
    top: -150px;
    visibility: hidden; }
  100% {
    top: 30px;
    visibility: hidden; } }

@keyframes news-4 {
  0% {
    top: 30px;
    visibility: visible; }
  5% {
    top: 0; }
  15% {
    top: 0; }
  20% {
    top: -30px; }
  40% {
    top: -30px; }
  45% {
    top: -60px; }
  65% {
    top: -60px; }
  70% {
    top: -90px; }
  90% {
    top: -90px; }
  95% {
    top: -120px; }
  99% {
    top: -120px;
    visibility: hidden; }
  100% {
    top: 30px;
    visibility: hidden; } }

@keyframes news-3 {
  0% {
    top: 30px;
    visibility: visible; }
  5% {
    top: 0; }
  30% {
    top: 0; }
  35% {
    top: -30px; }
  60% {
    top: -30px; }
  65% {
    top: -60px; }
  90% {
    top: -60px; }
  95% {
    top: -90px; }
  99% {
    top: -90px;
    visibility: hidden; }
  100% {
    top: 30px;
    visibility: hidden; } }

@keyframes news-2 {
  0% {
    top: 30px;
    visibility: visible; }
  5% {
    top: 0; }
  55% {
    top: 0; }
  60% {
    top: -30px; }
  90% {
    top: -30px; }
  95% {
    top: -60px; }
  99% {
    top: -60px;
    visibility: hidden; }
  100% {
    top: 30px;
    visibility: hidden; } }

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  outline-color: none !important; }
  .noselect:focus {
    border: none;
    outline-color: none !important; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0); }

/** THEME
===================================*/
.bx-wrapper {
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("bundles/bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("bundles/bxslider/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("bundles/bxslider/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("bundles/bxslider/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("bundles/bxslider/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.slideshow {
  margin-bottom: 0;
  overflow: hidden;
  max-height: 530px;
  margin-bottom: 30px; }
  .slideshow .slide {
    display: none; }
  .slideshow .bx-wrapper {
    margin-bottom: 0; }
    .slideshow .bx-wrapper .bx-pager {
      padding-top: 0;
      position: absolute;
      bottom: 16px; }
      .slideshow .bx-wrapper .bx-pager .bx-pager-item a, .slideshow .bx-wrapper .bx-pager .bx-pager-item a:visited {
        background: transparent;
        border: 1px solid #fff; }
        .slideshow .bx-wrapper .bx-pager .bx-pager-item a.active, .slideshow .bx-wrapper .bx-pager .bx-pager-item a:visited.active {
          background: #fff; }

.page .top-img-c {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 18.75%; }

.page .page-content {
  line-height: 1.3; }
  @media (min-width: 768px) {
    .page .page-content {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .page .page-content {
      font-size: 17px; } }
  .page .page-content article h2 {
    text-transform: uppercase !important; }
  .page .page-content a, .page .page-content a:visited {
    color: #000;
    border-bottom: 1px solid #000; }

.page-ua .top-img-c {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 18.75%; }

.page-ua .page-content {
  line-height: 1.3; }
  @media (max-width: 767px) {
    .page-ua .page-content h2 {
      font-size: 20px !important; } }
.report-heading {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .report-page .report-content {
    padding-left: 20px; } }

.report-page .key-points {
  /*
    ul {
      margin: 5px 0 15px;
      padding: 0;

      li {
        list-style: none;
        position: relative;
        padding: 0 0 0 20px;
        margin-bottom: 8px;

        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 10px;
          height: 8px;
          width: 8px;
          border: 1px solid #000;
          border-width: 2px 2px 0 0;
          transform: rotate(45deg);
        }

        &:last-of-type {
          margin-bottom: 0 !important;
        }
      }
    }
    */ }
  .report-page .key-points ul {
    padding-left: 20px; }
    .report-page .key-points ul li {
      margin-bottom: 8px; }
      .report-page .key-points ul li:last-of-type {
        margin-bottom: 0 !important; }

.report-page .authors {
  margin-top: 24px; }

.report-page .summary, .report-page .analysis {
  text-align: justify;
  margin-bottom: 40px; }

.report-page .analysis h2 {
  font-family: Lato, Sans-Serif;
  text-transform: none !important;
  font-size: 18.5px !important; }

.report-page .analysis h3 {
  font-family: Lato, Sans-Serif;
  text-transform: none;
  font-size: 16.5px !important; }

.report-page .summary h2, .report-page .analysis h2, .report-page .key-points h2 {
  font-size: 20px;
  text-transform: uppercase; }

.report-page .report-section-heading {
  font-size: 20px;
  text-transform: uppercase; }

.report-page .author-bio {
  display: table;
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 20px; }
  .report-page .author-bio .author-image-part {
    display: table-cell;
    width: 140px;
    padding-top: 20px; }
    .report-page .author-bio .author-image-part .author-image {
      border-radius: 10px;
      margin-right: 20px;
      background-position: 40% center;
      background-size: cover;
      height: 150px;
      width: 120px;
      background-size: cover;
      border: 1px solid #ddd; }
  .report-page .author-bio .author-text {
    padding-top: 20px;
    vertical-align: top;
    display: table-cell;
    font-family: Lato, Arial, Sans-Serif; }

.report-archive-item {
  border-bottom: 1px solid #ddd;
  cursor: pointer; }
  @media (min-width: 768px) {
    .report-archive-item {
      padding-bottom: 46px;
      margin-bottom: 46px; } }
  @media (max-width: 767px) {
    .report-archive-item {
      padding-bottom: 8px;
      margin-bottom: 32px; } }
  .report-archive-item > .row > .col-md-3 {
    max-width: 207px;
    padding-right: 20px; }
    .report-archive-item > .row > .col-md-3 img {
      border: 1px solid #000;
      width: 100%; }
  @media (min-width: 768px) {
    .report-archive-item > .row > .col-md-9 {
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .report-archive-item > .row > .col-md-9 {
      padding-top: 20px; } }
  .report-archive-item > .row > .col-md-9 h2 {
    margin-top: -4px;
    font-size: 21px;
    margin-bottom: 5px;
    line-height: 1.2; }
  .report-archive-item > .row > .col-md-9 .date {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.2px;
    font-family: FF-DIN, Sans-Serif; }
  .report-archive-item > .row > .col-md-9 p {
    margin-top: 14px; }
  .report-archive-item > .row > .col-md-9 .download-link-wrapper {
    width: 100%; }
  .report-archive-item > .row > .col-md-9 .download-link {
    text-decoration-style: none !important;
    text-decoration-color: transparent !important;
    font-size: 16px;
    border-bottom: 0; }
    .report-archive-item > .row > .col-md-9 .download-link:hover {
      border-bottom: 1px solid #000; }
    .report-archive-item > .row > .col-md-9 .download-link .dashicons-download {
      font-size: 22px;
      margin-right: 5px;
      margin-top: 5px;
      text-decoration: none;
      text-decoration-color: transparent !important; }

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999; }

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%; }

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  width: 200px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important; }

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7; }

.jcarousel-control-prev {
  left: 15px; }

.jcarousel-control-next {
  right: 15px; }

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C; }

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7; }

.image-holder {
  overflow: hidden;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .image-holder {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .image-holder {
      margin-top: 18px; } }
  .image-holder img {
    width: 100%; }
  .image-holder .image-caption {
    color: #fff;
    background-color: #000;
    font-family: FF-DIN;
    padding: 5px 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .image-holder .image-caption {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .image-holder .image-caption {
        font-size: 11px; } }
.voices {
  padding-left: 15px;
  padding-right: 15px; }
  .voices .voice {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd; }
    .voices .voice:nth-child(odd) {
      padding-left: 0; }
    .voices .voice:nth-child(even) {
      padding-right: 0; }
    .voices .voice .portrait-img {
      width: 200px;
      height: 200px;
      float: none;
      border: 1px solid #ddd;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
      margin-bottom: 24px;
      margin-left: auto;
      margin-right: auto; }
    .voices .voice h3 {
      font-family: FF-DIN, Sans-Serif;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 21px;
      margin-bottom: 15px; }
    .voices .voice p {
      font-style: italic;
      line-height: 1.3; }
    .voices .voice .title {
      font-family: FF-DIN;
      font-size: 14px;
      margin-top: 15px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2; }

.part-groups {
  min-height: 304px;
  border-top: 1px solid #ddd;
  margin-bottom: 25px;
  padding-top: 25px;
  margin-left: 0;
  margin-right: 0; }
  .part-groups:nth-child(odd) {
    padding-left: 0; }
  .part-groups:nth-child(even) {
    padding-right: 0; }
  .part-groups a, .part-groups a:visited {
    color: #000;
    border-bottom: 1px solid #000; }
  .part-groups .description {
    padding-left: 0; }
  .part-groups .participants {
    position: relative; }
    @media (max-width: 991px) {
      .part-groups .participants {
        padding: 0; } }
    @media (min-width: 992px) {
      .part-groups .participants .comma {
        display: none; } }
    @media (max-width: 991px) {
      .part-groups .participants .comma {
        display: inline; }
      .part-groups .participants br {
        display: none; } }
    .part-groups .participants p {
      position: relative;
      bottom: 0;
      font-family: FF-DIN, sans-serif;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      margin-bottom: 0; }
  .part-groups .photo {
    position: relative;
    padding-right: 0; }
    @media (max-width: 991px) {
      .part-groups .photo {
        margin-top: 20px;
        padding: 0; } }
    .part-groups .photo .group-photo {
      position: relative;
      bottom: 0; }

.participants {
  padding-left: 15px;
  padding-right: 15px; }
  .participants .participant {
    padding-top: 25px;
    border-top: 1px solid #ddd; }
    @media (min-width: 768px) {
      .participants .participant {
        margin-top: 25px; }
        .participants .participant:nth-child(odd) {
          padding-left: 0; }
        .participants .participant:nth-child(even) {
          padding-right: 0; }
        .participants .participant p:last-of-type {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .participants .participant {
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0; } }
    .participants .participant .portrait-img {
      background-size: cover;
      border-radius: 50%;
      border: 1px solid #ddd; }
      @media (min-width: 768px) {
        .participants .participant .portrait-img {
          width: 150px;
          height: 150px; } }
      @media (max-width: 767px) {
        .participants .participant .portrait-img {
          width: 120px;
          height: 120px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .participants .participant .portrait-img {
          float: left;
          margin-right: 22px;
          margin-top: 22px;
          margin-bottom: 22px; }
          .participants .participant .portrait-img.extra-margin {
            margin-bottom: 72px !important; } }
#showLeft {
  background-color: transparent;
  margin-right: 0px;
  border: 1px solid #eee; }
  #showLeft .icon-bar {
    background-color: #eee;
    border-radius: 3px; }

#showLeft.active {
  background-color: #255a98; }
  #showLeft.active .icon-bar {
    background-color: #2c63a4;
    border-radius: 3px; }

.cbp-spmenu {
  background: #193d67;
  position: fixed;
  overflow-y: auto;
  font-family: FF-DIN;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 74px; }
  .cbp-spmenu form input {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px; }

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #193d67; }

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300; }
  .cbp-spmenu a.depth-0 {
    font-weight: bold; }
  .cbp-spmenu a.depth-1 {
    padding-left: 20px; }

.cbp-spmenu a:hover {
  color: #fff;
  text-decoration: none; }

.cbp-spmenu a:active {
  background: #000; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000; }

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #2c4e76;
  padding: 10px; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden; }

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left; }

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #333; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -250px; }

.cbp-spmenu-right {
  right: -250px; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px; }

.cbp-spmenu-bottom {
  bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.cbp-spmenu-push-toright {
  left: 240px; }

.cbp-spmenu-push-toleft {
  left: -240px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px; }
  .cbp-spmenu-top {
    top: -110px; }
  .cbp-spmenu-bottom {
    bottom: -110px; } }

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px; }
  .cbp-spmenu-right {
    right: -190px; }
  .cbp-spmenu-push-toright {
    left: 190px; } }

.super-heading {
  font-size: 24px;
  text-transform: uppercase;
  font-family: FF-DIN;
  font-weight: bold;
  margin-top: 24px; }

.sub-title {
  font-family: FF-DIN;
  font-weight: bold;
  margin-top: 11px; }
  @media (min-width: 768px) {
    .sub-title {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .sub-title {
      font-size: 16px; } }
h1.big-heading {
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: -4px;
  margin-bottom: 4px; }
  @media (max-width: 767px) {
    h1.big-heading {
      font-size: 23px;
      letter-spacing: -1px;
      margin-left: -1px;
      margin-top: 20px; } }
  @media (min-width: 768px) {
    h1.big-heading {
      font-size: 56px;
      letter-spacing: -2px;
      margin-left: -2px; } }
h1.medium-heading {
  text-transform: uppercase;
  line-height: 1; }
  @media (max-width: 767px) {
    h1.medium-heading {
      font-size: 26px;
      letter-spacing: -1px;
      margin-bottom: 23px; } }
  @media (min-width: 768px) {
    h1.medium-heading {
      font-size: 58px;
      letter-spacing: -2px;
      margin-bottom: 32px; } }
.heading-wrapper {
  height: 32px; }
  .heading-wrapper a {
    font-size: 12px; }
  .heading-wrapper h3 {
    font-family: FF-DIN, Sans-Serif;
    font-weight: bold;
    font-size: 19.2px;
    margin-bottom: 0; }

.breadcrumbs {
  text-transform: uppercase;
  font-weight: bold; }
  .breadcrumbs a, .breadcrumbs a:visited {
    color: #000;
    font-family: FF-DIN, Sans-Serif;
    border-bottom: 0 !important; }
  .breadcrumbs a:hover {
    border-bottom: 1px solid #000 !important; }
  @media (min-width: 768px) {
    .breadcrumbs {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    .breadcrumbs {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      font-size: 14px; } }
  .breadcrumbs .icon-arrow-right {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px; }
  .breadcrumbs .current-breadcrumb-item {
    color: #bcbec0;
    font-family: FF-DIN, Sans-Serif; }

.staff-big-image {
  width: 100%;
  padding-bottom: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  float: right;
  background-size: cover; }

@media (max-width: 767px) {
  .single-staff .staff-description {
    order: 2; } }

.single-staff .staff-image-holder {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .single-staff .staff-image-holder .staff-image {
      order: 1; } }
.single-staff .contact {
  color: #000; }
  .single-staff .contact a, .single-staff .contact a:visited {
    color: #000; }

.staff-groups {
  text-decoration: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 28px;
  margin-bottom: 36px; }
  .staff-groups li {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    font-family: FF-DIN, Sans-Serif; }
    .staff-groups li.selected span {
      border-bottom: 1px solid #000; }
    .staff-groups li:last-of-type {
      border-right: 0; }
    .staff-groups li:first-of-type {
      margin-left: 0; }

.staff-post {
  border-top: 1px solid #ddd;
  padding-bottom: 31px; }
  @media (min-width: 768px) {
    .staff-post {
      padding-top: 27px; } }
  @media (max-width: 768px) {
    .staff-post {
      padding-top: 8px; } }
  .staff-post .sr1, .staff-post .sr2 {
    margin-left: 0;
    margin-right: 0; }
  .staff-post:last-of-type {
    border-bottom: 1px solid #ddd; }
  .staff-post .title-col {
    padding-left: 0; }
    .staff-post .title-col h2 {
      font-size: 25px;
      margin-bottom: 0; }
    .staff-post .title-col .staff-function {
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 5px;
      font-family: FF-DIN, Sans-Serif; }
  .staff-post .desc-row {
    padding-top: 18px; }
    .staff-post .desc-row .staff-img {
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: 6px;
      border-radius: 50%;
      border: 1px solid #ddd; }
      @media (min-width: 1328px) {
        .staff-post .desc-row .staff-img {
          width: 195px;
          height: 195px; } }
      @media (min-width: 768px) and (max-width: 1327px) {
        .staff-post .desc-row .staff-img {
          width: 145px;
          height: 145px; } }
      @media (max-width: 767px) {
        .staff-post .desc-row .staff-img {
          width: 195px;
          height: 195px;
          margin-bottom: 10px;
          margin-left: auto;
          margin-right: auto; } }
    .staff-post .desc-row .desc-col {
      padding-left: 0; }
      .staff-post .desc-row .desc-col .contact {
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 20px;
        font-variant-numeric: normal; }
        .staff-post .desc-row .desc-col .contact a, .staff-post .desc-row .desc-col .contact a:visited {
          text-decoration: none !important;
          border-bottom: 0;
          color: #000; }
        .staff-post .desc-row .desc-col .contact a:hover {
          text-decoration: underline !important;
          color: #000; }
      .staff-post .desc-row .desc-col p {
        font-size: 19px;
        letter-spacing: -0.2px;
        line-height: 1.3; }
      .staff-post .desc-row .desc-col p:last-of-type {
        margin-bottom: 0; }

.event-spacer {
  border: 0;
  margin: 0;
  height: 1px;
  background-color: #ddd;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .event-spacer {
      display: none; } }
.no-current-events {
  font-family: "Tinos", serif;
  margin-top: 15px; }

.event-post .event-text {
  font-size: 12px;
  border: 1px solid red; }

.background-mask {
  position: fixed;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: none; }
  .background-mask .modal-outer {
    width: 100%;
    height: 100%;
    display: table; }
    .background-mask .modal-outer .modal-inner {
      display: table-cell;
      vertical-align: middle;
      align: center;
      width: 100%;
      height: 100%; }
      .background-mask .modal-outer .modal-inner .registration-form {
        width: 100%;
        max-width: 640px;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        position: relative;
        z-index: 10000; }
        @media (max-width: 768px) {
          .background-mask .modal-outer .modal-inner .registration-form {
            -webkit-overflow-scrolling: touch !important; } }
        .background-mask .modal-outer .modal-inner .registration-form #user-message-holder {
          display: none;
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.99);
          z-index: 200;
          left: 0; }
          .background-mask .modal-outer .modal-inner .registration-form #user-message-holder .user-message-inner {
            display: table;
            width: 100%;
            height: 100%; }
            .background-mask .modal-outer .modal-inner .registration-form #user-message-holder .user-message-inner .user-message-wrapper {
              display: table-cell;
              text-align: center;
              vertical-align: middle; }
              .background-mask .modal-outer .modal-inner .registration-form #user-message-holder .user-message-inner .user-message-wrapper #user-message {
                font-family: FF-DIN;
                text-transform: uppercase;
                font-weight: bold; }
                .background-mask .modal-outer .modal-inner .registration-form #user-message-holder .user-message-inner .user-message-wrapper #user-message .loader-bouncing {
                  margin-top: -72px; }
        .background-mask .modal-outer .modal-inner .registration-form .after-actions {
          display: none; }
          .background-mask .modal-outer .modal-inner .registration-form .after-actions .close-and-reset {
            margin-top: 20px;
            margin-bottom: 20px; }
          .background-mask .modal-outer .modal-inner .registration-form .after-actions .action-row {
            width: 100%; }
        .background-mask .modal-outer .modal-inner .registration-form .error {
          font-weight: normal;
          color: red; }
        .background-mask .modal-outer .modal-inner .registration-form .field-desc {
          font-size: 10px;
          text-transform: uppercase;
          display: block;
          padding-top: 2px; }
        .background-mask .modal-outer .modal-inner .registration-form .accept-terms-error {
          display: block;
          margin-top: -1px; }
        .background-mask .modal-outer .modal-inner .registration-form .newsletter-wrapper {
          margin-top: 5px !important;
          margin-bottom: 15px; }
        .background-mask .modal-outer .modal-inner .registration-form .button-wrapper {
          text-align: right; }
        .background-mask .modal-outer .modal-inner .registration-form .newsletter-label, .background-mask .modal-outer .modal-inner .registration-form .terms-label, .background-mask .modal-outer .modal-inner .registration-form .message-label {
          width: 100%; }
        .background-mask .modal-outer .modal-inner .registration-form h3 {
          font-size: 22px;
          text-transform: uppercase; }
        .background-mask .modal-outer .modal-inner .registration-form label {
          text-transform: uppercase;
          font-size: 13px;
          margin-bottom: 0;
          font-weight: bold; }
        .background-mask .modal-outer .modal-inner .registration-form .row > div {
          margin-top: 15px; }
        .background-mask .modal-outer .modal-inner .registration-form input[type=text],
        .background-mask .modal-outer .modal-inner .registration-form input[type=email],
        .background-mask .modal-outer .modal-inner .registration-form textarea {
          width: 100%;
          font-family: "Tinos", serif;
          padding: 5px 10px;
          font-size: 18px;
          border: 1px solid black; }
          .background-mask .modal-outer .modal-inner .registration-form input[type=text]:focus,
          .background-mask .modal-outer .modal-inner .registration-form input[type=email]:focus,
          .background-mask .modal-outer .modal-inner .registration-form textarea:focus {
            box-shadow: none;
            outline: none !important; }
        .background-mask .modal-outer .modal-inner .registration-form textarea {
          height: 140px; }
        .background-mask .modal-outer .modal-inner .registration-form .send-registration {
          background-color: #193d67;
          color: #fff;
          display: inline-block;
          padding: 10px;
          text-transform: uppercase;
          font-family: FF-DIN, Sans-Serif;
          cursor: pointer; }
          .background-mask .modal-outer .modal-inner .registration-form .send-registration:hover {
            background-color: #244f81; }
        .background-mask .modal-outer .modal-inner .registration-form .cancel-registration {
          background-color: #ddd;
          color: #000;
          display: inline-block;
          padding: 10px;
          text-transform: uppercase;
          font-family: FF-DIN, Sans-Serif;
          cursor: pointer; }
          .background-mask .modal-outer .modal-inner .registration-form .cancel-registration:hover {
            background-color: #ccc; }

.register-button {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 10px; }

@media (max-width: 767px) {
  .mobile-holder {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 5px; } }

.event-side-wrapper {
  font-variant-numeric: normal; }
  .event-side-wrapper a, .event-side-wrapper a:visited {
    color: #000;
    text-decoration: underline; }
  .event-side-wrapper .event-date {
    font-family: "Tinos", serif;
    font-variant-numeric: oldstyle-nums; }
    @media (min-width: 768px) {
      .event-side-wrapper .event-date {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .event-side-wrapper .event-date {
        font-size: 16px; } }
    .event-side-wrapper .event-date a, .event-side-wrapper .event-date a:visited {
      text-decoration: none; }
  .event-side-wrapper .ev-side-heading {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px; }
    .event-side-wrapper .ev-side-heading:first-of-type {
      margin-top: 0; }
  .event-side-wrapper .misc-info {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Tinos", serif;
    line-height: 1.1;
    font-style: italic; }
    @media (min-width: 768px) {
      .event-side-wrapper .misc-info {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .event-side-wrapper .misc-info {
        font-size: 16px; } }
.grey-md-button {
  background-color: #ddd;
  color: #000;
  display: inline-block;
  padding: 6px 20px;
  text-transform: uppercase;
  font-family: FF-DIN, Sans-Serif;
  cursor: pointer; }
  .grey-md-button:hover {
    background-color: #ccc; }

.blue-md-button {
  background-color: #193d67 !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 10px 20px !important;
  text-transform: uppercase;
  font-family: FF-DIN, Sans-Serif;
  cursor: pointer;
  border: 0 !important;
  font-size: 14px;
  width: 100% !important;
  border-radius: 5px; }
  .blue-md-button:hover {
    background-color: #244f81 !important; }

.md-link {
  text-transform: uppercase;
  font-family: FF-DIN, Sans-Serif;
  color: #000;
  text-decoration: underline;
  cursor: pointer; }

.loader {
  color: #000;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999; }

.loader:after, .loader:before {
  box-sizing: border-box;
  display: none; }

.loader.is-active {
  background-color: #193d67;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.loader.is-active:after, .loader.is-active:before {
  display: block; }

.loader-bouncing:after, .loader-bouncing:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-radius: 50%;
  background-color: #193d67;
  animation: kick .6s infinite alternate; }

.loader-bouncing:after {
  margin-left: -30px;
  animation: kick .6s infinite alternate; }

.loader-bouncing:before {
  animation-delay: .2s; }

@keyframes kick {
  0% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: .3;
    transform: translateY(-1rem); } }

.calendar-date {
  border: 1px solid black;
  width: 50px;
  height: 60px;
  float: left;
  margin-top: 5px;
  margin-right: 11px; }
  .calendar-date .cal-month {
    text-align: center;
    font-family: "FF-DIN";
    text-transform: uppercase;
    font-size: 15px;
    background-color: #e95851;
    color: white; }
  .calendar-date .cal-day {
    font-family: "FF-DIN";
    text-align: center;
    padding-top: 0px;
    font-size: 27px;
    line-height: 1;
    margin-top: 7px; }

.youtube-list {
  margin-top: 10px; }
  .youtube-list h3 {
    line-height: 1.2;
    font-weight: normal;
    font-family: "Tinos", serif;
    color: #000;
    font-size: 16px;
    margin-top: 4px;
    font-style: italic; }

#facebook-box {
  height: 130px;
  background-color: #193d67;
  text-align: center;
  overflow: hidden;
  max-width: 100%; }
  #facebook-box .lds-ripple {
    margin-top: 35px; }

.experts {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-variant-numeric: normal;
  font-family: Lato; }
  .experts .expert {
    clear: both;
    margin-bottom: 30px; }
    .experts .expert h3 {
      margin-bottom: 0px; }
    .experts .expert a {
      display: block;
      color: #000; }
      .experts .expert a:hover {
        text-decoration: underline; }
    .experts .expert img {
      margin-right: 10px;
      float: left;
      width: 80px;
      border-radius: 50%;
      border: 1px solid #ddd; }

.fv-tag {
  border: 1px solid #ddd;
  background-color: #efefef;
  text-align: left;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 8px; }

.publication-container {
  font-variant-numeric: normal; }
  .publication-container .book-image-container {
    margin-bottom: 20px; }
    .publication-container .book-image-container img {
      width: 100%;
      border: 1px solid #000;
      margin-top: 6px;
      max-width: 300px;
      margin-bottom: 5px; }
    .publication-container .book-image-container .download-link {
      text-decoration-style: none !important;
      text-decoration-color: transparent !important;
      font-size: 16px;
      border-bottom: 0;
      margin-bottom: 10px;
      display: inline-block;
      line-height: 1.5;
      border-bottom: 1px solid #fff; }
      .publication-container .book-image-container .download-link a, .publication-container .book-image-container .download-link a:visited {
        color: #000;
        text-transform: uppercase; }
      .publication-container .book-image-container .download-link:hover {
        border-bottom: 1px solid #000 !important; }
      .publication-container .book-image-container .download-link .dashicons-download {
        font-size: 22px;
        margin-right: 5px;
        margin-top: 5px;
        text-decoration: none;
        text-decoration-color: transparent !important; }

@media (max-width: 767px) {
  .heading-spacer {
    height: 15px; } }

@media (min-width: 768px) {
  .heading-spacer {
    height: 30px; } }

.heading-spacer-2 {
  height: 5px; }

.tubepress-normal-player .tubepress-thumb .tubepress-meta-group a, .tubepress-normal-player .tubepress-thumb .tubepress-meta-group a:visited {
  border-bottom: none; }

div.tubepress-pagination-and-thumbs.js-tubepress-pagination-and-thumbs > div.tubepress-thumbs.js-tubepress-thumbs
dl {
  padding-top: 8px; }
  div.tubepress-pagination-and-thumbs.js-tubepress-pagination-and-thumbs > div.tubepress-thumbs.js-tubepress-thumbs
dl > dd.tubepress-meta-title.js-tubepress-meta-value > a {
    text-decoration: none !important;
    border-bottom: none;
    font-weight: normal;
    font-size: 14px;
    font-family: Lato, Sans-Serif; }

.tubepress-pagination {
  font-variant-numeric: normal !important;
  text-transform: uppercase; }

.news-heading .post-date {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: FF-DIN, Sans-Serif; }
  @media (min-width: 768px) {
    .news-heading .post-date {
      margin-bottom: 11px; } }
  @media (max-width: 767px) {
    .news-heading .post-date {
      margin-bottom: 5px; } }
.short-bio {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .short-bio {
      display: table; } }
  @media (min-width: 992px) {
    .short-bio .bio-image {
      display: table-cell;
      width: 15%;
      vertical-align: top; } }
  .short-bio .bio-image img {
    border: 1px solid #ddd; }
    @media (max-width: 991px) {
      .short-bio .bio-image img {
        max-width: 155px;
        margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .short-bio .bio-text {
      display: table-cell;
      vertical-align: top;
      padding-left: 20px;
      font-size: 18px;
      line-height: 1.3; } }
  .short-bio .bio-text p {
    font-size: 18px;
    line-height: 1.3; }

.hf-social-icons {
  font-size: 28px !important; }
  .hf-social-icons .icon-facebook, .hf-social-icons .icon-twitter {
    margin-right: 10px; }
  .hf-social-icons a, .hf-social-icons a:visited {
    transition: color 0.3s;
    color: #fff; }
  .hf-social-icons a, .hf-social-icons a:hover {
    text-decoration: none !important; }
  .hf-social-icons a:hover {
    color: #ddd !important; }

.cpt-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1.2; }
  .cpt-list li {
    margin-bottom: 10px; }
    .cpt-list li a {
      color: #000; }
      .cpt-list li a:hover {
        text-decoration: underline; }

.pager-wrapper {
  text-align: center;
  margin-top: 20px; }
  .pager-wrapper .pagination {
    font-family: "FF-DIN";
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    .pager-wrapper .pagination .page-item.active, .pager-wrapper .pagination .page-link.active {
      background-color: #193d67;
      border-color: #193d67; }
    .pager-wrapper .pagination li a {
      color: #000; }

.frihandels-col-spacer {
  margin-top: 80px; }

.frihandels-banner {
  background-color: #ff6702;
  color: #fff;
  padding: 15px 30px 12px 30px;
  font-size: 42px;
  margin-bottom: 35px;
  border-radius: 5px; }

.arch-desc-text {
  border: 1px solid #ddd;
  background-color: #fafafa;
  margin-top: 30px;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 35px; }
  .arch-desc-text p {
    font-family: Lato, Sans-Serif;
    font-size: 16px; }
    .arch-desc-text p:last-of-type {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.sr-post {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 769px) {
    .sr-post.sr-lead h2 {
      font-size: 32px !important; }
    .sr-post.sr-lead .news-text {
      font-size: 20px !important; }
    .sr-post.sr-lead .sr-date {
      font-size: 17px !important; }
    .sr-post.sr-lead .news-text {
      margin-bottom: 15px;
      margin-top: 15px; } }
  .sr-post .date {
    text-align: center;
    margin-top: 8px;
    font-size: 14px; }
  .sr-post .news-text {
    text-align: center;
    font-size: 18px; }
  @media (max-width: 767px) {
    .sr-post {
      margin-bottom: 30px; } }
  .sr-post:hover .image-part {
    opacity: 0.8; }
  .sr-post .image-part {
    padding-right: 0;
    transition: opacity 0.3s; }
  .sr-post .sr-image {
    width: 100%;
    padding-bottom: 56%;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: inline-block;
    background-size: cover; }
  .sr-post .new-news-heading {
    text-align: center;
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 8px; }

.sr-separator {
  background-color: #ddd; }

.blog-sidebar .sakerhetradet-container {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .blog-sidebar .sakerhetradet-container {
      margin-top: 87px; } }
.blog-sidebar .frihandels-holder {
  border: 1px solid #ff6702;
  font-weight: bold;
  font-family: Georgia;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  padding: 6px 20px;
  font-size: 20px;
  background-color: #ff6702;
  margin-top: 95px;
  font-size: 25.5px;
  margin-bottom: 20px; }
  .blog-sidebar .frihandels-holder .icon2-frihandelsbloggen-logo {
    display: inline-block;
    margin-top: 10px; }

.blog-sidebar h2 {
  font-family: FF-DIN, Sans-Serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0; }

.sakerhetradet-container {
  margin-top: 24px;
  border: 1px solid #193d67;
  font-weight: bold;
  font-family: Georgia;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
  font-size: 19px;
  background-color: #193d67;
  line-height: 1; }
  .sakerhetradet-container .archive-link {
    float: right;
    margin-top: 7px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
    .sakerhetradet-container .archive-link .icon-arrow-right {
      font-size: 10px; }
  .sakerhetradet-container .icon2-sakerhetsradet-logo {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    color: white; }

.frihandelsbloggen-container {
  border: 1px solid #ff6702;
  font-weight: bold;
  font-family: Georgia;
  width: 100%;
  border-radius: 10px;
  color: #000;
  padding: 6px 20px;
  font-size: 20px;
  background-color: #ff6702; }
  .frihandelsbloggen-container .archive-link {
    float: right;
    margin-top: 11px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
    .frihandelsbloggen-container .archive-link .icon-arrow-right {
      font-size: 10px; }
  .frihandelsbloggen-container .icon2-frihandelsbloggen-logo {
    display: inline-block;
    margin-top: 8px;
    font-size: 25.5px;
    color: white; }

.blog-posts-fp-holder {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 20px; }

.blog-posts-fp-holder .media-post {
  cursor: pointer; }

.blog-tags a, .blog-tags a:visited {
  color: #000;
  text-decoration: none; }

.blog-tags a:hover {
  text-decoration: underline; }

@media (max-width: 991px) {
  .blog-tags {
    font-size: 12px !important; } }

#cida-news-holder,
#cida-media-holder {
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 768px) {
    #cida-news-holder,
    #cida-media-holder {
      height: 735px;
      overflow-y: scroll;
      overflow-x: hidden; } }
#cida-news-inner,
#cida-media-inner {
  margin-top: -20px;
  padding-right: 15px; }

.cida-reports-heading-outer {
  margin-top: -40px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #cida-publication-container {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 30px; } }

@media (max-width: 767px) {
  #cida-publication-container {
    padding-right: 15px; } }

@media (max-width: 767px) {
  #cida-intro-text {
    margin-bottom: 80px;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .cida-news-media {
    margin-top: 100px; } }

@media (max-width: 767px) {
  .cida-reports-heading-outer .heading-wrapper {
    height: 26px;
    margin-bottom: -5px; }
  .cida-reports-heading-outer h3 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 6px; } }

#book-carousel {
  margin-top: 20px; }
  #book-carousel img {
    width: 100px;
    height: auto;
    border: 1px solid #ddd; }
  #book-carousel .book-link {
    color: #000; }
  #book-carousel .book-info-outer {
    display: table; }
    #book-carousel .book-info-outer .book-row {
      display: table-row; }
      #book-carousel .book-info-outer .book-row h2 {
        line-height: 1.1;
        font-family: Lato, Sans-Serif;
        font-size: 16px;
        text-transform: none; }
      #book-carousel .book-info-outer .book-row .book-image-cell {
        display: table-cell;
        padding-right: 10px;
        min-width: 110px; }
        #book-carousel .book-info-outer .book-row .book-image-cell img {
          margin-bottom: 8px; }
        #book-carousel .book-info-outer .book-row .book-image-cell .under-title {
          display: none; }
          @media (min-width: 992px) and (max-width: 1327px) {
            #book-carousel .book-info-outer .book-row .book-image-cell .under-title {
              display: block !important; } }
      #book-carousel .book-info-outer .book-row .book-desc-cell {
        display: table-cell;
        vertical-align: top; }
        @media (min-width: 992px) and (max-width: 1327px) {
          #book-carousel .book-info-outer .book-row .book-desc-cell p {
            display: none !important; }
          #book-carousel .book-info-outer .book-row .book-desc-cell h2 {
            display: none !important; } }
        #book-carousel .book-info-outer .book-row .book-desc-cell p {
          line-height: 1.2; }

.pagination .page-item a.page-link {
  border-bottom: 1px solid #ddd; }

.tubepress-pagination ul {
  font-family: FF-DIN, Sans-Serif; }

.tubepress-pagination .tubepress-pagination-item.active span {
  color: #fff;
  background-color: #193d67; }

.tubepress-pagination .tubepress-pagination-item a {
  border-bottom: 1px solid #ddd !important; }

.image-heading-box {
  margin-bottom: 20px; }
  .image-heading-box .heading-box-image {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 56%;
    margin-bottom: 4px; }
  .image-heading-box a {
    color: #000; }
    .image-heading-box a h2 {
      margin-block-start: 0.83em;
      margin-block-end: 0.83em;
      line-height: 1.1;
      font-size: 21px;
      text-transform: none;
      margin-left: 0;
      margin-bottom: 0.2em;
      margin-top: 0; }
    .image-heading-box a .date {
      text-transform: uppercase;
      font-size: 13px;
      font-variant-numeric: normal;
      color: #212529; }

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px; }

.scroll-style-1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5; }

.scroll-style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  border-radius: 10px; }

.scroll-style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ddd;
  border-radius: 10px; }

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
.om-sakerhetsradet {
  margin-top: -10px;
  margin-bottom: 30px; }

.om-sakerhetsradet p {
  font-family: Lato, sans-serif;
  font-size: 13px; }

.sr-podcast-widget {
  font-family: Lato, Sans-Serif;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  background-color: #fbfbfb;
  margin-bottom: 35px; }

.sr-podcast-widget a, a:visited {
  color: #000; }

.sr-podcast-widget > .sr-podcast-description {
  font-size: 13px;
  /*letter-spacing: 0.2px;*/ }

.sr-podcast-widget > .sr-podcast-sub-heading {
  font-family: Lato, Sans-Serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 12px;
  border-bottom: 1px solid #ddd; }

.podcast-icon-spotify {
  color: #19E68C; }

.podcast-icon-podcast {
  color: #AA50DE; }

.podcast-icon-spotify, .podcast-icon-podcast, .podcast-icon-acast {
  font-size: 20px;
  float: left;
  margin-top: 3px;
  margin-right: 9px;
  width: 20px; }

.sr-podcast-channel span {
  font-size: 14px; }

.sr-podcast-middle {
  margin-top: 8px;
  margin-bottom: 8px; }

.sr-podcast-channel:hover {
  opacity: 0.8; }

.sr-podcast-widget .sr-podcast-image {
  width: 108px;
  float: right;
  margin-top: 3px;
  margin-left: 11px;
  margin-bottom: 11px;
  border-radius: 5px;
  border: 1px solid #ddd; }

.textwidget a, .textwidget a:visited {
  color: #000; }
