/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


@font-face {
    font-family: 'Omnes';
    src: url('fonts/Omnes-ExtraLight.eot');
    src: url('fonts/Omnes-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Omnes-ExtraLight.woff2') format('woff2'),
        url('fonts/Omnes-ExtraLight.woff') format('woff'),
        url('fonts/Omnes-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Omnes';
    src: url('fonts/Omnes-Light.eot');
    src: url('fonts/Omnes-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Omnes-Light.woff2') format('woff2'),
        url('fonts/Omnes-Light.woff') format('woff'),
        url('fonts/Omnes-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Omnes';
    src: url('fonts/Omnes-Medium.eot');
    src: url('fonts/Omnes-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Omnes-Medium.woff2') format('woff2'),
        url('fonts/Omnes-Medium.woff') format('woff'),
        url('fonts/Omnes-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}









:root {
  --blue: #183a58;
  --indigo: #173a58;
  --purple: #645aa0;
  --pink: #ff0070;
  --red: #dc3545;
  --orange: #ed7b54;
  --yellow: #ffc107;
  --green: #8cce6a;
  --teal: #2fbeba;
  --cyan: #41d5da;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #183a58;
  --secondary: #6c757d;
  --success: #8cce6a;
  --info: #41d5da;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1650px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --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, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8f8f8f;
  text-align: left;
  background-color: #202020; }

[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: 1.5rem; }

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: #8cce6a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #63b13a;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #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: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000; }

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: #202020;
  border: 1px solid #e9edf1;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

.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 {
  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.3333333333%;
  max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1650px) {
  .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.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .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.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

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

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

.table-bordered {
  border: 1px solid #e9edf1; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9edf1; }
  .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: #bec8d0; }

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

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

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

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

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

.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: #202020;
  background-color: #202020;
  border-color: #333333; }

.table .thead-light th {
  color: #909090;
  background-color: #e1e1e1;
  border-color: #e9edf1; }

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

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

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

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

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

@media (max-width: 1649.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; } }

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8cce6a;
  background-color: #fff;
  border: 1px solid #e9edf1; }
  .page-link:hover {
    z-index: 2;
    color: #63b13a;
    text-decoration: none;
    background-color: #e1e1e1;
    border-color: #e9edf1; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(24, 58, 88, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

.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: #183a58 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0d2030 !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: #8cce6a !important; }

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

.bg-info {
  background-color: #41d5da !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3b949c !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 #e9edf1 !important; }

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

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

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

.border-left {
  border-left: 1px solid #e9edf1 !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: #183a58 !important; }

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

.border-success {
  border-color: #8cce6a !important; }

.border-info {
  border-color: #41d5da !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: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

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

@media (min-width: 1650px) {
  .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 print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1650px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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: #183a58 !important; }

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

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

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

.text-success {
  color: #8cce6a !important; }

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

.text-info {
  color: #41d5da !important; }

a.text-info:hover, a.text-info:focus {
  color: #3b949c !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: #8f8f8f !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; }

/* @font-face {
  font-family: 'icomoon';
  src: url("../webfonts/icomoon.ttf?uz5dgs") format("truetype"), url("../webfonts/icomoon.woff?uz5dgs") format("woff"), url("../webfonts/icomoon.svg?uz5dgs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
 } */

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

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

.icon-phone:before {
  content: "\f095"; }

.icon-phone-square:before {
  content: "\f098"; }

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

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

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

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-google-plus:before {
  content: "\f0d5"; }

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

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

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

.icon-instagram:before {
  content: "\f16d"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-address-card:before {
  content: "\f2bb"; }

.icon-vcard:before {
  content: "\f2bb"; }

.icon-address-card-o:before {
  content: "\f2bc"; }

.icon-vcard-o:before {
  content: "\f2bc"; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #2fbeba;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.typography {
  /* IMAGES
    -------------------------------------------- */ }
  .typography .lead {
    font-size: 1.6rem;
    font-weight: 400;
    color: #41d5da;
    font-style: italic;
    font-family: "Open Sans", sans-serif; }
  .typography a.action-button, .typography .action-button a {
    margin-top: 1.5rem;
    border: none;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background-color: #ed7b54;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-shadow: none; }
    .typography a.action-button i, .typography .action-button a i {
      display: inline-block;
      padding-left: 1rem; }
    .typography a.action-button:hover, .typography .action-button a:hover {
      color: #fff;
      background-color: #dd4a17;
      text-decoration: none; }
  .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-bottom: 1.5rem; }
  .typography h4, .typography h5, .typography h6 {
    font-family: "Open Sans", sans-serif; }
  .typography h4 {
    color: #645aa0; }
  .typography img {
    height: auto;
    /* resets the image height so that it maintains its aspect ratio when width is set */ }
  .typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0; }
  .typography img.right {
    float: right;
    max-width: 50%;
    /* Responsive width */
    margin: 5px 0 10px 20px; }
  .typography img.leftAlone {
    margin-bottom: 10px;
    max-width: 100% !important;
    height: auto; }
  .typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
    max-width: 100%;
    height: auto; }

html {
  font-size: 12px; }
  @media (min-width: 576px) {
    html {
      font-size: 12px; } }
  @media (min-width: 768px) {
    html {
      font-size: 12px; } }
  @media (min-width: 992px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1650px) {
    html {
      font-size: 16px; } }

body {
  font-weight: 300;
  width: 100%; }

#main {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff; }

.gpl {
  padding-left: 30px !important; }

.gpr {
  padding-right: 30px !important; }

.gml {
  margin-left: 0 !important; }

.gmr {
  margin-right: 0 !important; }

@media (min-width: 768px) {
  .gpl {
    padding-left: 10% !important; }
  .gpr {
    padding-right: 10% !important; }
  .gml {
    margin-left: 10% !important; }
  .gmr {
    margin-right: 10% !important; } }

@media (min-width: 1200px) {
  .gpl {
    padding-left: 15% !important; }
  .gpr {
    padding-right: 15% !important; }
  .gml {
    margin-left: 15% !important; }
  .gmr {
    margin-right: 15% !important; } }

@media (min-width: 1650px) {
  .gpl {
    padding-left: 20% !important; }
  .gpr {
    padding-right: 20% !important; }
  .gml {
    margin-left: 20% !important; }
  .gmr {
    margin-right: 20% !important; } }

button:focus {
  outline: none; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#security {
  height: 100vh;
  background-color: #f8f9fa;
  padding-top: 5rem; }

#header {
  background-color: #fff; }
  #header .brand {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; }
    #header .brand img {
      width: 100%;
      max-width: 100px;
      height: auto; }
  #header .utility {
    background-color: #f8f9fa; }
    #header .utility nav {
      padding: 10px; }
      #header .utility nav > a {
        padding: 5px; }
    #header .utility .links-social-contact {
      text-align: center; }
      @media (min-width: 992px) {
        #header .utility .links-social-contact {
          text-align: left; } }
      #header .utility .links-social-contact a {
        font-size: 12px;
        color: #333;
        text-decoration: none;
        margin-top: 2px;
        display: inline-block; }
        #header .utility .links-social-contact a i {
          opacity: 0.5;
          padding-right: 7px;
          top: 1px;
          position: relative; }
      #header .utility .links-social-contact .social-links a {
        font-size: 18px;
        display: none; }
    #header .utility .search {
      text-align: center; }
      @media (min-width: 992px) {
        #header .utility .search {
          text-align: right; } }
  @media (min-width: 992px) {
    #header #topnav-collapse {
      text-align: right; }
      #header #topnav-collapse.collapse {
        display: block; } }
  #header .menu-toggle {
    text-align: right; }
  #header .primary-nav {
    padding-top: 30px;
    padding-bottom: 30px; }
    #header .primary-nav > a, #header .primary-nav .dropdown > a {
      display: block;
      padding: 10px 5px;
      color: #202020;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase; }
      #header .primary-nav > a span, #header .primary-nav .dropdown > a span {
        display: inline-block;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid transparent; }
      #header .primary-nav > a:hover span, #header .primary-nav > a.section span, #header .primary-nav > a.current span, #header .primary-nav .dropdown > a:hover span, #header .primary-nav .dropdown > a.section span, #header .primary-nav .dropdown > a.current span {
        border-bottom: 1px solid #2fbeba; }
    #header .primary-nav .dropdown {
      position: relative;
      display: block; }
      #header .primary-nav .dropdown .submenu {
        padding: 20px;
        display: none;
        position: relative;
        min-width: 300px;
        text-align: left; }
        #header .primary-nav .dropdown .submenu a.sublink {
          display: block;
          padding: 5px 10px;
          color: #202020; }
          #header .primary-nav .dropdown .submenu a.sublink:hover {
            color: #41d5da; }
    @media (min-width: 768px) {
      #header .primary-nav > a, #header .primary-nav .dropdown > a {
        font-size: 14px; } }
    @media (min-width: 992px) {
      #header .primary-nav {
        display: inline-block;
        text-align: right; }
        #header .primary-nav > a, #header .primary-nav .dropdown > a {
          display: inline-block;
          padding: 5px 5px;
          font-size: 12px; }
        #header .primary-nav .dropdown {
          display: inline-block; }
          #header .primary-nav .dropdown .submenu a.sublink {
            size: 9px; }
          #header .primary-nav .dropdown:hover .submenu {
            display: block;
            position: absolute;
            border-top: 1px solid #2fbeba;
            left: 0;
            top: calc(100% - 6px);
            z-index: 1000;
            background-color: #fff;
            box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3); } }
    @media (min-width: 1200px) {
      #header .primary-nav > a, #header .primary-nav .dropdown > a {
        padding: 5px 15px;
        font-size: 12px; } }
    @media (min-width: 1650px) {
      #header .primary-nav > a, #header .primary-nav .dropdown > a {
        padding: 5px 20px;
        font-size: 14px; } }
  #header #mobile-utility {
    padding-bottom: 40px; }
    #header #mobile-utility nav {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      border-bottom: 1px solid #e1e1e1; }
      #header #mobile-utility nav a {
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        padding: 5px; }
    #header #mobile-utility .social-links a {
      font-size: 19px; }

#product-search-wrapper {
  display: inline-block;
  position: relative;
  margin: 10px 0; }
  #product-search-wrapper form {
    display: inline-block; }
    #product-search-wrapper form input {
      width: 360px;
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      padding: 5px 15px;
      padding-right: 40px;
      font-size: 13px; }
    #product-search-wrapper form .btn {
      display: block;
      position: absolute;
      right: 1px;
      top: 1px;
      bottom: 1px;
      padding: 0;
      width: 36px;
      border: none;
      background-color: #333;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      #product-search-wrapper form .btn span {
        font-weight: 900;
        font-size: 17px; }

.tt-menu {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  float: right;
  padding: 20px; }
  .tt-menu .tt-suggestion {
    cursor: pointer; }

.tt-suggestion {
  margin-bottom: 15px; }

#footer {
  min-height: 350px;
  background-color: #202020;
  background-repeat: no-repeat;
  background-image: url("../images/bg-footer.png");
  background-position: left bottom;
  padding-top: 3rem;
  padding-bottom: 6rem;
  color: #8f8f8f; }
  #footer a {
    color: #8f8f8f; }
  #footer .right-col, #footer .left-col {
    text-align: center;
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    #footer .left-col {
      text-align: left; }
    #footer .right-col {
      text-align: right; } }
  #footer .company-info h5 {
    color: #2fbeba;
    font-weight: 300;
    font-size: 1.6rem; }
  #footer .company-brief {
    margin-bottom: 30px; }
    #footer .company-brief a.brand {
      display: block;
      margin-bottom: 30px; }
      #footer .company-brief a.brand img {
        width: 100%;
        max-width: 133px;
        height: auto; }
    #footer .company-brief p {
      font-size: 0.85rem; }
  #footer .contact-info > div {
    padding: 2px 0; }
  #footer .contact-info em {
    font-style: normal;
    font-size: 0.8rem; }
  #footer .hours-of-operation {
    margin-top: 20px; }
    #footer .hours-of-operation h6 {
      color: #fff;
      font-size: .8rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 5px; }
    #footer .hours-of-operation table {
      margin-left: -5px;
      border-collapse: collapse; }
      #footer .hours-of-operation table td {
        padding: 3px 5px;
        font-size: .9rem; }
    #footer .hours-of-operation tr > td:first-child {
      font-weight: 700;
      color: #bdbdbd; }
  #footer .copyright {
    margin-top: 25px;
    color: #8cce6a;
    font-size: 0.8rem; }
  #footer .utility-links {
    display: inline-block;
    padding: 0 10px; }
  #footer .social-links {
    display: inline-block;
    padding: 0 10px; }
    #footer .social-links a {
      color: #fff;
      font-size: 19px;
      padding: 5px; }

#rail-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #rail-nav ul li a {
    list-style-type: none;
    color: #8f8f8f;
    display: block;
    border-bottom: 1px #8f8f8f;
    font-size: 16px;
    padding: 3px 0; }
  #rail-nav ul li.toplevel > a {
    font-size: 1rem;
    color: green;
    display: inline-block;
    color: #2fbeba;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #rail-nav ul li.current > a {
    color: #2fbeba;
    font-size: 2em; }
  #rail-nav ul > li > ul {
    padding-left: 15px; }

#hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  height: 30vh;
  min-height: 200px; }
  #hero > .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #hero .inner_page_hero {
    text-align: left; }
    #hero .inner_page_hero h1 {
      font-weight: 500 !important;
      margin-bottom: 30px !important;
      font-size: 4.75rem !important; }
    #hero .inner_page_hero h2 {
      font-size: 1.5rem !important;
      color: #fff !important;
      opacity: 0.7;
      margin-top: 30px !important; }
    #hero .inner_page_hero .hero_hr {
      margin-left: 0 !important; }
  #hero .hero-content {
    text-align: center;
    text-transform: uppercase; }
    #hero .hero-content span {
      color: #99a6a4;
      font-size: 1.25em; }
    #hero .hero-content .hero_hr {
      display: block;
      height: 1px;
      background-color: #7f9592;
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 7px; }
    #hero .hero-content h1, #hero .hero-content h2, #hero .hero-content h3, #hero .hero-content h4, #hero .hero-content h5, #hero .hero-content h6, #hero .hero-content p {
      color: #fff;
      text-shadow: 1px 1px 2px #252525;
      padding: 0px;
      margin: 0px; }
    #hero .hero-content h1 {
      font-weight: 900;
      font-size: 3.75rem;
      line-height: 1;
      font-style: normal;
      text-shadow: 0px 2px 0px black; }
    #hero .hero-content h2 {
      font-weight: 400;
      font-size: 3.75rem;
      line-height: 1;
      font-style: normal;
      margin-top: -10px; }
    #hero .hero-content p {
      font-size: 1.2rem; }
    #hero .hero-content .btn_hero {
      background-color: #41d5da;
      color: #fff;
      text-shadow: none;
      margin-top: 30px;
      border-bottom: 2px solid #178b88; }
      #hero .hero-content .btn_hero:hover {
        color: #fff;
        background-color: #42a6ae;
        text-decoration: none; }
  @media (min-width: 768px) {
    #hero {
      min-height: 275px; } }
  @media (min-width: 992px) {
    #hero {
      min-height: 300px; }
      #hero .hero-content h1 {
        font-size: 6.75rem; }
      #hero .hero-content h2 {
        font-size: 3.5rem; } }
  @media (min-width: 1200px) {
    #hero {
      min-height: 350px; } }
  @media (min-width: 1650px) {
    #hero {
      min-height: 375px; } }

.HomePage #hero {
  height: 65vh;
  max-height: 600px; }

.breadcrumbs-wrapper {
  position: relative; }

#breadcrumbs {
  position: absolute;
  top: -4rem; }
  #breadcrumbs > ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    #breadcrumbs > ul > li {
      list-style-type: none;
      display: block;
      float: left;
      padding: 3px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif; }
      #breadcrumbs > ul > li a {
        display: inline-block;
        color: #6a7b8e;
        font-size: 12px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px; }
        #breadcrumbs > ul > li a:after {
          content: " / ";
          padding-left: 5px;
          display: inline-block;
          color: #a2aaad; }
        #breadcrumbs > ul > li a:hover {
          color: #000; }
      #breadcrumbs > ul > li.last a {
        color: #183a58; }
      #breadcrumbs > ul > li:last-child a:after {
        content: "";
        display: none; }

.btn, input.action {
  border: none;
  display: inline-block;
  padding: 0.7rem 1.7rem;
  background-color: #8cce6a;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #5a8445;
  font-size: 12px;
  text-transform: uppercase; }
  .btn i, input.action i {
    display: inline-block;
    padding-left: 1rem; }
  .btn:hover, input.action:hover {
    color: #fff;
    background-color: #7dc857;
    text-decoration: none; }

form input.text {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #e1e1e1;
  height: 40px; }

form select.dropdown {
  width: 100%;
  padding: 6px 15px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff; }

form textarea.textarea {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #e1e1e1; }

form label.required:after,
form .requiredField > label.left:after {
  color: red;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px; }

form .message.bad {
  color: red; }

form .required.message,
form .message.bad,
form .message.validation,
form .error.message,
form label.error {
  color: red;
  font-weight: normal; }

form input.requiredField.error,
form input.error,
form textarea.requiredField.error {
  border-color: red; }

form.userform .field, form.userform .fieldset {
  margin-bottom: 30px; }

form.userform label, form.userform label.left, form.userform legend, form.userform legend.left {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0; }

form.userform .userformsgroup {
  border: none;
  border-radius: 0;
  padding: 0; }

@media (min-width: 992px) {
  form.userform .CompositeField > .middleColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -15px;
    margin-left: -15px; }
    form.userform .CompositeField > .middleColumn > .field {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 10px; } }

.block > .inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.block .title h2, .block .title h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  .block .title h2, .block .title h1 {
    font-size: 2.5rem; } }

.block .title p, .block .subtitle p, .block .txt p {
  font-weight: 500;
  color: #fff; }

.block .subtitle {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem; }
  .block .subtitle:after {
    content: " ";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #8ad7de;
    margin-top: 1rem;
    margin-bottom: 1.5rem; }

.SectionContentBlock_Banner h1, .SectionContentBlock_Banner h2, .SectionContentBlock_Banner h3, .SectionContentBlock_Banner h4, .SectionContentBlock_Banner h5, .SectionContentBlock_Banner h6, .SectionContentBlock_Banner p {
  color: #fff; }

.SectionContentBlock_Intro {
  text-align: center; }
  .SectionContentBlock_Intro .subtitle::after {
    margin-left: auto;
    margin-right: auto; }

.SectionContentBlock_BgImageCta .title, .SectionContentBlock_BgImageCta .subtitle, .SectionContentBlock_BgImageCta .txt {
  color: #fff; }
  .SectionContentBlock_BgImageCta .title h1, .SectionContentBlock_BgImageCta .title h2, .SectionContentBlock_BgImageCta .subtitle h1, .SectionContentBlock_BgImageCta .subtitle h2, .SectionContentBlock_BgImageCta .txt h1, .SectionContentBlock_BgImageCta .txt h2 {
    color: #333; }
  .SectionContentBlock_BgImageCta .title p, .SectionContentBlock_BgImageCta .subtitle p, .SectionContentBlock_BgImageCta .txt p {
    font-weight: 500; }

.SectionContentBlock_BgImageCta .subtitle::after {
  background-color: #8ad7de; }

.BucketsBlock {
  background-color: #000;
  color: #e9edf1; }
  .BucketsBlock h3.title {
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 992px) {
      .BucketsBlock h3.title {
        font-size: 2rem; } }
  .BucketsBlock .bucket .img {
    margin-bottom: 1.5rem; }

.BucketsBlock_3Bucket {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202222+0,2fbcb8+100 */
  background-image: linear-gradient(to right, #202121, #2a3f3f, #2f5f5e, #31807f, #2da4a1);
  color: #fff; }
  .BucketsBlock_3Bucket > .inner {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .BucketsBlock_3Bucket h3.title {
    font-weight: 300;
    text-transform: none;
    font-size: 1.25rem; }
    @media (min-width: 992px) {
      .BucketsBlock_3Bucket h3.title {
        font-size: 1.5rem; } }
  .BucketsBlock_3Bucket a.btn {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
    background-color: #000;
    border: none; }
    .BucketsBlock_3Bucket a.btn i {
      display: none; }
  .BucketsBlock_3Bucket .bucket {
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .BucketsBlock_3Bucket .bucket .img img {
      max-width: 70px; }
    @media (min-width: 992px) {
      .BucketsBlock_3Bucket .bucket {
        padding-bottom: 0; } }

.SpecialListBlock_News {
  background-color: #fff; }
  .SpecialListBlock_News .title {
    text-align: center;
    padding-bottom: 1rem; }
    .SpecialListBlock_News .title .subtitle {
      color: #41d5da; }
    .SpecialListBlock_News .title .subtitle::after {
      margin-left: auto;
      margin-right: auto;
      background-color: #333; }
  .SpecialListBlock_News article .img {
    padding-bottom: 1rem; }
  .SpecialListBlock_News article h4 {
    color: #333;
    font-weight: 700;
    font-size: 14px; }
  .SpecialListBlock_News article .cta {
    position: absolute;
    bottom: -20px; }
    .SpecialListBlock_News article .cta a {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.9rem;
      background-color: #41d5da;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 15px; }
    .SpecialListBlock_News article .cta i {
      color: #41d5da;
      position: relative;
      top: 2px;
      left: 3px;
      display: none; }

.FormBlock {
  border-top: 1px solid #e9edf1; }
  .FormBlock .title {
    border-bottom: 1px solid #e9edf1;
    padding-bottom: 10px;
    margin-bottom: 20px; }

#catalog-category-grid .category {
  background-color: #f4f4f4;
  padding: 7px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid #dfdfdf; }
  #catalog-category-grid .category a {
    color: #333; }
    #catalog-category-grid .category a img {
      border: 1px solid #dfdfdf; }
    #catalog-category-grid .category a span {
      display: block;
      padding-top: 7px; }

.userform {
  padding-left: 30px; }

.CustomBlog #hero, .CustomBlogPost #hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  height: 30vh;
  min-height: 200px; }
  .CustomBlog #hero > .inner, .CustomBlogPost #hero > .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .CustomBlog #hero .inner_page_hero, .CustomBlogPost #hero .inner_page_hero {
    text-align: left; }
    .CustomBlog #hero .inner_page_hero h1, .CustomBlogPost #hero .inner_page_hero h1 {
      font-weight: 500 !important;
      margin-bottom: 30px !important;
      font-size: 4.75rem !important; }
    .CustomBlog #hero .inner_page_hero h2, .CustomBlogPost #hero .inner_page_hero h2 {
      font-size: 1.5rem !important;
      color: #fff !important;
      opacity: 0.7;
      margin-top: 30px !important; }
    .CustomBlog #hero .inner_page_hero .hero_hr, .CustomBlogPost #hero .inner_page_hero .hero_hr {
      margin-left: 0 !important; }
  .CustomBlog #hero .hero-content, .CustomBlogPost #hero .hero-content {
    text-align: center;
    text-transform: uppercase; }
    .CustomBlog #hero .hero-content span, .CustomBlogPost #hero .hero-content span {
      color: #99a6a4;
      font-size: 1.25em; }
    .CustomBlog #hero .hero-content .hero_hr, .CustomBlogPost #hero .hero-content .hero_hr {
      display: block;
      height: 1px;
      background-color: #7f9592;
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 7px; }
    .CustomBlog #hero .hero-content h1, .CustomBlog #hero .hero-content h2, .CustomBlog #hero .hero-content h3, .CustomBlog #hero .hero-content h4, .CustomBlog #hero .hero-content h5, .CustomBlog #hero .hero-content h6, .CustomBlog #hero .hero-content p, .CustomBlogPost #hero .hero-content h1, .CustomBlogPost #hero .hero-content h2, .CustomBlogPost #hero .hero-content h3, .CustomBlogPost #hero .hero-content h4, .CustomBlogPost #hero .hero-content h5, .CustomBlogPost #hero .hero-content h6, .CustomBlogPost #hero .hero-content p {
      color: #fff;
      text-shadow: 1px 1px 2px #252525;
      padding: 0px;
      margin: 0px; }
    .CustomBlog #hero .hero-content h1, .CustomBlogPost #hero .hero-content h1 {
      font-weight: 900;
      font-size: 3.75rem;
      line-height: 1;
      font-style: normal;
      text-shadow: 0px 2px 0px black; }
    .CustomBlog #hero .hero-content h2, .CustomBlogPost #hero .hero-content h2 {
      font-weight: 400;
      font-size: 3.75rem;
      line-height: 1;
      font-style: normal;
      margin-top: -10px; }
    .CustomBlog #hero .hero-content p, .CustomBlogPost #hero .hero-content p {
      font-size: 1.2rem; }
    .CustomBlog #hero .hero-content .btn_hero, .CustomBlogPost #hero .hero-content .btn_hero {
      background-color: #41d5da;
      color: #fff;
      text-shadow: none;
      margin-top: 30px;
      border-bottom: 2px solid #178b88; }
      .CustomBlog #hero .hero-content .btn_hero:hover, .CustomBlogPost #hero .hero-content .btn_hero:hover {
        color: #fff;
        background-color: #42a6ae;
        text-decoration: none; }
  @media (min-width: 768px) {
    .CustomBlog #hero, .CustomBlogPost #hero {
      min-height: 275px; } }
  @media (min-width: 992px) {
    .CustomBlog #hero, .CustomBlogPost #hero {
      min-height: 300px; }
      .CustomBlog #hero .hero-content h1, .CustomBlogPost #hero .hero-content h1 {
        font-size: 6.75rem; }
      .CustomBlog #hero .hero-content h2, .CustomBlogPost #hero .hero-content h2 {
        font-size: 3.5rem; } }
  @media (min-width: 1200px) {
    .CustomBlog #hero, .CustomBlogPost #hero {
      min-height: 350px; } }
  @media (min-width: 1650px) {
    .CustomBlog #hero, .CustomBlogPost #hero {
      min-height: 375px; } }

.CustomBlog #main, .CustomBlogPost #main {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.article-list article {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3rem; }
  .article-list article .img {
    padding-bottom: 10px; }
  .article-list article .date {
    padding-bottom: 10px; }
    .article-list article .date time {
      color: #41d5da;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.9em; }
  .article-list article h3 a {
    color: #6c757d;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-decoration: none; }
    .article-list article h3 a:hover {
      color: #000; }

.CustomBlogPost h1 {
  margin-bottom: 2rem; }

.CustomBlogPost time {
  color: #41d5da;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  display: block;
  padding-bottom: 0.5rem;
  margin-top: 15px; }

.TeamBioPage #hero {
  text-align: center;
  min-height: 175px;
  height: 25vh; }
  @media (min-width: 768px) {
    .TeamBioPage #hero {
      min-height: 300px; } }
  @media (min-width: 992px) {
    .TeamBioPage #hero {
      min-height: 300px; } }
  @media (min-width: 1200px) {
    .TeamBioPage #hero {
      min-height: 300px; } }
  @media (min-width: 1650px) {
    .TeamBioPage #hero {
      min-height: 300px; } }

.TeamBioPage #main {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.TeamBioPage #rail .cta a {
  display: block;
  text-align: center; }

.ContactPage #main {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff; }

.ContactPage #locations {
  padding-top: 4rem; }
  .ContactPage #locations .location {
    padding-bottom: 2rem;
    font-size: 0.9rem; }
    .ContactPage #locations .location h5 {
      font-family: "Open Sans", sans-serif;
      color: #41d5da;
      font-weight: 500;
      font-size: 1.1rem; }
    .ContactPage #locations .location .address {
      padding-bottom: 15px; }
      .ContactPage #locations .location .address > div {
        padding-bottom: 5px; }
      .ContactPage #locations .location .address a {
        color: #8f8f8f; }
      .ContactPage #locations .location .address i {
        color: #41d5da; }
    .ContactPage #locations .location .hours-of-operation h6 {
      font-family: "Open Sans", sans-serif;
      color: #645aa0;
      text-transform: uppercase;
      font-weight: 600;
      font-size: .8rem; }
    .ContactPage #locations .location .hours-of-operation .item {
      display: flex;
      font-size: 0.85rem;
      padding-bottom: 5px; }
      .ContactPage #locations .location .hours-of-operation .item .days {
        width: 36%;
        font-weight: 500; }
      .ContactPage #locations .location .hours-of-operation .item .hours {
        padding-left: 15px;
        width: 64%; }
    .ContactPage #locations .location .description {
      padding-top: 30px; }

.LocationPage #hero {
  min-height: 175px;
  height: 25vh; }
  @media (min-width: 768px) {
    .LocationPage #hero {
      min-height: 300px; } }
  @media (min-width: 992px) {
    .LocationPage #hero {
      min-height: 300px; } }
  @media (min-width: 1200px) {
    .LocationPage #hero {
      min-height: 300px; } }
  @media (min-width: 1650px) {
    .LocationPage #hero {
      min-height: 300px; } }

.LocationPage #main {
  padding-top: 6rem; }

.LocationPage .location {
  padding-bottom: 2rem;
  font-size: 0.9rem; }
  .LocationPage .location h5 {
    font-family: "Open Sans", sans-serif;
    color: #41d5da;
    font-weight: 500;
    font-size: 1.1rem; }
  .LocationPage .location .address {
    padding-bottom: 15px; }
    .LocationPage .location .address > div {
      padding-bottom: 5px; }
    .LocationPage .location .address a {
      color: #8f8f8f; }
    .LocationPage .location .address i {
      color: #41d5da; }
  .LocationPage .location .hours-of-operation h6 {
    font-family: "Open Sans", sans-serif;
    color: #645aa0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem; }
  .LocationPage .location .hours-of-operation .item {
    display: flex;
    font-size: 0.85rem;
    padding-bottom: 5px; }
    .LocationPage .location .hours-of-operation .item .days {
      width: 36%;
      font-weight: 500; }
    .LocationPage .location .hours-of-operation .item .hours {
      padding-left: 15px;
      width: 64%; }

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









/*testing css additions - ericp*/

.row .bucket .img{
    height: 70px;
}

.BucketsBlock_3Bucket a.btn{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    background-color: #1b1b1b;
}

.BucketsBlock_3Bucket a.btn:hover{
    background-color: #000;
}



.SpecialListBlock_News article .cta a:hover{
  text-decoration: none;
}

#footer .social-links a {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}

#footer .social-links a:hover{
  opacity: 1;
  text-decoration: none;
}

#footer .company-info .footerCB{
  font-size: 2.8rem !important;
  text-transform: uppercase;

  background: linear-gradient(to right, #46e1e6 0%, #bdee64 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-info a:hover{
  text-decoration: none;
}

.footer_phone{
  color: #c7c7c7 !important;
  transition: color 0.3s ease-in-out;
}

.footer_phone:hover{
  color: #ffffff !important;
}

#footer .copyright {
    font-weight: 500;
}

.footer_divline{
    height: 1px;
    display: inline-block;
    width: 30px;
    opacity: 0.3;
    background-color: #fff;
    margin-top: 15px;
}

#footer .hours-of-operation h6{
  margin-bottom: 0.8em;
}

#footer {
    padding-top: 6rem;
    background-image: linear-gradient(to right top, #000000, #191919, #2a2a2a, #3d3d3d, #515151) !important;
}

.hours-of-operation .d-inline-block, .contact-info .d-inline-block{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: -30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

#footer .hours-of-operation h6 {
    font-size: 1rem;
    font-weight: 300;
    padding-top: 9px;
}





/*header*/
#product-search-wrapper form input {
    border-radius: 3px;
}

#product-search-wrapper form .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 40px;
    top: 0px;
}

#product_search, #product_search_sidebar{
    padding: 6px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    background-color: #fff !important;
    transition: all 0.25s ease-in;
}

#product_search:focus, #product_search_sidebar:focus{
    -moz-box-shadow: 0 0 8px #e8e8e8;
    -webkit-box-shadow: 0 0 8px #e8e8e8;
    box-shadow: 0 0 8px #e8e8e8;
    border: 1px solid #ffffff;
    background-color: #fbfbfb !important;
}



.product-search-catalog-page form input{
  width: 100% !important;
}

#header .primary-nav .dropdown .submenu{
  background-color: #f8f9fa !important;
  box-shadow: none !important;
  padding: 0px !important;
  top: calc(100% - 0px) !important;
}

#header .primary-nav .dropdown .submenu a.sublink {
    padding: 10px 15px;
    transition: all 0.1s ease-in;
}

#header .primary-nav .dropdown .submenu a.sublink:hover {
    color: #fff;
    background-color: #292929;
    text-decoration: none;
}

.dropdown:hover > a{
    background-color: #41d5da;
    color: #fff !important;
}

#header .primary-nav .dropdown > a span {
    padding-top: 8px;
}




/*remove outlines*/
textarea:focus, input:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

*:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/*blog rows*/
.SpecialListBlock_News article .cta {
    position: relative;
    bottom: auto;
}

.SpecialListBlock_News article h4{
    height: 50px;
}

.SpecialListBlock_News article .summary{
    height: 80px;
}

.SpecialListBlock_News img, .featured-image, .CustomBlog .img-fluid{
    outline: 1px solid rgba(255, 255, 255, 0.5);
    outline-offset: -3px;
}

.CustomBlogPost #hero .inner_page_hero h1, #hero .inner_page_hero h1 {
    font-weight: 300 !important;
}

.SpecialListBlock_News article .cta a, .CustomBlog article .cta a{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    background-color: #1b1b1b;

    padding-left: 25px;
    padding-right: 25px;
    border: none;
}





#hero .hero-content .btn_hero, .cta .btn {
    border-radius: 3px;
    font-size: 14pt;
}

.header_logo_label{
    display: block;
    clear: both;
    color: #929292;
    width: 100px;
    text-align: center;
    padding-top: 3px;
}









/*form fields*/
.userform-fields input, .userform-fields textarea{
    border-radius: 3px;
    transition: all 0.25s ease-in;
}


.userform-fields input:focus, .userform-fields textarea:focus, #product_search:focus, #product_search_sidebar:focus{
    -moz-box-shadow: 0 0 8px #e8e8e8;
    -webkit-box-shadow: 0 0 8px #e8e8e8;
    box-shadow: 0 0 8px #e8e8e8;
    border: 1px solid #ffffff;
    background-color: #fbfbfb !important;
}





.userform-fields label{
    background-color: #292929;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: 500 !important;
    color: #c2bcce !important;
    margin-bottom: -1px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 200px;
    font-size: 0.9rem !important;
    text-transform: uppercase;
    border: 1px solid #d6d6d6;
}

.userform-fields label:before {
     font-family: "Font Awesome 5 Free";
     content: "\f142";
     display: inline-block;
     padding-right: 8px;
     vertical-align: middle;
     font-weight: 900;
     font-size: 10px;
     color: #717171;
     margin-top: -2px;
}



/*catalog layouts*/
#catalog-category-grid .category{
    font-size: 1.3em;
    font-weight: 500;
    text-transform: uppercase;

    border-bottom: none;
    background-color: transparent;
}

#catalog-category-grid .category a span.catalog_title_small{
    font-size: 0.9em;
}

#catalog-category-grid .category img{
    outline: 1px solid rgba(255, 255, 255, 0.5);
    outline-offset: -3px;
}


.CatalogPage h1{
    padding-bottom: 30px;
}

.CatalogPage #main{
  background-image: linear-gradient(to right top, #f1f1f1, #f4f4f4, #f8f8f8, #fbfbfb, #ffffff);
}

#catalog-category-grid .category a img {
     border: none !important; 
}

#catalog-category-grid .category a:hover{
  text-decoration: none;
}

#product-list a{
  color: #2ab5b4;
  font-weight: 500;
}

#product-list .odd{
  background-color: #f1f1f1;
}

#product-list .product{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product .sku{
  font-weight: 500;
}

.product_detail_container h1{
  padding-top: 30px;
}

.category-img img{
    outline: 1px solid rgba(255, 255, 255, 0.5);
    outline-offset: -3px;
}

#rail-nav ul li.toplevel > a {
    font-size: 2rem;
}

#rail-nav ul li.current > a {
    color: #9d8f8f;
    font-size: 14pt;
    font-weight: 700;
}


#rail-nav ul li a{
  font-weight: 700;
  color: #3e3e3e;
  font-size: 14pt;
}


#rail-nav ul li a.section{
  color: #9d8f8f;
    font-size: 14pt;
    font-weight: 700;
}




/*#rail-nav ul li a.current{
  color: blue;
}*/

#rail-nav ul li a.current+ul li a{
  color: #000;
  font-weight: 500;
  font-size: 14pt !important;
}



#rail-nav ul li ul li a.current{
  color: #000;
  font-weight: 500;
}

#rail-nav ul li ul li a.current+ul li a{
  color: #8f8f8f;
    font-weight: 700;
    font-size: 14pt !important;
}

/*li.first ul li ul li a{
  font-weight: 700;
  font-size: 10px !important;
}*/

#rail-nav ul li ul li a.current {
    color: #000;
    font-weight: 700;
    font-size: 14pt;
}

#rail-nav ul li ul li a {
    color: #8f8f8f;
    font-weight: 700;
    font-size: 14pt;
}

#breadcrumbs > ul > li a {
    display: inline-block;
    color: #8f8f8f;
    font-size: 12px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}


#breadcrumbs > ul > li.last a {
    color: #000000;
    font-weight: 700;
}



.content_block_white_background{
  background-color: #fff;
}

.content_block_white_background .txt p {
    color: #333;
}


.manufacturer_logo_buckets{
    background-image: none;
    background-color: #fff;
}

.manufacturer_logo_buckets .bucket .img img{
  max-width: 170px;
}

.manufacturer_logo_buckets .title h2{
    font-size: 1.25rem;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
}

.content_block_white_background_general .typography img.leftAlone {
    margin-bottom: 0px;
    max-width: 50% !important;
    height: auto;
    float: left;
    padding-right: 30px;
}

.content_block_white_background_general{
  color: #c3c3c3;
  background-color: #2b2b2b;
}


.cta_sphenocath_block img{
  /*width: 200px;
  height: auto;*/
  opacity: 1;
  display: block;
  clear: both;
  float: none;
  margin-bottom: 15px;
}


.support_group_footer_title{
    color: #dfdfdf;
    font-size: 0.9rem;
    padding-bottom: 5px;
    padding-top: 15px;
    font-weight: 500;
}


.footer_partner_list{
  padding-right: 15px;
  font-size: 12px;
  color: #dfdfdf;
}

.footer_partner_list li{
  float: right;
  width: 50%;
}

.footer_partner_list li a{
  color: #60caa1 !important;
}

#footer .company-brief p{
  color: #c3c3c3;
  font-size: 0.9rem;
}






#header .primary-nav .dropdown > a:hover span {
    border-bottom: 1px solid #8ac6cc !important;
}

#header a.brand:hover{
  text-decoration: none !important;
}

section.BucketsBlock h5:after{
  margin-left: auto;
  margin-right: auto;
}



.SpecialListBlock_News article .cta a, .CustomBlog article .cta a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    background-color: #1b1b1b;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.SpecialListBlock_News article .cta a:hover, .CustomBlog article .cta a:hover{
    text-decoration: none;
}



.catalog_rail_style{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 15px;
  background-color: #f9f9f9;
}


.catalog_product_detail_block h5{
  background-color: #579E9C;
    color: #fff;
    display: inline-block;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    font-size: 18pt;
}

.catalog_product_detail_block .img{
  padding-bottom: 30px;
}


.catalog_jump_link{
  display: none;
}


/*smooth scroll from a page jump*/
html {
  scroll-behavior: smooth;
}


.homepage_styled_content_block_one{
  background: url(https://cbmedical.ca/assets/ab43f5eb86/home_bg_runner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.about_styled_content_block_one{
  background: url(https://cbmedical.ca/assets/00d2654840/contentblock_about.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.services_styled_content_block_one{
  background: url(https://cbmedical.ca/assets/bfe96a9729/services_content_bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.homepage_styled_content_block_one h2, .services_styled_content_block_one h2, .about_styled_content_block_one h2{
  color: #fff;
  font-weight: 500;
  font-size: 2.5em;
}

.homepage_styled_content_block_one p, .services_styled_content_block_one p, .about_styled_content_block_one p{
  color: #eaeaea;
}

.homepage_styled_content_block_one .block_pullquote, .services_styled_content_block_one .block_pullquote, .about_styled_content_block_one .block_pullquote{
  background-color: #005452;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  font-style: oblique;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.25em;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
}




.block .title h2{
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}




.HomePage .FormBlock{
  border-top: none;
  background-color: #fff;
}

.mailinglist_block_style h2{
  color: #fff;
}

.manufacturer_logo_buckets .title h2 {
    color: #202020 !important;
}

/*ostomy icon*/
.service_page_buckets .bucket:nth-child(1) .img img{
  max-width: 45px;
}

/*surgical icon*/
.service_page_buckets .bucket:nth-child(3) .img img{
  max-width: 40px;
}

/*urology icon*/
.service_page_buckets .bucket:nth-child(4) .img img{
  max-width: 55px;
}

/*incontinence icon*/
.service_page_buckets .bucket:nth-child(5) .img img{
  max-width: 60px;
}

/*woundcare icon*/
.service_page_buckets .bucket:nth-child(6) .img img{
  max-width: 35px;
}

/*pharma icon*/
.service_page_buckets .bucket:nth-child(7) .img img{
  max-width: 45px;
}

.service_page_buckets .bucket{
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service_page_buckets .bucket:hover{
  background-color:rgba(0, 0, 0, 0.2);
}



#hero .hero-content span {
    color: #ffffff;
    font-size: 1.25em;
    opacity: 0.8;
}

.content_block_white_background_general .typography img.leftAlone{

    outline: 1px solid rgba(255, 255, 255, 0.5);
    outline-offset: -3px;
    padding-right: 0px;
    margin-right: 30px;
    box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.7);

}


.manufacturer_logo_buckets h2{
  text-shadow: none !important;
}

#header .utility .links-social-contact a {
    margin-top: 5px;
}

#header .utility .links-social-contact .social-links a {
     display: inline-block;
     font-size: 14px;
}

#header .utility a{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #777 !important;
  font-weight: 500;
}

#header .utility a:hover {
     color: #000 !important;
     opacity: 1 !important;
}

.btn, input.action{
  border-radius: 3px !important; 
}

.typography h4 {
    color: #555;
}

.hours_block_contact{
  background-color: #282828;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    width: 220px;
    font-weight: 400;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

.hours_block_contact em{
  color: #d8d8d8;
  font-weight: 300;
}

.hours-of-operation h6{
  text-transform: uppercase !important;
}

.footer_partner_list li a:hover {
    color: #fff !important;
}

.CatalogPage #rail{
  padding-top: 90px;
}



.slick-dots li button::before{
  font-size: 8px !important;
}

.primary-nav .dropdown:hover span, #header .primary-nav .dropdown > a:hover span{
  border-bottom: none !important;
}

.BucketsBlock_3Bucket .bucket .img img {
    opacity: 0.5;
}

.manufacturer_logo_buckets .bucket .img img {
  opacity: 1 !important;
}

#hero .hero-content h1 {
  line-height: 0.8;
}

.btn, input.action {
  font-size: 1em;
}

.mailinglist_block_style h2{
  font-size: 2.25em;
}
body{
  font-size: 1.1em;
}

#hero .hero-content .hero_hr{
  margin-bottom: 11px;
}

#footer .company-info h5 {
  font-size: 3.3rem !important;
}
.footer_partner_list {
  font-size: 0.8em;
}

.support_group_footer_title{
  position: relative;
  top: 15px;
}

@media (min-width: 992px){

  .BucketsBlock_3Bucket h3.title {
    font-size: 1.7rem;
    font-weight: 500;
}

}


.block .title p, .block .subtitle p, .block .txt p {
  opacity: 0.8;
}

img.leftAlone{
  float: left;
    margin-right: 30px;
}

.CustomBlog #hero .inner_page_hero h1, .CustomBlogPost #hero .inner_page_hero h1 {
  font-weight: 900 !important;
  margin-bottom: 30px !important;
  font-size: 3.25rem !important;
}

.tags{
  margin-bottom: 15px;;
}

.tags a{
  font-weight: 700;
    font-size: 0.8em;
}


.SpecialListBlock_News article .cta {
  position: absolute;
  bottom: 0px;
}



.userform-fields label {
  background-color: transparent;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin-bottom: -1px !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  font-size: 1rem !important;
  text-transform: uppercase;
  border: none;
}

.userform-fields label:before {
  display: none;
}

.userform-fields input:focus, .userform-fields textarea:focus, #product_search:focus, #product_search_sidebar:focus {
  -moz-box-shadow: 0 0 0px #e8e8e8;
  -webkit-box-shadow: 0 0 0px #e8e8e8;
  box-shadow: 0 0 0px #e8e8e8;
  border: 1px solid #cccccc;
    background-color: #fbfbfb !important;
}

form input.text {
  height: 60px;
}


.service_page_buckets .bucket .cta{
  bottom: 25px;
    position: absolute;
    left: 0px;
    right: 0px;
}


.service_page_buckets .bucket {
  padding-bottom: 75px;
}


.product-search-catalog-page{
  margin-left: -11px !important;
}

#rail-nav ul li.current > a {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
}

#rail-nav ul li a.current+ul li a {
  color: #505050;
  font-weight: 500;
  font-size: 14px !important;
}

#rail-nav ul li a.section {
  color: #3e3e3e;
  font-size: 14pt;
  font-weight: 700;
}

#rail-nav ul li ul li a.current+ul li a {
  color: #545454;
  font-weight: 500;
  font-size: 13px !important;
}

.homepage_styled_content_block_one .block_pullquote, .services_styled_content_block_one .block_pullquote, .about_styled_content_block_one .block_pullquote {
  font-size: 1.3em;
  font-weight: 500;
}

#footer{
  background-image: linear-gradient(to right top, #000000, #0c0c0c, #141414, #1b1b1b, #212121, #2d2d2d, #3a3a3a, #484848, #606060, #787878, #929292, #acacac) !important;
}

.content_block_white_background_general .typography img.leftAlone {
  margin-bottom: 130px;
}

.dropdown:hover > a {
  background-color: #41d5da;
}


.custom_intro_text{
  text-align: center;
    font-size: 1.3em;
}



.typography img.leftAlone {
  width: 300px;
}


.typography img.floatRightBlog {
  float: right;
  margin-left: 40px;
}







.video_block_row *{
  padding: 0px !important;
  margin: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.video_block_row .typography{
  flex: 0 0 100% !important;
}

.video_block_row iframe{
  width: 100%;
  height: 700px;
}




.catalog_product_detail_block .btn-block{
	margin-top: 30px;
}

.catalog_product_detail_block .col-sm-12{
	text-align: center;
}








#UserForm_Form_3_EditableTextField_d0ca5{
 /* border:none !important;*/
 
}

#EditableTextField_d0ca5{
    position: absolute;
 right: -500%;
}

#EditableTextField_9e698{
  position: absolute;
 left: -500%;
}

body.ContactPage{
  overflow-x: hidden;
}


.airmiles_block{
  font-family: 'Omnes' !important;
  font-weight: 500;
  font-style: normal;

  color: #333;

  background-color: #fff;
}

.airmiles_block .SectionContentBlock_BgImageCta .subtitle::after{
  background-color: #fff !important;
  display: none !important;
}

.airmiles_block .airmiles_subtitle{
  color: #5e5e5e !important;
   font-family: 'Omnes' !important;
   font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}

.airmiles_block .title h2{
  color: #1790cc;
  text-shadow: none;
   font-family: 'Omnes' !important;
   font-weight: 300 !important;
   font-size: 2.75rem;
}

.airmiles_block div.txt p{
  color: #15a4aa;
   font-family: 'Omnes' !important;
}

.airmiles_block .subline{
  color: #15a4aa;
  font-family: 'Omnes' !important;
   font-weight: 300 !important;
   font-size: 2.25rem;
}

.airmiles_block .fineprint{
  font-size: 12px;
  color: #5e5e5e;
   font-family: 'Omnes' !important;
   padding-bottom: 30px;
}

.airmiles_block .airmiles_cta{
  color: #5e5e5e;
   font-family: 'Omnes' !important;
   font-size: 1.25rem !important;
}

.airmiles_block .airmiles_cta span a{
  color: #d30e8b;
   font-family: 'Omnes' !important;
}

.airmiles_block .cta a.btn{
  background-color: #bed630;
  color: #000000;
  border-bottom: 3px solid #44a648;
   font-family: 'Omnes' !important;
   margin-top: 25px !important;
   margin-bottom: 30px !important;
}

.airmiles_block img{
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.airmiles_block .typography{
  flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}

.header_logo_desktop{
  width: 77px;
    margin-left: 15px;
    cursor: pointer;
}

.header_logo_mobile{
  width: 77px;
    margin-left: 0px;
    float: left;
}


#product-search-wrapper form .btn{
  font-size: 12px;
  width: 133px;
}

#product-search-wrapper form .btn span {
    position: relative;
    top: 2px;
}



.SpecialListBlock_News .img a img{
  width: 100%;
}

#header .utility a{
  font-weight: 700;
  color: #333333 !important;
}

#hero .hero-content .btn_hero {
    background-color: #6A9E4C;
    font-weight: 700;
    font-size: 14pt;
    border-bottom: 2px solid #5a8445;
}

#hero .hero-content .btn_hero:hover{
  background-color: #7dc857;
    text-decoration: none;
}



.btn, input.action {
    background-color: #6A9E4C;
}

.btn{
  font-weight: 700;
}

.btn_hero, .btn_footer{
  font-size: 14pt;
}

.hours-of-operation .hours_title{
  font-size: 1rem;
    font-weight: 300;
    padding-top: 9px;
    margin-bottom: 0.8em;
    color: #fff;
    clear: both;
    float: none;
    display: block;
}

.catalog_search_label{
  display: block;
    clear: both;
    float: none;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    padding: 0px;
    margin: 0px;
}

#product-search-wrapper form .btn {
    height: 38px;
    top: 19px;
}

.article-list article .date time{
  color: #000;
}

div.tags, .tags a{
  color: #4c4c4c;
}

.SpecialListBlock_News .title .subtitle{
  color: #333;
}


.article-list .summary p{
  color: #333;
}

#product-search-wrapper form #product_search_sidebar{
    width: 360px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    padding-right: 110px;
    font-size: 13px;
}

li.toplevel.link a{
  color: #fff !important;
  background-color: #333333;
  padding-top: 12px !important;
    font-size: 18pt !important;
  width: 100%;
    display: block;
    text-align: center;
}






















@media screen and (max-width: 600px) {
  #product-search-wrapper form input {
      width: 300px;
  }
  .footer_partner_list{
    list-style: none;
    list-style-type: none;
  }
  .footer_partner_list li {
      float: none;
      width: 100%;
  }
  .hours-of-operation .d-inline-block, .contact-info .d-inline-block {
      margin-left: 0px;
  }
  .footer_divline {
      display: block;
      clear: both;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
  }
  .catalog_product_detail_block h1{
    font-size: 1.5rem;
  }
  .CatalogPage #hero .hero-content h2 {
      font-weight: 400;
      font-size: 1.75rem;
      line-height: 1;
      font-style: normal;
      margin-top: -10px;
  }
  .CatalogPage h1{
    font-size: 1.5rem;
  }
  .catalog_jump_link, .catalog_jump_link:active, .catalog_jump_link:visited{
    display: block;
    display: block;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    text-decoration: none;
  }
  .HomePage .BucketsBlock .bucket{
    margin-bottom: 30px;
  }
  .block > .inner {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
  .block .subtitle{
    margin-top: 30px;
  }
  .block .cta{
    margin-bottom: 30px;
  }
  .BucketsBlock.first{
    padding-top: 60px;
  }
  #hero .inner_page_hero h1 {
      font-size: 2.75rem !important;
  }
  .CustomBlog #hero .inner_page_hero h1, .CustomBlogPost #hero .inner_page_hero h1 {
      font-size: 2.75rem !important;
  }
  .userform {
      padding-left: 0px;
  }
  .mailinglist_block_style h2{
    padding-top: 60px;
  }
  .mailinglist_block_style .btn{
    margin-bottom: 47px;
  }
  .mailinglist_block_style p{
    font-size: 1.2em;
  }
  #main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .catalog_product_detail_block h1{
    padding-bottom: 15px;
  }
  .CatalogPage #rail {
      padding-top: 15px;
  }
  .contact-info .d-lg-block{
    width: 100%;
  }
  .header_logo_label {
      font-weight: 600;
      color: #5a5a5a;
  }
  .homepage_styled_content_block_one h2, .services_styled_content_block_one h2, .about_styled_content_block_one h2 {
      padding-top: 30px;
  }
  .homepage_styled_content_block_one .btn, .services_styled_content_block_one .btn, .about_styled_content_block_one .btn {
      margin-bottom: 17px;
  }
  #header .primary-nav .dropdown > a {
      padding: 10px 30px;
  }
  #header .primary-nav .dropdown .submenu a.sublink {
      padding: 10px 30px;
  }
  #topnav-collapse{
    margin-left: -30px;
    margin-right: -30px;
  }
  #header .primary-nav > a{
      padding: 10px 30px;
  }
  #header #mobile-utility nav {
      border-bottom: none;
      padding: 0px;
  }
  #header .mobile-submenu-toggle i {
      right: 45px !important;
      transition:all 0.2s ease-out;
  }
  #header .mobile-submenu-toggle[aria-expanded="false"] i{
      transform: rotate(-90deg);
  }
  #header .mobile-submenu-toggle[aria-expanded="true"] i{
      transform: rotate(0deg);
  }
  #header .primary-nav .dropdown .submenu a.sublink {
      font-weight: 500;
      font-size: 1.2em;
  }
  #header .primary-nav > a span, #header .primary-nav .dropdown > a span {
      font-size: 0.9em;
  }
  .about_styled_content_block_one+.BucketsBlock_3Bucket h3.title {
      font-weight: 300;
      font-size: 2.25rem;
  }
  .about_styled_content_block_one+.BucketsBlock_3Bucket {
      padding-top: 30px;
      padding-bottom: 20px;
  }
  #footer .company-info h5 {
      font-size: 3.3rem !important;
  }

  .about_styled_content_block_one{
    background: none;
    position: relative;
    padding-bottom: 45px;
  }

  .about_styled_content_block_one::before {    
        content: "";
        background: url(https://cbmedical.ca/assets/00d2654840/contentblock_about.jpg) no-repeat center right;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
  }
  .homepage_styled_content_block_one h2, .services_styled_content_block_one h2, .about_styled_content_block_one h2 {
      padding-top: 45px;
  }


  .manufacturer_logo_buckets{
    padding-bottom: 15px;
  }
  .manufacturer_logo_buckets h2{
    padding-top: 45px;
  }
  .content_block_white_background_general {
      padding-top: 60px;
      padding-bottom: 45px;
  }
  .content_block_white_background_general p{
    font-size: 1.2em;
  }


  #footer .company-brief p {
      
      font-size: 1.2em;
  }
  #product-search-wrapper form input {
       border-radius: 0px; 
  }

  .ContactPage #main img, .ContactPage #main .header_logo_label{
    display: none;
  }
  .userform-fields label {
      font-size: 1.1rem !important;
  }

  .header_logo_desktop{
    display: none;
  }


}









































/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    font-display: swap;

    src: url('https://cbmedical.ca/css/fonts/slick.eot');
    src: url('https://cbmedical.ca/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://cbmedical.ca/css/fonts/slick.woff') format('woff'), url('https://cbmedical.ca/css/fonts/slick.ttf') format('truetype'), url('https://cbmedical.ca/css/fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
    margin-top: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -33px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 33px !important;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





/*.slick-slide {
    width: 500px;
}*/

.slick-slide img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
  .slick-slide img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}




