/* Minification failed. Returning unminified contents.
(15,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(45,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #006197;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 425px;
  --breakpoint-md: 750px;
  --breakpoint-lg: 1150px;
  --breakpoint-xl: 1430px;
  --breakpoint-xxl: 1600px;
  --breakpoint-xxxl: 2155px;
  --breakpoint-xxxxl: 2650px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #006197;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #00304b;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 425px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 750px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1150px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1430px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 425px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 750px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1150px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1430px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 2155px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 2650px) {
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxxl-first {
    order: -1; }
  .order-xxxxl-last {
    order: 13; }
  .order-xxxxl-0 {
    order: 0; }
  .order-xxxxl-1 {
    order: 1; }
  .order-xxxxl-2 {
    order: 2; }
  .order-xxxxl-3 {
    order: 3; }
  .order-xxxxl-4 {
    order: 4; }
  .order-xxxxl-5 {
    order: 5; }
  .order-xxxxl-6 {
    order: 6; }
  .order-xxxxl-7 {
    order: 7; }
  .order-xxxxl-8 {
    order: 8; }
  .order-xxxxl-9 {
    order: 9; }
  .order-xxxxl-10 {
    order: 10; }
  .order-xxxxl-11 {
    order: 11; }
  .order-xxxxl-12 {
    order: 12; }
  .offset-xxxxl-0 {
    margin-left: 0; }
  .offset-xxxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxxl-3 {
    margin-left: 25%; }
  .offset-xxxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxxl-6 {
    margin-left: 50%; }
  .offset-xxxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxxl-9 {
    margin-left: 75%; }
  .offset-xxxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 2154.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

@media (max-width: 2649.98px) {
  .table-responsive-xxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxxxl > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #18acff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #006197;
  border-color: #006197; }
  .btn-primary:hover {
    color: #fff;
    background-color: #004871;
    border-color: #004064; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 151, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #006197;
    border-color: #006197; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004064;
    border-color: #003857; }
    .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, 97, 151, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #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: #006197;
  background-color: transparent; }
  .btn-link:hover {
    color: #00304b;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #006197; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #006197; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #4bbeff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

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

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

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

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

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

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #18acff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(24, 172, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #18acff;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #18acff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #006197;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #4bbeff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #006197;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #4bbeff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #006197;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #4bbeff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

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

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

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

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

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

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

@media (max-width: 424.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 425px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 749.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 750px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1149.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1150px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1429.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1430px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 2154.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 2155px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

@media (max-width: 2649.98px) {
  .navbar-expand-xxxxl > .container,
  .navbar-expand-xxxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 2650px) {
  .navbar-expand-xxxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxxl > .container,
    .navbar-expand-xxxxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 425px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 425px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

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

@media (min-width: 425px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #006197;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #00304b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 151, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }

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

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

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

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

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

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef; }
  @media (min-width: 425px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #00324f;
  background-color: #ccdfea;
  border-color: #b8d3e2; }
  .alert-primary hr {
    border-top-color: #a6c8db; }
  .alert-primary .alert-link {
    color: #00121c; }

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #006197;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

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

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #006197;
    border-color: #006197; }

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

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

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

.list-group-item-primary {
  color: #00324f;
  background-color: #b8d3e2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00324f;
    background-color: #a6c8db; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00324f;
    border-color: #00324f; }

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

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

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

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

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

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 425px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1150px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 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: .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: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 20px;
  left: 0%;
  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: #006197 !important; }

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

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

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

.bg-success {
  background-color: #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: #006197 !important; }

.border-secondary {
  border-color: #6c757d !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: 0.25rem !important; }

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

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

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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: 425px) {
  .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: 750px) {
  .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: 1150px) {
  .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: 1430px) {
  .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 (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 2155px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 2650px) {
  .d-xxxxl-none {
    display: none !important; }
  .d-xxxxl-inline {
    display: inline !important; }
  .d-xxxxl-inline-block {
    display: inline-block !important; }
  .d-xxxxl-block {
    display: block !important; }
  .d-xxxxl-table {
    display: table !important; }
  .d-xxxxl-table-row {
    display: table-row !important; }
  .d-xxxxl-table-cell {
    display: table-cell !important; }
  .d-xxxxl-flex {
    display: flex !important; }
  .d-xxxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 425px) {
  .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: 750px) {
  .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: 1150px) {
  .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: 1430px) {
  .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; } }

@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 2155px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 2650px) {
  .flex-xxxxl-row {
    flex-direction: row !important; }
  .flex-xxxxl-column {
    flex-direction: column !important; }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxxl-center {
    justify-content: center !important; }
  .justify-content-xxxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxxl-center {
    align-items: center !important; }
  .align-items-xxxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxxl-center {
    align-content: center !important; }
  .align-content-xxxxl-between {
    align-content: space-between !important; }
  .align-content-xxxxl-around {
    align-content: space-around !important; }
  .align-content-xxxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxxl-auto {
    align-self: auto !important; }
  .align-self-xxxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxxl-center {
    align-self: center !important; }
  .align-self-xxxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxxl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 425px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 750px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1150px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1430px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 2155px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

@media (min-width: 2650px) {
  .float-xxxxl-left {
    float: left !important; }
  .float-xxxxl-right {
    float: right !important; }
  .float-xxxxl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 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: 425px) {
  .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: 750px) {
  .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: 1150px) {
  .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: 1430px) {
  .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; } }

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 2155px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

@media (min-width: 2650px) {
  .m-xxxxl-0 {
    margin: 0 !important; }
  .mt-xxxxl-0,
  .my-xxxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxxl-0,
  .mx-xxxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxxl-0,
  .my-xxxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxxl-0,
  .mx-xxxxl-0 {
    margin-left: 0 !important; }
  .m-xxxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxxl-1,
  .my-xxxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxxl-1,
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxxl-1,
  .my-xxxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxxl-1,
  .mx-xxxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxxl-2,
  .my-xxxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxxl-2,
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxxl-2,
  .my-xxxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxxl-2,
  .mx-xxxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxxl-3 {
    margin: 1rem !important; }
  .mt-xxxxl-3,
  .my-xxxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxxl-3,
  .mx-xxxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxxl-3,
  .my-xxxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxxl-3,
  .mx-xxxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxxl-4,
  .my-xxxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxxl-4,
  .mx-xxxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxxl-4,
  .my-xxxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxxl-4,
  .mx-xxxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxxl-5 {
    margin: 3rem !important; }
  .mt-xxxxl-5,
  .my-xxxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxxl-5,
  .mx-xxxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxxl-5,
  .my-xxxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxxl-5,
  .mx-xxxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxxl-0 {
    padding: 0 !important; }
  .pt-xxxxl-0,
  .py-xxxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxxl-0,
  .px-xxxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxxl-0,
  .py-xxxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxxl-0,
  .px-xxxxl-0 {
    padding-left: 0 !important; }
  .p-xxxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxxl-1,
  .py-xxxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxxl-1,
  .px-xxxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxxl-1,
  .py-xxxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxxl-1,
  .px-xxxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxxl-2,
  .py-xxxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxxl-2,
  .px-xxxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxxl-2,
  .py-xxxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxxl-2,
  .px-xxxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxxl-3 {
    padding: 1rem !important; }
  .pt-xxxxl-3,
  .py-xxxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxxl-3,
  .px-xxxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxxl-3,
  .py-xxxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxxl-3,
  .px-xxxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxxl-4,
  .py-xxxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxxl-4,
  .px-xxxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxxl-4,
  .py-xxxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxxl-4,
  .px-xxxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxxl-5 {
    padding: 3rem !important; }
  .pt-xxxxl-5,
  .py-xxxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxxl-5,
  .px-xxxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxxl-5,
  .py-xxxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxxl-5,
  .px-xxxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxxl-auto {
    margin: auto !important; }
  .mt-xxxxl-auto,
  .my-xxxxl-auto {
    margin-top: auto !important; }
  .mr-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-right: auto !important; }
  .mb-xxxxl-auto,
  .my-xxxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxxl-auto,
  .mx-xxxxl-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: 425px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

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

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

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 2155px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

@media (min-width: 2650px) {
  .text-xxxxl-left {
    text-align: left !important; }
  .text-xxxxl-right {
    text-align: right !important; }
  .text-xxxxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !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: #212529 !important; }

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

.mobile-info {
  margin: 0;
  padding: 57px 25px 30px; }
  .mobile-info__standard {
    font-size: 22px; }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.btn {
  outline: none !important;
  border-radius: 0 !important; }

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important; }

.btn-no-margin {
  margin: 0 !important; }

.btn-link-primary {
  font-family: 'jaf-bernino-sans-condensed' !important;
  color: #006197 !important;
  border: 0 !important;
  padding: 5px 14px !important;
  text-decoration: none !important; }

.btn-link-primary:hover,
.btn-link-primary:focus,
.btn-link-primary:active {
  color: #00a7e0 !important;
  font-weight: 400 !important;
  width: 100% !important;
  text-align: left !important; }

.btn-link-white {
  font-family: 'jaf-bernino-sans-condensed' !important;
  color: #fff !important;
  border: 0 !important;
  padding: 7px 14px !important;
  text-decoration: none !important; }

.btn-link-white:hover,
.btn-link-white:focus,
.btn-link-white:active {
  color: #006197 !important;
  background-color: #ffffff !important;
  font-weight: 400 !important;
  width: 100% !important;
  text-align: left !important; }

.btn-link-white_bold {
  font-family: 'jaf-bernino-sans-condensed' !important;
  color: #fff !important;
  font-weight: bold !important;
  border: 0 !important;
  padding: 5px 14px !important;
  text-decoration: none !important; }

.btn-link-white_bold:hover,
.btn-link-white_bold:focus,
.btn-link-white_bold:active {
  color: #006197 !important;
  background-color: #ffffff !important;
  font-weight: bold !important;
  width: 100% !important;
  text-align: left !important; }

.btn-with-icon__primary {
  color: #006197;
  font-size: 21px !important;
  cursor: pointer; }

@media screen and (min-width: 1150px) {
  .btn-with-icon__primary {
    color: #006197;
    font-size: 16px !important;
    cursor: pointer; } }

.btn-with-icon__primary:hover {
  text-decoration: none;
  color: #00a7e0; }

.btn-with-icon-__white {
  color: #fff;
  cursor: pointer; }

.btn-social-white {
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  margin: 4px 0 0 -2px; }

.btn-mobile-social-primary {
  color: #006197;
  cursor: pointer;
  font-size: 30px;
  margin-left: 15px; }

.btn-mobile-social-primary:hover,
.btn-social-white:hover {
  color: #96ccd4; }

.base-button-with-icon {
  margin: 10px 0; }

.button-with-icon {
  background-color: transparent;
  line-height: 0.5em;
  vertical-align: baseline;
  padding: 0 !important; }
  .button-with-icon i {
    padding: 0 5px 0 0;
    position: relative; }

.btn-blue-link {
  color: #006197;
  cursor: pointer;
  font-weight: 500; }

.btn-blue-link:hover {
  color: #006197;
  border-bottom: solid 1px #006197; }

.btn-outline-primary {
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 5px !important;
  outline: none !important;
  box-shadow: none !important; }

.btn-outline-primary:focus,
.btn-outline-primary.active {
  outline: none !important;
  box-shadow: none !important; }

.btn-outline-white {
  border-radius: 0 !important;
  border-color: #fff !important;
  background-color: transparent;
  color: #fff;
  margin: 0 !important;
  padding: 0 5px !important;
  outline: none !important;
  box-shadow: none !important; }

.btn-outline-white:focus,
.btn-outline-white.active {
  outline: none !important;
  box-shadow: none !important; }

.accordion__panel {
  width: 100%;
  display: none;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  transition: all .35s ease-out; }

.accordion-col-w__20 {
  position: relative;
  width: 100%; }

@media screen and (min-width: 1150px) {
  .accordion__panel {
    width: 100%;
    display: block !important;
    padding: 0;
    overflow: hidden; }
  .accordion-col-w__20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.advisory-info-carousel {
  height: 380px;
  margin-bottom: 60px;
  margin-top: -20px; }

.advisory-info-carousel-caption {
  position: relative;
  right: 0%;
  bottom: 10px;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left; }
  .advisory-info-carousel-caption h5 {
    color: #006197; }

.carousel-controls {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 28px; }

.carousel-arrow-prev,
.carousel-arrow-next {
  position: absolute; }

.carousel-arrow-prev {
  left: 70px; }

.carousel-arrow-next {
  right: 70px; }

.carousel-indicators {
  bottom: -6px !important; }
  .carousel-indicators li {
    width: 12px !important;
    cursor: pointer !important;
    background-color: rgba(0, 97, 151, 0.35) !important;
    height: 12px !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    border-radius: 50%;
    transition: background-color 0.6s ease; }
  .carousel-indicators .active {
    background-color: #006197 !important; }

.carousel-item {
  user-select: none; }
  .carousel-item .advisory-info-carousel-image {
    height: 200px;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 1150px) {
  .carousel-controls {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 28px; }
  .carousel-indicators li {
    margin-right: 6px !important;
    margin-left: 6px !important; } }

.advisory-content {
  padding: 10px 20px; }
  .advisory-content .navigation_3 {
    font-weight: 400;
    font-size: 19px !important;
    line-height: 24px;
    padding: 10px 0 15px; }

.advisory-icon {
  margin: 10px 14px 14px 0;
  font-size: 3.5em; }

@media screen and (min-width: 1150px) {
  .advisory-content .navigation_3 {
    font-weight: 400;
    font-size: 17px !important;
    line-height: 20px; } }

.map-page-wrapper {
  display: flex !important;
  flex-direction: column; }

.air-condition-data-page {
  margin: 0 10px;
  width: 20%; }
  .air-condition-data-page .panel__4 {
    font-size: 15px !important; }
  .air-condition-data-page__wrapper__last-update {
    position: relative;
    left: 15px;
    top: 30px; }
  .air-condition-data-page__last-update {
    font-style: italic;
    font-size: 12px !important; }
  .air-condition-data-page__pollutant {
    color: #000;
    font-size: 12px;
    font-family: 'jaf-bernino-sans-condensed';
    font-weight: 400;
    line-height: 12px; }
  .air-condition-data-page .day-name__select {
    position: relative;
    top: 14px;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    padding: 0 !important; }

.air-condition-data-panel {
  margin: 0 3px;
  width: 20%; }

.air-condition-big-line {
  line-height: 1.5em !important; }

.region-air-condition-panel {
  margin: 4px 0 12px; }

.region-air-condition-page {
  margin: 8px 0; }

.day-select-panel {
  width: 20%;
  margin: 0 3px; }

.day-select-page {
  width: 20%;
  margin: 0 10px; }

.day-name {
  margin-top: -10px; }

.day-name__select {
  position: relative;
  top: 8px;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  padding: 0 !important; }

.big-line__value-and-color {
  line-height: 1.5em; }

.bg-line__day-select {
  line-height: 1em; }

.page-mapbox {
  height: 300px;
  margin-bottom: 0;
  width: 100% !important;
  order: 1; }
  .page-mapbox__scroll-mask {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(134, 134, 134, 0.75); }
    .page-mapbox__scroll-mask__message {
      color: #ececec;
      font-size: 1.5em;
      font-weight: bold;
      padding: 10px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(-50%); }

.map-page-grid-with-day-select {
  background-color: #fff;
  position: relative;
  left: 0;
  right: 0;
  order: 2;
  top: 0;
  width: 100%;
  margin-bottom: 60px; }
  .map-page-grid-with-day-select__air-margin {
    margin-top: 10px; }
    .map-page-grid-with-day-select__air-margin .button-with-icon {
      line-height: 1em; }
      .map-page-grid-with-day-select__air-margin .button-with-icon i {
        padding: 0 5px 0 0;
        font-size: 8px;
        position: relative;
        top: -1px; }
      .map-page-grid-with-day-select__air-margin .button-with-icon span i {
        padding-left: 5px;
        font-size: 12px;
        top: 1px; }
    .map-page-grid-with-day-select__air-margin .btn-with-icon__primary {
      font-size: 16px !important; }
  .map-page-grid-with-day-select__arrows {
    /* margin-top: 20px; */ }
  .map-page-grid-with-day-select__legend-back {
    position: absolute;
    left: 14px;
    top: 5px; }
  .map-page-grid-with-day-select__search {
    color: #006197;
    padding: 0 5px 0 12px;
    cursor: pointer;
    z-index: 2; }
  .map-page-grid-with-day-select__search:hover {
    color: rgba(0, 97, 151, 0.7); }
  .map-page-grid-with-day-select__toggle-button {
    position: absolute;
    right: 14px;
    top: 5px; }
  .map-page-grid-with-day-select input {
    margin-top: 15px;
    line-height: 20px; }

.map-page-legend-content .map-page-legend-content__6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.map-page-index-info__item {
  display: flex;
  margin-bottom: 25px; }
  .map-page-index-info__item__color-item {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-top: 6px; }
  .map-page-index-info__item__description {
    display: flex;
    position: relative; }
  .map-page-index-info__item__number {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    margin-bottom: 0 !important;
    min-width: 65px; }
  .map-page-index-info__item__text-code {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 0; }

.map-page-index-info__title {
  font-size: 22px;
  font-weight: 400; }

.map-page-pollutant__block {
  margin-bottom: 10px; }
  .map-page-pollutant__block-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; }
  .map-page-pollutant__block-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px; }

.map-page-pollutant__title {
  font-size: 22px;
  font-weight: 400;
  margin-top: -10px; }

.day-select-toolbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 4px; }

.day-select-on-map {
  padding: 2px 10px;
  width: 100%;
  text-align: center; }
  .day-select-on-map__day-name {
    width: 100%;
    text-align: center; }

@media screen and (min-width: 640px) {
  .map-page-legend-content__6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .map-page-pollutant__title {
    margin-top: 0; } }

@media screen and (min-width: 1150px) {
  .map-page-wrapper {
    flex-direction: row; }
  .air-condition-data-page__pollutant {
    font-size: 11px;
    line-height: 11px; }
  .air-condition-data-page .panel__4 {
    font-size: 16px !important;
    line-height: 18px; }
  .air-condition-data-page__wrapper__last-update {
    top: 15px; }
  .air-condition-data-page__last-update {
    line-height: 12px; }
  .page-mapbox {
    height: 500px;
    margin-bottom: 60px;
    width: 50% !important;
    max-width: 345px;
    order: 2; }
    .page-mapbox__scroll-mask {
      display: none; }
  .map-page-grid-with-day-select {
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 50%;
    margin-bottom: 0;
    height: 500px;
    order: 1; }
    .map-page-grid-with-day-select__air-margin {
      margin-top: 10px; }
      .map-page-grid-with-day-select__air-margin .btn-with-icon__primary {
        font-size: 16px !important; }
      .map-page-grid-with-day-select__air-margin .button-with-icon span i {
        padding-left: 5px;
        font-size: 12px;
        top: 1px; }
    .map-page-grid-with-day-select__arrows {
      margin-top: 0; }
    .map-page-grid-with-day-select__search {
      color: #006197;
      cursor: pointer;
      margin-right: 5px;
      padding: 0 0 0 12px;
      z-index: 2; }
    .map-page-grid-with-day-select__search:hover {
      color: rgba(0, 97, 151, 0.7); }
  .map-page-legend-content .map-page-legend-content__6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .map-page-index-info__item {
    display: flex;
    margin-bottom: 0; }
    .map-page-index-info__item__color-item {
      min-width: 13px;
      width: 13px;
      height: 13px;
      margin-right: 10px;
      margin-top: 4px; }
    .map-page-index-info__item__description {
      display: flex;
      position: relative; }
    .map-page-index-info__item__number {
      font-size: 20px !important;
      font-weight: 600 !important;
      line-height: 22px !important;
      margin-bottom: 0 !important; }
    .map-page-index-info__item__text-code {
      display: inline-block;
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 16px;
      margin-left: 10px;
      margin-top: 0;
      margin-bottom: 5px; }
  .map-page-index-info__title {
    font-size: 18px;
    font-weight: 400; }
  .map-page-pollutant__block {
    margin-bottom: 10px; }
    .map-page-pollutant__block-description {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .map-page-pollutant__block-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px; }
  .map-page-pollutant__title {
    font-size: 18px;
    font-weight: 400;
    margin-top: -5px; }
  .region-air-condition-page {
    margin: 6px 0; } }

@media screen and (min-width: 1430px) {
  .page-mapbox {
    width: 60% !important;
    max-width: 100%; }
  .map-page-grid-with-day-select {
    width: 40%; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.alert-action-base {
  position: relative;
  margin: 15px 0 !important; }
  .alert-action-base .alert-action-icon {
    font-size: 67px; }
    .alert-action-base .alert-action-icon .alert-action-label {
      font-size: 19px;
      font-weight: 400;
      line-height: 28px; }

@media screen and (min-width: 1150px) {
  .alert-action-base .alert-action-icon .alert-action-label {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px; } }

.alert-action-icon {
  position: relative;
  left: 10px;
  margin-right: 25px; }

.alert-action-label {
  line-height: 1em;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.alert-action-label-black {
  color: #000 !important;
  opacity: 1 !important; }

.alert-action-label-red, .icomoon.red {
  color: #e02826 !important;
  opacity: 1 !important; }

.alert-actions-see-more-button {
  color: #006197;
  cursor: pointer;
  padding-top: 5px;
  text-align: center;
  width: 75px; }

.alert-actions-see-less-button {
  color: #006197;
  cursor: pointer;
  padding-top: 5px;
  text-align: center;
  width: 65px; }

.alert-actions-see-more-button:hover,
.alert-actions-see-less-button:hover {
  color: #00a7e0; }

#modalBodyDiv {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3500; }

.fade-in-slide-show {
  -webkit-animation: fade-in-slide-show 2s forwards;
  animation: fade-in-slide-show 2s forwards; }

@-webkit-keyframes fade-in-slide-show {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fade-in-slide-show {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.3s;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

.item {
  width: 33.3% !important;
  padding-left: 15px;
  padding-right: 15px; }

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left; }

.multi-item-carousel .carousel-inner .active.left {
  left: -33%; }

.multi-item-carousel .carousel-inner .active.right {
  left: 33%; }

.multi-item-carousel .carousel-inner .next {
  left: 33%; }

.multi-item-carousel .carousel-inner .prev {
  left: -33%; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner-1 > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important; } }

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none; }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.bg-combo-red {
  width: 100%;
  height: 100%;
  background-color: #e1251b;
  background-image: linear-gradient(10deg, #fff 50%, transparent 50%), linear-gradient(-60deg, #fff 30%, transparent 30%); }

.bg-alert {
  background-color: #e1251b;
  width: 100%;
  height: 100%; }

.bg-alert-shadow {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5); }

.bg-alert-mobile {
  background-color: #323e48;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -6px;
  padding: 0 10px; }

.bg-alert-modal {
  background-color: #323e48;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }

.bg-alert-darker-blue {
  background-color: #323e48; }

.bg-alert-red {
  background-color: #e1251b; }

.bg-advisory {
  background-color: #eab210;
  width: 100%;
  height: 100%; }

.bg-primary {
  background-color: #006197; }

.bg-summer-light-blue {
  background-color: #00a7e0; }

.bg-summer-light-green {
  background-color: #6fbe44; }

.bg-winter-orange {
  background-color: #f36b24; }

.bg-winter-purple {
  background-color: #993d6d; }

.bg-air-green {
  background-color: #009866; }

.bg-air-yellow {
  background-color: #fddd32; }

.bg-air-orange {
  background-color: #f79839; }

.bg-air-red {
  background-color: #cc2036; }

.bg-air-dark-violet {
  background-color: #652c8f; }

.bg-air-hazardous {
  background-color: #7e0123; }

.bubble-title {
  font-size: 1.2em; }

.bubble-base {
  z-index: 4000 !important;
  position: fixed;
  background-color: rgba(0, 97, 151, 0.9);
  border-radius: 20px;
  padding: 20px;
  width: calc(100vw - 55px);
  height: auto; }
  .bubble-base h5 {
    font-size: 23px !important;
    line-height: 23px !important; }
  .bubble-base .body-small {
    font-size: 14px !important;
    line-height: 18px !important; }

.info-bubble-base-top:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 97, 151, 0.9);
  border-top: 0;
  border-left: 0;
  margin-left: -10px;
  margin-top: -10px; }

.info-bubble-base-bottom:after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: rgba(0, 97, 151, 0.9);
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -10px; }

@media screen and (min-width: 1150px) {
  .bubble-base {
    width: 450px; }
    .bubble-base h5 {
      font-size: 27px !important;
      line-height: 27px !important; }
    .bubble-base .body-small {
      font-size: 17px !important;
      line-height: 21px !important; }
  .bubble-title {
    font-size: 1.8em; }
  .info-bubble-base-top:after {
    display: block; }
  .info-bubble-base-bottom:after {
    display: block; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
/*// import full bootstrap
@import "../../../../node_modules/bootstrap/scss/bootstrap";*/
.collection-container {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.collection-air-index {
  display: flex;
  margin-bottom: 45px; }
  .collection-air-index__color-item {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px; }
  .collection-air-index__description {
    display: flex;
    position: relative; }
  .collection-air-index__text-code {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 12px;
    align-self: flex-end; }

.collection {
  width: 395px;
  height: 395px;
  max-height: 395px;
  position: relative;
  margin-bottom: 20px; }

.collection-right {
  margin-left: 33px; }

.collection-left {
  margin-right: 33px; }

.collection-small-padding {
  color: #fff;
  padding: 24px;
  width: 100%;
  height: 100%; }

.collection-small-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px; }

.collection-a-1,
.collection-a-2 {
  overflow-y: auto;
  position: absolute;
  color: #fff;
  padding: 24px;
  width: 100%;
  height: 100%; }

.collection-a-1-summer-1,
.collection-a-2-summer-1 {
  background-color: rgba(0, 167, 224, 0.8); }

.collection-a-1-winter-1,
.collection-a-2-winter-1 {
  background-color: rgba(243, 107, 36, 0.8); }

.collection-a-1-summer-2,
.collection-a-2-summer-2 {
  background-color: rgba(111, 190, 68, 0.8); }

.collection-a-1-winter-2,
.collection-a-2-winter-2 {
  background-color: rgba(153, 61, 109, 0.8); }

.collection-a-3 {
  color: #000;
  padding: 24px 0 0;
  width: 100%;
  height: 100%; }

.collection-c {
  color: #fff;
  position: relative;
  width: 100%;
  height: 125px; }

.collection-c-background {
  position: relative;
  width: 100%;
  height: 125px; }

.collection-c-content {
  position: absolute;
  padding: 18px 24px;
  width: 100%;
  height: 100%; }

.collection-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.collection-image-3 {
  position: relative;
  width: 100%;
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.collection-c-image {
  position: absolute;
  width: 32%;
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.collection-learn-more-white {
  position: absolute;
  bottom: 10px; }

.collection-learn-more-black {
  position: absolute;
  bottom: 0; }

@media screen and (min-width: 750px) {
  .collection {
    width: 400px;
    height: 400px;
    min-height: 400px;
    max-height: 400px !important; }
  /*.collection-text-clip {
    clip-path: polygon( 0px 0px, 258px 0px, 258px 295px, 0px 295px);
  }*/ }

@media screen and (min-width: 1150px) {
  .collection-container {
    -ms-flex-pack: start !important;
    justify-content: start !important; }
  .collection {
    width: 210px;
    height: 250px;
    min-height: 250px;
    margin-bottom: 0;
    margin-top: 30px; }
  /*.collection-text-clip {
    clip-path: polygon( 0px 0px, 211px 0px, 211px 50px, 0px 50px);
  }*/
  .collection-small-padding {
    color: #fff;
    padding: 12px;
    width: 100%;
    height: 100%; }
  .collection-small-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px; }
  .collection-image-3 {
    height: 10%; } }

@media screen and (min-width: 1430px) {
  .collection {
    width: 304px;
    height: 304px;
    max-height: 304px !important; }
  /*.collection-text-clip {
    clip-path: polygon( 0px 0px, 304px 0px, 304px 80px, 0px 80px);
  }*/
  .collection-small-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; }
  .collection-image-3 {
    height: 30%; } }

@media screen and (min-width: 1600px) {
  .collection {
    width: 334px;
    height: 334px;
    min-height: 334px; }
  /*.collection-text-clip {
    clip-path: polygon( 0px 0px, 309px 0px, 309px 288px, 0px 288px);
  }*/ }

@media screen and (min-width: 2155px) {
  .collection {
    width: 465px;
    height: 465px;
    min-height: 465px; }
  /*.collection-text-clip {
    clip-path: polygon( 0px 0px, 440px 0px, 440px 420px, 0px 420px);
  }*/ }

@media screen and (min-width: 2650px) {
  .collection {
    width: 625px;
    height: 625px;
    min-height: 625px; }
  /*.collection-text-clip {
    clip-path: polygon( 0px 0px, 600px 0px, 600px 580px, 0px 580px);
  }*/ }

.content-block-container {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.content-block {
  width: 425px;
  height: 425px;
  max-height: 425px;
  color: #ffffff;
  margin: 47px 16px 10px 16px;
  cursor: pointer; }
  .content-block h4 {
    font-size: 44px !important;
    line-height: 50px !important; }
  .content-block .body-medium {
    font-size: 22px !important;
    line-height: 32px; }

.content-block-text {
  font-size: 1em;
  overflow-y: hidden; }

.main-content-no-padding {
  overflow-x: hidden !important;
  padding: 0 !important; }

.main-content {
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

.page-content {
  position: absolute;
  top: 260px;
  width: 100%; }

.page-content-title {
  color: #006197;
  font-size: 2.5em;
  font-family: 'jaf-bernino-sans-condensed';
  font-weight: 600; }

.home-content {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

.top-menu-fixed-top {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 3100;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

@media screen and (min-width: 1150px) {
  .main-content {
    padding: 0;
    max-width: 694px !important; }
  .home-content-open {
    width: calc(100% - 335px);
    margin-left: auto; }
    .home-content-open .content-block {
      width: 330px;
      height: 330px;
      min-height: 330px; }
      .home-content-open .content-block h4 {
        font-size: 36px !important;
        line-height: 40px !important; }
      .home-content-open .content-block .body-medium {
        font-size: 18px !important;
        line-height: 24px; }
    .home-content-open .main-content {
      padding: 0;
      max-width: 694px !important; }
  .home-content-collapsed {
    width: calc(100% - 60px);
    margin-left: auto; }
    .home-content-collapsed .content-block {
      width: 283px;
      height: 283px;
      min-height: 283px; }
      .home-content-collapsed .content-block h4 {
        font-size: 35px !important;
        line-height: 35px !important; }
      .home-content-collapsed .content-block .body-medium {
        font-size: 17px !important;
        line-height: 24px; }
    .home-content-collapsed .main-content {
      padding: 0;
      max-width: 915px !important; }
  .top-menu-left-open {
    left: 335px; }
    .top-menu-left-open .main-content {
      padding: 0;
      min-width: 694px !important; }
  .top-menu-left-collapsed {
    left: 60px; }
    .top-menu-left-collapsed .main-content {
      padding: 0;
      max-width: 915px !important; } }

@media screen and (min-width: 1430px) {
  .main-content {
    padding: 0;
    max-width: 980px !important; }
  .home-content-open {
    width: calc(100% - 335px);
    margin-left: auto; }
    .home-content-open .content-block {
      width: 304px;
      height: 304px;
      min-height: 304px; }
      .home-content-open .content-block h4 {
        font-size: 36px !important;
        line-height: 40px !important; }
      .home-content-open .content-block .body-medium {
        font-size: 18px !important;
        line-height: 24px; }
    .home-content-open .main-content {
      padding: 0;
      min-width: 980px !important; }
  .home-content-collapsed {
    width: calc(100% - 60px);
    margin-left: auto; }
    .home-content-collapsed .content-block {
      width: 304px;
      height: 304px;
      min-height: 304px; }
      .home-content-collapsed .content-block h4 {
        font-size: 36px !important;
        line-height: 40px !important; }
      .home-content-collapsed .content-block .body-medium {
        font-size: 18px !important;
        line-height: 24px; }
    .home-content-collapsed .main-content {
      padding: 0;
      min-width: 980px !important; }
  .top-menu-left-open {
    left: 335px; }
    .top-menu-left-open .main-content {
      padding: 0;
      min-width: 980px !important; }
  .top-menu-left-collapsed {
    left: 60px; }
    .top-menu-left-collapsed .main-content {
      padding: 0;
      min-width: 980px !important; } }

@media screen and (min-width: 1600px) {
  .main-content {
    padding: 0;
    max-width: 1068px !important; }
  .home-content-open {
    width: calc(100% - 335px);
    margin-left: auto; }
    .home-content-open .content-block {
      width: 334px;
      height: 334px;
      min-height: 334px; }
      .home-content-open .content-block h4 {
        font-size: 42px !important;
        line-height: 46px !important; }
      .home-content-open .content-block .body-medium {
        font-size: 18px !important;
        line-height: 24px; }
    .home-content-open .main-content {
      padding: 0;
      max-width: 1068px !important; }
  .home-content-collapsed {
    width: calc(100% - 60px);
    margin-left: auto; }
    .home-content-collapsed .content-block {
      width: 334px;
      height: 334px;
      min-height: 334px; }
      .home-content-collapsed .content-block h4 {
        font-size: 42px !important;
        line-height: 46px !important; }
      .home-content-collapsed .content-block .body-medium {
        font-size: 18px !important;
        line-height: 24px; }
    .home-content-collapsed .main-content {
      padding: 0;
      max-width: 1068px !important; }
  .top-menu-left-open {
    left: 335px; }
    .top-menu-left-open .main-content {
      padding: 0;
      max-width: 1068px !important; }
  .top-menu-left-collapsed {
    left: 60px; }
    .top-menu-left-collapsed .main-content {
      padding: 0;
      max-width: 1068px !important; } }

@media screen and (min-width: 2155px) {
  .main-content {
    padding: 0;
    max-width: 1465px !important; }
  .home-content-open {
    width: calc(100% - 335px);
    margin-left: auto; }
    .home-content-open .content-block {
      width: 466px;
      height: 466px;
      min-height: 466px; }
      .home-content-open .content-block h4 {
        font-size: 46px !important;
        line-height: 54px !important; }
      .home-content-open .content-block .body-medium {
        font-size: 26px !important;
        line-height: 36px; }
    .home-content-open .main-content {
      padding: 0;
      max-width: 1465px !important; }
  .home-content-collapsed {
    width: calc(100% - 60px);
    margin-left: auto; }
    .home-content-collapsed .content-block {
      width: 466px;
      height: 466px;
      min-height: 466px; }
      .home-content-collapsed .content-block h4 {
        font-size: 46px !important;
        line-height: 54px !important; }
      .home-content-collapsed .content-block .body-medium {
        font-size: 26px !important;
        line-height: 36px; }
    .home-content-collapsed .main-content {
      padding: 0;
      max-width: 1465px !important; }
  .top-menu-left-open {
    left: 335px; }
    .top-menu-left-open .main-content {
      padding: 0;
      max-width: 1465px !important; }
  .top-menu-left-collapsed {
    left: 60px; }
    .top-menu-left-collapsed .main-content {
      padding: 0;
      max-width: 1465px !important; } }

@media screen and (min-width: 2650px) {
  .main-content {
    padding: 0;
    max-width: 1965px !important; }
  .home-content-open {
    width: calc(100% - 335px);
    margin-left: auto; }
    .home-content-open .content-block {
      width: 633px;
      height: 633px;
      min-height: 633px; }
      .home-content-open .content-block h4 {
        font-size: 64px !important;
        line-height: 78px !important; }
      .home-content-open .content-block .body-medium {
        font-size: 32px !important;
        line-height: 46px; }
    .home-content-open .main-content {
      padding: 0;
      max-width: 1965px !important; }
  .home-content-collapsed {
    width: calc(100% - 60px);
    margin-left: auto; }
    .home-content-collapsed .content-block {
      width: 633px;
      height: 633px;
      min-height: 633px; }
      .home-content-collapsed .content-block h4 {
        font-size: 64px !important;
        line-height: 78px !important; }
      .home-content-collapsed .content-block .body-medium {
        font-size: 32px !important;
        line-height: 46px; }
    .home-content-collapsed .main-content {
      padding: 0;
      max-width: 1965px !important; }
  .top-menu-left-open {
    left: 335px; }
    .top-menu-left-open .main-content {
      padding: 0;
      max-width: 1965px !important; }
  .top-menu-left-collapsed {
    left: 60px; }
    .top-menu-left-collapsed .main-content {
      padding: 0;
      max-width: 1965px !important; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.contents {
  position: absolute;
  padding: 20px;
  color: #fff; }

.content-block-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.content-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
table {
  background-color: #fff;
  border: 1px solid #aaa;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif; }
  table sub, table sup {
    top: -0.5em; }

thead th {
  min-width: 120px;
  padding: 10px 20px;
  text-align: center; }
  thead th > div {
    justify-content: right; }

tbody tr, tbody td {
  min-width: 120px;
  padding: 10px 20px;
  text-align: center; }

th {
  background-color: #006197 !important;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

th:nth-child(1) {
  background: #2b4a70 !important; }

tr:nth-child(odd) {
  background-color: #fff; }

tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03); }

th.active {
  color: #fff; }

th.active .data-table__arrow {
  opacity: 1; }

@media only screen and (max-width: 1149px) {
  table.table-with-header {
    border: 0px solid #aaa;
    border-spacing: 0;
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
    table.table-with-header sub, table.table-with-header sup {
      top: 1em; }
    table.table-with-header thead,
    table.table-with-header tbody,
    table.table-with-header th,
    table.table-with-header td,
    table.table-with-header tr {
      display: block; }
    table.table-with-header thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.table-with-header tbody tr {
      padding: 0; }
    table.table-with-header tbody td {
      padding: 10px 20px;
      justify-content: flex-end; }
    table.table-with-header tr {
      border: 0px solid #aaa; }
    table.table-with-header tr:nth-child(even) {
      background-color: #fff; }
    table.table-with-header td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      display: flex;
      position: relative;
      padding-left: 50%;
      width: 100%;
      text-align: right !important; }
    table.table-with-header td:before {
      position: relative;
      display: flex;
      align-items: center;
      padding-right: 20px;
      white-space: normal;
      text-align: left;
      font-weight: bold;
      width: 100%; }
    table.table-with-header td:nth-child(1) {
      background: #2b4a70 !important;
      border: none;
      color: #fff; }
    table.table-with-header td:before {
      content: attr(data-title); } }

.data-table__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66; }

.data-table__arrow.dsc {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff; }

.data-table__arrow.asc {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff; }

.data-table__view-more {
  margin: 20px 0;
  width: 100%;
  text-align: center; }

.body-medium {
  font-family: 'Roboto', sans-serif !important;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px; }

.body-small {
  font-family: 'Roboto', sans-serif !important;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px; }

.body-left-toolbar {
  font-size: 16px;
  line-height: 22px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'jaf-bernino-sans-condensed' !important; }

h1 {
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 600 !important; }

h2 {
  font-size: 67px !important;
  line-height: 67px !important;
  font-weight: 400 !important; }

h3 {
  font-size: 47px !important;
  line-height: 47px !important;
  font-weight: 400 !important; }

h4 {
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 600 !important; }

h5 {
  font-size: 27px !important;
  line-height: 27px !important;
  font-weight: 600 !important; }

h6 {
  font-size: 19px !important;
  line-height: 19px !important;
  font-weight: 600 !important; }

p, ol, ul {
  font-size: 17px;
  text-align: left; }

.navigation {
  font-family: 'jaf-bernino-sans-condensed' !important;
  margin: 0 2px; }

.navigation_1 {
  font-weight: 400;
  font-size: 19px !important;
  line-height: 23px; }

.navigation_1-active {
  font-weight: bold;
  font-size: 19px !important; }

.navigation_2 {
  font-weight: 400;
  font-size: 19px !important;
  line-height: 20px;
  cursor: pointer; }

.navigation_2-active {
  font-weight: 600;
  font-size: 19px !important; }

.navigation_3 {
  font-weight: 400;
  font-size: 17px !important;
  line-height: 20px; }

.navigation_4 {
  font-weight: 600;
  font-size: 17px !important;
  line-height: 20px; }

.navigation_5 {
  font-weight: 700;
  font-size: 17px !important;
  line-height: 20px; }

.panel {
  font-family: 'roboto condensed' !important;
  margin: 0 2px; }

.panel__1 {
  font-weight: 400;
  font-size: 19px !important;
  line-height: 24px; }

.panel__2 {
  font-weight: 700;
  font-size: 19px !important;
  line-height: 24px; }

.panel__4 {
  font-weight: 200;
  font-size: 15px !important;
  line-height: 20px; }

.panel__5 {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 20px; }

.panel__6 {
  font-weight: 600;
  font-size: 15px !important;
  line-height: 20px; }

.panel__7 {
  font-weight: 700;
  font-size: 21px !important;
  line-height: 25px; }

.panel__7_1 {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 24px; }

.panel__8 {
  font-weight: 700;
  font-size: 51px !important;
  line-height: 55px; }

.font-size-90 {
  font-size: 7.35em !important; }

.font-size-60 {
  font-size: 4.9em !important; }

.font-size-34 {
  font-size: 34px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-20 {
  font-size: 1.6em !important; }

.font-size-18 {
  font-size: 1.5em !important; }

.font-size-17 {
  font-size: 1.05em !important; }

.font-size-16 {
  font-size: 1.4em !important; }

.font-size-14 {
  font-size: 1.2em !important; }

.font-size-12 {
  font-size: 1em !important; }

.font-size-11 {
  font-size: 0.95em !important; }

.font-size-10 {
  font-size: 0.8em !important; }

.font-size-9 {
  font-size: 0.75em !important; }

.font-size-8 {
  font-size: 0.6em !important; }

.bernina-light {
  font-family: 'jaf-bernina-sans';
  font-weight: 300; }

.bernina-regular {
  font-family: 'jaf-bernina-sans';
  font-weight: 400; }

.bernina-semibold {
  font-family: 'jaf-bernina-sans';
  font-weight: 600; }

.bernina-condensed-light {
  font-family: 'jaf-bernino-sans-condensed';
  font-weight: 300; }

.bernina-condensed-regular {
  font-family: 'jaf-bernino-sans-condensed';
  font-weight: 400; }

.bernina-condensed-semibold {
  font-family: 'jaf-bernino-sans-condensed';
  font-weight: 600; }

.bernina-condensed-bold {
  font-family: 'jaf-bernino-sans-condensed';
  font-weight: 700; }

.roboto-light {
  font-family: 'Roboto';
  font-weight: 300; }

.roboto-regular {
  font-family: 'Roboto';
  font-weight: 400; }

.icomoon:before {
  font-family: 'icomoon' !important; }

.yellow {
  color: #eab210 !important; }

.text-light-blue {
  color: #00a7e0 !important; }

@media screen and (min-width: 1150px) {
  h1 {
    font-size: 67px !important;
    line-height: 67px !important;
    font-weight: 600 !important;
    margin: 75px 0 0 !important; }
  h4 {
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 600 !important; }
  p, ol, ul {
    font-size: 21px;
    text-align: left; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.btn-footer-margin-top-only {
  margin: 2px 0 0 !important;
  padding: 0 !important; }

.btn-link-white-footer {
  color: #fff; }

.btn-link-white-footer:hover {
  text-decoration: none;
  color: #96ccd4; }

.footer-base {
  padding: 20px 15px;
  height: 300px; }

.page-footer {
  position: relative;
  width: 100%; }
  .page-footer__langs {
    position: absolute;
    top: 0;
    font-weight: 700;
    font-size: 19px !important;
    line-height: 24px; }
    .page-footer__langs__active {
      font-weight: 700;
      font-size: 19px !important;
      line-height: 24px; }
  .page-footer__info {
    position: absolute;
    left: 0;
    top: 110px; }
  .page-footer__copyright {
    position: absolute;
    top: 220px; }
  .page-footer__menu {
    position: absolute;
    top: 60px;
    left: 0;
    font-weight: 600;
    font-size: 17px !important;
    line-height: 20px; }
    .page-footer__menu a {
      margin-right: 15px; }

.footer-base a,
.footer-base a:hover, .footer-base a:focus {
  border-bottom: none;
  color: #eee; }

.footer-contacts {
  position: relative;
  display: inline-block;
  right: 0;
  text-align: left; }

.footer-logo {
  margin-top: 2px;
  margin-right: 15px; }

@media screen and (min-width: 1430px) {
  .footer-base {
    padding: 20px 15px;
    height: 130px; }
  .page-footer {
    position: relative;
    width: 100%; }
    .page-footer__langs {
      position: absolute;
      top: 0;
      font-weight: 400;
      font-size: 17px !important;
      line-height: 20px; }
      .page-footer__langs__active {
        font-weight: 700;
        font-size: 17px !important;
        line-height: 20px; }
    .page-footer__info {
      position: absolute;
      left: auto;
      right: 0;
      top: 0; }
    .page-footer__copyright {
      position: absolute;
      top: 60px; }
    .page-footer__menu {
      position: absolute;
      top: 60px;
      left: 200px;
      font-weight: 400;
      font-size: 15px !important;
      line-height: 20px; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.mobile-fixed-top {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

.top-menu {
  width: 100%; }

.custom-toggler {
  outline: none !important;
  position: relative;
  top: 30px;
  right: 0; }

.custom-toggler .navbar-toggler {
  border-color: rgba(255, 102, 203, 0); }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.custom-dropdown {
  position: relative; }

.custom-dropdown-content {
  background-color: rgba(0, 97, 151, 0.8);
  border: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 200px;
  z-index: 1; }

.custom-dropdown:focus .custom-dropdown-content,
.custom-dropdown:hover .custom-dropdown-content {
  display: block; }

.sta-logo {
  position: relative;
  top: 7px;
  left: 10px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  user-select: none;
  z-index: 10; }

.logo-big {
  top: 10px;
  min-width: 133px;
  min-height: 133px;
  width: 133px !important;
  height: 133px !important; }

.logo-small {
  min-width: 74px;
  min-height: 74px;
  width: 74px !important;
  height: 74px !important; }

.mobile-alert-alert {
  background-color: #323e48;
  height: 120px;
  width: 250px;
  padding: 6px 10px; }

.mobile-alert-white {
  background-color: #fff;
  height: 120px;
  width: 250px;
  padding: 6px 10px; }

.mobile-close-alert {
  cursor: pointer; }

.mobile-see-more-base {
  width: 250px; }

.mobile-see-more {
  height: 20px;
  max-width: 86px;
  margin: 0 auto; }

.mobile-see-more-button {
  background-color: #006197;
  cursor: pointer;
  padding: 0 4px; }
  .mobile-see-more-button span {
    margin: 0 0 0 4px; }

/*.mobile-menu-base {
  position: fixed;
  top: 115px;
  left: 0;
  width: 100% !important;
  max-height: calc(100vh - 115px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2999;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}*/
.mobile-back-button-base {
  background-color: #fff;
  width: 100%; }
  .mobile-back-button-base .mobile-back-button {
    color: #006197;
    cursor: pointer;
    display: none;
    padding: 40px 0 30px 25px; }
    .mobile-back-button-base .mobile-back-button i {
      line-height: 15px;
      margin-top: 6px; }
    .mobile-back-button-base .mobile-back-button h5 {
      padding-left: 15px; }
  .mobile-back-button-base .mobile-back-button:hover {
    color: #96ccd4; }

.mobile-menu-toggle {
  position: relative; }
  .mobile-menu-toggle__button {
    position: absolute;
    right: 10px; }
  .mobile-menu-toggle .mobile-menu-info-icons {
    position: absolute;
    right: 5px; }
    .mobile-menu-toggle .mobile-menu-info-icons .mobile-menu-info-icons__alert {
      position: relative;
      top: -25px;
      right: 0;
      width: 37px; }
    .mobile-menu-toggle .mobile-menu-info-icons .mobile-menu-info-icons__advisory {
      position: relative;
      top: -25px;
      right: 0;
      width: 37px; }

.mobile-menu-info__text {
  padding-left: 15px; }

.mobile-menu {
  background-color: #fff;
  width: 100%;
  /*.mobile-menu-search-and-social {
    background-color: $white;
    color: $primary;
    padding: 35px 25px;
    width: 100%;

    .has-search .mobile-menu-search {
      padding-left: 40px;
      outline: none !important;
      width: 100%;
    }

    .form-control-feedback {
      color: $primary !important;
      font-size: 22px !important;
      position: absolute;
      margin-top: 3px !important;
      margin-left: 0 !important;
      z-index: 2;
      display: block;
      text-align: left;
      pointer-events: none;
    }
  }*/ }

.social-icons {
  background-color: #fff;
  color: #006197;
  padding: 35px 25px;
  width: 100%; }
  .social-icons .search-form-input__base {
    width: 100%; }
  .social-icons .search-form-input {
    background-color: transparent;
    color: #006197 !important;
    padding: 0 4px 0 40px;
    margin-left: -30px;
    border: none;
    border-bottom: 1px solid #006197 !important;
    width: 100%; }
  .social-icons .search-form-input::placeholder {
    color: #006197 !important;
    font-family: 'jaf-bernino-sans-condensed' !important; }
  .social-icons .search-form-input:-ms-input-placeholder {
    color: #006197 !important;
    font-family: 'jaf-bernino-sans-condensed' !important; }
  .social-icons .search-form-input::-ms-input-placeholder {
    color: #006197 !important;
    font-family: 'jaf-bernino-sans-condensed' !important; }

.menu-social {
  display: flex;
  margin-top: 6px; }
  .menu-social a {
    border-bottom: none !important;
    float: left;
    height: auto; }
  .menu-social [class*='icon-social'] {
    color: #006197 !important;
    cursor: pointer;
    font-size: 30px;
    margin-left: 15px; }
  .menu-social [class*='icon-social']:hover {
    color: #96ccd4 !important; }

.mobile-menu-item__base {
  color: #fff;
  cursor: pointer;
  font-family: 'jaf-bernino-sans-condensed' !important;
  font-size: 22px;
  font-weight: normal;
  padding: 15px 25px;
  border-bottom: 2px solid #fff; }
  .mobile-menu-item__base .icomoon:before {
    font-size: 1.5em; }
  .mobile-menu-item__base > div {
    align-self: center; }
  .mobile-menu-item__base__standard {
    background-color: #006197; }
  .mobile-menu-item__base__alert {
    background-color: #e1251b; }
  .mobile-menu-item__base__advisory {
    background-color: #eab210; }

.menu-padding-top {
  padding-top: 80px; }

.top-navbar {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  height: auto;
  max-height: calc(100vh);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  .top-navbar__toolbar {
    position: relative;
    left: 0;
    top: auto;
    width: 100%; }
  .top-navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .top-navbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .top-navbar__items > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
  .top-navbar .top-navbar__dropdown {
    background-color: #006197;
    border-bottom: 2px solid #fff;
    color: #fff;
    cursor: pointer !important;
    position: relative;
    width: 100%; }
    .top-navbar .top-navbar__dropdown__content {
      background-color: #fff;
      width: 100%;
      display: none;
      padding: 15px;
      overflow: hidden;
      -webkit-transition: all .35s ease-out;
      -moz-transition: all .35s ease-out;
      transition: all .35s ease-out; }
  .top-navbar__item__base, .top-navbar__item__link {
    color: #fff !important;
    cursor: pointer;
    font-family: 'jaf-bernino-sans-condensed' !important;
    font-size: 22px;
    font-weight: normal;
    padding: 15px 25px;
    text-decoration: none; }
  .top-navbar__item__base {
    display: flex;
    text-align: left; }
    .top-navbar__item__base > div {
      width: 100%;
      align-self: center; }
  .top-navbar__item__link {
    color: #006197 !important;
    font-size: 19px;
    padding: 10px; }
  .top-navbar__item__base:hover, .top-navbar__item__link:hover {
    color: #fff !important;
    width: 100%;
    text-align: left;
    text-decoration: none; }
  .top-navbar__item__link:hover {
    color: #006197 !important;
    text-decoration: none; }
  .top-navbar .icon-search {
    margin-top: -5px;
    position: absolute; }

@media screen and (min-width: 1150px) {
  .mobile-menu-base {
    top: 0;
    width: 338px !important;
    height: 100%;
    max-height: calc(100vh); }
  .mobile-menu-base-collapsed {
    width: 63px !important; }
  .top-navbar__items-and-socials {
    width: 100%;
    display: flex; }
  .left-bar-open {
    width: 100%; }
    .left-bar-open .social-icons {
      position: absolute;
      margin-top: -48px;
      margin-left: -125px;
      top: 0px;
      right: -15px; }
  .left-bar-close {
    width: 100%; }
    .left-bar-close .social-icons {
      margin-top: -3px; }
  .sta-logo {
    position: relative;
    top: 20px;
    left: 0; }
  .logo-big {
    min-width: 187px;
    min-height: 187px;
    width: 187px;
    height: 187px; }
  .logo-small {
    min-width: 127px;
    min-height: 127px;
    width: 127px !important;
    height: 127px !important; }
  .fixed-top {
    height: 120px !important; }
  /*.fixed-top-mobile__scrolled {
    height: 120px !important;
  }*/
  .social-icons {
    background-color: transparent;
    color: #fff;
    padding: 0;
    width: auto; }
    .social-icons .search-form-input {
      background-color: transparent;
      color: #fff !important;
      padding: 0 4px;
      margin-left: auto;
      border: none;
      border-bottom: 1px solid #fff !important;
      line-height: 19px;
      max-width: 90px;
      min-height: 38px; }
    .social-icons .search-form-input::placeholder {
      color: #fff !important; }
    .social-icons .search-form-input:-ms-input-placeholder {
      color: #fff !important; }
    .social-icons .search-form-input::-ms-input-placeholder {
      color: #fff !important; }
  .menu-social {
    margin-top: -5px;
    padding-right: 0; }
    .menu-social a {
      height: 24px; }
    .menu-social [class*='icon-social'] {
      color: #fff !important;
      font-size: 19px;
      line-height: 24px;
      margin: 0 0 0 10px; }
  .top-navbar {
    position: relative;
    left: auto;
    width: auto;
    overflow: visible;
    z-index: 1; }
    .top-navbar__toolbar {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 338px; }
    .top-navbar__toolbar-collapsed {
      width: 63px; }
    .top-navbar__items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      z-index: 1; }
      .top-navbar__items > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: table; }
    .top-navbar .top-navbar__dropdown {
      background-color: transparent;
      border-bottom: 0 solid #fff;
      cursor: default !important;
      padding: 0;
      position: relative; }
      .top-navbar .top-navbar__dropdown__content {
        background-color: rgba(0, 97, 151, 0.8);
        border: 0;
        display: none;
        position: absolute;
        left: 0;
        min-width: 200px;
        width: auto;
        padding: 0;
        z-index: 1; }
        .top-navbar .top-navbar__dropdown__content > li {
          position: relative; }
    .top-navbar .top-navbar__dropdown:focus .top-navbar__dropdown__content,
    .top-navbar .top-navbar__dropdown:hover .top-navbar__dropdown__content {
      display: block; }
    .top-navbar__item__active {
      font-weight: bold; }
    .top-navbar__item__base, .top-navbar__item__link {
      cursor: default;
      font-size: 19px;
      color: #fff !important;
      border: 0;
      padding: 6px 14px;
      text-decoration: none;
      max-height: 40px; }
    .top-navbar__item__link {
      cursor: pointer;
      display: inline-table;
      padding: 8px 14px !important;
      max-height: 44px; }
    .top-navbar__item__link:hover, .top-navbar__item__base:hover {
      color: #006197 !important;
      background-color: #ffffff;
      font-weight: 400;
      width: 100%;
      text-align: left;
      text-decoration: none; }
    .top-navbar .icon-search {
      left: 0;
      position: relative; } }

@media screen and (min-width: 1430px) {
  .left-bar-open,
  .left-bar-close {
    width: 100%;
    margin-right: 0; }
    .left-bar-open .social-icons,
    .left-bar-close .social-icons {
      width: 100%;
      position: relative;
      margin-top: 3px;
      margin-left: auto;
      text-align: right; } }

@media screen and (min-width: 1150px) and (max-width: 1600px) {
  .logo-big {
    min-width: 127px;
    min-height: 127px;
    width: 127px !important;
    height: 127px !important; } }

.modal-base {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 151, 0.8);
  display: none;
  transition: opacity .35s ease; }

.modal-base-content_animation {
  animation: show-modal 0.8s forwards;
  -webkit-animation: show-modal 0.8s forwards;
  position: absolute; }

.modal-base-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

@-webkit-keyframes show-modal {
  from {
    opacity: 0;
    top: -100%;
    left: -100%;
    transform: translate(-100%, -100%) scale(0.2);
    -webkit-transform: translate(-100%, -100%) scale(0.2);
    -ms-transform: translate(-100%, -100%) scale(0.2); }
  to {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1); } }

@keyframes show-modal {
  from {
    opacity: 0;
    top: -100%;
    left: -100%;
    transform: translate(-100%, -100%) scale(0.2);
    -webkit-transform: translate(-100%, -100%) scale(0.2);
    -ms-transform: translate(-100%, -100%) scale(0.2); }
  to {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1); } }

.modal-background {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-height: calc(100vh - 210px);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  overflow-x: hidden; }

.modal-city-background {
  position: relative;
  width: calc(100vw - 260px);
  min-width: 240px;
  max-height: calc(100vh - 210px);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  overflow-x: hidden; }

.modal-title {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1em; }

.close-modal {
  position: absolute;
  top: 0;
  right: -45px;
  margin-left: 15px;
  cursor: pointer; }

.alert-modal {
  position: relative;
  max-width: 800px;
  min-width: 220px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.modal-content {
  padding: 20px 20px 0; }
  .modal-content img {
    height: 50px; }

.alert-content {
  padding: 20px 20px 10px; }
  .alert-content .icomoon {
    font-size: 2.4em;
    color: white;
    text-align: center; }

.alert-text-modal-white {
  font-size: 14px;
  line-height: 14px; }

.alert-title-modal {
  font-size: 32px;
  line-height: 40px; }

.alert-content-text {
  font-size: 18px;
  line-height: 26px; }

@media screen and (min-width: 320px) {
  .alert-modal {
    width: 220px; } }

@media screen and (min-width: 400px) {
  .alert-modal {
    width: 260px; } }

@media screen and (min-width: 650px) {
  .alert-modal {
    width: 400px; }
  .alert-text-modal-white {
    font-size: 20px;
    line-height: 20px; }
  .alert-content-text {
    font-size: 18px;
    line-height: 26px; } }

@media screen and (min-width: 750px) {
  .alert-modal {
    width: 400px; }
  .alert-text-modal-white {
    font-size: 24px;
    line-height: 24px; }
  .alert-content-text {
    font-size: 18px;
    line-height: 26px; } }

@media screen and (min-width: 1150px) {
  .modal-content {
    padding: 20px; }
  .alert-modal {
    width: 530px; }
  .alert-content .icomoon {
    font-size: 5.6em; }
  .alert-text-modal-white {
    font-size: 40px;
    line-height: 40px; }
  .alert-title-modal {
    font-size: 72px;
    line-height: 85px; }
  .alert-content-text {
    font-size: 0.8em;
    line-height: 1.2em; } }

@media screen and (min-width: 1600px) {
  .modal-city-background {
    width: calc(100vw - 800px); } }

@media screen and (min-width: 1900px) {
  .modal-city-background {
    width: calc(100vw - 900px); } }

.news-and-events-collection-container {
  -ms-flex-pack: start !important;
  justify-content: start !important; }

.news-and-events {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px; }

.news-and-events-item {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  width: 100%; }

.news-and-events-image {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.news-and-events-icon-type {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center; }

.news-and-events-icon-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 97, 151, 0.8);
  width: 48px;
  height: 48px; }

.news-and-events-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px; }

@media screen and (min-width: 1150px) {
  .news-and-events-icon-bg {
    width: 52px;
    height: 48px; }
  .news-and-events-icon {
    position: absolute;
    right: 13px;
    bottom: 12px;
    width: 26px;
    height: 24px; } }

.no-padding-sides {
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }

.no-padding-right {
  margin-right: 0 !important;
  padding-right: 0 !important; }

.no-padding-left {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-side-8 {
  padding: 0 8px !important; }

.padding-side-10 {
  padding: 0 10px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top_-2 {
  margin-top: -2px !important; }

.margin-top_-10 {
  margin-top: -10px !important; }

.margin-top_-20 {
  margin-top: 0 !important; }

.col-no-padding {
  margin: 0 !important;
  padding: 0 !important; }

.col-padding-top-6 {
  margin: 6px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-8 {
  margin: 8px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-10 {
  margin: 10px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-15 {
  margin: 15px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-17 {
  margin: 17px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-20 {
  margin: 20px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-23 {
  margin: 23px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-30 {
  margin: 30px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-35 {
  margin: 35px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-40 {
  margin: 40px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-45 {
  margin: 45px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-60 {
  margin: 40px 0 0 !important;
  padding: 0 !important; }

.col-padding-top-65 {
  margin: 40px 0 0 !important;
  padding: 0 !important; }

.col-margin-main-content-top {
  margin: 130px 0 0 !important;
  padding: 0 !important; }

.form-margin-gap {
  margin-top: -15px !important; }

@media screen and (min-width: 1150px) and (max-width: 1599px) {
  .col-margin-main-content-top {
    margin: 140px 0 0 !important;
    padding: 0 !important; } }

@media screen and (min-width: 1150px) {
  .col-padding-top-60 {
    margin: 60px 0 0 !important;
    padding: 0 !important; }
  .col-padding-top-65 {
    margin: 65px 0 0 !important;
    padding: 0 !important; }
  .margin-top_-20 {
    margin-top: -20px !important; }
  .col-margin-main-content-top-with-image {
    margin: 120px 0 0 !important;
    padding: 0 !important; }
  .col-margin-main-content-top {
    margin: 200px 0 0 !important;
    padding: 0 !important; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
/* The check on page */
.check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 11px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: #000 solid 1px; }

.check input:checked ~ .checkmark {
  background-color: #fff; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid;
  border-color: #006197;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.cust-btn {
  margin-bottom: 10px;
  background-color: #006197;
  border: 1px solid #006197;
  color: #fff; }

.cust-btn:hover {
  border-color: #006197;
  background-color: #fff;
  color: #006197;
  border-radius: 20px;
  transform-style: 2s; }

/* The check white */
.check_white {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.check_white input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden; }

/* Create a custom checkbox */
.checkmark_white {
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: #fff solid 1px; }

.check_white input:checked ~ .checkmark_white {
  background-color: transparent; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_white:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.check_white input:checked ~ .checkmark_white:after {
  display: block; }

/* Style the checkmark/indicator */
.check_white .checkmark_white:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.cust-btn_white {
  margin-bottom: 10px;
  background-color: #006197;
  border: 1px solid #006197;
  color: #fff; }

.cust-btn_white:hover {
  border-color: #006197;
  background-color: #fff;
  color: #006197;
  border-radius: 20px;
  transform-style: 2s; }

/* The check on left tool bar */
.check_leftToolBar {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  padding-right: 15px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.check_leftToolBar input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden; }

/* Create a custom checkbox */
.checkmark_leftToolBar {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: #000 solid 1px; }

.check_leftToolBar input:checked ~ .checkmark_leftToolBar {
  background-color: transparent; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_leftToolBar:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.check_leftToolBar input:checked ~ .checkmark_leftToolBar:after {
  display: block; }

/* Style the checkmark/indicator */
.check_leftToolBar .checkmark_leftToolBar:after {
  left: 3px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #006197;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.cust-btn_leftToolBar {
  margin-bottom: 10px;
  background-color: #006197;
  border: 1px solid #006197;
  color: #006197; }

.cust-btn_leftToolBar:hover {
  border-color: #006197;
  background-color: #fff;
  color: #006197;
  border-radius: 20px;
  transform-style: 2s; }

/* The radio */
.radio {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkround {
  position: absolute;
  top: 10px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: #000 solid 1px;
  border-radius: 50%; }

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
  background-color: #fff; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio .checkround:after {
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #006197; }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
form[id^="fxb"] {
  color: #006197;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  form[id^="fxb"] .validation-summary-errors {
    color: red; }
  form[id^="fxb"] > div:not([class]), form[id^="fxb"] > div[class=""] {
    width: 100%;
    margin: 16px 0; }
    form[id^="fxb"] > div:not([class]) .enhanced-textbox, form[id^="fxb"] > div[class=""] .enhanced-textbox {
      margin-top: 0;
      max-width: 100%;
      flex: none; }
    form[id^="fxb"] > div:not([class]) h3, form[id^="fxb"] > div:not([class]) h4, form[id^="fxb"] > div:not([class]) h5, form[id^="fxb"] > div[class=""] h3, form[id^="fxb"] > div[class=""] h4, form[id^="fxb"] > div[class=""] h5 {
      margin: 20px 0; }
  form[id^="fxb"] > p {
    color: initial; }
  form[id^="fxb"] button[type=submit] {
    font-family: 'jaf-bernino-sans-condensed';
    font-weight: 600;
    border-radius: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background-image: none;
    border-color: #006197;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5; }
  form[id^="fxb"] .enhanced-textbox {
    position: relative;
    width: 100%;
    min-height: 1px; }
    @media (min-width: 750px) {
      form[id^="fxb"] .enhanced-textbox {
        flex: 0 0 48%;
        max-width: 48%; } }
    form[id^="fxb"] .enhanced-textbox .icon-set {
      display: none; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input {
      border: none;
      border-bottom: 1px solid #006197;
      outline: none;
      width: 100%; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input, form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input select, form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input textarea, form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input canvas {
      color: #006197;
      border-color: #006197;
      font-family: 'jaf-bernino-sans-condensed'; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input::placeholder {
      color: #006197;
      font-family: 'jaf-bernino-sans-condensed'; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input, form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input textarea {
      padding-left: 0 !important;
      line-height: inherit !important; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input.required label:not(:empty):before {
      content: '* '; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input label {
      color: #006197;
      font-family: 'jaf-bernino-sans-condensed';
      font-weight: 400;
      line-height: normal;
      margin: 0; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input[type='checkbox'] {
      vertical-align: middle;
      float: none; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input[type='button'] {
      padding: 0 15px !important;
      border: solid 1px !important;
      cursor: pointer; }
    form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input .signature-pad .signature-pad--actions .clear {
      float: right;
      font-size: 0.75em;
      line-height: 25px !important; }

.map-page-grid-with-day-select input, #mapBlock input, .left-toolbar-form input {
  border: none;
  border-bottom: 1px solid #006197;
  outline: none;
  width: 100%; }

.map-page-grid-with-day-select input, .map-page-grid-with-day-select select, .map-page-grid-with-day-select textarea, .map-page-grid-with-day-select canvas, #mapBlock input, #mapBlock select, #mapBlock textarea, #mapBlock canvas, .left-toolbar-form input, .left-toolbar-form select, .left-toolbar-form textarea, .left-toolbar-form canvas {
  color: #006197;
  border-color: #006197;
  font-family: 'jaf-bernino-sans-condensed'; }

.map-page-grid-with-day-select input::placeholder, #mapBlock input::placeholder, .left-toolbar-form input::placeholder {
  color: #006197;
  font-family: 'jaf-bernino-sans-condensed'; }

.map-page-grid-with-day-select input, .map-page-grid-with-day-select input::placeholder, #mapBlock input, #mapBlock input::placeholder, .left-toolbar-form input, .left-toolbar-form input::placeholder {
  font-family: 'roboto condensed' !important; }

@media (min-width: 750px) {
  .map-page-grid-with-day-select .enhanced-textbox, #mapBlock .enhanced-textbox, .left-toolbar-form .enhanced-textbox {
    flex: none !important;
    max-width: 100% !important; } }

@keyframes form-spinner {
  to {
    transform: rotate(-360deg); } }

.input-error {
  color: #e1251b !important; }

.collection-container-form {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  @media (min-width: 750px) {
    .collection-container-form .enhanced-textbox {
      flex: none !important;
      max-width: 100% !important; } }
  .collection-container-form, .collection-container-form form[id^="fxb"] {
    color: #fff !important; }
  .collection-container-form__spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 50%;
    border-top: 2px solid rgba(255, 255, 255, 0.93);
    border-right: 2px solid rgba(255, 255, 255, 0.87);
    border-left: 2px solid #fff;
    border-bottom: 2px solid transparent;
    animation: form-spinner 1s linear infinite; }
  .collection-container-form .sing-up-notifications__toolbar-title-alert {
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 600 !important; }
  .collection-container-form .sign-up-notifications__toolbar-description-for-alert, .collection-container-form .sign-up-notifications__toolbar-selects {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 21px; }
    .collection-container-form .sign-up-notifications__toolbar-description-for-alert > div, .collection-container-form .sign-up-notifications__toolbar-selects > div {
      color: #fff !important; }
    .collection-container-form .sign-up-notifications__toolbar-description-for-alert .col-padding-top-10, .collection-container-form .sign-up-notifications__toolbar-selects .col-padding-top-10 {
      margin-top: 1px !important; }
    .collection-container-form .sign-up-notifications__toolbar-description-for-alert .inline-checkboxlist-container, .collection-container-form .sign-up-notifications__toolbar-selects .inline-checkboxlist-container {
      margin-bottom: 20px; }
      .collection-container-form .sign-up-notifications__toolbar-description-for-alert .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input .check_leftToolBar, .collection-container-form .sign-up-notifications__toolbar-selects .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input .check_leftToolBar {
        display: none; }
      .collection-container-form .sign-up-notifications__toolbar-description-for-alert .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input input[type='checkbox'], .collection-container-form .sign-up-notifications__toolbar-selects .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input input[type='checkbox'] {
        width: 13px !important;
        height: 13px;
        color: white !important;
        background-color: transparent !important;
        border: #fff solid 1px !important;
        margin-right: 6px;
        cursor: pointer;
        -webkit-appearance: none; }
        .collection-container-form .sign-up-notifications__toolbar-description-for-alert .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input input[type='checkbox']:checked:after, .collection-container-form .sign-up-notifications__toolbar-selects .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input input[type='checkbox']:checked:after {
          content: '';
          left: 4px;
          top: 1px;
          width: 4px;
          height: 8px;
          border: solid #fff;
          position: relative;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          display: block; }
      .collection-container-form .sign-up-notifications__toolbar-description-for-alert .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input label, .collection-container-form .sign-up-notifications__toolbar-selects .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input label {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        margin-right: 25px;
        cursor: pointer; }
      .collection-container-form .sign-up-notifications__toolbar-description-for-alert .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input label:not(:empty):before, .collection-container-form .sign-up-notifications__toolbar-selects .inline-checkboxlist-container .enhanced-textbox-container .enhanced-textbox-input label:not(:empty):before {
        display: none; }
  .collection-container-form .sign-up-notifications__toolbar-description-on-submit {
    font-size: 16px;
    color: #fff !important; }
  .collection-container-form .sign-up-notifications__toolbar-submit-button {
    position: relative;
    width: auto !important; }
    .collection-container-form .sign-up-notifications__toolbar-submit-button.hvr:focus, .collection-container-form .sign-up-notifications__toolbar-submit-button.hvr:hover, .collection-container-form .sign-up-notifications__toolbar-submit-button.active {
      outline: none !important;
      box-shadow: none !important;
      background-color: #fff !important;
      color: #006197 !important; }
  .collection-container-form .sign-up-notifications__toolbar-terms-button, .collection-container-form .sign-up-notifications__toolbar-terms-button.hvr:visited {
    border: none !important;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.5) !important;
    width: auto !important;
    padding: 20px 0 0 0 !important;
    font-family: 'jaf-bernino-sans-condensed';
    color: #fff; }
    .collection-container-form .sign-up-notifications__toolbar-terms-button.hvr:focus, .collection-container-form .sign-up-notifications__toolbar-terms-button.hvr:hover, .collection-container-form .sign-up-notifications__toolbar-terms-button.active, .collection-container-form .sign-up-notifications__toolbar-terms-button.hvr:visited.hvr:focus, .collection-container-form .sign-up-notifications__toolbar-terms-button.hvr:visited.hvr:hover, .collection-container-form .sign-up-notifications__toolbar-terms-button.hvr:visited.active {
      color: #ffd174 !important;
      border-bottom: dotted 1px #ffd174 !important;
      background-color: transparent; }
  .collection-container-form form > label {
    display: none; }
  .collection-container-form input {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    font-family: 'jaf-bernino-sans-condensed' !important;
    outline: none !important;
    width: 100% !important; }
  .collection-container-form input::placeholder {
    color: #fff !important;
    font-family: 'jaf-bernino-sans-condensed' !important; }
  .collection-container-form button {
    border: 1px #fff solid !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 1px 5px 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #fff !important;
    min-width: 85px;
    width: 100% !important; }
  @media screen and (max-width: 768px) {
    .collection-container-form button {
      min-width: 40px; } }
  .collection-container-form button:disabled {
    background-color: transparent !important;
    color: #fff !important;
    opacity: 1 !important; }
  .collection-container-form .field-validation-error {
    color: #e1251b;
    font-size: 12px;
    line-height: 18px; }
  .collection-container-form .check_leftToolBar {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .collection-container-form .check_leftToolBar input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    visibility: hidden; }
  .collection-container-form .check_leftToolBar input:disabled {
    cursor: default; }
  .collection-container-form .checkmark_leftToolBar {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border: #fff solid 1px; }
  .collection-container-form .check_leftToolBar input:checked ~ .checkmark_leftToolBar {
    background-color: transparent; }
  .collection-container-form .checkmark_leftToolBar:after {
    content: "";
    position: absolute;
    display: none; }
  .collection-container-form .check_leftToolBar input:checked ~ .checkmark_leftToolBar:after {
    display: block; }
  .collection-container-form .check_leftToolBar .checkmark_leftToolBar:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.field-validation-error {
  color: #e1251b !important;
  font-size: 16px !important;
  line-height: 20px; }

.show-toolbar-control {
  font-size: 16px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto; }

.show-toolbar-button__open {
  display: block; }

.show-toolbar-button__close {
  display: none;
  margin-right: 10px; }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.home-slideshow {
  position: relative;
  right: 0;
  top: 113px;
  width: 100%; }

.caption {
  color: #fff;
  font-size: 1em;
  position: absolute; }

.caption-base {
  width: 100%;
  position: absolute; }

.caption-text-block {
  position: absolute;
  width: 100%; }

.caption-mobile {
  bottom: 0;
  left: 0;
  right: 0; }

.caption-slides {
  display: none; }

.slide-image {
  width: 100%;
  background: no-repeat center;
  background-size: cover; }

.slide-small-carousel-controls {
  position: absolute;
  width: 100%;
  height: 100%; }

.slide-show-controls {
  position: absolute;
  width: 100%; }

.arrow-next,
.arrow-prev {
  cursor: pointer; }

.prev, .next {
  color: #fff !important;
  position: absolute;
  opacity: 0.8;
  padding: 0;
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.35s ease;
  border-radius: 0 3px 3px 0; }

.prev {
  left: 15px; }

.next {
  right: 15px;
  border-radius: 3px 0 0 3px; }

.slide-show-container {
  text-align: right;
  width: 100%; }

.my-slides {
  display: none;
  background: no-repeat center;
  background-size: cover; }

.no-dots {
  display: none; }

@media screen and (min-width: 1150px) {
  .caption {
    color: #fff;
    font-size: 1em;
    padding: 8px;
    position: absolute; }
  .home-slideshow {
    position: relative;
    right: 0;
    top: 120px;
    width: 100%; }
  .prev, .next {
    color: #fff !important;
    position: absolute;
    opacity: 0.8;
    padding: 5px 25px;
    font-weight: 200;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.35s ease;
    border-radius: 0 3px 3px 0; }
  .prev {
    left: 0; }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .slide-show-left-bar-open {
    margin-left: 335px; }
  .slide-show-left-bar-close {
    margin-left: 60px; } }

.caption-block {
  text-align: left; }
  .caption-block__content {
    position: relative; }
  .caption-block__background {
    position: absolute;
    padding: 15px 30px 30px;
    width: 100%;
    height: 100%; }
  .caption-block__text {
    position: relative;
    padding: 15px 30px 30px; }

@media screen and (max-width: 1149px) {
  .caption-block {
    /*width: 100% !important;
    left: 0;
    right: 0;*/
    bottom: 0 !important;
    /*margin-left: auto;
    margin-right: auto;*/
    width: calc(100vw);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    .caption-block__background {
      padding: 15px 25px 30px; }
    .caption-block__text {
      padding: 15px 35px 30px; } }

@media screen and (min-width: 1150px) {
  .caption-block {
    width: 513px; }
  .caption-bottom-left {
    bottom: 55px;
    left: 16px; }
  .caption-top-right {
    top: 206px;
    right: 16px; }
  .caption-bottom-right {
    bottom: 55px;
    right: 16px; } }

@media screen and (min-width: 1430px) {
  .caption-block {
    width: 513px; } }

@media screen and (min-width: 1600px) {
  .caption-block {
    width: 533px; } }

@media screen and (min-width: 2155px) {
  .caption-block {
    width: 733px; } }

@media screen and (min-width: 2650px) {
  .caption-block {
    width: 953px; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.btn-search {
  border: 0 !important;
  color: #006197;
  cursor: default;
  display: flex !important;
  font-size: 22px;
  padding: 4px 3px 0 2px;
  position: relative;
  width: 100%; }

/*.btn-mobile-search-primary {
  border: 0 !important;
  color: $primary;
  cursor: pointer;
  font-size: 30px;
  padding: 4px 3px 0 2px;
  position: relative;
}
.btn-search:hover {
  text-decoration: none;
  color: $primary;
  background-color: $white;
  font-weight: bold;
}

input-white {
  background-color: rgba(0, 0, 0, 0);
  color: $white !important;
  padding: 0 4px;
  border: none;
  border-bottom: 1px solid $white !important;
  min-width: 120px;
}
*/
.search-dropdown-input {
  position: absolute;
  border: 0;
  font-size: 22px !important;
  left: 25px;
  top: -10px;
  padding: 5px;
  width: 100%;
  visibility: visible;
  z-index: 1; }

@media screen and (min-width: 1150px) {
  .btn-search {
    color: #fff;
    cursor: pointer;
    display: block !important;
    font-size: 19px;
    margin-top: -8px;
    width: auto;
    max-height: 43px; }
  .btn-search:hover {
    text-decoration: none;
    color: #006197;
    background-color: #fff;
    font-weight: bold; }
  .search-dropdown-input {
    position: absolute;
    background-color: rgba(0, 97, 151, 0.8) !important;
    border: 0;
    font-size: 19px !important;
    left: 0;
    padding: 5px;
    min-width: 120px;
    top: 42px;
    visibility: hidden;
    z-index: 1;
    max-height: 50px;
    line-height: 19px; } }

@media screen and (min-width: 1150px) and (max-width: 1429px) {
  .left-bar-open .search-dropdown-input {
    left: -175px;
    top: -10px;
    max-width: 160px; }
  .left-bar-close .search-dropdown-input {
    left: 0;
    top: 42px;
    min-width: 160px; } }

.search-go {
  color: #fff;
  padding: 0 5px 0 12px;
  cursor: pointer;
  z-index: 2;
  position: relative;
  top: 8px; }

.search-go:hover {
  color: #96ccd4; }

.left-tool-bar {
  display: block;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
  font-family: 'roboto condensed' !important; }
  .left-tool-bar h5 {
    font-family: 'roboto condensed' !important; }
  .left-tool-bar .status-section-content {
    padding-top: 25px;
    padding-bottom: 20px; }
    .left-tool-bar .status-section-content h5 > span {
      font-size: 27px; }
    .left-tool-bar .status-section-content .panel__5 {
      font-weight: 400;
      font-size: 19px !important;
      line-height: 28px; }
    .left-tool-bar .status-section-content .panel__7,
    .left-tool-bar .status-section-content .status-text-alert {
      font-weight: 700;
      font-size: 30px !important;
      line-height: 38px !important; }

.tool-bar {
  display: block;
  height: 100%;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

.tool-bar-open {
  width: 100%; }

.tool-bar-header {
  top: 0;
  position: absolute;
  width: 100%; }

.left-tool-bar-base {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s; }

.tool-bar-header-alert-advisory {
  height: 125px;
  width: 100%; }
  .tool-bar-header-alert-advisory .icomoon {
    font-size: 4.5em;
    color: white;
    text-align: center; }
    .tool-bar-header-alert-advisory .icomoon.red {
      color: #e1251b; }
    .tool-bar-header-alert-advisory .icomoon.alert-button, .tool-bar-header-alert-advisory .icomoon.advisory-button {
      font-size: 5.5em; }
      .tool-bar-header-alert-advisory .icomoon.alert-button:before, .tool-bar-header-alert-advisory .icomoon.advisory-button:before {
        margin-top: 16px; }
    .tool-bar-header-alert-advisory .icomoon.alert-button__close, .tool-bar-header-alert-advisory .icomoon.advisory-button__close {
      font-size: 3em; }
      .tool-bar-header-alert-advisory .icomoon.alert-button__close:before, .tool-bar-header-alert-advisory .icomoon.advisory-button__close:before {
        margin-top: 5px; }
  .tool-bar-header-alert-advisory .tool-bar-header-alert-advisory-text__small {
    font-size: 22px;
    font-weight: 700; }
  .tool-bar-header-alert-advisory__open {
    display: block; }
    .tool-bar-header-alert-advisory__open .tool-bar-header-alert-advisory-text {
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px; }
    .tool-bar-header-alert-advisory__open .tool-bar-header-alert-advisory-text__big {
      font-weight: 700;
      font-size: 47px !important;
      line-height: 56px;
      text-transform: uppercase; }
  .tool-bar-header-alert-advisory__close {
    display: none; }
    .tool-bar-header-alert-advisory__close.icomoon {
      font-size: 3em; }
    .tool-bar-header-alert-advisory__close:before {
      margin-top: 50%; }

.tool-bar-content {
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.tool-bar-combo {
  top: 0; }

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

.text-block {
  padding: 20px 25px 0; }

.text-block-collapsed {
  padding: 26px 9px 0; }

.text-underline {
  text-decoration: underline; }

.tool-bar-footer {
  display: none; }

.toolbar-map-expand {
  position: absolute;
  right: 0;
  top: 0; }

.text-block-alerts-advisory {
  padding: 5px 20px 0; }

#mapBlock {
  display: none; }

/*.map-wrapper{
  display: none;
}*/
.alert-panel-action-title {
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 600 !important; }

@media screen and (min-width: 750px) {
  .tool-bar-header-alert-advisory {
    height: 140px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; }
  .tool-bar-header-alert-advisory__open .tool-bar-header-alert-icon__open img {
    margin-left: 15px;
    width: 90px;
    height: 90px; }
  .tool-bar-header-alert-advisory__open .tool-bar-header-advisory-icon__open img {
    margin-left: 15px;
    width: 114px;
    height: 114px;
    padding-bottom: 10px; }
  .tool-bar-header-alert-advisory__open .tool-bar-header-alert-advisory-text__big {
    font-weight: 700;
    font-size: 60px !important;
    line-height: 60px; } }

@media screen and (min-width: 1150px) {
  .left-tool-bar {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .left-tool-bar .status-section-content {
      padding-top: 0;
      padding-bottom: 0; }
      .left-tool-bar .status-section-content h5 > span {
        font-weight: 600;
        font-size: 17px !important;
        line-height: 20px; }
      .left-tool-bar .status-section-content .panel__5 {
        font-weight: 400;
        font-size: 16px !important;
        line-height: 25px; }
      .left-tool-bar .status-section-content .panel__7 {
        font-weight: 700;
        font-size: 19px !important;
        line-height: 25px !important;
        text-transform: uppercase; }
  .alert-panel-action-title {
    font-size: 27px !important;
    line-height: 27px !important;
    font-weight: 600 !important; }
  .tool-bar-open {
    width: 365px; }
  .tool-bar-collapsed {
    width: 60px; }
  .bg-transparent {
    background-color: transparent !important; }
  .tool-bar-header-alert-advisory {
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
    height: 120px;
    border-top-right-radius: 16px; }
  /*.tool-bar-content-alert-advisory {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: relative;
    height: calc(100% - 165px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    top: 120px;
  }*/
  .tool-bar-header-alert-advisory__open .tool-bar-header-alert-icon__open img {
    margin-left: 10px;
    width: 69px;
    height: 69px !important; }
  .tool-bar-header-alert-advisory__open .tool-bar-header-advisory-icon__open img {
    margin-left: 0;
    margin-top: 7px;
    height: 76px; }
  .tool-bar-header-alert-advisory__open .tool-bar-header-alert-advisory-text__big {
    font-weight: 700;
    font-size: 47px !important;
    line-height: 55px; }
  .tool-bar-content {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    height: calc(100% - 165px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .tool-bar-combo {
    top: 126px;
    height: calc(100% - 291px); }
  .tool-bar-content-collapsed {
    display: none; }
  .tool-bar-footer {
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
    bottom: 0;
    display: block;
    position: absolute;
    height: 45px;
    width: 100%; }
  .text-block {
    padding: 26px 20px 0; }
  #mapBlock {
    display: block; }
  .map-wrapper {
    display: block;
    color: #ffffff;
    position: relative; } }

.map {
  position: relative;
  width: 100%;
  /*.mapboxgl-ctrl-top-right {

    .mapboxgl-ctrl-group {

      & > button {
        height: 26px;
        width: 26px;
      }

      background-color: rgba(0, 0, 0, 0);
      border-radius: 0;
      color: #ffffff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    .mapboxgl-ctrl {

      & > button:hover {
        background-color: rgba(0, 0, 0, 0);
      }

      margin: 0;

      .mapboxgl-ctrl-fullscreen {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23006098;opacity:0.7;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3emap_expansion_icon%3c/title%3e%3crect class='cls-1' width='26' height='26'/%3e%3cpath class='cls-2' d='M15.81,11.21c.32.32.53.32.86,0l2.6-2.6.24-.22c.35.36.69.7,1,1.06a.47.47,0,0,0,.57.16c.22-.09.24-.28.24-.49V5.25c0-.42-.16-.58-.59-.58h-4c-.21,0-.4,0-.49.24a.47.47,0,0,0,.18.54c.35.33.7.68,1.05,1l-.22.24L14.68,9.39a.42.42,0,0,0,0,.69Z'/%3e%3cpath class='cls-2' d='M10.1,14.72c-.26-.27-.45-.27-.72,0L7.06,17c-.18.18-.35.38-.54.58-.4-.4-.75-.78-1.13-1.13A.67.67,0,0,0,5,16.36c-.2,0-.27.21-.28.4,0,1.37,0,2.74,0,4.11a.41.41,0,0,0,.46.46c1.37,0,2.74,0,4.11,0a.5.5,0,0,0,.4-.23c0-.13,0-.32-.1-.47s-.13-.15-.2-.21l-.95-.93a1.83,1.83,0,0,0,.27-.21l2.6-2.65a.43.43,0,0,0,0-.71C10.89,15.51,10.5,15.11,10.1,14.72Z'/%3e%3cpath class='cls-2' d='M11.12,9.25,8.38,6.52l1-1c.15-.14.3-.29.2-.53s-.31-.26-.53-.26H5.18c-.38,0-.53.15-.53.51v4c0,.29.13.49.35.48a.8.8,0,0,0,.44-.19c.37-.34.7-.7,1.08-1.08.11.12.18.22.27.3l2.58,2.55a.45.45,0,0,0,.7,0c.42-.41.83-.83,1.24-1.25a.4.4,0,0,0,0-.63Z'/%3e%3cpath class='cls-2' d='M21.05,16.34a.4.4,0,0,0-.49.15l-.91.9a2.31,2.31,0,0,1-.21.19,1.53,1.53,0,0,0-.17-.23L16.6,14.7c-.24-.23-.44-.25-.65,0l-1.32,1.29a.39.39,0,0,0,0,.59c.11.13.24.24.36.36l2.59,2.59-1.07,1.05c-.13.14-.27.27-.18.49a.48.48,0,0,0,.49.29h4a.43.43,0,0,0,.49-.49v-4A.44.44,0,0,0,21.05,16.34Z'/%3e%3c/svg%3e");
      }

      .mapboxgl-ctrl-shrink {
        background-color: rgba(0, 97, 151, 0.7);
        margin: 20px 20px 0 0;
      }

    }
  }*/ }

.small-text {
  padding: 10px 0 0 !important; }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.bg-padding {
  width: 100%;
  padding: 10px 25px;
  height: 125px; }

.bg-padding-20 {
  width: 100%;
  padding: 10px 20px;
  height: 180px; }

.bg-combo-alert {
  background-color: #e1251b; }

.bg-combo-advisory {
  background-color: #eab210; }

@media screen and (min-width: 750px) {
  .bg-padding {
    height: 140px; } }

@media screen and (min-width: 1150px) {
  .bg-padding {
    width: 100%;
    padding: 10px;
    height: 120px; }
    .bg-padding img {
      transition: transform 0.35s; }
  .bg-padding-20 {
    width: 100%;
    padding: 10px 20px;
    height: 125px; }
  .bg-combo-alert {
    background-color: #e1251b;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3); }
  .bg-combo-advisory {
    background-color: #eab210; } }

.bg-padding-collapsed {
  height: 120px;
  text-align: center; }
  .bg-padding-collapsed img {
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.bg-padding-combo-collapsed {
  height: 60px;
  width: 60px;
  text-align: center; }
  .bg-padding-combo-collapsed img {
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.image-advisory-alone {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.btn-active {
  opacity: 1; }

.btn-inactive {
  opacity: 0.2; }

.btn-toggle-base {
  cursor: pointer;
  width: 100%;
  height: 120px; }
  .btn-toggle-base img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.btn-toggle-advisory-active {
  background-color: #eab210;
  box-shadow: -6px 0px 3px -2.75px rgba(0, 0, 0, 0.2); }

.btn-toggle-alert-active {
  background-color: #e1251b;
  z-index: 3 !important;
  box-shadow: 5px 0px 3px -2.75px rgba(0, 0, 0, 0.2); }

.btn-toggle-white-shadow {
  width: 100%;
  height: 120px; }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.video-carousel-control-prev {
  position: absolute; }

.video-carousel-control-next {
  position: absolute; }

.video-library-carousel .video-library-carousel-controls {
  position: absolute;
  top: -30px !important;
  bottom: auto !important; }

.video-library-carousel h5 {
  font-size: 19px !important;
  line-height: 19px !important;
  font-weight: 600 !important; }

.video-library-carousel .body-small {
  font-size: 15px !important;
  line-height: 19px !important; }

.video-carousel-thumb-image {
  height: auto;
  position: relative;
  overflow: hidden; }
  .video-carousel-thumb-image img:first-child {
    position: absolute;
    left: 0; }
  .video-carousel-thumb-image .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.video-carousel-thumb-active {
  border-bottom: 3px solid #009866; }

@media screen and (min-width: 1150px) {
  .video-carousel-control-prev {
    left: -40px;
    top: 55px; }
  .video-carousel-control-next {
    right: -40px;
    top: 55px; }
  .video-library-carousel h5 {
    font-size: 27px !important;
    line-height: 27px !important; }
  .video-library-carousel .body-small {
    font-size: 17px !important;
    line-height: 21px !important; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.layout-break {
  position: relative;
  margin-top: 30px; }

.layout-break-base {
  height: 100px;
  width: 100%; }
  .layout-break-base .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .layout-break-base .no-padding-right {
    margin-right: 15px !important;
    padding-right: 15px !important; }

.layout-break-image {
  display: none; }

.layout-break-text-background {
  height: 100px;
  max-height: 100px;
  width: 100%; }

.layout-break-text {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  .layout-break-text h3 {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 600 !important; }

.layout-break-arrow-down {
  width: 0;
  height: 0;
  border-top: 20px solid #006197;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  /*margin-bottom: 40px;*/
  margin-left: 45px; }

.layout-break-arrow-down-summer {
  border-top: 20px solid #00a7e0; }

.layout-break-arrow-down-winter {
  border-top: 20px solid #f36b24; }

.layout-break-padding-bottom {
  margin: 10px 0 0 !important;
  padding: 0 !important; }

.layout-one-image-base {
  padding: 8px 0 10px;
  height: 100%;
  min-height: 350px;
  width: 100%; }

.layout-one-image {
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.layout-one-text {
  padding: 0; }

.storytelling-color-block .no-padding-right {
  padding-right: 15px !important; }

.storytelling-color-block .no-padding-left {
  padding-left: 15px !important; }

.layout-two-image {
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  min-height: 350px;
  width: 100%; }

.layout-two-text {
  color: #fff;
  padding: 40px !important; }

.secondary-page-header-image {
  background: no-repeat center;
  background-size: cover;
  resize: both;
  height: 175px;
  width: calc(100vw + 60px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: relative;
  margin-bottom: 30px;
  margin-top: -80px; }

.image-with-caption {
  background: no-repeat center;
  background-size: cover;
  height: 480px;
  position: relative; }

.image-with-description {
  background: no-repeat center;
  background-size: cover;
  height: 480px;
  position: relative; }

.small-carousel {
  position: relative;
  height: 480px;
  width: 100%; }

.small-carousel-image {
  background: no-repeat center;
  background-size: cover;
  height: 480px;
  width: 100%;
  position: absolute; }

.image-with-description-background,
.small-carousel-background {
  background-color: #006197;
  bottom: 0;
  opacity: 0.85;
  position: absolute;
  width: 100%; }

.image-with-description-text,
.small-carousel-text {
  color: #fff;
  padding: 20px 25px 0; }

.small-carousel-dots-control {
  position: absolute;
  right: 25px;
  bottom: 0;
  line-height: 25px; }

.small-carousel-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 1px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active, .small-carousel-dot:hover {
  background-color: rgba(255, 255, 255, 0.7); }

@media screen and (min-width: 1150px) {
  .secondary-page-header-image {
    background: no-repeat center;
    background-size: cover;
    resize: both;
    height: 290px;
    width: calc(100vw + 60px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: relative;
    margin-bottom: 0; }
  .layout-break {
    margin-top: 50px; }
  .layout-break-base {
    height: 120px;
    width: 100%; }
    .layout-break-base .col-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .layout-break-base .no-padding-right {
      margin-right: 0 !important;
      padding-right: 0 !important; }
  .layout-break-text h3 {
    font-size: 36px !important;
    line-height: 47px !important;
    font-weight: 400 !important; }
  .layout-break-image {
    display: block;
    background: no-repeat center;
    background-size: cover;
    height: 120px;
    width: 100%; }
  .layout-break-text-background {
    min-height: 120px;
    max-height: 120px; }
  .layout-break-padding-bottom {
    margin: 40px 0 0 !important;
    padding: 0 !important; }
  .layout-one-text {
    padding: 0 70px 0 0; }
  .storytelling-color-block .no-padding-right {
    margin-right: 0 !important;
    padding-right: 0 !important; }
  .storytelling-color-block .no-padding-left {
    margin-left: 0 !important;
    padding-left: 0 !important; }
  .layout-two-text {
    color: #fff;
    padding: 60px 60px 60px 45px !important; } }

@media screen and (max-width: 450px) {
  .layout-break-text h3 {
    font-size: 26px !important; }
  .layout-break-text {
    left: 25px !important; } }

.chrt-nav-bar {
  background-color: #c5e8f3;
  display: inline-block;
  width: 100%;
  padding: 3px 20px;
  box-sizing: border-box; }

.chrt-nav-txt {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-family: Roboto, RobotoDraft, "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #004f83;
  float: left;
  margin-right: 10px;
  margin-top: 2px; }

a.chrt-nav-item {
  padding: 7px 8px;
  display: inline-block;
  margin: 0 5px;
  float: left;
  font-family: Roboto, RobotoDraft, "Helvetica Neue", sans-serif;
  pointer: cursor;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;
  background-color: #ffffff;
  color: #008eb8;
  border-radius: 6px; }

a.chrt-nav-item.active {
  background-color: #008eb8;
  color: #ffffff; }

a.chrt-nav-item:hover, a.chrt-nav-item:focus {
  background-color: #ee8301;
  color: #ffffff !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px -3px rgba(0, 0, 0, 0.07); }

.chrt-sub-hdr {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 20px;
  background-color: #daf6fe;
  margin-top: 1px; }

.chrt-sub-lft {
  float: left;
  letter-spacing: 1px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-family: Roboto, RobotoDraft, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #004f83; }

.chrt-sub-rt {
  float: right;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-family: Roboto, RobotoDraft, "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #004f83; }

.chrt-sub-all {
  letter-spacing: 1px;
  margin-left: 5%;
  width: 95%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: 'jaf-bernino-sans-condensed' !important;
  font-weight: 600;
  color: #ffffff; }

.chrt-tbl-area {
  width: 100%;
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden; }

.chrt-tbl-scrl {
  width: auto; }

table.flare-tbl {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; }

table.flare-tbl tbody, table.flare-tbl thead {
  width: 100%;
  display: inline-block; }

table.flare-tbl tr {
  height: 33px;
  max-height: 33px;
  width: 100%;
  display: inline-block; }

table.flare-tbl td {
  height: 33px;
  max-height: 33px;
  display: inline-block; }

table.flare-tbl td.flr-name {
  font-size: 1.2rem;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  text-align: left;
  padding-left: 2%;
  padding-top: 5px;
  line-height: 1.3rem; }

table.flare-tbl td.month {
  width: 6%;
  min-width: 6%;
  text-align: center; }

table.flare-tbl th {
  height: 20px;
  max-height: 20px;
  display: inline-block; }

table.flare-tbl th.flr-name {
  font-size: 1.2rem;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  text-align: left;
  padding-left: 2%;
  padding-top: 5px;
  line-height: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  padding-top: 0px; }

table.flare-tbl th.month {
  font-size: 1.25rem;
  width: 6%;
  min-width: 6%;
  text-align: center; }

a.rep-btn {
  margin-top: 3px;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  background-color: #daf6fe;
  color: #004f83;
  border-radius: 6px;
  padding: 7px 8px;
  font-family: Roboto, RobotoDraft, "Helvetica Neue", sans-serif;
  cursor: pointer; }

a.rep-btn:hover, a.rep-btn:focus {
  background-color: #ee8301;
  color: #ffffff !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px -3px rgba(0, 0, 0, 0.07); }

a.rep-btn.no-data {
  background-color: #efefef;
  color: #ababab;
  cursor: default !important; }

a.rep-btn.no-data:hover, a.rep-btn.no-data:focus {
  background-color: #efefef;
  color: #ababab !important;
  box-shadow: none; }

table.flare-tbl tr.alt-row1 {
  background-color: #f9f9f9; }

table.flare-tbl tr.hdr-row {
  height: 24px;
  max-height: 24px;
  width: 100%;
  display: inline-block; }

a.rep-btn.icomoon.icon-Report, a.rep-btn.icomoon.icon-Report2 {
  font-size: 2.2rem;
  line-height: 1.2rem; }

a.rep-btn.icomoon.icon-GoToPage {
  font-size: 2rem;
  line-height: 1.2rem; }

a.rep-btn.icomoon.icon-NA {
  font-size: 2rem;
  line-height: 1.2rem;
  cursor: default; }

.flr-chrt-card {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 6px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px -3px rgba(0, 0, 0, 0.07); }

.flr-chrt-card .income-tbl-hdr {
  margin-bottom: -3px; }

.chrt-fltrs {
  background-color: #c5e8f3;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2); }

.tbl-hdr-center.with-set {
  width: 100%;
  display: inline-block;
  padding: 0 20px; }

.tbl-hdr-ttl.smlr-ttl-lft {
  font-size: 2rem;
  text-align: left;
  float: left;
  line-height: 2.3rem;
  margin-top: 11px;
  margin-bottom: 10px; }

a.chart-set-btn {
  float: right;
  color: white;
  text-decoration: none;
  padding: 10px 0 8px 0;
  display: inline-block;
  line-height: 2.5rem; }

a.chart-set-btn:hover, a.chart-set-btn:focus {
  color: #ffce92 !important; }

.chrt-set-txt {
  float: left;
  line-height: 2.5rem; }

.chrt-set-icon {
  float: left;
  line-height: 2.5rem;
  display: inline-block; }

.chrt-set-icon.icomoon.icon-ArrowDown, .chrt-set-icon.icomoon.icon-ArrowUp {
  margin-left: 7px; }

.chrt-set-icon.icomoon.icon-Settings {
  margin-right: 7px;
  font-size: 2.5rem; }

.chrt-fltr-lft {
  width: 48%;
  margin-right: 2%;
  float: left; }

.chrt-fltr-rt {
  width: 48%;
  float: right; }

.chrt-fltr-lbl {
  display: block !important;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  color: #004f83;
  margin-bottom: 3px !important; }

.chrt-fltr-fld select {
  width: 100%;
  margin-bottom: 8px;
  height: 22px;
  padding: 0 0 0 4px;
  font-size: 12px;
  font-family: Roboto, RobotoDraft, "Helvetica Neue", sans-serif;
  color: #333;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ababab; }

a.flare-chrt-btn {
  float: right;
  background-color: #008EB8;
  color: white;
  padding: 5px 15px;
  border-radius: 6px;
  margin-left: 15px;
  text-decoration: none;
  cursor: pointer; }

a.flare-chrt-btn:hover, a.flare-chrt-btn:focus {
  background-color: #ee8301;
  color: #ffffff !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px -3px rgba(0, 0, 0, 0.07); }

table.sngl-flare-tbl {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7); }

table.sngl-flare-tbl th {
  text-align: center;
  font-weight: 600; }

table.sngl-flare-tbl td {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8rem; }

table.sngl-flare-tbl td.sml-txt {
  text-align: center;
  font-size: 1.1rem; }

table.sngl-flare-tbl tr.alt-row1 {
  background-color: #f9f9f9; }

.chart-notes {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 20px;
  background-color: #f5fbfe;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

table.sngl-flare-tbl tr.ttl-row {
  background-color: #eeeeee;
  border-top: dotted 1px #cccccc;
  border-bottom: dotted 1px #cccccc; }

table.sngl-flare-tbl tr.ttl-row td {
  font-weight: bold;
  padding: 7px 0 5px 0;
  font-size: 1.4rem; }

.content-block ul.chrt-notes {
  padding: 0;
  margin: 15px 20px; }

.content-block ul.chrt-notes li {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 3px 0; }

.content-block ul.chrt-notes li:before {
  content: ""; }

/*   FAQs Styles   */
.faq-list ul, .faqs ul {
  padding: 0em 0em 0em 0em; }

.faq-cntnt {
  padding: 15px 30px 10px 30px;
  font-size: 1.6rem;
  line-height: 2.1rem;
  background-color: #f5f6f7;
  color: rgba(0, 0, 0, 0.75); }

.accord-control.flares-accord.faqs-accord .tab-label {
  border-radius: 0px; }

.accord-control.flares-accord.faqs-accord input:checked + .tab-label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.faq-cntnt ul.faq-ul {
  padding: 0 0 0 40px;
  list-style-type: disc; }

.faq-cntnt ul.faq-ul li {
  font-size: 1.6rem;
  line-height: 2.1rem; }

.microsite .faq-list, .microsite .faqs {
  padding: 0 0;
  margin-top: 0px; }

.content-block .faq-cntnt ul.faq-ul li:before {
  content: ""; }

.faqs span.document-meta-data {
  font-size: 1.3rem;
  color: #747478; }

@media only screen and (max-width: 768px) {
  a.rep-btn {
    font-size: 1.1rem;
    padding: 7px 6px;
    min-width: 34px; }
  a.rep-btn.icomoon.icon-Report {
    font-size: 1.7rem; }
  a.rep-btn.icomoon.icon-Report2 {
    font-size: 1.9rem; }
  a.rep-btn.icomoon.icon-GoToPage {
    font-size: 1.6rem; }
  a.rep-btn.icomoon.icon-NA {
    font-size: 1.6rem; }
  .tbl-hdr-ttl.smlr-ttl-lft {
    max-width: 60%;
    font-size: 1.8rem;
    line-height: 2rem; }
  .chart-notes {
    padding: 3px 10px; }
  .content-block ul.chrt-notes {
    margin: 10px 0px; }
  .content-block ul.chrt-notes li {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 2px 0; } }

@media only screen and (max-width: 600px) {
  a.chart-set-btn {
    padding: 18px 0 8px 0; }
  .flr-chrt-sub .chrt-sub-lft {
    width: 60%;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 2px; }
  .flr-chrt-sub .chrt-sub-rt {
    float: left;
    width: 50%;
    line-height: 1.4rem;
    margin-bottom: 6px;
    text-align: left; }
  a.flare-chrt-btn {
    margin-top: 6px;
    margin-bottom: 7px;
    margin-left: 5px; }
  .chrt-sub-hdr.flr-chrt-sub {
    padding: 5px 10px 3px 10px; } }

@media only screen and (max-width: 500px) {
  .chrt-sub-lft {
    width: 70%;
    margin-right: 15%;
    line-height: 2rem;
    float: right;
    text-align: left; }
  .chrt-sub-rt {
    width: 70%;
    margin-right: 15%;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 3px;
    float: right; }
  .flr-chrt-sub .chrt-sub-lft {
    width: 60%;
    margin-right: 0%;
    float: left; }
  .flr-chrt-sub .chrt-sub-rt {
    float: left;
    width: 50%;
    margin-right: 0; }
  .accord-control.flares-accord input:checked + .tab-label {
    padding: 3px 0px 0px 0px; }
  .accord-control.flares-accord .tab-label::before {
    margin-top: 6px; }
  .tbl-hdr-center.with-set {
    padding: 0 10px; }
  .tbl-hdr-ttl.smlr-ttl-lft {
    max-width: 56%;
    font-size: 1.6rem;
    line-height: 1.8rem; }
  a.chart-set-btn {
    padding: 16px 0 8px 0; }
  .chrt-set-icon.icomoon.icon-Settings {
    margin-right: 3px; }
  .chrt-set-txt {
    font-size: 1.2rem; }
  .chrt-fltrs {
    padding: 15px 10px; }
  .chrt-fltr-lft, .chrt-fltr-rt {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%; }
  table.sngl-flare-tbl th {
    font-size: 1.2rem; }
  table.sngl-flare-tbl td.sml-txt {
    font-size: 1rem; }
  table.sngl-flare-tbl tr.ttl-row td {
    padding: 2px 5px 2px 5px;
    line-height: 1.6rem; }
  a.chrt-nav-item {
    padding: 7px 7px;
    margin: 0 3px;
    font-size: 1.3rem; }
  .chrt-nav-bar {
    padding: 3px 12px; }
  .chrt-nav-txt {
    font-size: 1.3rem;
    margin-right: 7px; } }

@media only screen and (max-width: 400px) {
  .flr-chrt-sub .chrt-sub-lft {
    width: 50%; }
  a.flare-chrt-btn {
    margin-top: 14px;
    margin-bottom: 10px; }
  table.sngl-flare-tbl th {
    font-size: 1.1rem; }
  a.chrt-nav-item {
    padding: 7px 6px;
    margin: 0 2px;
    font-size: 1.2rem; }
  .chrt-nav-bar {
    padding: 3px 10px; } }

@media only screen and (max-width: 350px) {
  .tbl-hdr-ttl.smlr-ttl-lft {
    max-width: 50%;
    font-size: 1.5rem;
    line-height: 1.7rem; }
  a.chart-set-btn {
    padding: 23px 0 8px 0; }
  table.sngl-flare-tbl th {
    font-size: 1rem; }
  table.sngl-flare-tbl td.sml-txt {
    font-size: 0.9rem; }
  a.chrt-nav-item {
    padding: 7px 5px;
    margin: 0 1px;
    font-size: 1.1rem; }
  .chrt-nav-txt {
    font-size: 1.2rem;
    margin-right: 5px; } }

/*   Flares Accordion   */
.accord-control.flares-accord .row {
  display: flex; }

.accord-control.flares-accord .row .col {
  flex: 1; }

.accord-control.flares-accord .tab.flr-hdr {
  z-index: 2;
  width: 100%;
  color: rgba(0, 0, 0, 0.67);
  overflow: hidden;
  border-radius: 4px;
  position: relative; }

.accord-control.flares-accord .tab-row.tab-clr-2.tab-txt-alrt .tab {
  width: 100%; }

.accord-control.flares-accord .tab-row.tab-clr-2 {
  border-radius: 6px;
  background-color: #f1f4f6;
  display: inline-block;
  width: 100%; }

.accord-control.flares-accord .tab-row.tab-clr-2.tab-txt-alrt {
  margin-bottom: 10px; }

.accord-control.flares-accord [type=checkbox], .accord-control.flares-accord [type=radio] {
  box-sizing: border-box;
  padding: 0; }

.accord-control.flares-accord input:checked + .tab-label {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 20px 0px 0px;
  background-color: #00a7e0;
  margin-top: 1px;
  margin-bottom: 1px; }

.accord-control.flares-accord .tab-label {
  z-index: 2;
  display: inline-block;
  justify-content: left;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 20px 0px 0px;
  background-color: #00a7e0;
  margin-top: 1px;
  margin-bottom: 1px; }

.accord-control.flares-accord input:checked + .tab-label:hover, .accord-control.flares-accord input:checked + .tab-label:focus,
.accord-control.flares-accord .tab-label:hover, .accord-control.flares-accord .tab-label:focus {
  background-color: #006197; }

.accord-control.flares-accord input:checked + .tab-label::before {
  content: "\e935";
  font-family: 'icomoon'; }

.accord-control.flares-accord .tab-label::before {
  content: "\e900";
  font-family: 'icomoon';
  width: 30px;
  height: 29px;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: 0px;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  transition: all 0.35s;
  color: #ffffff;
  float: left; }

.accord-control.flares-accord .tab-label.no-content::before {
  content: ""; }

.accord-control.flares-accord .tab-label:hover::before {
  color: #71d6f8; }

.accord-control.flares-accord .sub-row .tab-label::before {
  content: "";
  width: 0px;
  margin-left: 0px; }

.accord-control.flares-accord .sub-row input:checked + .tab-label::before {
  content: "";
  width: 0px;
  margin-left: 0px; }

.accord-control.flares-accord input:checked ~ .tab-content {
  max-height: 600vh;
  padding: 0 0 0 0px; }

.accord-control.flares-accord .tab-row.tab-clr-2.tab-txt-alrt .tab input:checked ~ .tab-content {
  padding: 0 20px 15px 20px; }

.accord-control.flares-accord .tab-content {
  position: relative;
  max-height: 0;
  color: rgba(0, 0, 0, 0.67);
  transition: all 0.35s;
  padding: 0 0 0 50px; }

.accord-control.flares-accord .tabs .tab [type=checkbox] {
  display: none; }

.accord-control.flares-accord .sub-row [type=checkbox] {
  display: none; }

@media only screen and (max-width: 768px) {
  .chrt-sub-all {
    width: 95%;
    margin-left: 5%;
    line-height: 2.3rem; } }

@media only screen and (max-width: 700px) {
  .chrt-sub-all {
    width: 94%;
    margin-left: 6%; } }

@media only screen and (max-width: 600px) {
  .chrt-sub-all {
    width: 93%;
    margin-left: 7%;
    line-height: 2.1rem; } }

@media only screen and (max-width: 500px) {
  .chrt-sub-all {
    width: 90%;
    margin-left: 10%;
    line-height: 2rem; } }

@media only screen and (max-width: 400px) {
  .chrt-sub-all {
    width: 88%;
    margin-left: 12%; } }

@media only screen and (max-width: 350px) {
  .chrt-sub-all {
    width: 86%;
    margin-left: 14%; } }

.collect-cards-row {
  margin-right: 0;
  margin-left: 0;
  min-height: 100px;
  width: 100%; }

.collect-card {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  box-sizing: border-box; }

.collect-card .clr-card {
  display: inline-block;
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.collect-card:first-of-type {
  padding-right: 3%; }

.collect-card:first-of-type .content-block-color {
  width: 100%; }

.collect-card .content-block-color {
  position: relative;
  min-width: 100% !important;
  overflow-x: visible;
  display: inline-block !important;
  min-height: 100% !important;
  height: 100% !important;
  width: 100% !important; }

.sta-card-content {
  color: white;
  display: inline-block !important;
  padding: 25px; }

.clr-card a, .clr-card a:hover, .clr-card a:focus {
  border-bottom: none; }

.space-1pxno {
  width: 100%;
  display: inline-block;
  height: 1px; }

.extra-height {
  display: inline-block;
  width: 100%; }

.row.collect-cards-row.collection-container .collect-card {
  padding-right: 1.5%;
  padding-left: 1.5%;
  padding-bottom: 3%; }

/*   Languages in Flex Box   */
.collection-container .col-padding-top-10.sign-up-notifications__toolbar-selects {
  width: 100%;
  display: none; }

.collection-container h5 {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 0px;
  font-family: 'jaf-bernino-sans-condensed' !important;
  color: #ffffff !important; }

.collection-container .row.checkbox-row {
  margin-left: 0;
  margin-right: 0; }

.collection-container .row.checkbox-row div.lang-chkbx {
  float: left;
  width: 90px; }

.collection-container-form .check_leftToolBar {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.collection-container-form input {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  font-family: 'jaf-bernino-sans-condensed' !important;
  outline: none !important;
  width: 100% !important; }

.collection-container-form .checkmark_leftToolBar {
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: #fff solid 1px; }

.collection-container-form .check_leftToolBar .checkmark_leftToolBar:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute; }

.collection-container-form .check_leftToolBar input:checked ~ .checkmark_leftToolBar:after {
  display: block; }

.collection-container .row.links-row {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block; }

.full-width {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: inline-block; }

.collection-container .row.links-row .full-width .base-button-with-icon {
  width: auto;
  float: left;
  margin: 4px 30px 4px 0; }

.collection-container .row.links-row .full-width .base-button-with-icon button.btn.button-with-icon.btn-with-icon__primary {
  border: none !important;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5) !important;
  cursor: pointer !important;
  padding: 0 0 7px 0 !important; }

.collection-container .row.links-row .float-right {
  float: right !important; }

.collection-container .row.links-row .float-right button.btn.btn-outline-primary.font-size-9.sign-up-notifications__toolbar-submit-button {
  margin-top: 3px !important; }

.collection-container .sign-up-notifications__toolbar-section-title {
  display: none; }

.collection-container .base-button-with-icon .btn.btn-outline-primary, .collection-container .base-button-with-icon .btn.btn-outline-primary:visited {
  border: none !important;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5) !important;
  width: auto !important;
  padding: 10px 0 0 0 !important;
  font-family: 'jaf-bernino-sans-condensed';
  font-size: 0.65rem;
  color: #fff; }
  .collection-container .base-button-with-icon .btn.btn-outline-primary:focus, .collection-container .base-button-with-icon .btn.btn-outline-primary:hover, .collection-container .base-button-with-icon .btn.btn-outline-primary.active, .collection-container .base-button-with-icon .btn.btn-outline-primary:visited:focus, .collection-container .base-button-with-icon .btn.btn-outline-primary:visited:hover, .collection-container .base-button-with-icon .btn.btn-outline-primary:visited.active {
    color: #ffd174 !important;
    border-bottom: dotted 1px #ffd174 !important;
    background-color: transparent; }

@media (max-width: 1149px) {
  .collect-cards-row {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }
  .col-lg-8.collect-card, .col-lg-4.collect-card {
    width: 48.5%; } }

@media (max-width: 1024px) {
  .collect-cards-row {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; } }

@media (max-width: 814px) {
  .collect-cards-row {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%; }
  .col-lg-8.collect-card, .col-lg-4.collect-card {
    width: 100%; } }

@media (max-width: 600px) {
  .collect-cards-row {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; } }

@media (max-width: 500px) {
  .collect-cards-row {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%; } }

@media (max-width: 400px) {
  .collect-cards-row {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; } }

/*$container-max-widths: (
  sm: 380px,
  md: 600px,
  lg: 1300px,
  xl: 1700px,
  xxl: 2100px
);*/
.card {
  border-radius: 0 !important; }

.design-top-menu {
  height: 40px;
  padding: 5px 0 0 15px; }
  .design-top-menu .design-width-select {
    display: flex;
    text-align: right !important; }
    .design-top-menu .design-width-select div {
      margin-top: 10px; }
    .design-top-menu .design-width-select .btn {
      margin-top: 3px; }

.design-content-base {
  background-color: #ffffff;
  margin-top: 64px;
  width: 100%;
  overflow: hidden; }
  .design-content-base .icon-arrow-down,
  .design-content-base .icon-arrow-up {
    position: relative;
    top: 5px; }

.design-content {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }

.design-content-section-title {
  font-size: 1.5em;
  font-weight: bold; }

.design-content-row {
  margin: 20px 0; }

.design-content-row-title {
  margin: 10px -15px; }

.design-content-row-elements {
  margin: 20px 0 40px; }

.design-colors {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  .design-colors li {
    flex: auto;
    padding: 0.3em;
    margin: 0 0.5em 0.5em 0;
    min-width: 5em;
    max-width: 14em;
    border: 1px solid #ddd; }

.design-color-swatch {
  display: block;
  height: 4em;
  margin-bottom: 0.3em; }

.design-color-label {
  font-size: 0.9em;
  line-height: 1; }

.design-logo-big {
  min-width: 187px;
  min-height: 187px;
  width: 187px;
  height: 187px; }

.design-logo-small {
  min-width: 127px;
  min-height: 127px;
  width: 127px;
  height: 127px; }

.tag {
  color: #6fbe44; }

.tag-tab {
  margin-left: 16px; }

.tag-2-tab {
  margin-left: 32px; }

.tag-3-tab {
  margin-left: 48px; }

.item-title {
  color: #006197;
  font-size: 18px;
  font-weight: 600; }

.code-tag {
  color: #652c8f; }

.code-item {
  line-height: 24px;
  font-size: 16px; }

html, body {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 40px;
  overflow-x: hidden; }

a {
  border-bottom: dotted 1px #0193c1;
  color: #0193c1;
  text-decoration: none; }

.base-button-with-icon a, .sta-logo.logo-small a, .base-button-with-icon a button.btn.button-with-icon.btn-with-icon__primary {
  border-bottom: none !important; }

a:focus {
  border-bottom: solid 1px #006197;
  color: #006197;
  text-decoration: none; }

a:hover {
  border-bottom: solid 1px #006197;
  color: #006197;
  text-decoration: none; }

ul.pagination a, ul.pagination a:hover, ul.pagination a:focus {
  border-bottom: none !important; }

.alert-title {
  font-size: 2.4em;
  line-height: 1em; }

.alert-text-white {
  font-size: 1.6em;
  line-height: 1.4em; }

.align-item-vertical-center {
  position: relative;
  top: -50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }

.center-content__vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.cursor-pointer {
  cursor: pointer; }

.cursor-no-pointer {
  cursor: default !important; }

*:focus {
  outline: none !important; }

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

.dots {
  width: 100%;
  position: absolute;
  right: 20px;
  bottom: 120px;
  z-index: 10; }

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active {
  background-color: rgba(255, 255, 255, 0.7); }

@media (hover: hover) {
  .dot:hover {
    background-color: rgba(255, 255, 255, 0.7); } }

.line-height__1 {
  line-height: 1.2em !important; }

.mapboxgl-ctrl-attrib a:hover {
  color: rgba(0, 0, 0, 0.75); }

.popover {
  z-index: 10100 !important;
  /* A value higher than 1010 that solves the problem */ }

.page-link {
  border: 2px solid #006197 !important;
  color: #006197;
  font-family: 'jaf-bernino-sans-condensed';
  font-weight: bold;
  font-size: 19px;
  outline: none;
  margin-left: -2px !important;
  line-height: 1;
  outline: none !important;
  box-shadow: none !important; }

.page-link:hover {
  color: #006197; }

.page-item-direction {
  margin: 0 10px; }
  .page-item-direction.disabled {
    pointer-events: none; }

.tablist-h-line {
  background-color: #006197;
  height: 3px;
  width: 100%; }

.item-listing-buttons a {
  border-bottom: none; }

.sitemap-button-wrapper a {
  border-bottom: none; }

.sitemap-button-wrapper a:hover, .sitemap-button-wrapper a:focus, .sitemap-button-wrapper a:hover button, .sitemap-button-wrapper a:focus button {
  color: #00304b; }

.tablist-nav-link {
  border-bottom: none;
  color: #000;
  font-size: 19px;
  line-height: 19px;
  height: 40px; }

.tablist-nav-link:hover {
  border-bottom: none;
  color: #006197; }

.tablist-nav-link.active {
  border-bottom: none;
  color: #fff;
  font-weight: 600; }

.tablist-nav-link-design-nav {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  height: 20px;
  padding: 10px !important; }

.tablist-nav-link-design-nav:hover {
  color: #96ccd4; }

.tablist-nav-link-design-nav.active {
  color: #fff;
  font-weight: 600; }

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

.left-toolbar-form__spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 97, 151, 0.93);
  border-right: 2px solid rgba(0, 97, 151, 0.87);
  border-left: 2px solid #006197;
  border-bottom: 2px solid transparent;
  animation: form-spinner 1s linear infinite; }

.left-toolbar-form button {
  border: 1px #006197 solid !important;
  border-radius: 0 !important;
  position: relative;
  margin: 0 !important;
  padding: 2px 5px 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  color: #006197 !important; }

.left-toolbar-form button:focus,
.left-toolbar-form button:hover,
.left-toolbar-form button.active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #006197 !important;
  color: #fff !important; }

.left-toolbar-form button:disabled {
  color: #006197 !important;
  opacity: 1 !important; }

.left-toolbar-form input:disabled {
  border: none !important;
  border-bottom: 1px solid #006197 !important;
  background-color: #fff; }

.blue-title {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-top: -5px; }

@media screen and (max-width: 768px) {
  .page-search-result .page-item {
    display: none; } }

@media screen and (min-width: 1150px) {
  .collection-container-form, .collection-container-form form[id^="fxb"] {
    color: #fff !important; }
    .collection-container-form .sing-up-notifications__toolbar-title-alert, .collection-container-form form[id^="fxb"] .sing-up-notifications__toolbar-title-alert {
      display: none;
      font-size: 27px !important;
      line-height: 27px !important;
      font-weight: 600 !important; }
  .blue-title {
    font-size: 1.6em;
    line-height: 1.1em;
    margin-top: -5px; } }

.input-white {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  font-family: 'jaf-bernino-sans-condensed' !important;
  outline: none !important;
  width: 100% !important; }

.input-white::placeholder {
  color: #fff !important;
  font-family: 'jaf-bernino-sans-condensed' !important; }

span.icon {
  font-family: FontAwesome;
  padding: 0 2px; }

.skip-to-main-content {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.text-alert {
  color: #e1251b; }

.text-white {
  color: #fff; }

.text-black {
  color: #000; }

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

.no-wrap {
  white-space: nowrap !important; }

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

.line {
  margin: 0 !important;
  height: 3px; }

/*   Styles for Employer Program button   */
.top-navbar__items-and-socials {
  position: relative; }

.employer-btn-area {
  position: absolute;
  bottom: -41px;
  left: 76px; }

a.employer-btn {
  border: solid 1px #006197;
  background-color: #ffffff;
  display: inline-block;
  color: #006197 !important;
  padding: 0px 18px;
  font-family: 'jaf-bernino-sans-condensed' !important;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer; }

a.employer-btn:hover, a.employer-btn:focus {
  border: solid 1px #006197;
  background-color: #006197;
  color: #ffffff !important; }

/*   Directory Filter   */
.half-sz {
  width: 48%;
  margin-right: 2%;
  float: left; }

.permit-table-header .permit-table-filters td .form-section.half-sz {
  width: 48%;
  margin: 0px 1% 10px 1%;
  float: left; }

.permit-table-header .permit-table-search td input[type="text"].half-search {
  width: 90%;
  float: left; }

.half-search-icon {
  width: 10%;
  float: left; }

.permit-table-header .permit-table-filters td select.half-select {
  width: 100%;
  height: 24px; }

.filter-by-container.alpha-filter-container {
  border-radius: 6px !important;
  margin-bottom: 10px;
  display: inline-block;
  background-color: transparent !important;
  margin-left: 0px !important;
  width: 100% !important; }

.filter-wrapper.alpha-filter {
  width: 100%;
  border-radius: 6px;
  border: none !important;
  border-bottom: none;
  color: #004f83;
  display: table-row;
  font-weight: 600;
  float: left;
  background-color: #e3f8fe;
  margin-bottom: 20px;
  font-size: 0.8rem; }

.filter-by-container .filter-wrapper.alpha-filter .filter-label {
  padding: 8px 0 6px 16px;
  width: 18%; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list {
  padding: 8px 10px 0 0;
  width: 82%; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list ul li {
  margin-bottom: 6px; }

.permit-table-header .permit-table-search.staff-filters td {
  padding: 15px 20px 0px 20px; }

/*   Glossary Filter   */
.glossary-panel.all {
  width: 100%; }

.filter-by-container .filter-wrapper.alpha-filter .filter-label, .filter-wrapper.alpha-filter .filter-label {
  padding: 2px 0 0px 16px;
  width: 18%;
  float: left; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list, .filter-wrapper.alpha-filter .alphabet-list {
  padding: 8px 10px 0 0;
  width: 82%; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list.alpha-with-all, .filter-wrapper.alpha-filter .alphabet-list.alpha-with-all {
  width: 75%; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list.show-all, .filter-wrapper.alpha-filter .alphabet-list.show-all {
  width: 10%; }

.filter-by-container .filter-wrapper.alpha-filter .filter-label.alpha-with-all, .filter-wrapper.alpha-filter .filter-label.alpha-with-all {
  width: 15%; }

.filter-wrapper.alpha-filter .alphabet-list.glossary {
  padding: 0px 10px 0 0; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list ul li, .filter-wrapper.alpha-filter .alphabet-list ul li {
  margin-bottom: 6px;
  float: left;
  padding: 0px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }

.permit-table-header .permit-table-search.staff-filters td {
  padding: 15px 20px 0px 20px; }

.filter-wrapper .alphabet-list {
  display: inline-block;
  height: 100%;
  float: left; }

.filter-wrapper .alphabet-list ul li a {
  font-weight: 600;
  text-decoration: none;
  color: #004f83; }

.filter-wrapper .alphabet-list.glossary ul li a {
  border-bottom: none !important;
  cursor: pointer;
  padding: 4px 5px 0px 5px;
  border-radius: 6px;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.8rem;
  vertical-align: top; }

.filter-wrapper .alphabet-list ul li.filter-item.selected {
  background-color: #004f83;
  color: white;
  border-radius: 6px; }

.filter-wrapper .alphabet-list ul li.filter-item.selected a {
  color: white !important;
  border-bottom: none !important; }

.menu-social a {
  border-bottom: none !important; }

.map-wrapper a, .map-wrapper a:hover, .map-wrapper a:focus {
  border-bottom: none !important; }

.status-section-buttons .btn-with-icon__primary:hover, .status-section-buttons .btn-with-icon__primary:focus,
.status-section-buttons .base-button-with-icon a:hover, .status-section-buttons .base-button-with-icon a:focus,
.status-section-buttons a:hover button.btn.button-with-icon.btn-with-icon__primary, .status-section-buttons a:focus button.btn.button-with-icon.btn-with-icon__primary,
.status-section-buttons button.btn.button-with-icon.btn-with-icon__primary:hover, .status-section-buttons button.btn.button-with-icon.btn-with-icon__primary:focus,
.status-section-buttons button.btn.button-with-icon.btn-with-icon__primary {
  border-bottom: none !important; }

a.btn.btn-link.top-navbar__item__link, a.btn.btn-link.top-navbar__item__link:hover, a.btn.btn-link.top-navbar__item__link:focus {
  border-bottom: none !important;
  text-decoration: none !important; }

#bottomButtons .base-button-with-icon a:hover, #bottomButtons .base-button-with-icon a:focus, #bottomButtons .base-button-with-icon a {
  border-bottom: none !important; }

.filter-wrapper .alphabet-list.glossary.show-all ul li.filter-item a, .filter-wrapper .alphabet-list.glossary.show-all ul li.filter-item {
  float: right; }

.filter-wrapper.alpha-filter .alphabet-list.glossary ul li {
  padding: 0px 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0px;
  list-style-type: none;
  height: 25px; }

.filter-wrapper .alphabet-list.glossary ul li a:hover, .filter-wrapper .alphabet-list.glossary ul li a:focus {
  color: white !important; }

.filter-wrapper .alphabet-list.glossary ul li:hover, .filter-wrapper .alphabet-list.glossary ul li:focus {
  background-color: #ee8301 !important;
  border-radius: 6px;
  color: white !important; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-only, .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-only {
  display: none; }

.filter-by-container .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-no-show, .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-no-show {
  display: inline-block; }

.filter-wrapper .alphabet-list ul li.filter-item.disabled a {
  opacity: 0.3; }

.filter-wrapper .alphabet-list.glossary ul li.filter-item.disabled:hover, .filter-wrapper .alphabet-list.glossary ul li.filter-item.disabled:focus {
  background-color: transparent !important;
  color: #004f83 !important;
  cursor: default; }

.filter-wrapper .alphabet-list.glossary ul li.filter-item.disabled a:hover, .filter-wrapper .alphabet-list.glossary ul li.filter-item.disabled a:focus {
  color: #004f83 !important;
  cursor: default; }

.filter-wrapper.alpha-filter .alphabet-list.glossary ul li.disabled, .filter-wrapper.alpha-filter .alphabet-list.glossary ul li.disabled a {
  background-color: transparent !important;
  background: transparent !important; }

.filter-wrapper.alpha-filter .alphabet-list.glossary ul {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0 !important;
  height: 25px;
  padding-left: 0; }

.glossary-panel dd {
  font-size: 0.8rem !important; }

.glossary-panel dl dt strong {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.1rem; }

.filter-label.alpha-with-all span {
  font-size: 0.7rem;
  font-weight: bold !important; }

.glossary-panel dt {
  line-height: 1rem;
  margin-bottom: 18px; }

.filter-wrapper .alphabet-list.glossary.show-all ul li.filter-item a:hover,
.filter-wrapper .alphabet-list.glossary.show-all ul li.filter-item a:focus {
  background-color: #ee8301;
  color: white !important; }

@media screen and (max-width: 1430px) {
  .filter-wrapper .alphabet-list.glossary ul li a {
    padding: 4px 3px 0px 3px;
    font-size: 0.7rem; }
  .filter-wrapper .alphabet-list.glossary.show-all ul li.filter-item a {
    font-size: 0.65rem; } }

@media screen and (max-width: 1149px) {
  .filter-wrapper.alpha-filter, .glossary-panel {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; } }

@media screen and (max-width: 800px) {
  .filter-by-container .filter-wrapper.alpha-filter .alphabet-list.alpha-with-all, .filter-wrapper.alpha-filter .alphabet-list.alpha-with-all {
    width: 65%; }
  .filter-by-container .filter-wrapper.alpha-filter .filter-label.alpha-with-all, .filter-wrapper.alpha-filter .filter-label.alpha-with-all {
    width: 20%; }
  .filter-by-container .filter-wrapper.alpha-filter .alphabet-list.show-all, .filter-wrapper.alpha-filter .alphabet-list.show-all {
    width: 15%; }
  .filter-wrapper.alpha-filter .alphabet-list.glossary ul {
    height: 50px;
    margin-top: 5px; }
  .filter-wrapper.alpha-filter {
    height: 58px; }
  .filter-label.alpha-with-all {
    margin-top: 7px;
    font-size: 0.6rem; }
  .alphabet-list.glossary.show-all {
    margin-top: 10px;
    font-size: 0.55rem; }
  .filter-wrapper .alphabet-list.glossary.show-all ul li.filter-item {
    text-align: center !important; }
  .alphabet-list.glossary.show-all.mobile-no-show {
    margin-top: 12px; } }

@media screen and (max-width: 500px) {
  .filter-label.alpha-with-all {
    margin-top: 14px;
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding: 2px 6px 0px 10px !important; }
  .alphabet-list.glossary.show-all {
    margin-top: 11px;
    font-size: 0.55rem;
    line-height: 0.8rem;
    padding: 0px 5px 0 5px !important; }
  .filter-wrapper.alpha-filter, .glossary-panel {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%; }
  .alphabet-list.glossary.show-all.mobile-no-show {
    margin-top: 5px; } }

@media screen and (max-width: 400px) {
  .filter-by-container .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-only,
  .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-only {
    display: inline-block;
    width: 50%;
    margin-top: 0px;
    text-align: right !important;
    max-height: 22px; }
  .filter-by-container .filter-wrapper.alpha-filter .filter-label.alpha-with-all, .filter-wrapper.alpha-filter .filter-label.alpha-with-all {
    width: 50%;
    margin-top: 4px; }
  .filter-by-container .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-no-show, .filter-wrapper.alpha-filter .alphabet-list.show-all.mobile-no-show {
    display: none; }
  .filter-by-container .filter-wrapper.alpha-filter .alphabet-list.alpha-with-all,
  .filter-wrapper.alpha-filter .alphabet-list.alpha-with-all {
    width: 100%;
    padding: 0px 10px;
    margin-top: 5px; }
  .filter-wrapper.alpha-filter {
    height: 90px; }
  .filter-wrapper .alphabet-list.glossary ul li a {
    padding: 4px 5px 0px 5px; }
  .filter-wrapper.alpha-filter .alphabet-list.glossary ul li {
    height: 26px; } }

@media screen and (max-width: 360px) {
  .filter-wrapper .alphabet-list.glossary ul li a {
    padding: 4px 4px 0px 4px; } }

/*   Styles for STA Alert in Left Nav   */
.sign-up-form {
  background-color: #00a7e0;
  display: inline-block;
  color: white;
  width: 100%;
  margin-bottom: 30px; }

.sign-up-form div#signUpForAlerts {
  margin-right: 15px;
  margin-left: 15px; }

.sign-up-form .blue-title.text-primary.sing-up-notifications__toolbar-title-alert {
  color: white !important; }

.sign-up-form .left-toolbar-form form[id^="fxb"] {
  color: white !important;
  width: 100%;
  min-width: 100% !important;
  display: inline-block; }

.sign-up-form .left-toolbar-form input, .sign-up-form form[id^="fxb"] {
  color: white !important; }

.sign-up-form .left-toolbar-form form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input label {
  color: #ffffff !important;
  font-weight: 600; }

.sign-up-form form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input.sing-up-notifications__toolbar-input, .sign-up-form .left-toolbar-form form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input.sing-up-notifications__toolbar-input {
  background-color: transparent !important;
  color: white !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.7) !important; }

.sign-up-form .field-validation-error {
  color: #ffb19d !important; }

.sign-up-notifications__toolbar-description.col-padding-top-10.font-size-17.padding-btm-15 {
  margin-bottom: 15px !important; }

.alerts-sign-up h5.alerts-subtitle {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 0px;
  font-family: 'jaf-bernino-sans-condensed' !important;
  color: #ffffff !important; }

.row.checkbox-row {
  margin-right: 0px;
  margin-left: 0px;
  width: 100% !important;
  display: inline-block; }

.sign-up-form .check_leftToolBar {
  margin-bottom: 5px;
  cursor: pointer; }

.sign-up-form span.checkmark_leftToolBar {
  border: rgba(255, 255, 255, 0.65) solid 1px; }

.sign-up-form .check_leftToolBar .checkmark_leftToolBar:after {
  left: 3px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sign-up-form .row.float-right {
  width: 100%;
  margin-right: 0px;
  float: right;
  text-align: right;
  margin-left: 0px; }

.sign-up-form .left-toolbar-form button {
  border: none !important;
  border-radius: 0 !important;
  position: relative;
  margin: 0 !important;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5) !important;
  padding: 2px 5px 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ffffff !important;
  padding-bottom: 3px !important; }

.left-toolbar-form .row.float-right button {
  float: right !important;
  margin-left: auto !important;
  margin-bottom: 15px !important;
  padding: 3px 12px 2px 12px !important;
  border: 1px #ffffff solid !important;
  background-color: transparent !important;
  color: #ffffff !important; }

.left-toolbar-form .row.float-right button:focus, .left-toolbar-form .row.float-right button:hover {
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  color: #006197 !important; }

.clear {
  clear: both; }

.horiz-divider-dotted {
  border-bottom: solid 1px rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  margin-top: 0px;
  display: inline-block;
  width: 100%; }

.sign-up-form .row.links-row {
  width: 100%;
  margin-right: 0px;
  float: right;
  text-align: right;
  margin-left: 0px;
  margin-bottom: 10px; }

.sign-up-form .row.links-row div#bottomButtons {
  width: 100% !important;
  min-width: 100% !important;
  display: inline-block !important;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center; }

.sign-up-form .row.links-row .center-btn-cntnt {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.sign-up-form .row.links-row .base-button-with-icon {
  min-height: 24px;
  float: left; }

.sign-up-form .row.links-row div#bottomButtons button.btn.button-with-icon.btn-with-icon__primary {
  min-height: 24px;
  font-size: 0.65rem !important;
  padding: 2px 0px 0 !important; }

.sign-up-form .row.links-row div#bottomButtons button.btn.button-with-icon.btn-with-icon__primary:hover, .sign-up-form .row.links-row div#bottomButtons button.btn.button-with-icon.btn-with-icon__primary:focus {
  color: #ffd174 !important;
  border-bottom: dotted 1px #ffd174 !important; }

.sign-up-form .row.links-row .link-divider {
  float: left;
  margin-left: 13px;
  margin-right: 12px;
  margin-top: 10px; }

.sign-up-form form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input.required label:not(:empty):before {
  content: '' !important; }

.sign-up-form form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input.required label {
  float: left;
  line-height: 0.5rem !important;
  font-size: 0.6rem;
  padding-right: 15px;
  cursor: pointer; }

.sign-up-form form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input[type='checkbox'] {
  float: left;
  margin-bottom: 10px;
  outline: solid 1px rgba(255, 255, 255, 0.65) !important;
  width: 10px;
  height: 10px;
  background-color: transparent !important;
  border: none !important;
  -webkit-appearance: none;
  margin-right: 8px;
  cursor: pointer; }

.sign-up-form form[id^="fxb"] .enhanced-textbox {
  margin-top: 4px; }

.sign-up-form form[id^="fxb"] .enhanced-textbox .enhanced-textbox-container .enhanced-textbox-input input[type='checkbox']:checked:after {
  content: '';
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  position: relative;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block; }

.sign-up-form .row.links-row div#bottomButtons button.btn.button-with-icon.btn-with-icon__primary i {
  display: none; }

.sign-up-form form[id^="fxb"] .font-size-17 {
  margin-top: 20px;
  color: white; }

.sign-up-form input::placeholder {
  color: white !important; }
