@charset "UTF-8";
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0071bc;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #767676;
  --gray-dark: #343a40;
  --primary: #0071bc;
  --secondary: #25282a;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "proxima-nova", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #25282a;
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0071bc;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0071bc;
  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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #767676;
}
.blockquote-footer::before {
  content: "— ";
}

/*
@import "images";
@import "code";
*/
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.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%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.col-1 {
  flex: 0 0 8.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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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%;
  }
}
/*
@import "tables";
*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2rem;
  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: #3db1ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 188, 0.25);
}
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control::placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.6rem + 2px);
}
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.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #25282a;
  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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.9rem + 2px);
}

.form-control-lg {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(4rem + 2px);
}

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

.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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 188, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0071bc;
  border-color: #0071bc;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005a96;
  border-color: #005289;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 188, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0071bc;
  border-color: #0071bc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005289;
  border-color: #004b7c;
}
.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(0, 113, 188, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #25282a;
  border-color: #25282a;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #131516;
  border-color: #0d0e0f;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 40, 42, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #25282a;
  border-color: #25282a;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0d0e0f;
  border-color: #070808;
}
.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(37, 40, 42, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #25282a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #25282a;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #25282a;
  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: #25282a;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #25282a;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #25282a;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #25282a;
  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: #25282a;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #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(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #0071bc;
  background-color: transparent;
  background-image: none;
  border-color: #0071bc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0071bc;
  border-color: #0071bc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 188, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0071bc;
  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: #0071bc;
  border-color: #0071bc;
}
.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, 113, 188, 0.5);
}

.btn-outline-secondary {
  color: #25282a;
  background-color: transparent;
  background-image: none;
  border-color: #25282a;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #25282a;
  border-color: #25282a;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 40, 42, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #25282a;
  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: #25282a;
  border-color: #25282a;
}
.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(37, 40, 42, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #25282a;
  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: #25282a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #25282a;
  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: #25282a;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  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: #0071bc;
  background-color: transparent;
}
.btn-link:hover {
  color: #0071bc;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #767676;
  pointer-events: none;
}

.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 2rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #25282a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #191b1c;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0071bc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #767676;
  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: #767676;
  white-space: nowrap;
}

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

/*
@import "input-group";
@import "button-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #003b62;
  background-color: #cce3f2;
  border-color: #b8d7ec;
}
.alert-primary hr {
  border-top-color: #a4cce7;
}
.alert-primary .alert-link {
  color: #001c2f;
}

.alert-secondary {
  color: #131516;
  background-color: #d3d4d4;
  border-color: #c2c3c3;
}
.alert-secondary hr {
  border-top-color: #b5b6b6;
}
.alert-secondary .alert-link {
  color: black;
}

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

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

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

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

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

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

/*
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "modal";
@import "tooltip";
@import "popover";
*/
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 5%;
  margin-left: 5%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0071bc !important;
}

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

.bg-secondary {
  background-color: #25282a !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0071bc !important;
}

.border-secondary {
  border-color: #25282a !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

.border-warning {
  border-color: #ffc107 !important;
}

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

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

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

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 2rem !important;
}

.rounded-top {
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}

.rounded-right {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.rounded-left {
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: #0071bc !important;
}

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

.text-secondary {
  color: #25282a !important;
}

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

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

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

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

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

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

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

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

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

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

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

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

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

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

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

/*
.text-hide {
  @include text-hide();
}
*/
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #aaa;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/*
  Colors for social button
  version 2016.04.06
*/
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}
@media (max-width: 575.98px) {
  .visible-xs {
    display: block !important;
  }
}

.visible-sm {
  display: none !important;
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-md {
  display: none !important;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .visible-md {
    display: block !important;
  }
}

.visible-lg {
  display: none !important;
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
}

.visible-xl {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
}

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

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

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

.btn-black {
  color: #25282a;
  background-color: #fff;
  border-color: #000;
  color: #dc3545 !important;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-black:hover {
  color: #25282a;
  background-color: #fff;
  border-color: #000;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #25282a;
  background-color: #fff;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #25282a;
  background-color: #fff;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-black:active, .btn-black:hover, .btn-black:focus {
  background: #dc3545;
  color: white !important;
}

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

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #005b85;
}

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

.notFound {
  padding: 150px 0;
}

.form-vertical {
  font-size: 16px;
  font-size: 1rem;
}
.form-vertical fieldset {
  border: 1px rgba(0, 0, 0, 0) solid;
  border-top: 1px #343a40 solid;
  padding: 80px 0 40px 0;
  position: relative;
}
.form-vertical fieldset legend {
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.form-vertical fieldset .row {
  align-items: flex-end;
}
.form-vertical fieldset .row > *[class*="-3"] {
  flex: 0 0 33.3333%;
  max-width: 33.33%;
}
.form-vertical .form-group label {
  display: block;
  float: left;
}
.form-vertical .form-group label + .text-muted {
  padding-left: 7px;
}
.form-vertical .form-group label.required:after {
  content: "*";
  color: #dc3545;
  margin-left: 4px;
}

ul.errors {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin: 0 0 20px;
  background: rgba(220, 53, 69, 0.1);
  border: 2px rgba(220, 53, 69, 0.7) solid;
  padding: 10px 20px;
  color: #dc3545;
}
.form-group ul.errors {
  border-width: 0;
  background: none;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.15s linear 0s, transform 0.05s linear 0.15s;
}
.navlink-opened .overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.15s linear;
}

#subscribe_form [for=f_email] {
  display: none;
}

.social_home-moreLink a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Trade Gothic";
  display: inline-block;
  letter-spacing: 1pt;
  margin-left: 7px;
  margin-right: 7px;
}
.social_home-moreLink a:after {
  content: "\e82a";
  font-family: "fontello_theme";
  margin-left: 4px;
  display: inline-block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: ProximaSemiBold;
  src: url(../fonts/proximanova-semibold-webfont.eot);
  src: url(../fonts/proximanova-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-semibold-webfont.woff) format("woff"), url(../fonts/proximanova-semibold-webfont.ttf) format("truetype"), url(../fonts/proximanova-semibold-webfont.svg#ProximaSemiBold) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ProximaRegular;
  src: url(../fonts/proximanova-regular-webfont.eot);
  src: url(../fonts/proximanova-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-regular-webfont.woff) format("woff"), url(../fonts/proximanova-regular-webfont.ttf) format("truetype"), url(../fonts/proximanova-regular-webfont.svg#ProximaRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("../fonts/TradeGothic-Bold8.woff2") format("woff2"), url("../fonts/TradeGothic-Bold8.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*

@font-face{
  font-family:ProximaExtraBold;
  src:url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-extrabold-webfont.eot);
  src:url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-extrabold-webfont.eot?#iefix) format("embedded-opentype"),url(https://www.blueshieldca.com/bsca/bsca/bsc/fonts/proximanova-extrabold-webfont.woff) format("woff"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-extrabold-webfont.ttf) format("truetype"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-extrabold-webfont.svg#ProximaExtraBold) format("svg");
  font-weight:400;font-style:normal
}
@font-face{
  font-family:ProximaBold;
  src:url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-bold-webfont.eot);
  src:url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-bold-webfont.woff) format("woff"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-bold-webfont.ttf) format("truetype"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-bold-webfont.svg#ProximaBold) format("svg");
  font-weight:400;
  font-style:normal
}
@font-face{
  font-family:ProximaLight;
  src:url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-light-webfont.eot);
  src:url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-light-webfont.woff) format("woff"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-light-webfont.ttf) format("truetype"),url(https://www.blueshieldca.com/bsca/bsc/fonts/proximanova-light-webfont.svg#ProximaLight) format("svg");
  font-weight:400;
  font-style:normal
}
*/
.icon-svg {
  display: inline-block;
}
.icon-svg:before {
  content: "";
  float: left;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
}
.icon-svg-arrow-back {
  width: 26px;
  height: 17px;
}
.icon-svg-arrow-back:before {
  background-image: url("../images/icon-back.png");
}

/*
   Animation example, for spinners
*/
.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.f-icon2x:before {
  font-size: 150%;
}

.icon-quote:before {
  content: "\e800";
} /* '' */
.icon-facebook:before {
  content: "\e809";
} /* '' */
.icon-twitter:before {
  content: "\e80a";
} /* '' */
.icon-thumbs-up:before {
  content: "\e80b";
} /* '' */
.icon-retweet:before {
  content: "\e80d";
} /* '' */
.icon-heart-empty:before {
  content: "\e80e";
} /* '' */
.icon-angle-right:before {
  content: "\e82a";
} /* '' */
.icon-spin5:before {
  content: "\e838";
} /* '' */
.icon-spin6:before {
  content: "\e839";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-comment-empty:before {
  content: "\f0e5";
} /* '' */
.icon-reply:before {
  content: "\f112";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-share:before {
  content: "\f1e0";
} /* '' */
@font-face {
  font-family: "fontello_theme";
  src: url(../fonts/fontello.eot);
  src: url(../fonts/fontello.eot?#iefix) format("embedded-opentype"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype"), url(../fonts/fontello.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?5516513#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello_theme";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.header {
  position: relative;
}
.header .container,
.header .container-fluid {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px #eaeaea solid;
}
@media (min-width: 992px) {
  .header .container,
  .header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header-top {
  padding-top: 3px;
  display: none;
}
@media (max-width: 767.98px) {
  .header-top {
    display: none;
  }
}
.header-top-lang {
  position: relative;
}
.header-top-lang-link {
  font-size: 12px;
  font-size: 0.75rem;
  color: #767676;
  padding: 6px 0;
  display: inline-block;
  cursor: pointer;
}
.header-top-lang-link:after {
  display: none;
}
.header-top-lang-link-icon {
  width: 15px;
  height: 15px;
  fill: #767676;
  display: inline-block;
  vertical-align: middle;
}
.header-top-lang-link-arrow {
  width: 15px;
  height: 15px;
  fill: #767676;
  display: inline-block;
  vertical-align: middle;
}
.header-top-lang .dropdown-menu {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0;
}
.header-top-links ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.header-top-links ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.header-top-links ul li:before {
  content: "";
  display: inline-block;
  border-left: 1px #767676 solid;
  line-height: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 5px;
}
.header-top-links ul li:first-child:before {
  display: none;
}
.header-top-links ul li a {
  display: inline-block;
  color: #767676;
}
@media (min-width: 1200px) {
  .header-navLink {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-navLink {
    background: #eee;
    height: 60px;
    flex: 0 0 60px;
    margin: 0 20px 0 0;
  }
  .header-navLink > span {
    display: none;
  }
  .header-navLink svg {
    fill: #0071bc;
    width: 48px;
    height: 48px;
    margin: 6px 0 0 6px;
  }
}
.header-logo {
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .header-logo {
    padding: 15px 0 10px;
  }
}
@media (max-width: 1199.98px) {
  .header-logo {
    padding: 5px 0;
  }
}
.header-logo-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .header-logo-img {
    width: 125px;
  }
}
@media (max-width: 575.98px) {
  .header-logo-img {
    width: 62.5px;
  }
}
.header-logo-newsroom {
  display: inline-block;
  vertical-align: middle;
  font-family: "Trade Gothic";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1pt;
  line-height: 50px;
  line-height: 3.125rem;
  border-left: #dee2e6 1px solid;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .header-logo-newsroom {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 575.98px) {
  .header-logo-newsroom {
    font-size: 16px;
    font-size: 1rem;
  }
}
.header-logo-newsroom a {
  color: #25282a;
  text-decoration: none;
}
.header-menu {
  flex: 0 100 100%;
}
@media (min-width: 1200px) {
  .header-subscribe {
    padding: 19px 15px 15px;
  }
}
@media (max-width: 1199.98px) {
  .header-subscribe {
    padding: 8px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-subscribe {
    display: none;
  }
}
.header-search {
  flex: 0 0 250px;
}
@media (min-width: 1200px) {
  .header-search {
    padding: 19px 0 15px 15px;
  }
}
@media (max-width: 1199.98px) {
  .header-search {
    padding: 10px 0 0 15px;
  }
}
@media (max-width: 767.98px) {
  .header-search {
    display: none;
  }
}
.header-search form {
  position: relative;
}
.header-search button[type=submit] {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 21px;
  background: none;
  border-width: 0;
}
.header-search button[type=submit] svg {
  fill: #0071bc;
  width: 20px;
  height: 21px;
}

@media (min-width: 992px) {
  .content {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .content {
    padding: 40px 0;
  }
}
.content-col > h1 {
  margin-bottom: 26.6666666667px;
}
.content-title {
  font-family: "trade-gothic-next-condensed", proxima-nova, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  letter-spacing: 1pt;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.content-share {
  display: flex;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.content-share img {
  width: 60px;
  height: auto;
}

.layout-row {
  justify-content: space-between;
}

#subscribe_form .form-control {
  border-width: 0;
}

.footer-links {
  background: #000;
  color: #eaeaea;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 1.25rem 0;
}
.footer-links::after {
  display: block;
  clear: both;
  content: "";
}
.footer-links a {
  color: #eaeaea;
}
@media (min-width: 992px) {
  .footer-links-left {
    float: left;
  }
  .footer-links-right {
    float: right;
  }
}
@media (max-width: 991.98px) {
  .footer-links {
    text-align: center;
  }
}
.footer-links-left ul, .footer-links-right ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.footer-links-left ul li, .footer-links-right ul li {
  display: inline-block;
}
.footer-links-left ul li:after, .footer-links-right ul li:after {
  margin: 0 15px;
  content: "|";
}
.footer-links-left ul li:last-child:after, .footer-links-right ul li:last-child:after {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-links-left .other-sites {
    margin-bottom: 18px;
    display: inline-block;
  }
  .footer-links-right {
    margin-top: 30px;
  }
}
.footer-info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  padding: 30px 0 20px;
}
.footer-info::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .footer-info-copyrights {
    float: left;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .footer-info-copyrights {
    text-align: center;
  }
}
.footer-info-logos {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-info-logos {
    float: right;
    width: 25%;
  }
}

.footerNav {
  background: #25282a;
  color: #eaeaea;
  padding: 20px 0;
}
.footerNav a {
  color: #eaeaea;
}
@media (min-width: 992px) {
  .footerNav .container-fluid {
    display: flex;
  }
}
.footerNav-list {
  padding-right: 40px;
}
@media (min-width: 992px) {
  .footerNav-list {
    flex: 0 0 75%;
  }
}
.footerNav-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.footerNav-list ul[data-level="0"] {
  font-weight: 700;
}
@media (min-width: 992px) {
  .footerNav-list ul[data-level="0"] {
    display: flex;
    justify-content: space-between;
  }
  .footerNav-list ul[data-level="0"] > li {
    padding-right: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .footerNav-list ul[data-level="0"] > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .footerNav-list ul[data-level="0"] li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .footerNav-list ul[data-level="0"] li {
    margin-bottom: 5px;
  }
}
.footerNav-list ul[data-level="1"] {
  font-weight: 400;
}
@media (min-width: 992px) {
  .footerNav-list ul[data-level="1"] {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .footerNav-list ul[data-level="1"] {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
.footerNav-sociallang {
  padding-top: 20px;
  flex: 0 0 25%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footerNav-sociallang {
    padding-left: 40px;
  }
}
.footerNav-sociallang-social-link-item {
  fill: #eaeaea;
}
.footerNav-sociallang-lang {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .footerNav-sociallang-lang {
    text-align: center;
  }
}
.footerNav-sociallang-lang-link {
  cursor: pointer;
}
.footerNav-sociallang-lang-link-text {
  font-size: 12.8px;
  font-size: 0.8rem;
}
.footerNav-sociallang-lang-link-icon {
  width: 20px;
  height: 20px;
  fill: white;
  vertical-align: middle;
}
.footerNav-sociallang-lang-link-arrow {
  width: 15px;
  height: 15px;
  float: right;
  fill: white;
  margin-top: 5px;
}
.footerNav-sociallang-lang-link:after {
  display: none;
}
.footerNav-sociallang-lang .dropdown-menu {
  background: #fff;
  color: #767676;
}
.footerNav-sociallang-lang .dropdown-menu a {
  color: #767676;
}

@media (max-width: 1199.98px) {
  .nav {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 300px;
    background: #fff;
    transform: translateX(-101%);
    transition: transform 0.3s linear;
    padding: 0 0 20px;
  }
  .nav.opened {
    transform: translateX(0);
  }
}
.nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav ul[data-level="0"] {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .nav ul[data-level="0"] li {
    padding: 0 20px;
    letter-spacing: 0;
  }
  .nav ul[data-level="0"] li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .nav ul[data-level="0"] li a:hover, .nav ul[data-level="0"] li a:focus {
    text-decoration: none;
    color: #767676;
  }
  .nav ul[data-level="0"] > li {
    display: inline-block;
    letter-spacing: 0;
  }
  .nav ul[data-level="0"] > li > a {
    position: relative;
    display: block;
    padding: 20px 0 15px;
    color: #25282a;
  }
  .nav ul[data-level="0"] > li.hasSubitems:hover [data-level="1"] {
    display: block;
  }
  .nav ul[data-level="0"] > li.hasSubitems:hover > a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 10px);
    transform: translateX(-50%);
    border-bottom: 12px #0071bc solid;
    border-left: 12px rgba(0, 0, 0, 0) solid;
    border-right: 12px rgba(0, 0, 0, 0) solid;
  }
  .nav ul[data-level="0"] > li.hasSubitems > a:after {
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #ced4da;
  }
  .nav ul[data-level="1"] {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    z-index: 10;
    background: #0071bc;
    border-bottom: 2px solid #014d83;
    text-align: center;
    letter-spacing: 40px;
    padding: 7px 40px;
  }
  .nav ul[data-level="1"] > li {
    display: inline-block;
    letter-spacing: 0;
  }
  .nav ul[data-level="1"] > li > a {
    line-height: 30px;
    line-height: 1.875rem;
    border-bottom: 1px solid transparent;
    color: #fff;
  }
  .nav ul[data-level="1"] > li > a:hover, .nav ul[data-level="1"] > li > a:focus {
    color: #fff;
    border-bottom-color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 1199.98px) {
  .nav ul[data-level="0"] {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .nav ul[data-level="0"] a {
    display: block;
    padding: 15px 20px;
    color: #25282a;
  }
  .nav ul[data-level="0"] > li {
    border-bottom: 1px #edf6f9 solid;
  }
  .nav ul[data-level="0"] > li.hasSubitems.opened .nav-icon {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }
  .nav ul[data-level="0"] > li.hasSubitems.opened [data-level="1"] {
    display: block;
  }
  .nav ul[data-level="0"] > li > a {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400;
  }
  .nav ul[data-level="0"] > li > a .nav-icon {
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.3s ease;
    margin-top: 4px;
  }
  .nav ul[data-level="1"] {
    display: none;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .nav ul[data-level="1"] > li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.nav-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .nav-subscribe {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .nav-subscribe {
    padding: 20px;
  }
  .nav-subscribe .btn {
    width: 100%;
  }
}
.nav-search {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .nav-search {
    display: none;
  }
}
.nav-search form {
  position: relative;
}
.nav-search button[type=submit] {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 21px;
  background: none;
  border-width: 0;
}
.nav-search button[type=submit] svg {
  fill: #0071bc;
  width: 20px;
  height: 21px;
}
.nav-header {
  position: relative;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .nav-header {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .nav-title {
    background: #0071bc;
    padding: 20px;
    color: white;
    display: block;
    text-transform: uppercase;
  }
}
.nav-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #edf6f9;
  border: 0px #0071bc solid;
  text-indent: -9999px;
  width: 58px;
}
.nav-close:before, .nav-close:after {
  content: "";
  background: #0071bc;
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  transform-origin: 0 0;
  transition: all 0.3s linear;
}
.nav-close:before {
  transform: rotate(-45deg);
  bottom: 16px;
  left: 18px;
}
.nav-close:after {
  transform: rotate(45deg);
  top: 18px;
  left: 18px;
}

.contentBlock {
  padding: 40px 26.6666666667px;
  margin: 0 -26.6666666667px 26.6666666667px;
}
.contentBlock.bg-blue {
  background: #edf6f9;
}
.contentBlock.bg-gray {
  background: #f7f7f1;
}
.contentBlock-title h2 {
  font-family: "Trade Gothic";
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1pt;
}
.contentBlock-title-center .contentBlock-title h2 {
  text-align: center;
}
.contentBlock-morelink {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Trade Gothic";
  text-align: right;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contentBlock-morelink a {
  display: inline-block;
  letter-spacing: 1pt;
}
.contentBlock-morelink a:after {
  content: "\e82a";
  font-family: "fontello_theme";
  margin-left: 4px;
  display: inline-block;
}

.asideBlock {
  padding: 26.6666666667px;
  /* use it for old article with new share links in the sidebar */
}
.asideBlock.bg-blue {
  background: #edf6f9;
}
.asideBlock.bg-gray {
  background: #f7f7f1;
}
@media (max-width: 991.98px) {
  .asideBlock {
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .asideBlock {
    margin: 20px 0;
  }
}
.asideBlock a {
  /* font-weight: 300; */
}
.asideBlock-title h2 {
  font-family: "Trade Gothic";
  font-weight: 700;
  letter-spacing: 1pt;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content-aside .asideBlock-title {
  flex: 0 0 100%;
  max-width: 100%;
}
.asideBlock-morelink {
  text-transform: uppercase;
  font-family: "Trade Gothic";
  font-weight: 700;
  letter-spacing: 1pt;
}
.content-aside .asideBlock-morelink {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.asideBlock-morelink a {
  display: inline-block;
}
.asideBlock-morelink a:after {
  content: "\e82a";
  font-family: "fontello_theme";
  margin-left: 4px;
  display: inline-block;
}
.asideBlock hr {
  margin: 15px -20px;
  border-top: 1px #fff solid;
  border-width: 0;
  border-top-width: 1px;
}
.asideBlock-share {
  margin-top: 50px; /* use it for the bottom of a content placement */
  background: none;
  padding: 0;
}

.alert {
  padding: 1rem;
}
.alert a {
  border-bottom: 1px solid;
}
.alert a:hover, .alert a:focus {
  border-bottom: 2px solid;
}

.alert-js {
  background: #dc3545;
  color: #fff;
}
.alert-js a {
  color: #fff;
}
.alert-js a:hover, .alert-js a:focus {
  color: #fff;
}

.alert-browser {
  background: #0071bc;
  color: #fff;
  background: #ffc107;
}
.alert-browser a {
  color: #fff;
}
.alert-browser a:hover, .alert-browser a:focus {
  color: #fff;
}

.flexbox .alert-browser,
.flexboxtweener .alert-browser,
.flexboxlegacy .alert-browser {
  display: none;
}

@media (min-width: 768px) {
  .carousel-item-wrapper {
    display: flex;
    align-items: stretch;
    min-height: 450px;
  }
}
.carousel-item-figure {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px #eaeaea solid;
  margin: 0;
}
@media (min-width: 768px) {
  .carousel-item-figure {
    display: flex;
    flex: 0 0 47%;
  }
}
@media (max-width: 767.98px) {
  .carousel-item-figure {
    height: 300px;
  }
}
.carousel-item-figure a {
  display: flex;
  flex: 0 0 100%;
  align-items: stretch;
}
.carousel-item-figure a img {
  visibility: hidden;
}
.carousel-item-text {
  background: #0071bc;
  color: white;
  padding: 30px;
}
@media (min-width: 768px) {
  .carousel-item-text {
    flex: 10 10 53%;
    padding-right: 60px;
  }
}
.carousel-item-text a {
  color: white;
}
.carousel-item-text a:hover, .carousel-item-text a:active, .carousel-item-text a:focus {
  color: white;
}
.carousel-item-text-date {
  font-size: 18px;
  font-size: 1.125rem;
}
.carousel-item-text-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 15px 0 20px 0;
}
.carousel-item-text-description {
  font-size: 18px;
  font-size: 1.125rem;
}

.carousel_vertical {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .carousel_vertical {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .carousel_vertical {
    height: 100vw;
  }
}
@media (max-width: 575.98px) {
  .carousel_vertical {
    height: 120vw;
  }
}
@media (max-width: 1199.98px) {
  .carousel_vertical-large {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .carousel_vertical-large {
    flex: 0 0 53%;
  }
}
.carousel_vertical-thmb {
  flex: 0 0 47%;
  background: #eee;
}
@media (max-width: 991.98px) {
  .carousel_vertical-thmb {
    display: none;
  }
}
.carousel_vertical-thmb .bx-viewport {
  margin-left: -25px;
  padding-left: 25px;
  width: auto !important;
}
.carousel_vertical-largeItem {
  display: none;
  /* display: flex; */
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background: none !important;
}
.carousel_vertical-largeItem.active {
  display: flex;
}
.carousel_vertical-largeItem > a {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  background: #f7f7f1;
}
.carousel_vertical-largeItem img {
  /* display: none; */
}
.carousel_vertical-largeImage {
  flex: 0 100 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.carousel_vertical-largeImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_vertical-largeDescription {
  /*
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  */
  width: 100%;
  text-align: center;
  padding: 25px;
  margin: 0;
  background: #25282a;
  color: white;
  font-family: "Trade Gothic";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel_vertical-thmbItem {
  width: auto !important;
}
.carousel_vertical-thmbItem.active {
  background: #0071bc;
  color: #fff;
  position: relative;
}
.carousel_vertical-thmbItem.active a {
  color: #fff;
}
.carousel_vertical-thmbItem.active:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 24px;
  background: url("../images/triangle.png") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.carousel_vertical-thmbItem a {
  padding: 30px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #25282a;
}
.carousel_vertical-thmbTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.carousel_vertical .bx-controls {
  position: absolute;
  top: 100%;
}
.carousel_vertical-paging {
  background: #25282a;
  height: 52px;
}
@media (min-width: 992px) {
  .carousel_vertical-paging {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .carousel_vertical-paging {
    padding: 20px 20px;
    text-align: center;
  }
}
.carousel_vertical-pagingItem {
  background: #dee2e6;
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  padding: 0;
  border-width: 0;
  margin: 0 3px;
}
.carousel_vertical-pagingItem.active {
  background: #0071bc;
}

.asideLinks {
  padding-bottom: 0;
}
.asideLinks-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin: 0 -20px;
}
.asideLinks-list li {
  border-bottom: 1px #fff solid;
}
.asideLinks-list li:last-child {
  border-bottom-width: 0;
}
.asideLinks-list li > a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.content-aside {
  /* Read more widget */
}
@media (min-width: 992px) {
  .content-aside .index-wrapper {
    margin: 0;
  }
}
.content-aside .index-wrapper .index-item-wrapper {
  background-color: #fff;
}
.content-aside .index-wrapper article {
  margin-bottom: 20px;
}
.content-aside .index-wrapper article:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content-aside .index-wrapper .index-item {
    flex: 0 0 100%;
  }
}
.content-aside .aside-readMore {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.content-aside .aside-readMore li {
  margin-bottom: 10px;
  display: block;
}
.content-aside .aside-readMore li:last-child {
  margin-bottom: 0px;
}

.imageRow {
  margin: 50px -10px;
  display: flex;
  align-items: stretch;
}
.imageRow-item {
  flex: 0 0 25%;
  padding: 10px;
  position: relative;
}
.imageRow-item > a {
  display: block;
}
.imageRow-item > a:hover span, .imageRow-item > a:active span, .imageRow-item > a:focus span {
  text-decoration: underline;
}
.imageRow-item-figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 89%;
  width: 100%;
}
.imageRow-item-figure img {
  display: none;
}
.imageRow-item-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 31px;
  font-size: 1.9375rem;
  color: white;
  font-weight: bold;
}

.socialLink {
  letter-spacing: 20px;
}
.socialLink-item {
  float: left;
  clear: left;
  margin-bottom: 20px;
}
.socialLink-item-icon {
  float: left;
  fill: #808080;
  width: 30px;
  height: 30px;
  margin: -5px 10px 0 0;
}
.socialLink-label {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
}

.breadcrumbs {
  display: none;
  padding-bottom: 26.6666666667px;
}

.more-stories .block-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 27px;
  margin-bottom: 27px;
}
.more-stories .more-stories-links {
  display: inline-block;
  color: #0071bc;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px;
}
.more-stories .more-stories-links:hover {
  text-decoration: underline;
}

.more_stories-wrapper {
  margin-bottom: 40px;
}
.more_stories-links {
  font-size: 17px;
  font-size: 1.0625rem;
  background: #edf6f9;
  padding: 30px 20px;
  color: #25282a;
  display: block;
  height: 100%;
  font-weight: bold;
}

.tile {
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #014d83;
}
@media (min-width: 992px) {
  .tile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.tile a {
  color: #fff;
}
.tile a:hover, .tile a:focus {
  color: #fff;
}
.tile:after {
  content: " ";
  background-image: url(../images/icon-cursor-default.png);
  background-size: 40px 40px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  display: block;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.tile-group {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .tile-group {
    margin: -40px -40px 20px;
  }
}
@media (max-width: 991.98px) {
  .tile-group {
    margin: -40px 0 20px;
  }
}
.tile-image {
  padding-bottom: 56.2%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #0071bc;
  transition: filter 0.3s ease;
}
.tile-image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.tile:hover .tile-image, .tile:focus .tile-image, .tile a:hover .tile-image, .tile a:focus .tile-image {
  filter: blur(10px);
}
.tile:hover .tile-image:after, .tile:focus .tile-image:after, .tile a:hover .tile-image:after, .tile a:focus .tile-image:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.tile:focus, .tile a:focus {
  outline: 1px dotted;
  outline-offset: -10px;
}
.tile-body {
  padding: 10px;
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tile-body {
    left: 10px;
    right: 10px;
    width: auto;
    padding: 0;
    white-space: normal;
  }
}
.tile-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .tile-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .tile-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1366px) {
  .tile-title {
    font-size: 30px;
  }
}
.tile-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(200%);
  height: 0;
  transition: all 0.3s ease;
  margin: auto;
}
@media (min-width: 768px) {
  .tile-desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .tile-desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .tile-desc {
    font-size: 20px;
  }
}
.tile:hover .tile-desc, .tile:focus .tile-desc, .tile a:hover .tile-desc, .tile a:focus .tile-desc {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
.tile:hover:after, .tile:focus:after, .tile a:hover:after, .tile a:focus:after {
  background-image: url(../images/icon-cursor-hover.png);
}
.tile-primary:after {
  content: none;
}
.tile-primary .tile-image:after {
  content: none;
}
.tile-primary:hover .tile-image, .tile-primary:focus .tile-image, .tile-primary a:hover .tile-image, .tile-primary a:focus .tile-image {
  filter: none;
}
.tile-primary-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .tile-primary-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .tile-primary-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1366px) {
  .tile-primary-title {
    font-size: 40px;
  }
}
.tile-primary-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: auto;
}
@media (min-width: 768px) {
  .tile-primary-desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .tile-primary-desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .tile-primary-desc {
    font-size: 20px;
  }
}

.breakBanner {
  color: white;
  text-align: center;
  padding: 20px;
  background: #014d83;
  margin-bottom: 40px;
}
.breakBanner a {
  color: #fff;
}
.breakBanner > a {
  display: block;
  margin: -20px;
  padding: 20px;
  text-decoration: none !important;
}
.breakBanner-title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px;
}
.breakBanner-title:last-child {
  margin-bottom: 0;
}

.subscribe_popup {
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  color: #25282A;
  background: #fff;
  padding: 20px;
  position: relative;
}
.subscribe_popup:before {
  content: "";
  background-image: url('data:image/svg+xml,       <svg width="70" height="71" viewBox="0 0 70 71" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">        <path fill="%230071BC" d="M67.1152315,24.3769515 L39.9218729,1.80468917 C38.52734,0.637927651 36.7773417,0 35,0 C33.2226542,0 31.4726537,0.637927651 29.9550769,1.79511786 L2.87792802,24.3769515 C1.04945242,25.8945304 0,28.0410165 0,30.6113273 L0,61.25 C0,66.0761702 3.92519623,70 8.75000209,70 L61.2500021,70 C66.0748079,70 70,66.0748059 70,61.2486315 L70,30.6113273 C70,28.0410165 68.947266,25.8945304 67.1152356,24.3769515 L67.1152315,24.3769515 Z M4.2751959,26.0585946 L31.4685544,3.48632812 C32.5117192,2.61953175 33.7558585,2.18886852 35,2.18886852 C36.2441415,2.18886852 37.4910158,2.61953175 38.5287106,3.48099589 L65.7220691,26.0532624 C66.967988,27.0871291 68.2773429,28.6809969 65.7220691,30.8042389 L38.5287106,53.3901739 C37.4882829,54.2499983 36.2441415,54.564454 35,54.564454 C33.7558585,54.564454 32.5089842,54.1324222 31.4712894,53.2706827 L4.2751959,30.8027348 C1.70761794,28.6699215 3.05976629,26.9472665 4.2751959,26.0585946 Z M67.8125021,61.126954 C67.8125021,64.7527337 64.8744175,67.6921868 61.2500021,67.6921868 L8.75000209,67.6921868 C5.12558669,67.6921868 2.1875,64.7527337 2.1875,61.126954 L2.1875,31.6914067 C2.41828173,31.9563681 2.60408372,32.2572845 2.87861437,32.485058 L30.0719729,55.0709951 C31.4726579,56.2324202 33.0996123,56.875 35.0000021,56.875 C36.7800787,56.875 38.5300812,56.2314647 39.92461,55.0730479 L67.1179685,32.4871108 C67.2792998,32.142579 67.5800785,31.9648442 67.8125021,31.6914067 L67.8125021,61.126954 Z"></path>      </svg>    ');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 30px auto 40px;
  width: 70px;
  height: 70px;
}
.subscribe_popup-title {
  text-transform: uppercase;
  font-family: "trade-gothic-next-condensed", proxima-nova, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.subscribe_popup [type=email],
.subscribe_popup #f_email {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: inline-block;
  border-radius: 5px;
  border-color: #DDDDDD;
  text-align: center;
}
.subscribe_popup .loading_form button[type=submit]:after,
.subscribe_popup .loading_form .form-submit button:after {
  content: "\e838";
  font-family: "fontello_theme";
  display: inline-block;
  margin-left: 4px;
  animation: spin 2s infinite linear;
}
.subscribe_popup-privacy {
  margin: 40px 0 0;
}
.subscribe_popup label[for=f_email] {
  display: none;
}
.subscribe_popup .mfp-close {
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  cursor: pointer;
}
.subscribe_popup .mfp-close:before {
  content: "";
  background-image: url('data:image/svg+xml,         <svg width="24" height="23" viewBox="0 0 24 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">          <g stroke="none" stroke-width="1">            <g transform="translate(-973.000000, -226.000000)" fill="%23767676" fill-rule="nonzero">              <g transform="translate(426.000000, 201.000000)">                <g transform="translate(547.748611, 25.248611)">                  <path d="M22.1709195,22.1709192 C21.7312561,22.6105826 21.0199042,22.6105826 20.5797473,22.1709192 L11.2513891,12.8404518 L1.92092058,22.1709192 C1.4812561,22.6105826 0.769904226,22.6105826 0.329748362,22.1709192 C-0.109916121,21.7312558 -0.109916121,21.019904 0.329748362,20.579747 L9.66232619,11.2513888 L0.331154913,1.92091924 C-0.10850957,1.48125583 -0.10850957,0.769903958 0.331154913,0.329749167 C0.770819396,-0.109916389 1.48217127,-0.109916389 1.92232713,0.329749167 L11.2513891,9.66232592 L20.5818587,0.331858456 C21.0215221,-0.1078071 21.732874,-0.1078071 22.1730309,0.331858456 C22.6126944,0.771521866 22.6126944,1.48287374 22.1730309,1.92302853 L12.840452,11.2513888 L22.1709195,20.5818585 C22.6138895,21.0177947 22.6138895,21.734983 22.1709195,22.1709192 Z"></path>                </g>              </g>            </g>          </g>        </svg>    ');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 23px;
}
.subscribe_popup .icon.animate-spin {
  color: #0071bc;
  font-size: 32px;
}
.subscribe_popup #subscribe_popup .mfp-close {
  position: static;
  color: white;
  background: #0071bc;
  border-color: #0071bc;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 16px;
  margin: 0 auto;
}
.subscribe_popup #subscribe_popup .mfp-close:before {
  display: none;
}

.index-filter {
  display: block;
  margin: 0;
  padding: 0;
}
.index-filter-item {
  display: inline-block;
  margin: 0 20px 20px 0;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0071bc;
  background: #f7f7f1;
}
.index-filter-item a {
  color: #0071bc;
}
.index-filter-item ul[aria-labelledby] {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f7f7f1;
  z-index: 10;
}
.index-filter-item ul[aria-labelledby] > li {
  display: block;
  padding: 5px 20px;
}
.index-filter-item ul[aria-labelledby] > li > a {
  display: inline-block;
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
}
.index-filter-item ul[aria-labelledby] > li > a:hover, .index-filter-item ul[aria-labelledby] > li > a:active, .index-filter-item ul[aria-labelledby] > li > a:focus, .index-filter-item ul[aria-labelledby] > li > a.active {
  border-color: #0071bc;
  text-decoration: none;
}
.index-filter-item ul[aria-labelledby].opened {
  display: block;
}
.index-filter-item .dropdown-toggle {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.index-filter-item .dropdown-toggle-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  fill: #0071bc;
}
.index-filter-item .dropdown-toggle:after {
  display: none;
  /*    display: inline-block;
       margin-left: 15px;
       content: "˅";

       @include fontSize(20px);
       font-weight: 400;
       color: white;

       border-width: 0;
       width: auto;
       height: auto;
       vertical-align: middle; */
}
.index-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .index-wrapper {
    margin: 0 -10px;
  }
}
.index-filter + .index-wrapper {
  margin-top: 10px;
}
.index-loading {
  padding: 20px;
}
.index-item-wrapper {
  padding: 20px;
}
.index-item_wrapper {
  padding: 10px;
}
@media (min-width: 992px) {
  .index-item {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .index-item {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 992px) {
  .index2col .index-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .index-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 575.98px) {
  .index-item {
    flex: 0 0 100%;
  }
}
.index-item-image {
  height: 0;
  padding-bottom: 87%;
  margin: 0 0 15px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border: 1px #eaeaea solid;
}
.index-item-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-item-image a img {
  display: none;
}
.index-item h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #25282a;
  margin: 10px 0;
}
.index-item h3 a {
  color: #343a40;
}
.index-item h3 a:hover, .index-item h3 a:focus {
  text-decoration: none;
  color: #0071bc;
}
.index-item-date {
  font-size: 14px;
  font-size: 0.875rem;
}
.index-item-text {
  padding-top: 0px;
}
.index-item a {
  color: #25282a;
  text-decoration: none;
}
.index-item_image {
  height: 0;
  padding-bottom: 86%;
  margin: 0 0 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  border: 1px #eaeaea solid;
}
@media screen {
  .index-item_image img {
    display: none;
  }
}
.index-item_title {
  color: #0071bc !important;
  font-family: "Trade Gothic";
  letter-spacing: 1pt;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}
a:hover .index-item_title, a:focus .index-item_title {
  text-decoration: underline !important;
}
.index-item_description {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: bold;
  margin-bottom: 14px;
}
.index-item_date {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.index-loadMore {
  text-align: center;
  padding: 40px 0 0;
}
.index-loadMore .disable {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.index-loadMore .loading:after {
  content: "...";
}
.index-carousel {
  position: relative;
  padding: 0 40px;
}
.index-carousel .bx-wrapper {
  max-width: 100% !important;
  padding: 0 20px;
}
.index-carousel .bx-prev,
.index-carousel .bx-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.index-carousel .bx-prev:before,
.index-carousel .bx-next:before {
  float: left;
  text-indent: 0;
  font-size: 18px;
  font-family: "fontello_theme";
  transform-origin: 50% 50%;
}
.index-carousel .bx-prev {
  left: 0;
}
.index-carousel .bx-prev:before {
  content: "\e82a";
  transform: rotate(180deg);
}
.index-carousel .bx-next {
  right: 0;
}
.index-carousel .bx-next:before {
  content: "\e82a";
  transform: rotate(0deg);
}
.index-list-item {
  display: flex;
  margin-bottom: 40px;
}
.index-list-item:last-child {
  margin-bottom: 0;
}
.index-list-item-image {
  order: 2;
  flex: 0 0 35%;
}
.article_v2 .asideBlock .index-list-item-image {
  order: 1;
  margin-right: 20px;
}
.index-list-item-image a {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 100%;
}
.index-list-item-image a img {
  display: none;
}
.index-list-item-text {
  order: 1;
  flex: 0 0 65%;
  padding-right: 10px;
}
.index-list-item-text-date {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.index-list-item-text-title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
}
.index-list-item-text-title a {
  color: #25282a;
  font-weight: 600;
}
.index-paging {
  margin-top: 40px;
}

.prPaging {
  font-size: 18px;
  font-size: 1.125rem;
}
.prPaging .right {
  float: right;
}
.prPaging .right a, .prPaging .right .active {
  padding-left: 10px;
  font-weight: 600;
}

.gallery {
  border-width: 0;
  padding: 0;
  padding-top: 24px;
  margin: 30px 0;
  border-top: #ced4da 2px solid;
}
.gallery .kiosk-title,
.gallery .kiosk-body {
  padding-left: 0;
  padding-right: 0;
}
.gallery .kiosk-title {
  padding-top: 10px;
}
.gallery-item {
  margin-bottom: 27px;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-item.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-bottom: #343a40 27px solid;
    border-left: rgba(0, 0, 0, 0) 37px solid;
    border-right: rgba(0, 0, 0, 0) 37px solid;
    margin: 0 0 0 -37px;
  }
}
.gallery-item h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
.gallery-item-image {
  padding: 10px 10px 0;
  text-align: center;
  position: relative;
}
.gallery-item-video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -30px;
  font-size: 32px;
  color: white;
  text-shadow: 0 2px rgba(0, 0, 0, 0.7);
}
.gallery-item-album {
  box-shadow: 0 0 0 1px #ced4da, 4px 4px 0 0px white, 4px 4px 0 1px #ced4da, 8px 8px 0 0px white, 8px 8px 0 1px #ced4da;
}
.gallery-item-selectedContent {
  display: none;
}
.gallery-checked {
  display: none;
  background: #343a40;
  padding: 60px 80px;
  color: white;
  margin-bottom: 30px;
}
.gallery-checked-content-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
.gallery-checked-content-text {
  padding-top: 15px;
}
.gallery-checked-content-info {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-top: 10px;
}
.gallery-checked-content-info li {
  padding-top: 5px;
}
.gallery-checked-content-image {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #222;
  text-align: center;
}
.gallery-checked-content-image-fullSwitch {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  bottom: 0;
  cursor: pointer;
}
.gallery-checked-content-image-fullSwitch svg {
  width: 30px;
  height: 30px;
  fill: #dee2e6;
}
.gallery-checked-content-image video, .gallery-checked-content-image audio {
  max-width: 100%;
  height: auto;
}
.gallery-checked-content-image img {
  cursor: pointer;
}
.gallery-checked-content-action {
  padding-top: 20px;
}
.gallery-checked-content-action::after {
  display: block;
  clear: both;
  content: "";
}
.gallery-checked-content-action-download, .gallery-checked-content-action-cart {
  color: #fff;
  background-color: #0071bc;
  border-color: #0071bc;
  cursor: pointer;
  color: #fff !important;
  text-align: left;
}
.gallery-checked-content-action-download:hover, .gallery-checked-content-action-cart:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.gallery-checked-content-action-download:focus, .gallery-checked-content-action-download.focus, .gallery-checked-content-action-cart:focus, .gallery-checked-content-action-cart.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 188, 0.5);
}
.gallery-checked-content-action-download.disabled, .gallery-checked-content-action-download:disabled, .gallery-checked-content-action-cart.disabled, .gallery-checked-content-action-cart:disabled {
  color: #fff;
  background-color: #0071bc;
  border-color: #0071bc;
}
.gallery-checked-content-action-download:not(:disabled):not(.disabled):active, .gallery-checked-content-action-download:not(:disabled):not(.disabled).active, .show > .gallery-checked-content-action-download.dropdown-toggle, .gallery-checked-content-action-cart:not(:disabled):not(.disabled):active, .gallery-checked-content-action-cart:not(:disabled):not(.disabled).active, .show > .gallery-checked-content-action-cart.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.gallery-checked-content-action-download:not(:disabled):not(.disabled):active:focus, .gallery-checked-content-action-download:not(:disabled):not(.disabled).active:focus, .show > .gallery-checked-content-action-download.dropdown-toggle:focus, .gallery-checked-content-action-cart:not(:disabled):not(.disabled):active:focus, .gallery-checked-content-action-cart:not(:disabled):not(.disabled).active:focus, .show > .gallery-checked-content-action-cart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 188, 0.5);
}
@media (min-width: 1500px) {
  .gallery-checked-content-action-download, .gallery-checked-content-action-cart {
    width: 40%;
    float: left;
  }
}
@media (max-width: 1499px) {
  .gallery-checked-content-action-download, .gallery-checked-content-action-cart {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .gallery-checked-content-action-download, .gallery-checked-content-action-cart {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.gallery-checked-content-action-download:after, .gallery-checked-content-action-cart:after {
  /*
  @include colorTriangle_right_large($gray-border);
  */
  float: right;
  margin-top: 7px;
}
.gallery-checked-content-action-cart {
  margin-right: 40px;
}
@media (max-width: 1499px) {
  .gallery-checked-content-action-download {
    margin-bottom: 0;
  }
}
.gallery-checked a {
  color: white;
}
@media (min-width: 992px) {
  .gallery-checked.active {
    display: block;
  }
}
.gallery-checked-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-size: contain;
  cursor: pointer;
}
.gallery-checked-close svg {
  width: 40px;
  height: 40px;
  fill: #dee2e6;
}
.gallery-checked-next, .gallery-checked-prev {
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
  background-size: contain;
  cursor: pointer;
  margin-top: -30px;
}
.gallery-checked-next svg, .gallery-checked-prev svg {
  width: 80px;
  height: 80px;
  fill: #dee2e6;
}
.gallery-checked-next {
  right: 0px;
}
.gallery-checked-prev {
  left: 0px;
}

.article-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.article-info {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.article-figure {
  margin: 30px 0;
}
.article-relatedNews-item-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.article-share {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .article-share {
    margin-top: -20px;
  }
}
.article-share:not(.white) .at-share-btn {
  margin-right: 15px;
}
.article-share:not(.white) .at-share-btn svg {
  fill: #0071bc !important;
  width: 35px !important;
  height: 35px !important;
}
.article-share:not(.white) .at-share-btn .at-label {
  font-size: 14px !important;
  text-transform: lowercase;
  color: #0071bc !important;
}
.article-container {
  margin-top: 20px;
}
.article_v2 .article-container {
  margin-top: 0;
}
@media (min-width: 992px) {
  body:not(.article_v2) .article-aside {
    max-width: 284px;
  }
}
.article-categories {
  padding-left: 0;
  list-style: none;
  margin: 0;
  letter-spacing: 5px;
  margin-bottom: 20px;
  font-family: "trade-gothic-next-condensed", proxima-nova, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.article-categories li {
  display: inline-block;
  letter-spacing: 1pt;
  margin: 0 5px;
}
.article_v2 .article-subtitle {
  margin: 26.6666666667px 0 40px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
.article_v2 .article-info {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .article_v2 .article-info {
    margin-top: 40px;
  }
}
.article_v2 .article-info:before {
  content: "";
  display: block;
  border-top: 3px solid #014d83;
  width: 80px;
  margin-bottom: 30px;
}
.article_v2 .article-info strong {
  text-transform: uppercase;
}
.article_v2 .article-info-date {
  display: block;
  text-transform: uppercase;
}
.article_v2 .article-info-authors-item {
  margin-bottom: 10px;
}
.article_v2 .article-info-authors-item-avatar {
  float: left;
  width: 80px;
  min-height: 80px;
  margin: -16px 20px 0 0;
  border-radius: 40px;
  overflow: hidden;
}
.article_v2 .article-aside {
  margin-bottom: 20px;
}
.article_v2 .article-aside-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "trade-gothic-next-condensed", proxima-nova, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  text-transform: uppercase;
}
.article_v2 .article-aside-content {
  padding: 20px 0;
}
.article_v2 .article-aside .index-wrapper {
  display: block;
}
.article_v2 .article-share svg {
  fill: white !important;
  width: 32px !important;
  height: 32px !important;
}
.article_v2 .article-tags a {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1pt;
  font-weight: 700;
  font-family: "trade-gothic-next-condensed", proxima-nova, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.article_v2 .article-body .embed_container video,
.article_v2 .article-body .embed_container iframe {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .article_v2 .article-layout .col-lg-4 {
    order: 2;
  }
  .article_v2 .article-layout .col-lg-8 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .article_v2.rightcol .article-layout .col-lg-4 {
    order: 2;
  }
  .article_v2.rightcol .article-layout .col-lg-8 {
    order: 1;
  }
}

.event-item {
  margin-bottom: 30px;
}
.event-item-title {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.event-item-title a {
  font-weight: 300;
}
.event-item-date {
  font-size: 0.85rem;
}
.event-item-location {
  display: block;
  font-size: 0.85rem;
}
.event-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.event-location {
  display: block;
}
.event-item {
  margin-bottom: 20px;
}
.event-item:last-child {
  margin-bottom: 0;
}
.event-item a {
  color: #25282a;
  text-decoration: none;
}
.event-item_title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.event-item_date {
  float: left;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 10px 0 0 0;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  color: #0071bc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-item_date .month {
  display: block;
  font-family: "Trade Gothic";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.88px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-item_date .day {
  display: block;
  font-family: "Trade Gothic";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.event-item_time {
  color: #0071bc;
  font-family: "Trade Gothic";
  /*letter-spacing: 1pt;*/
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.event-item_text {
  overflow: hidden;
}

.file-footer {
  padding: 40px 0;
}

.socialMediaFeed {
  /* -item */
}
.socialMediaFeed-container {
  display: none;
}
.socialMediaFeed-container.active {
  display: block;
  margin: 1rem -15px;
}
.socialMediaFeed-filter {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.socialMediaFeed-filter-list-item {
  display: inline-block;
  text-align: center;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  background: #767676;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
.socialMediaFeed-filter-list-item.active[data-filter=facebook] {
  background: #3b5998;
}
.socialMediaFeed-filter-list-item.active[data-filter=twitter] {
  background: #00aced;
}
.socialMediaFeed-filter-list-item.active[data-filter=instagram] {
  background: #000;
}
.socialMediaFeed-filter-list-item.active[data-filter=youtube] {
  background: #bb0000;
}
.socialMediaFeed-filter-list-item.active[data-filter=linkedin] {
  background: #007bb6;
}
@media (max-width: 991.98px) {
  .socialMediaFeed-filter {
    float: none;
    margin-top: 30px;
    margin-left: 0;
  }
}
.socialMediaFeed-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0;
  position: relative;
  text-align: left;
}
.socialMediaFeed-item::after {
  display: block;
  clear: both;
  content: "";
}
.socialMediaFeed-item-wrapper {
  padding: 10px 13px 17px 13px;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .socialMediaFeed-item-wrapper {
    width: 33.3333%;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .socialMediaFeed-item-wrapper {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .socialMediaFeed-item-wrapper {
    width: 100%;
  }
}
.socialMediaFeed-item-wrapper.hiddenbyrequest {
  opacity: 0.5;
}
.socialMediaFeed-item-wrapper.hiddenbyrequest:hover {
  opacity: 0.8;
}
.socialMediaFeed-item .pr-switch-box {
  display: none;
  overflow: hidden;
  float: right;
  margin-left: 5px;
  cursor: pointer;
  clear: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.adminmode .socialMediaFeed-item .pr-switch-box {
  display: block;
}
.socialMediaFeed-item .pr-switch-box input[type=checkbox] {
  display: none;
}
.socialMediaFeed-item .pr-switch-box input[type=checkbox] + .pr-switch-box-appearance {
  background: url(../fonts/switch_off.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
  width: 30px;
  height: 20px;
}
.socialMediaFeed-item .pr-switch-box input[type=checkbox]:checked + .pr-switch-box-appearance {
  background-image: url(../fonts/switch_on.svg);
  transform: rotate(180deg);
}
.socialMediaFeed-item h3 {
  font-size: 0.9rem;
}
.socialMediaFeed-item-author {
  font-weight: 600;
  line-height: 1.2;
  color: #0071bc;
  width: calc(100% - 40px);
  float: left;
}
.socialMediaFeed-item-author a {
  color: #25282a;
}
.socialMediaFeed-item-author-avatar {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  overflow: hidden;
}
.socialMediaFeed-item-author img {
  max-width: 50px;
}
.socialMediaFeed-item-likes, .socialMediaFeed-item-date {
  float: left;
  margin: 13px 10px 0 0;
}
.socialMediaFeed-item-action, .socialMediaFeed-item-share, .socialMediaFeed-item-likes {
  margin: 13px 0 0;
}
.socialMediaFeed-item-share {
  float: left;
  margin-right: 3px;
}
.socialMediaFeed-item-action {
  display: flex;
  justify-content: space-between;
}
.socialMediaFeed-item-action a {
  margin-left: 3px;
}
.socialMediaFeed-item-date .timeago {
  text-decoration: none;
}
.socialMediaFeed-item-story, .socialMediaFeed-item-description {
  clear: both;
  padding: 10px;
}
.socialMediaFeed-item-source {
  clear: right;
  float: right;
  margin: 0;
  font-size: 22px;
}
.socialMediaFeed-item-source .icon-youtube {
  color: #bb0000;
}
.socialMediaFeed-item-source .icon-instagram {
  color: #000;
}
.socialMediaFeed-item-source .icon-facebook {
  color: #3b5998;
}
.socialMediaFeed-item-source .icon-twitter {
  color: #00aced;
}
.socialMediaFeed-item-source .icon-linkedin {
  color: #0077B5;
}
.socialMediaFeed-loadMore {
  text-align: center;
  padding: 15px 0;
}
.socialMediaFeed-loadMore .btn {
  padding: 5px 15px;
  cursor: pointer;
  width: 180px;
}
.loading .socialMediaFeed-loadMore .btn {
  background-image: url("../fonts/spinner.svg");
  background-size: contain;
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
}
.loading .socialMediaFeed-loadMore .btn:hover, .loading .socialMediaFeed-loadMore .btn:focus, .loading .socialMediaFeed-loadMore .btn:active {
  background-image: url("../fonts/spinner.svg");
}

.f-icon-color.icon-facebook {
  color: #3b5998;
}

.f-icon-color.icon-twitter {
  color: #00aced;
}

.f-icon-color.icon-instagram {
  color: #000;
}

.f-icon-color.icon-youtube, .f-icon-color.icon-youtube-play {
  color: #bb0000;
}

.f-icon-color.icon-linkedin {
  color: #007bb6;
}

@media print {
  .header-top,
  .header-navLink,
  .header-menu,
  .header-subscribe,
  .header-search,
  .content-aside,
  .article-share,
  .contentBlock.index,
  .footer {
    display: none;
  }
  .header .container, .header .container-fluid {
    border-bottom: none;
  }
}
.map hr {
  height: 0;
  max-width: 75rem;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}
.map::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 992px) {
  .map .container,
  .map .container-fluid, .map-header .container,
  .map-header .container-fluid, .map-footer .container,
  .map-footer .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.map-header {
  background: white;
  border-bottom: 2px solid #eaeaea;
}
@media (min-width: 992px) {
  .map-header {
    position: relative;
    z-index: 1;
    /*
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    */
  }
}
@media (max-width: 991.98px) {
  .map-header {
    overflow: hidden;
    position: relative;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
.map-header-link {
  text-transform: lowercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .map-header-link {
    padding: 8px 0;
    border-bottom: #e7e7e7 2px solid;
    overflow: hidden;
  }
  .map-header-link a {
    color: #767676;
    float: right;
  }
}
@media (max-width: 991.98px) {
  .map-header-link {
    display: none;
    /*
    float: right;
    padding: 30px 0 0;

    .map-mobile-open & {
      display: none;
    }
    */
  }
}
.map-header-content {
  padding: 12px 0 7px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .map-header-content {
    float: left;
  }
}
.map-header-content-logo {
  float: left;
}
.map-header-content-logo a {
  float: left;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .map-header-content-logo a {
    margin-right: 15px;
  }
}
.map-header-content-logo-parent img {
  max-width: 125px;
}
@media (max-width: 575.98px) {
  .map-header-content-logo-parent img {
    max-width: 110px;
  }
}
.map-header-content-logo-80 img {
  max-width: 175px;
}
@media (max-width: 575.98px) {
  .map-header-content-logo-80 img {
    max-width: 110px;
  }
}
.map-header-content-share {
  float: right;
}
@media (max-width: 991.98px) {
  .map-header-content-share {
    display: none;
  }
}
@media (min-width: 992px) {
  .map-header-back {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .map-header-back {
    display: none;
    float: right;
    padding: 20px;
  }
  .map-mobile-open .map-header-back {
    display: block;
  }
  .map-header-back a {
    display: inline-block;
    background: #d6d6d6;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #004b8b;
  }
}
@media (max-width: 991.98px) {
  .map-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .map-list {
    float: left;
    width: 47%;
    padding: 40px 0 40px 0;
  }
}
.map-list-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  /*
  &:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: $mapBlue;
    box-shadow: 0 0 0 8px white;
    transform: translate(-50%, 50%);
  }
  */
}
.map-list-item:last-child {
  border-bottom-width: 0;
}
.map-list-item:last-child:after {
  display: none;
}
.map-list-item-title {
  color: #000;
  font-family: Century Gothic, ProximaRegular;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
}
.map-list-item-title a {
  color: #000;
  text-decoration: none;
  cursor: text;
}
.map-list-item-info {
  /*
  color: #9e9e9e;
  @include fontSize(14px);
  */
  overflow: hidden;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 24px;
}
.map-list-item-info-location {
  float: left;
}
@media (min-width: 992px) {
  .map-list-item-info-location {
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .map-list-item-info-location {
    max-width: 50%;
  }
}
.map-list-item-info-date {
  float: right;
}
@media (max-width: 991.98px) {
  .map-list-item-info-date {
    max-width: 50%;
  }
}
.map-list-item-text {
  clear: both;
  padding-top: 15px;
  color: #484848;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.map-list-item-text img,
.map-list-item-text iframe,
.map-list-item-text .textImage {
  max-width: 100%;
}
.map-list-item-text a {
  font-family: ProximaRegular;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-decoration: underline;
  color: #014d83;
}
@media (min-width: 992px) {
  .map-main {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 73px;
    width: 53%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    float: right;
    width: 53%;
  }
}
@media (max-width: 991.98px) {
  .map-main {
    position: relative;
  }
  .map-article .map-main {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .map-main #map {
    flex: 0 100 100%;
  }
}
@media (max-width: 991.98px) {
  .map-main #map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100%;
    transition: bottom 0.2s ease;
  }
  .map-mobile-open .map-main #map {
    bottom: 15px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .map-main-body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.map-main-body-caller {
  background: #0071bc;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .map-main-body-caller {
    display: none;
  }
}
.map-main-body-caller a {
  color: white;
}
.map-main-body-caller a svg {
  fill: white;
}
.map-main-body-caller #mapPageBodyExpand {
  display: inline-block;
}
.map-main-body-caller #mapPageBodyExpand .nav-icon {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.mapBody-opened .map-main-body-caller #mapPageBodyExpand {
  display: none;
}
.map-main-body-caller #mapPageBodyCollapse {
  display: none;
}
.mapBody-opened .map-main-body-caller #mapPageBodyCollapse {
  display: inline-block;
}
.map-main-body-container {
  background: #014d83;
  color: white;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .map-main-body-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
.mapBody-opened .map-main-body-container {
  max-height: 1000px;
}
.map-main-body-container::after {
  display: block;
  clear: both;
  content: "";
}
.map-main-body-container-left {
  background: #004b8b;
}
@media (max-width: 767.98px) {
  .map-main-body-container-left {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .map-main-body-container-left {
    flex: 0 0 60%;
  }
}
.map-main-body-container-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
@media (max-width: 767.98px) {
  .map-main-body-container-right {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .map-main-body-container-right {
    flex: 0 0 40%;
  }
}
.map-main-body-container-img img {
  max-width: 100%;
}
.map-main-body-container-title {
  margin-bottom: 0;
  padding: 15px 30px 0;
  font-family: Century Gothic, ProximaRegular;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
}
@media (min-width: 992px) {
  .map-main-body-container-text {
    padding: 15px 30px 15px;
  }
}
@media (max-width: 991.98px) {
  .map-main-body-container-text {
    padding: 15px 20px 60px 20px;
  }
}
@media (min-width: 992px) {
  .map-main-body-container-mobileMapCaller {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .map-main-body-container-mobileMapCaller {
    border-radius: 10px;
    background: url("../images/map.png") no-repeat 100% 50%;
    background-size: cover;
    flex: 0 0 80%;
    transform: translateY(-40%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .map-main-body-container-mobileMapCaller span {
    float: left;
    padding: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    color: #004b8b;
    background: white;
  }
}
.map-footer {
  background: #25282a;
  padding: 30px 0;
  line-height: 13px;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .map-footer {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .map-footer-copy {
    float: left;
  }
}
@media (max-width: 575.98px) {
  .map-footer-copy {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .map-footer-links {
    float: right;
  }
}
.map-footer a {
  color: white;
}

.map-marker-point {
  position: absolute;
  height: 64px;
  width: 37px;
  margin-top: -64px;
  margin-left: -18px;
  /*
  */
  text-align: right;
  z-index: 0;
}

.map-marker-point:hover {
  z-index: 1;
}

.map-marker-point-label {
  display: none;
  position: relative;
  height: 22px;
  line-height: 22px;
  background: #0095da;
  padding: 0 11px;
  color: white;
  border-radius: 0 11px 11px 0;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}

.map-marker-point:hover .map-marker-point-label,
.selected .map-marker-point-label {
  display: none;
}

.map-marker-point-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  height: 64px;
  background: url("../fonts/marker-blue.svg") no-repeat 50% 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform-origin: 50% 100%;
  opacity: 0.5;
}

.map-marker-point:hover .map-marker-point-icon,
.selected .map-marker-point-icon {
  transform: scale(1.7);
  opacity: 1;
}

.registration-form-intro::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .registration-form-intro-img {
    float: left;
    width: 40%;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .registration-form-intro-img {
    margin-bottom: 30px;
  }
}
.registration-form-intro-text {
  /*
  a[target] {
    &:after {
      font-family: $font-icon;
      content: "\e801";
      display: inline-block;
      transform-origin: 50% 50%;
      margin-left: 4px;
    }
  } 
  */
}
@media (min-width: 768px) {
  .registration-form-intro-text {
    float: right;
    width: 60%;
    padding-left: 15px;
  }
}
.registration-form-container {
  background: #eee;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .registration-form-container {
    padding: 40px 60px;
  }
}
@media (max-width: 767.98px) {
  .registration-form-container {
    padding: 20px 26.6666666667px;
  }
}
.registration-form-container .checkboxlist .form-label {
  font-weight: bold;
  margin-bottom: 15px;
}
.registration-form-container h2 {
  margin-bottom: 26.6666666667px;
}

.devc {
  display: none;
}

.mr {
  /* -content */
}
.mr #site_header .container-fluid,
.mr #site_wrapper .container-fluid {
  max-width: 1500px;
  border-width: 0;
}
.mr-header {
  border-bottom: 2px #eaeaea solid;
}
@media (min-width: 1200px) {
  .mr-header .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .mr-header .header-navLink {
    display: none;
  }
}
.mr-header-menu a {
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .mr-header-menu {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 260px;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s linear;
    padding: 20px;
  }
  .navlink-opened .mr-header-menu {
    transform: translateX(0);
  }
}
.mr-header-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .mr-header-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mr-header-menu ul {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .mr-header-menu ul li {
    margin: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .mr-header-menu ul li {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.mr-header-menu-subscribe {
  margin-top: 20px;
}
.mr-header-menu-subscribe .btn {
  border-radius: 10px 0 10px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .mr-header-menu-subscribe {
    display: none;
  }
}
.mr-header .header-subscribe {
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mr-header .header-subscribe .btn {
  border-radius: 12px 0 12px 0;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.mr-header .header-subscribe .btn img {
  margin: -2px 4px 0 0;
}
@media (max-width: 991.98px) {
  .mr-header .header-logo-img {
    width: 100px;
    height: 40px;
    margin-top: 6px;
  }
}
.mr-content {
  /*

  &-related {

    @include media-breakpoint-up(md) {
      padding: 60px 0;
      margin-bottom: 60px;
    }
    @media (min-width: 1400px) {
    }
    @include media-breakpoint-down(sm) {
      padding: 30px 0;
      margin-bottom: 0px;
    }

    h2 {
      text-align: center;
      @include fontSize(36px);
    }

    .mr-content-index-item {
      @include media-breakpoint-up(md) {
        flex: 0 0 33.33%;
        max-width: 33.33%;
      }
    }

    &-index {
      .mr-content-index-item {
        .mr-content-index-item-image {
          padding-top: 100%;
          &:before {
            content: "";
            position: absolute;
            left: 15px;
            right: 15px;
            top: 15px;
            bottom: 15px;
          }
        }
        &:nth-child(1) .mr-content-index-item-image {
          &:before {
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(161,161,161,0) 37%,rgba(0,0,0,0.4) 100%);
            border-radius: 30px 0 30px 0;
          }
        }
        &:nth-child(2) .mr-content-index-item-image {
          &:before {
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(161,161,161,0) 37%,rgba(0,0,0,0.4) 100%);
            border-radius: 0 0 30px 30px;
          }
        }
        &:nth-child(3) .mr-content-index-item-image {
          &:before {
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(161,161,161,0) 37%,rgba(0,0,0,0.4) 100%);
            border-radius: 0 30px 0 30px;
          }
        }

        .mr-content-index-item-text {
          &-title {
            @include fontSize(24px);
          }
        }
      }



    } // &-index



  }
  */
}
.mr-content h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
.mr-content-index {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.mr-content-index-item {
  position: relative;
  margin: 0;
  padding: 15px;
}
.mr-content-index-item-wrapper {
  overflow: hidden;
}
.mr-content-index-item:nth-child(1) .mr-content-index-item-wrapper {
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(2) .mr-content-index-item-wrapper {
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(3) .mr-content-index-item-wrapper {
  border-radius: 0 30px 0 30px;
}
.mr-content-index-item:nth-child(4) .mr-content-index-item-wrapper {
  border-radius: 0 30px 0 30px;
}
.mr-content-index-item:nth-child(5) .mr-content-index-item-wrapper {
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(6) .mr-content-index-item-wrapper {
  border-radius: 30px 0 30px 0;
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.mr-content-index-item:nth-child(7) .mr-content-index-item-wrapper {
  border-radius: 0 0 30px 30px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.mr-content-index-item:nth-child(8) .mr-content-index-item-wrapper {
  border-radius: 0 30px 0 30px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.mr-content-index-item-comingsoon {
  display: none;
}
[data-type=missionreport_future] .mr-content-index-item-comingsoon {
  display: block;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 15px;
  right: 15px;
  z-index: 5;
}
.mr-content-index-item:nth-child(1) .mr-content-index-item-comingsoon {
  font-size: 90px;
}
.mr-content-index-item:nth-child(2) .mr-content-index-item-comingsoon, .mr-content-index-item:nth-child(3) .mr-content-index-item-comingsoon, .mr-content-index-item:nth-child(4) .mr-content-index-item-comingsoon, .mr-content-index-item:nth-child(5) .mr-content-index-item-comingsoon {
  font-size: 52px;
}
.mr-content-index-item:nth-child(6) .mr-content-index-item-comingsoon, .mr-content-index-item:nth-child(7) .mr-content-index-item-comingsoon, .mr-content-index-item:nth-child(8) .mr-content-index-item-comingsoon {
  font-size: 40px;
}
.mr-content-index-item-imageblur {
  display: none;
}
[data-type=missionreport_future] .mr-content-index-item-imageblur {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.mr-content-index-item:nth-child(1) .mr-content-index-item-imageblur {
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(2) .mr-content-index-item-imageblur {
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(3) .mr-content-index-item-imageblur {
  border-radius: 0 30px 0 30px;
}
.mr-content-index-item:nth-child(4) .mr-content-index-item-imageblur {
  border-radius: 0 30px 0 30px;
}
.mr-content-index-item:nth-child(5) .mr-content-index-item-imageblur {
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(6) .mr-content-index-item-imageblur {
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(7) .mr-content-index-item-imageblur {
  border-radius: 0 0 30px 30px;
}
.mr-content-index-item:nth-child(8) .mr-content-index-item-imageblur {
  border-radius: 0 30px 0 30px;
}
[data-type=missionreport_future] .mr-content-index-item-imageblur + .mr-content-index-item-image {
  filter: blur(5px);
}
.mr-content-index-item-image {
  height: 0;
  padding-top: 45%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
}
.mr-content-index-item-image img {
  display: none;
}
.mr-content-index-item-image a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.mr-content-index-item:nth-child(2) .mr-content-index-item-image {
  padding-top: 66%;
}
.mr-content-index-item:nth-child(3) .mr-content-index-item-image {
  padding-top: 66%;
}
.mr-content-index-item:nth-child(4) .mr-content-index-item-image {
  padding-top: 66%;
}
.mr-content-index-item:nth-child(5) .mr-content-index-item-image {
  padding-top: 66%;
}
.mr-content-index-item:nth-child(6) .mr-content-index-item-image {
  padding-top: 100%;
}
.mr-content-index-item:nth-child(6) .mr-content-index-item-image:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(161, 161, 161, 0) 37%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 30px 0 30px 0;
}
.mr-content-index-item:nth-child(7) .mr-content-index-item-image {
  padding-top: 100%;
}
.mr-content-index-item:nth-child(7) .mr-content-index-item-image:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(161, 161, 161, 0) 37%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 0 0 30px 30px;
}
.mr-content-index-item:nth-child(8) .mr-content-index-item-image {
  padding-top: 100%;
}
.mr-content-index-item:nth-child(8) .mr-content-index-item-image:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(161, 161, 161, 0) 37%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 0 30px 0 30px;
}
.mr-content-index-item-text {
  position: absolute;
  left: 45px;
  bottom: 45px;
  right: 45px;
  color: white;
  text-shadow: 0 0 3px black;
  z-index: 3;
}
.mr-content-index-item-text a {
  color: white;
  text-decoration: none;
}
.mr-content-index-item-text-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
.mr-content-index-item-text-subtitle {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 7px;
}
.mr-content-index-item:nth-child(1) .mr-content-index-item-text-subtitle {
  display: none;
}
@media (max-width: 767.98px) {
  .mr-content-index-item-text-subtitle {
    display: none;
  }
  .mr-content-index-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .mr-content-index-item:nth-child(1) .mr-content-index-item-image {
    padding-top: 45%;
  }
  .mr-content-index-item:nth-child(1) .mr-content-index-item-text-title {
    font-size: 48px;
    font-size: 3rem;
  }
  .mr-content-index-item:nth-child(6) .mr-content-index-item-text-subtitle, .mr-content-index-item:nth-child(7) .mr-content-index-item-text-subtitle, .mr-content-index-item:nth-child(8) .mr-content-index-item-text-subtitle, .mr-content-index-item:nth-child(n+8) .mr-content-index-item-text-subtitle {
    display: none;
  }
  .mr-content-index-item:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mr-content-index-item:nth-child(2), .mr-content-index-item:nth-child(3), .mr-content-index-item:nth-child(4), .mr-content-index-item:nth-child(5) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mr-content-index-item:nth-child(6), .mr-content-index-item:nth-child(7), .mr-content-index-item:nth-child(8), .mr-content-index-item:nth-child(n+8) {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mr-content-index-item:nth-child(6), .mr-content-index-item:nth-child(7), .mr-content-index-item:nth-child(8), .mr-content-index-item:nth-child(n+8) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.mr-content-paging {
  margin: 30px 0;
}
.mr-content-paging .pagination-info {
  display: none;
}
.mr-content-paging .pagination-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  float: none;
}
.mr-content-paging .pagination-list ul li {
  display: inline-block;
}
.mr-content-paging .pagination-list ul li:first-child, .mr-content-paging .pagination-list ul li:last-child {
  display: none;
}
.mr-content-paging .pagination-list ul li a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 15px 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  color: white;
  background: #bebebe;
  margin: 0 2px;
  text-decoration: none !important;
}
.mr-content-paging .pagination-list ul li.active a {
  background: #0195da;
}
.mr-article .textImage {
  max-width: 100% !important;
}
.mr-article-figure {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
}
@media (min-width: 992px) {
  .mr-article-figure {
    margin: -40px -40px 0 -40px;
    padding-bottom: 43%;
  }
}
@media (max-width: 991.98px) {
  .mr-article-figure {
    margin: -40px 0;
    padding-bottom: 43%;
  }
}
.mr-article-figure img {
  display: none;
}
.mr-article-text {
  background: white;
  margin-top: -95px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .mr-article-text {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .mr-article-text {
    padding: 20px 20px;
  }
}
.mr-article-text-pager {
  position: relative;
}
@media (max-width: 1399px) {
  .mr-article-text-pager {
    margin-bottom: 5px;
  }
}
.mr-article-text-pager-prev, .mr-article-text-pager-next {
  color: #000 !important;
}
@media (min-width: 1400px) {
  .mr-article-text-pager-prev, .mr-article-text-pager-next {
    position: absolute;
    top: 90px;
  }
}
.mr-article-text-pager-prev svg, .mr-article-text-pager-next svg {
  height: 16px;
  width: 20px;
  fill: #0195da;
}
@media (min-width: 1400px) {
  .mr-article-text-pager-prev {
    left: -160px;
  }
  .mr-article-text-pager-next {
    right: -160px;
  }
}
.mr-article-text-title {
  font-weight: 700;
}
@media (min-width: 992px) {
  .mr-article-text-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  .mr-article-text-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.mr-article-text-subtitle {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
}
.mr-article-text-author {
  color: #0195da;
  margin: 0 0 15px;
}
.mr-article-text-body.soon {
  border: 1px #ddd solid;
  padding: 60px 30px;
  font-size: 50px;
  background: #eee;
  background: #f9f9f9;
  border-radius: 0 30px 0 30px;
  text-align: center;
  margin: 0 0 20px;
}
.mr-article-related {
  border-bottom: 1px #dedede solid;
}
@media (min-width: 768px) {
  .mr-article-related {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .mr-article-related {
    margin-left: -120px;
    margin-right: -120px;
  }
}
@media (max-width: 767.98px) {
  .mr-article-related {
    padding: 30px 0;
    margin-bottom: 0px;
  }
}
.mr-article-related h2 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .mr-article-related .mr-content-index-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.mr-article-related .mr-content-index-item-text-title:nth-child(1) {
  font-size: 24px;
  font-size: 1.5rem;
}
.mr-article-related .mr-content-index-item:nth-child(1) .mr-content-index-item-image, .mr-article-related .mr-content-index-item:nth-child(1) .mr-content-index-item-image:before {
  border-radius: 30px 0 30px 0;
}
.mr-article-related .mr-content-index-item:nth-child(2) .mr-content-index-item-image, .mr-article-related .mr-content-index-item:nth-child(2) .mr-content-index-item-image:before {
  border-radius: 0 30px 0 30px;
}
.mr-article-related .mr-content-index-item:nth-child(1) .mr-content-index-item-image, .mr-article-related .mr-content-index-item:nth-child(2) .mr-content-index-item-image {
  padding-top: 66%;
}
.mr-article-related .mr-content-index-item-image:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(161, 161, 161, 0) 37%, rgba(0, 0, 0, 0.4) 100%);
}

.article-body, .content-col {
  /* .textImage-left + p + p,
  .textImage-right + p + p,
  .textImage-left + p + ul,
  .textImage-right + p +ul,
  .textImage-left + p + ol,
  .textImage-right + p + ol {
  	clear: both;
  } */
}
.article-body .textImage, .content-col .textImage {
  max-width: 100%;
  overflow: hidden;
}
.article-body .textImage img, .content-col .textImage img {
  max-width: 100%;
  height: auto;
}
.article-body .textImage img[data-src], .content-col .textImage img[data-src] {
  cursor: pointer;
  transition: all 0.3s;
}
.article-body .textImage-left,
.article-body .textImage-right, .content-col .textImage-left,
.content-col .textImage-right {
  max-width: 50%;
}
.article-body .textImage-left + ul,
.article-body .textImage-right + ol, .content-col .textImage-left + ul,
.content-col .textImage-right + ol {
  display: table;
}
.article-body .textImage-left, .content-col .textImage-left {
  margin: 0 1rem 1rem 0 !important;
}
@media (max-width: 991.98px) {
  .article-body .textImage-left, .content-col .textImage-left {
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem !important;
  }
}
.article-body .textImage-right, .content-col .textImage-right {
  margin: 0 0 1rem 1rem !important;
}
@media (max-width: 991.98px) {
  .article-body .textImage-right, .content-col .textImage-right {
    float: none !important;
    max-width: 100%;
    margin: 0 0 1rem !important;
  }
}
.article-body .textImage-center, .content-col .textImage-center {
  margin: 0 auto 1rem !important;
}
.article-body .textImage-captionBody, .content-col .textImage-captionBody {
  font-style: normal;
  font-weight: 500;
  padding-top: 10px !important;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.75;
}
.article-body .textImage-captionBody:after, .content-col .textImage-captionBody:after {
  content: "";
  display: block;
  border-top: 3px solid #014d83;
  width: 80px;
  margin-top: 10px;
}
.article-body .simplebox, .content-col .simplebox {
  margin-bottom: 1rem;
  background-color: #eee;
  background: none;
}
.article-body .simplebox blockquote, .content-col .simplebox blockquote {
  line-height: 1.7;
  border-left-width: 0;
  padding-left: 1rem;
  background: none;
  position: relative;
  padding: 20px 0 0 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "trade-gothic-next-condensed", proxima-nova, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.article-body .simplebox blockquote *, .content-col .simplebox blockquote * {
  position: relative;
}
.article-body .simplebox blockquote:before, .content-col .simplebox blockquote:before {
  content: "";
  width: 67px;
  height: 53px;
  background: url("../fonts/quote.svg") no-repeat 50% 50%;
  position: absolute;
  left: -20px;
  top: 0;
}
.article-body .simplebox-content, .content-col .simplebox-content {
  padding: 1rem;
}
@media (min-width: 768px) {
  .article-body .simplebox.align-left, .content-col .simplebox.align-left {
    float: left;
    width: 50%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .article-body .simplebox.align-right, .content-col .simplebox.align-right {
    float: right;
    width: 50%;
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.article-body .simplebox.align-center, .content-col .simplebox.align-center {
  margin-left: auto;
  margin-right: auto;
}
.article-body .simplebox blockquote:last-child, .content-col .simplebox blockquote:last-child {
  margin-bottom: 0;
}
.article-body blockquote, .content-col blockquote {
  line-height: 1.7;
  border-left: 3px solid #0071bc;
  padding-left: 1rem;
  background-color: #eee;
}
.article-body cite, .content-col cite {
  font-style: normal;
}
.article-body cite:before, .content-col cite:before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #014d83;
  margin-bottom: 20px;
}
.article-body .first-letter:first-letter, .content-col .first-letter:first-letter {
  float: left;
  margin: -7px 7px 7px 0;
  font-family: minion-pro, trade-gothic-next-condensed, proxima-nova, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  color: #0071bc;
}

.simplebox-photo {
  background-color: transparent;
  width: 100%;
  margin: 0 !important;
  clear: both;
}

.simplebox-photo .simplebox-content {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 150px auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.simplebox-photo:has(.textImage-right) .simplebox-content {
  grid-template-columns: auto 150px;
}

.simplebox-photo .textImage-left, .simplebox-photo .textImage-inline, .simplebox-photo .textImage-right {
  max-width: 150px;
  margin: 0 !important;
}

.simplebox-photo * {
  grid-column: 2;
}

.simplebox-photo .textImage-left, .simplebox-photo .textImage-inline {
  grid-column: 1;
}

.simplebox-photo:has(.textImage-right) * {
  grid-column: 1;
}

.simplebox-photo .textImage-right {
  grid-column: 2;
}

.simplebox-photo .textImage-left img, .simplebox-photo .textImage-inline img, .simplebox-photo .textImage-right img {
  max-width: 100%;
  height: auto;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

.ipr_gallery {
  max-width: 100%;
  width: 700px;
}
.ipr_gallery .icon-play, .ipr_gallery .icon-pause, .ipr_gallery .icon-fullscreen, .ipr_gallery .icon-play {
  width: 30px;
  height: 30px;
}
.ipr_gallery .icon-tiles {
  width: 32px;
  height: 30px;
}
.ipr_gallery .icon-left, .ipr_gallery .icon-right {
  width: 12px;
  height: 18px;
}
.ipr_gallery * {
  box-sizing: border-box;
}
.ipr_gallery-wrapper {
  position: relative;
}
.ipr_gallery .article-iframe {
  overflow: hidden;
  border-width: 0;
}
.ipr_gallery .bx-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .ipr_gallery .bx-wrapper .bx-viewport {
    max-height: 100%;
  }
}
.ipr_gallery .bx-controls-direction {
  display: none;
}
.ipr_gallery .bx-controls-direction .bx-prev,
.ipr_gallery .bx-controls-direction .bx-next {
  position: absolute;
  top: 45%;
  height: 32px;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-indent: -9999px;
  outline: none;
}
.ipr_gallery .bx-controls-direction .bx-prev {
  left: 0;
}
.ipr_gallery .bx-controls-direction .bx-next {
  right: 0;
}
.ipr_gallery .bx-controls-direction .bx-prev:before,
.ipr_gallery .bx-controls-direction .bx-next:before {
  font-family: "FontAwesome";
  float: left;
  text-indent: 0;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  width: 100%;
}
.ipr_gallery .bx-controls-direction .bx-prev:before {
  content: "\f053";
}
.ipr_gallery .bx-controls-direction .bx-next:before {
  content: "\f054";
}
.ipr_gallery-container {
  text-align: center;
  height: 100%;
}
.ipr_gallery-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
}
.ipr_gallery-controls-item {
  opacity: 0.7;
  text-align: center;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: 8px;
}
.ipr_gallery-controls-item svg {
  fill: white;
}
.ipr_gallery-controls-item[data-control=fullscreen] {
  left: 14px;
}
.ipr_gallery-controls-item[data-control=play] {
  left: 50%;
  transform: translateX(-50%);
}
.play .ipr_gallery-controls-item[data-control=play] {
  display: none;
}
.ipr_gallery-controls-item[data-control=pause] {
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.play .ipr_gallery-controls-item[data-control=pause] {
  display: block;
}
.ipr_gallery-controls-item[data-control=play], .ipr_gallery-controls-item[data-control=play] {
  display: none;
}
.ipr_gallery-controls-item[data-control=tiles] {
  right: 14px;
  bottom: 6px;
}
.ipr_gallery-controls-item:hover {
  opacity: 1;
}
.ipr_gallery-control-item.control-counter {
  background-color: #000 !important;
  cursor: default;
}
.ipr_gallery-control-item-on, .ipr_gallery-control-item:hover {
  background-color: #333;
}
.ipr_gallery-item {
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .ipr_gallery-item {
    height: 100%;
  }
}
.cke_editable .ipr_gallery-item {
  opacity: 1;
  display: none;
}
.cke_editable .ipr_gallery-item:first-child {
  display: block;
}
.ipr_gallery-item.active {
  opacity: 1;
}
.ipr_gallery-item-image {
  position: relative;
}
@media (min-width: 768px) {
  .ipr_gallery-item-image {
    height: 0;
    padding: 0 0 56%;
  }
}
.ipr_gallery-item-image-heightDefinition {
  text-align: center;
}
@media (min-width: 768px) {
  .ipr_gallery-item-image-heightDefinition {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.ipr_gallery-item-image-centerPlace {
  display: inline-block;
  border: 1px white solid;
  height: 100%;
  position: relative;
  vertical-align: bottom;
  min-width: 250px;
  background: rgb(238, 238, 238);
}
.ipr_gallery-item-image-centerPlace img {
  display: inline;
}
@media (min-width: 768px) {
  .ipr_gallery-item-image-centerPlace img {
    height: 100% !important;
    width: auto !important;
  }
}
.ipr_gallery-item-text {
  text-align: left;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
.ipr_gallery-item-text-title {
  padding: 13px 0 10px;
}
.cke_editable .ipr_gallery-item-text-title {
  font-size: 100%;
}
.ipr_gallery-item-text-description {
  font-size: 85%;
  line-height: 1.5;
}
.ipr_gallery-item-text-description p:last-child {
  margin-bottom: 0;
}
.ipr_gallery-directionControl {
  line-height: 32px;
  margin: 0 !important;
  border-top-width: 0;
  padding: 6px 0;
  white-space: nowrap;
  color: white;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
.ipr_gallery-directionControl-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.ipr_gallery-directionControl .directionControl-prev,
.ipr_gallery-directionControl .directionControl-next {
  display: inline-block;
  background: #0071bc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ipr_gallery-directionControl .directionControl-prev svg,
.ipr_gallery-directionControl .directionControl-next svg {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #fff;
}
.ipr_gallery-directionControl .directionControl-prev svg {
  transform: translate(-63%, -50%);
}
.ipr_gallery-directionControl .directionControl-next svg {
  transform: translate(-37%, -50%);
}
.ipr_gallery-directionControl .directionControl-counter {
  font-size: 85%;
  color: #fff;
}
.ipr_gallery-showInfo .ipr_gallery-item-text {
  display: block;
}
.ipr_gallery-item-text-description a, .ipr_gallery-item-text-description a:hover, .ipr_gallery-item-text-description a:visited, .ipr_gallery-showInfo .ipr_gallery-item-text a, .ipr_gallery-showInfo .ipr_gallery-item-text a:hover, .ipr_gallery-showInfo .ipr_gallery-item-text a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}
.ipr_gallery-list {
  display: none;
  height: 0;
  padding: 0 0 56%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.ipr_gallery-list-heightDefinition {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: white;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ipr_gallery-list-item {
  flex: 0 0 33.33%;
}
.ipr_gallery-list-item-spacer {
  padding: 15px;
}
.ipr_gallery-list-item img {
  cursor: pointer;
  border: 3px rgba(0, 0, 0, 0) solid;
  max-width: 100%;
}
.ipr_gallery-list-item.active img {
  border-color: #093691;
}
.ipr_gallery-showTales .ipr_gallery-list {
  display: block;
}
.ipr_gallery-contextMenu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px 0;
  color: #666;
  border: 1px #999 solid;
}
.ipr_gallery-contextMenu.opened {
  display: block;
}
.ipr_gallery-contextMenu-item a {
  color: #666;
  text-decoration: none !important;
  display: block;
  font-size: 90%;
  padding: 5px 15px;
  cursor: pointer;
}
.ipr_gallery-contextMenu-item a:hover {
  background: #eee;
}
.ipr_gallery:-ms-fullscreen {
  width: 100% !important;
  background: white;
  margin-bottom: 0 !important;
}
.ipr_gallery:-webkit-full-screen {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: white;
}
.ipr_gallery:-moz-full-screen {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: white;
}
.ipr_gallery:full-screen {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: white;
}
:-ms-fullscreen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
:-webkit-full-screen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: auto;
  margin: 0 auto;
}
:-moz-full-screen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
:full-screen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
:-ms-fullscreen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:-webkit-full-screen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:-moz-full-screen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:full-screen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:-ms-fullscreen .ipr_gallery-directionControl {
  flex: 0 50 10%;
}
:-webkit-full-screen .ipr_gallery-directionControl {
  flex: 0 50 10%;
}
:-moz-full-screen .ipr_gallery-directionControl {
  flex: 50 50 0%;
}
:full-screen .ipr_gallery-directionControl {
  flex: 50 50 0%;
}
:-ms-fullscreen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:-webkit-full-screen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:-moz-full-screen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:full-screen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:-ms-fullscreen .ipr_gallery-container {
  height: 100%;
}
:-webkit-full-screen .ipr_gallery-container {
  height: 100%;
}
:-moz-full-screen .ipr_gallery-container {
  height: 100%;
}
:full-screen .ipr_gallery-container {
  height: 100%;
}
:-ms-fullscreen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:-webkit-full-screen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:-moz-full-screen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:full-screen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:-ms-fullscreen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
}
:-webkit-full-screen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
}
:-moz-full-screen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
  max-width: 9999px;
}
:full-screen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
}
:-ms-fullscreen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:-webkit-full-screen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:-moz-full-screen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:full-screen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:-ms-fullscreen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
:-webkit-full-screen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
:-moz-full-screen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
:full-screen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
.ipr_gallery :-ms-fullscreen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-webkit-full-screen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-moz-full-screen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :full-screen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-ms-fullscreen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-webkit-full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-moz-full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-ms-fullscreen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-webkit-full-screen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-moz-full-screen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :full-screen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-ms-fullscreen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-webkit-full-screen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-moz-full-screen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :full-screen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
:-ms-fullscreen .ipr_gallery-control {
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  position: fixed;
}
:-webkit-full-screen .ipr_gallery-control {
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  position: fixed;
}
:-moz-full-screen .ipr_gallery-control {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}
:full-screen .ipr_gallery-control {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}
:-ms-fullscreen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:-webkit-full-screen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:-moz-full-screen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:full-screen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}

/*
:-ms-fullscreen .control-fullscreen {
  display: none;
}
:-webkit-full-screen .control-fullscreen {
  display: none;
}
:-moz-full-screen .control-fullscreen {
  display: none;
}
:full-screen .control-fullscreen {
  display: none;
}
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .control-fullscreen {
    display: none;
  }
}

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