/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #002c5f;
  --indigo: #834cb1;
  --purple: #b14cad;
  --pink: #008080;
  --lilac: #b9b2d8;
  --dirt: #212121;
  --green: #008080;
  --teal: #66c8c6;
  --cyan: #1960b4;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #002c5f;
  --secondary: #868e96;
  --success: #008080;
  --info: #1960b4;
  --warning: #66c8c6;
  --danger: #b14cad;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-family-sans-serif: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          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.8rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #008080;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #006767;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  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;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*@import "type";*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/*@import "code";*/
.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: 1260px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1260px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*@import "tables";*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #7b7b7b;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  /* IE 10-11 */
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #7b7b7b;
  background-color: #fff;
  border-color: #fff;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.form-control::placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7b7b7b !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #7b7b7b;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.1125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #008080;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 128, 128, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #008080;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #008080;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(0, 128, 128, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #008080;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #008080;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #b14cad;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(177, 76, 173, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #b14cad;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0);
          box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #b14cad;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(177, 76, 173, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #b14cad;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #b14cad;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #002c5f;
  border-color: #002c5f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #001a39;
  border-color: #00142c;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #002c5f;
  border-color: #002c5f;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00142c;
  border-color: #000e1f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}
.btn-success:hover {
  color: #fff;
  background-color: #005a5a;
  border-color: #004d4d;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #008080;
  border-color: #008080;
}
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004d4d;
  border-color: #004040;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1960b4;
  border-color: #1960b4;
}
.btn-info:hover {
  color: #fff;
  background-color: #144e92;
  border-color: #134887;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #1960b4;
  border-color: #1960b4;
}
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #134887;
  border-color: #11427c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #66c8c6;
  border-color: #66c8c6;
}
.btn-warning:hover {
  color: #111;
  background-color: #4abebc;
  border-color: #42b9b6;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #66c8c6;
  border-color: #66c8c6;
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #42b9b6;
  border-color: #3fafad;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b14cad;
  border-color: #b14cad;
}
.btn-danger:hover {
  color: #fff;
  background-color: #964193;
  border-color: #8d3d8a;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #b14cad;
  border-color: #b14cad;
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #8d3d8a;
  border-color: #843981;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #002c5f;
  background-color: transparent;
  background-image: none;
  border-color: #002c5f;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #002c5f;
  border-color: #002c5f;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #002c5f;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #002c5f;
  border-color: #002c5f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 44, 95, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #008080;
  background-color: transparent;
  background-image: none;
  border-color: #008080;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #008080;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
}

.btn-outline-info {
  color: #1960b4;
  background-color: transparent;
  background-image: none;
  border-color: #1960b4;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1960b4;
  border-color: #1960b4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1960b4;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1960b4;
  border-color: #1960b4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 96, 180, 0.5);
}

.btn-outline-warning {
  color: #66c8c6;
  background-color: transparent;
  background-image: none;
  border-color: #66c8c6;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #66c8c6;
  border-color: #66c8c6;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #66c8c6;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #66c8c6;
  border-color: #66c8c6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 200, 198, 0.5);
}

.btn-outline-danger {
  color: #b14cad;
  background-color: transparent;
  background-image: none;
  border-color: #b14cad;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b14cad;
  border-color: #b14cad;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b14cad;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b14cad;
  border-color: #b14cad;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(177, 76, 173, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #2e2e2e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #2e2e2e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #008080;
  background-color: transparent;
}
.btn-link:hover {
  color: #006767;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*@import "dropdown";*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.75rem 1.2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7b7b7b;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #fff;
  border-radius: 0;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  border-radius: 0;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 2.5rem;
  font-size: 1.25rem;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/*@import "custom-forms";
@import "nav";
@import "navbar";*/
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/*@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron"*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #001731;
  background-color: #ccd5df;
  border-color: #b8c4d2;
}
.alert-primary hr {
  border-top-color: #a8b7c8;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #004343;
  background-color: #cce6e6;
  border-color: #b8dbdb;
}
.alert-success hr {
  border-top-color: #a7d2d2;
}
.alert-success .alert-link {
  color: #001010;
}

.alert-info {
  color: #0d325e;
  background-color: #d1dff0;
  border-color: #bfd2ea;
}
.alert-info hr {
  border-top-color: #acc5e4;
}
.alert-info .alert-link {
  color: #071a31;
}

.alert-warning {
  color: #356867;
  background-color: #e0f4f4;
  border-color: #d4f0ef;
}
.alert-warning hr {
  border-top-color: #c1e9e8;
}
.alert-warning .alert-link {
  color: #244646;
}

.alert-danger {
  color: #5c285a;
  background-color: #efdbef;
  border-color: #e9cde8;
}
.alert-danger hr {
  border-top-color: #e1bbe0;
}
.alert-danger .alert-link {
  color: #381937;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

/*@import "progress";
@import "media";
@import "list-group";
@import "close";*/
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  /*&.fade .modal-dialog {
    @include transition($modal-transition);
    transform: translate(0, -25%);
  }
  &.show .modal-dialog { transform: translate(0, 0); }*/
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
/*@import "tooltip";
@import "popover";
@import "carousel";*/
.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: #002c5f !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #00142c !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #008080 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #004d4d !important;
}

.bg-info {
  background-color: #1960b4 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #134887 !important;
}

.bg-warning {
  background-color: #66c8c6 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #42b9b6 !important;
}

.bg-danger {
  background-color: #b14cad !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #8d3d8a !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !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: #002c5f !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #008080 !important;
}

.border-info {
  border-color: #1960b4 !important;
}

.border-warning {
  border-color: #66c8c6 !important;
}

.border-danger {
  border-color: #b14cad !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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: 1260px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !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.625rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.625rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.625rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.625rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.625rem !important;
}

.m-2 {
  margin: 1.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.25rem !important;
}

.m-3 {
  margin: 1.875rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.875rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.875rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.875rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.875rem !important;
}

.m-4 {
  margin: 2.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.5rem !important;
}

.m-5 {
  margin: 3.125rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3.125rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.125rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.125rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.125rem !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.625rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.625rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.625rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.625rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.625rem !important;
}

.p-2 {
  padding: 1.25rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.25rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.25rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.25rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.25rem !important;
}

.p-3 {
  padding: 1.875rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.875rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.875rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.875rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.875rem !important;
}

.p-4 {
  padding: 2.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.5rem !important;
}

.p-5 {
  padding: 3.125rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3.125rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.125rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.125rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.125rem !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.625rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.625rem !important;
  }
  .m-sm-2 {
    margin: 1.25rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.25rem !important;
  }
  .m-sm-3 {
    margin: 1.875rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.875rem !important;
  }
  .m-sm-4 {
    margin: 2.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3.125rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.125rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.125rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.125rem !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.625rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.625rem !important;
  }
  .p-sm-2 {
    padding: 1.25rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 1.875rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3.125rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.125rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.125rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.125rem !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.625rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.625rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.625rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.625rem !important;
  }
  .m-md-2 {
    margin: 1.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.25rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.25rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.25rem !important;
  }
  .m-md-3 {
    margin: 1.875rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.875rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.875rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.875rem !important;
  }
  .m-md-4 {
    margin: 2.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3.125rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.125rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.125rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.125rem !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.625rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.625rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.625rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.625rem !important;
  }
  .p-md-2 {
    padding: 1.25rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.25rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.25rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.25rem !important;
  }
  .p-md-3 {
    padding: 1.875rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.875rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.875rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.875rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3.125rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.125rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.125rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.125rem !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.625rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.625rem !important;
  }
  .m-lg-2 {
    margin: 1.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.25rem !important;
  }
  .m-lg-3 {
    margin: 1.875rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.875rem !important;
  }
  .m-lg-4 {
    margin: 2.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3.125rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.125rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.125rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.125rem !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.625rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.625rem !important;
  }
  .p-lg-2 {
    padding: 1.25rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 1.875rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3.125rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.125rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.125rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.125rem !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: 1260px) {
  .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.625rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.625rem !important;
  }
  .m-xl-2 {
    margin: 1.25rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.25rem !important;
  }
  .m-xl-3 {
    margin: 1.875rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.875rem !important;
  }
  .m-xl-4 {
    margin: 2.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3.125rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.125rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.125rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.125rem !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.625rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.625rem !important;
  }
  .p-xl-2 {
    padding: 1.25rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 1.875rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3.125rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.125rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.125rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.125rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-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: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #002c5f !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #00142c !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #008080 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #004d4d !important;
}

.text-info {
  color: #1960b4 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #134887 !important;
}

.text-warning {
  color: #66c8c6 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #42b9b6 !important;
}

.text-danger {
  color: #b14cad !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #8d3d8a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !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;
}

/* 	--------------------------------------------------
   uSkinned.net

BASE
   -------------------------------------------------- */
/* 	--------------------------------------------------
    TABLE OF CONTENTS 
    -------------------------------------------------- 

	1.0 LINKS
	2.0 LISTS
	3.0 MISC
	4.0 TYPOGRAPHY

*/
/*--------------------------------------------------
1.0 LINKS
-------------------------------------------------- */
a,
.btn,
button,
.slick-prev,
.slick-next,
.navigation nav.main ul li,
li.has-child ul li span a::before,
.promo-pods .item .info {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a,
.btn {
  outline: 0 none !important;
}

nav.main a,
nav a,
.promo-pods a,
.listing a,
.link a,
html.no-touch nav.main a:hover,
html.no-touch nav a:hover,
html.no-touch .promo-pods a:hover,
html.no-touch .listing a:hover,
html.no-touch .link a:hover,
html.no-touch nav.main a:focus,
html.no-touch nav a:focus,
html.no-touch .promo-pods a:focus,
html.no-touch .listing a:focus,
html.no-touch .link a:focus,
html.no-touch nav.main a:active,
html.no-touch nav a:active,
html.no-touch .promo-pods a:active,
html.no-touch .listing a:active,
html.no-touch .link a:active {
  text-decoration: none;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-lg, .btn-group-lg > .btn {
  border-width: 3px;
  font-size: 20px;
}

a.see_all {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
}

a.close-button {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  margin: 15px 15px 0 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a.close-button em {
  display: none;
}

a.close-button span {
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
}

a.close-button span.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.close-button span.bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link {
  margin-top: 40px;
}

.link.text-uppercase a {
  display: inline-block;
  padding: 0 0 3px;
  border-width: 0 0 2px;
  border-style: solid;
}

#top-link-block {
  z-index: 200;
  position: relative;
}

#top-link-block a {
  display: block;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

@media (max-width: 1259px) {
  #top-link-block a {
    text-align: center;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: 0 none;
            box-shadow: 0 none;
  }
}
@media (min-width: 992px) {
  html.no-touch a.close-button:hover {
    opacity: 0.6;
  }
  #top-link-block {
    position: fixed;
    bottom: -60px;
    right: 100px;
    padding: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  }
  #top-link-block.affix.show {
    bottom: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
  #top-link-block a {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
/*--------------------------------------------------
2.0 LISTS
-------------------------------------------------- */
ul,
ol {
  padding: 0;
  margin: 0 0 16px;
  line-height: 1.4;
}

ul {
  margin-left: 16px;
  list-style: disc outside;
}

ol {
  margin-left: 16px;
  list-style: decimal;
}

ul ul,
ol ol {
  padding: 4px 0 0 8px;
}

ul ul {
  list-style: circle outside;
}

ol ol {
  list-style: lower-roman;
}

li {
  margin-bottom: 4px;
}

dl dt {
  font-weight: bold;
  padding-bottom: 2px;
}

dl dd {
  padding-bottom: 4px;
}

ul.nav,
ol.nav,
nav ul,
nav ol,
ul.list,
ol.list,
nav ul li,
nav ol li,
ul.list li,
ol.list li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

/*-------------------------------------------------- 
3.0 MISC
-------------------------------------------------- */
html * {
  max-height: 1000000px;
}

body {
  -webkit-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  font-size: 1rem;
}

body:after {
  content: "bp-xs";
  display: none;
}
@media (min-width: 576px) {
  body:after {
    content: "bp-sm";
  }
}
@media (min-width: 768px) {
  body:after {
    content: "bp-md";
  }
}
@media (min-width: 992px) {
  body:after {
    content: "bp-lg";
  }
}
@media (min-width: 1260px) {
  body:after {
    content: "bp-xl";
  }
}

.container {
  max-width: 1200px !important;
  width: 100% !important;
}

.loader-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ball {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #008080;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: move 2s infinite ease-in-out;
          animation: move 2s infinite ease-in-out;
}

.ball-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.ball-3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ball-4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.anchor-link-dont-headbutt-browsers-window {
  margin-top: -100px !important;
  padding-bottom: 100px !important;
  display: block !important;
}

@-webkit-keyframes move {
  0%, 100% {
    top: 0;
    left: 0;
  }
  25% {
    left: 100%;
    top: 0;
  }
  50% {
    left: 100%;
    top: 100%;
  }
  75% {
    left: 0;
    top: 100%;
  }
}

@keyframes move {
  0%, 100% {
    top: 0;
    left: 0;
  }
  25% {
    left: 100%;
    top: 0;
  }
  50% {
    left: 100%;
    top: 100%;
  }
  75% {
    left: 0;
    top: 100%;
  }
}
*:focus {
  outline: none;
}

.image {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

img,
html.no-touch .apc.pod-windows .item .info,
html.no-touch .apc.pod-windows .item .info::before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ekko-lightbox img {
  width: auto;
  height: auto !important;
  margin: 0 auto;
}

.image,
.image.video,
.banner .image,
.promo-pods .image,
.listing .image,
.gallery .image {
  overflow: hidden;
  padding: 0;
}

html.no-touch .image a:hover img,
html.no-touch .image.video a:hover img,
html.no-touch .banner .item a:hover img,
html.no-touch .promo-pods .item a:hover img,
html.no-touch .listing .item a:hover img,
html.no-touch .gallery .item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

html.no-touch .apc.pod-windows .item a.info:hover {
  background-size: 105%;
}

i.fa,
i.before {
  margin-right: 5px;
}

i.fa.after,
i.after {
  margin-right: 0;
  margin-left: 5px;
}

.glyphicon.lg {
  font-size: 40px;
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
.font-dark {
  color: #000;
}

/*--------------------------------------------------
4.0 TYPOGRAPHY
-------------------------------------------------- */
#left-col h1:first-child,
#right-col h1:first-child,
#wide-col h1:first-child,
#mid-col h1:first-child {
  margin-top: 0;
}

p.caption {
  margin: 10px 0 0;
  font-size: 90%;
  font-style: italic;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}

.intro {
  font-size: 130%;
}

.banner .intro {
  font-size: 140%;
  font-weight: 300;
}

p#skip {
  display: none;
}

b, strong {
  font-weight: 600;
}

table {
  margin: 5px 0 15px;
}

blockquote {
  position: relative;
  padding: 30px 0 15px;
  margin: 15px 0 10px;
  border: 0 none;
  font-size: 150%;
  font-style: italic;
}

blockquote::before,
blockquote::after {
  content: "\f347";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

blockquote::before {
  top: -5px;
  left: 0;
  font-size: 30px;
}

blockquote::after {
  bottom: 0;
  right: 0;
  font-size: 20px;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

blockquote cite {
  font-size: 12px;
}

.alert .info :first-child {
  margin-top: 0;
}

.alert .info :last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .intro {
    font-size: 135%;
  }
  .banner .intro {
    font-size: 150%;
  }
}
@media (min-width: 1200px) {
  .intro {
    font-size: 140%;
  }
  .banner .intro {
    font-size: 160%;
  }
}
/* 	--------------------------------------------------
   uSkinned.net

LAYOUT
   -------------------------------------------------- */
/* 	--------------------------------------------------
    TABLE OF CONTENTS 
    -------------------------------------------------- 

	1.0 HEADER
	2.0 MAIN NAVIGATION
	3.0 COOKIE NOTICE
	4.0 FOOTER
    5.0 LISTINGS
        5.1 BLOG LISTING
		5.2 SEARCH LISTING
		5.3 SECTION LISTING
		5.4 GRID LISTING
    6.0 PAGINATION


*/
/*--------------------------------------------------
1.0 HEADER
-------------------------------------------------- */
header {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #7b7b7b;
  position: relative;
}
@media (min-width: 992px) {
  header {
    height: 121px;
  }
  header .container {
    position: relative;
    width: 100% !important;
    max-width: none !important;
  }
  header .container > .row {
    display: block;
  }
}
@media (max-width: 991px) {
  header .container > .row {
    position: relative;
  }
}
header #logo a {
  display: block;
  text-indent: -9999px;
  width: 300px;
  height: 56px;
  background-size: cover;
  z-index: 100;
}
@media (max-width: 991px) {
  header #logo {
    z-index: 501;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  header #logo {
    height: 41px;
  }
  header #logo a {
    width: 220px;
    height: 41px;
  }
}
@media (min-width: 992px) {
  header #logo {
    max-width: 1200px !important;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  header #logo a {
    width: 300px;
    height: 56px;
    top: -5px;
    left: 5px;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  header #logo a {
    background-position-x: left !important;
    width: 300px;
    height: 50px;
    top: 4px;
    left: 5px;
    background-size: contain;
  }
}

@media (max-width: 991px) {
  html.reveal-out header,
  html.nav-down.reached-top.reveal-out header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 0 0 0;
    z-index: 500;
    overflow: visible;
    background-color: #ffffff;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
  }
}
a.expand {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 300;
  width: 60px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  cursor: pointer;
  background-color: #008080;
}
@media (min-width: 1260px) {
  a.expand {
    display: none;
  }
}
a.expand em {
  display: none;
  -webkit-transition: none;
  transition: none;
}
a.expand span {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  right: 15px;
  background-color: #ffffff;
  background-color: rgb(255, 255, 255);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0s;
}
a.expand span.top {
  top: 21px;
}
a.expand span.mid {
  top: 29px;
}
a.expand span.bottom {
  top: 37px;
}
a.expand.active span {
  -webkit-transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0.2s;
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0.2s;
}
a.expand.active span.top {
  top: 29px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
a.expand.active span.mid {
  width: 0;
}
a.expand.active span.bottom {
  top: 29px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
@media (max-width: 560px) {
  a.expand {
    top: 10px;
    width: 46px;
    height: 45px;
  }
  a.expand span {
    display: block;
    width: 20px;
    height: 2px;
    right: 13px;
  }
  a.expand span.top {
    top: 14px;
  }
  a.expand span.mid {
    top: 22px;
  }
  a.expand span.bottom {
    top: 30px;
  }
  a.expand.active span.top {
    top: 22px;
  }
  a.expand.active span.mid {
    width: 0;
  }
  a.expand.active span.bottom {
    top: 22px;
  }
}

.main-nav-search-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .main-nav-search-wrapper {
    display: block;
    /*text-align: right;*/
    max-width: 1200px !important;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-nav-search-wrapper .main {
    display: inline-block;
  }
}

.site-search {
  position: relative;
  width: 100%;
}
.site-search form {
  /*float: left;*/
  width: 100%;
}
.site-search .form-control {
  background-color: #efefef;
  border-radius: 0;
  border-color: #efefef;
  color: #7b7b7b;
  padding: 0.4rem 40px 0.35rem 10px;
  line-height: 23px;
  height: 37px;
}
.site-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
.site-search .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
.site-search .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
.site-search .form-control:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}
.site-search button {
  position: absolute;
  right: 3px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #008080;
  font-size: 26px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-search {
    width: 235px;
    padding: 0 0 0 15px;
  }
}
@media (max-width: 991px) {
  .site-search button {
    font-size: 34px;
    margin-top: 0;
  }
}

.mobile-search {
  padding: 10px 15px;
}

.header-social-links {
  padding-right: 10px;
}
.header-social-links span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  margin-right: 5px;
}
.header-social-links span a {
  position: absolute;
  line-height: normal !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-social-links i.fab,
.header-social-links i.fas {
  display: inline-block;
  border-radius: 40px;
  background-color: #cccccc;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.header-social-links i.fab:before,
.header-social-links i.fas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*--------------------------------------------------
2.0 MAIN NAVIGATION
-------------------------------------------------- */
.navigation .reveal {
  display: none;
}
@media (max-width: 991px) {
  .navigation .reveal {
    border-top: 1px solid #7b7b7b;
  }
}
@media (min-width: 1260px) {
  .navigation .reveal {
    display: block;
  }
}

html.reveal-out {
  overflow: hidden;
}
@media (max-width: 991px) {
  html.reveal-out header {
    background-color: #fff;
    padding: 0 0 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }
}
html.reveal-out header .container {
  height: 100%;
}
html.reveal-out header .row {
  height: 100%;
}
html.reveal-out .navigation {
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 5;
  min-height: 100%;
}
html.reveal-out .navigation .reveal {
  display: block;
}
@media (max-width: 991px) {
  html.reveal-out #site {
    height: 0px;
  }
}
@media (min-width: 1260px) {
  html.reveal-out {
    overflow: auto;
  }
  html.reveal-out .navigation {
    overflow: visible;
  }
  html.reveal-out a.expand {
    display: none;
  }
  html.reveal-out .navigation .reveal {
    display: block;
  }
}

@media (min-width: 1260px) {
  nav.top {
    border-bottom: solid 1px #7b7b7b;
    height: 56px;
    width: 100%;
  }
  nav.top > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1200px !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }
  nav.top a {
    display: inline-block;
    color: #000;
    line-height: 55px;
  }
  nav.top a:hover {
    text-decoration: underline !important;
  }
  nav.top li:nth-child(n+3) a {
    margin-left: 8px;
    padding-left: 10px;
    position: relative;
  }
  nav.top li:nth-child(n+3) a:before {
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -7px;
    background-color: #008080;
    z-index: 2;
  }
  nav.top li:nth-child(n+3) a:after {
    content: "";
    height: 12px;
    width: 3px;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -7px;
    background-color: rgba(0, 96, 95, 0.2);
    z-index: 1;
  }
  nav.top li.dropdown {
    position: relative;
  }
  nav.top li.dropdown.open .ion-chevron-down:before {
    content: "\f126";
  }
  nav.top li.dropdown.open > ul {
    top: 100%;
    opacity: 1;
    z-index: 3;
  }
  nav.top ul.dropdown-menu {
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
    padding: 0;
    border: solid 1px #7b7b7b;
    text-align: left;
    width: 100%;
  }
  nav.top ul.dropdown-menu li {
    display: block;
    width: 100%;
  }
  nav.top ul.dropdown-menu li + li a {
    border-top: solid 1px #7b7b7b;
  }
  nav.top ul.dropdown-menu a {
    padding: 10px 20px;
    margin: 0;
    display: block;
    width: 100%;
    line-height: normal;
  }
  nav.top ul.dropdown-menu a:before, nav.top ul.dropdown-menu a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  nav.top a {
    display: block;
    text-decoration: none;
    z-index: 101;
    padding: 15px 20px 15px 30px;
    position: relative;
    color: #000;
  }
  nav.top a:hover, nav.top a.active {
    background-color: #008080;
    color: #fff;
  }
  nav.top li.dropdown {
    position: relative;
  }
  nav.top li.dropdown.open .ion-chevron-down:before {
    content: "\f126";
  }
  nav.top li.dropdown.open > ul {
    display: block;
  }
  nav.top ul.dropdown-menu {
    display: none;
  }
}

nav.main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
nav.main li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
nav.main a {
  display: block;
  text-decoration: none;
  z-index: 101;
  padding: 0 10px;
}
nav.main ul li span i {
  display: none !important;
}
nav.main > ul > li > a {
  position: relative;
}
nav.main > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
}
nav.main > ul > li > a:hover {
  color: #fff;
}
nav.main > ul > li > a.active {
  background-color: #efefef;
  color: white;
}
nav.main > ul > li:first-child > a:after {
  background-color: #008080;
}
nav.main > ul > li:first-child > a:hover, nav.main > ul > li:first-child > a.active {
  background-color: #008080;
}
nav.main > ul > li:nth-child(2) > a:after {
  background-color: #002c5f;
}
nav.main > ul > li:nth-child(2) > a:hover, nav.main > ul > li:nth-child(2) > a.active {
  background-color: #002c5f;
}
nav.main > ul > li:nth-child(3) > a:after {
  background-color: #ec6b18;
}
nav.main > ul > li:nth-child(3) > a:hover, nav.main > ul > li:nth-child(3) > a.active {
  background-color: #ec6b18;
}
nav.main > ul > li:nth-child(4) > a:after {
  background-color: #ff8ed4;
}
nav.main > ul > li:nth-child(4) > a:hover, nav.main > ul > li:nth-child(4) > a.active {
  background-color: #ff8ed4;
}
nav.main > ul > li:nth-child(5) > a:after {
  background-color: #66c8c6;
}
nav.main > ul > li:nth-child(5) > a:hover, nav.main > ul > li:nth-child(5) > a.active {
  background-color: #66c8c6;
}
nav.main > ul > li:nth-child(6) > a:after {
  background-color: #d10909;
}
nav.main > ul > li:nth-child(6) > a:hover, nav.main > ul > li:nth-child(6) > a.active {
  background-color: #d10909;
}
nav.main > ul > li:nth-child(7) > a:after {
  background-color: #834cb1;
}
nav.main > ul > li:nth-child(7) > a:hover, nav.main > ul > li:nth-child(7) > a.active {
  background-color: #834cb1;
}
nav.main > ul > li:nth-child(8) > a:after {
  background-color: #1960b4;
}
nav.main > ul > li:nth-child(8) > a:hover, nav.main > ul > li:nth-child(8) > a.active {
  background-color: #1960b4;
}
nav.main > ul > li:nth-child(9) > a:after {
  background-color: #b9b2d8;
}
nav.main > ul > li:nth-child(9) > a:hover, nav.main > ul > li:nth-child(9) > a.active {
  background-color: #b9b2d8;
}
nav.main > ul > li:nth-child(10) > a:after {
  background-color: #7bc86c;
}
nav.main > ul > li:nth-child(10) > a:hover, nav.main > ul > li:nth-child(10) > a.active {
  background-color: #7bc86c;
}
nav.main > ul > li:nth-child(11) > a:after {
  background-color: #63a4f1;
}
nav.main > ul > li:nth-child(11) > a:hover, nav.main > ul > li:nth-child(11) > a.active {
  background-color: #63a4f1;
}
nav.main > ul > li:nth-child(12) > a:after {
  background-color: #008080;
}
nav.main > ul > li:nth-child(12) > a:hover, nav.main > ul > li:nth-child(12) > a.active {
  background-color: #008080;
}
@media (max-width: 991px) {
  nav.main a {
    /*line-height: 65px;*/
    padding: 15px 20px 15px 30px;
    font-weight: bold;
    color: #000;
  }
  nav.main > ul > li > a:after {
    height: auto;
    width: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  nav.main a {
    position: relative;
    line-height: 65px;
    border-left: solid 1px #7b7b7b;
  }
  nav.main li:last-child a {
    border-right: solid 1px #7b7b7b;
  }
}
@media (min-width: 992px) {
  nav.main > ul {
    min-height: 65px;
  }
  nav.main > ul > li {
    float: left;
    z-index: 1000;
    position: relative;
  }
  nav.main > ul > li a {
    position: relative;
    padding: 0 14px;
    color: #000;
    font-weight: bold;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  html.touch .navigation nav.main ul li.has-child.open ul, html.no-touch .navigation nav.main ul li.has-child:hover ul {
    left: 0;
  }
  html.touch .navigation nav.main ul li.has-child.open ul ul, html.no-touch .navigation nav.main ul li.has-child:hover ul ul {
    top: 0;
    left: -999em;
  }
  html.touch .navigation nav.main ul li ul li.has-child.open ul, html.no-touch .navigation nav.main ul li ul li.has-child:hover ul {
    left: 290px;
  }
  .navigation nav.main > ul > li.has-child ul li {
    position: relative;
  }
  html.touch .navigation nav.main ul li span i {
    z-index: 101;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 991px) {
  .navigation nav.main > ul > li > span.active,
  html.touch .navigation nav.main > ul > li.open,
  html.no-touch .navigation nav.main > ul > li:hover {
    background-color: #008080;
  }
  .navigation nav.main > ul > li > span.active a,
  html.touch .navigation nav.main > ul > li.open a,
  html.no-touch .navigation nav.main > ul > li:hover a {
    color: #fff;
  }
  .navigation nav.main > ul > li > span.active i,
  html.touch .navigation nav.main > ul > li.open i,
  html.no-touch .navigation nav.main > ul > li:hover i {
    background-color: #00b3b3;
    color: #fff;
  }
  .navigation nav.main ul li.has-child.open-mobile > ul {
    display: block;
  }
  .navigation nav.main ul li.has-child.open-mobile > span > i:before {
    content: "\f126";
  }
  .navigation nav.main ul li.has-child ul {
    display: none;
  }
  .navigation nav.main li.has-child ul a {
    padding-left: 3rem;
  }
}
/*
    Events NAV
*/
ul.nav-eventmobile {
  display: none;
}

ul.nav-pagedetailsmobile {
  display: none;
}

ul.nav-pagedetail {
  list-style: none;
  margin: 0;
}
ul.nav-pagedetail li {
  padding: 8px;
  background-color: white;
  border-bottom: 4px #e3e3e3 solid;
  margin: 0;
}
ul.nav-pagedetail li:hover {
  background-color: #008080;
}
ul.nav-pagedetail li:hover a {
  color: white;
  text-decoration: none;
}
ul.nav-pagedetail li.active {
  background-color: #efefef;
  border-bottom: 4px #008080 solid;
}
ul.nav-pagedetail li a {
  color: black;
  font-weight: bold;
  font-size: 14px;
}

div.page-details .share-list a {
  color: #008080 !important;
}
div.page-details .headline:after {
  background-color: #008080 !important;
}

ul.nav-eventdetail {
  list-style: none;
  margin: 0;
}
ul.nav-eventdetail li {
  padding: 8px;
  background-color: white;
  border-bottom: 4px #e3e3e3 solid;
  margin: 0;
}
ul.nav-eventdetail li:hover {
  background-color: #ec6b18;
}
ul.nav-eventdetail li:hover a {
  color: white;
  text-decoration: none;
}
ul.nav-eventdetail li.active {
  background-color: #efefef;
  border-bottom: 4px #ec6b18 solid;
}
ul.nav-eventdetail li a {
  color: black;
  font-weight: bold;
  font-size: 14px;
}

div.event-details .event-date {
  margin: 25px 0 25px 0;
}
div.event-details .event-date h2 {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}
div.event-details .form-check label:before {
  background-color: #ec6b18;
}
div.event-details .btn-success {
  background-color: #ec6b18;
  border-color: #ec6b18;
}
div.event-details .headline:after {
  margin-top: 20px;
  background-color: #ec6b18;
}
div.event-details .share-list h4 {
  color: black;
}
div.event-details .share-list a {
  color: #ec6b18;
}

.nav-event-desktop, .nav-pagedetails-desktop {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .nav-event-desktop {
    display: none;
  }
  ul.nav-eventmobile {
    display: block !important;
  }
  .nav-pagedetails-desktop {
    display: none;
  }
  ul.nav-pagedetailsmobile {
    display: block !important;
  }
}
/*--------------------------------------------------
3.0 COOKIE NOTICE
-------------------------------------------------- */
.cookie-notice {
  position: fixed;
  right: 0;
  bottom: -100%;
  left: 0;
  z-index: 1000;
  padding: 15px 0;
  opacity: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  -webkit-transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
  -webkit-transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, -webkit-box-shadow 1s ease-in-out 0.2s;
  transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, -webkit-box-shadow 1s ease-in-out 0.2s;
  transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
  transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s, -webkit-box-shadow 1s ease-in-out 0.2s;
  background-color: #fff;
}

.cookie-notice.open {
  bottom: 0;
  opacity: 1;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.cookie-notice .heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 125%;
  color: #008080;
}

.cookie-notice .heading + .text {
  margin-top: 5px;
}

.cookie-notice .text :first-child {
  margin-top: 0;
}

.cookie-notice .text :last-child {
  margin-bottom: 20px;
}

.cookie-notice p.link {
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .cookie-notice p.link {
    margin: 0;
  }
  .cookie-notice p.link a.btn {
    display: block;
  }
}
/*--------------------------------------------------
4.0 FOOTER
-------------------------------------------------- */
footer {
  background-color: #222222;
  color: #fff;
  font-size: 16px;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}
footer nav a {
  margin-bottom: 18px;
  color: #fff;
  display: block;
}
footer nav a:hover {
  text-decoration: underline !important;
  color: #fff;
}
footer .company-details > p {
  margin-bottom: 0;
}
footer address {
  margin-top: -5px;
}
footer address p {
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 1.625;
}
footer nav.social {
  margin-top: 23px;
  margin-right: -5px;
}
footer nav.social li {
  display: inline-block;
}
footer nav.social a {
  display: inline-block;
  position: relative;
  font-size: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #008080;
  margin-right: 5px;
}
footer nav.social li:last-child a {
  margin-right: 0;
}

.sub-footer {
  color: #7b7b7b;
}
.sub-footer #logo a {
  display: block;
  text-indent: -9999px;
  width: 245px;
  height: 41px;
  background-size: cover;
  background-image: url(/media/6684/logo-footer.png?width=245&amp;height=41);
  background-repeat: no-repeat;
  background-position: center;
}

#top-link-block {
  z-index: 200;
  position: relative;
}

#top-link-block a {
  display: block;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background-color: #008080;
  color: #fff;
}

@media (max-width: 1259px) {
  #top-link-block a {
    text-align: center;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: 0 none;
            box-shadow: 0 none;
  }
}
@media (min-width: 992px) {
  #top-link-block {
    position: fixed;
    bottom: -60px;
    right: 0;
    padding: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  }
  #top-link-block.affix.show {
    bottom: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
  #top-link-block a {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
/*  ----------------------------------------------------------------------------------------------------
   5.0 LISTING   
   ---------------------------------------------------------------------------------------------------- */
.listing {
  position: relative;
}

.listing .item {
  margin-bottom: 30px;
}

.listing .item .heading {
  display: block;
  font-size: 18px;
  margin: 0;
}

.listing .item .text {
  display: block;
  margin-top: 10px;
}

.listing .item .text a {
  display: inline;
}

html.no-touch .listing .item .text a:hover {
  text-decoration: underline;
}

.listing .item .link {
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  .listing .item .heading {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .listing .item .heading {
    font-size: 22px;
  }
}
/*  --------------------------------------------------
    5.1 BLOG LISTING   
    -------------------------------------------------- */
.spc .meta {
  padding: 20px 0;
  margin-top: 40px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e3e3e3;
  border-color: rgb(227, 227, 227);
}

.apc .spc .meta {
  margin-top: 0;
}

.meta a {
  display: inline;
}

html.no-touch .meta a:hover {
  text-decoration: underline;
}

.listing div.meta {
  font-size: 12px;
}

.meta .author-date {
  padding-bottom: 10px;
}

.item div.meta {
  margin-top: 30px;
}

div.meta .comments {
  padding-bottom: 10px;
}

@media (min-width: 580px) and (max-width: 767px) {
  .listing.blog .item.col-sm-6 {
    width: 50%;
  }
  .listing.blog .item:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing.blog .item:nth-of-type(2n+1) {
    clear: both;
  }
  .apc.featured-blogs .listing.blog .item:nth-of-type(2n+1) {
    clear: none;
  }
}
@media (min-width: 992px) {
  #left-col .listing.blog .item:nth-of-type(2n+1),
  #right-col .listing.blog .item:nth-of-type(2n+1),
  #mid-col .listing.blog .item:nth-of-type(2n+1) {
    clear: both;
  }
  #wide-col .listing.blog .item.col-sm-6 {
    width: 33.3333333%;
  }
  #wide-col .listing.blog .item:nth-of-type(3n+1) {
    clear: both;
  }
  .listing.blog .item .heading {
    font-size: 20px;
  }
  .listing.blog .item.col-sm-6 .heading {
    font-size: 20px;
  }
  .listing.blog .item:not(.col-sm-6) .meta .comments,
  .listing.blog .item:not(.col-sm-6) .meta .categories,
  .spc .meta .comments,
  .spc .meta .categories {
    width: 50%;
    float: left;
  }
  .listing.blog .item:not(.col-sm-6) .meta .categories,
  .spc .meta .categories {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .listing.blog .item .heading {
    font-size: 24px;
  }
}
/*  --------------------------------------------------
    5.2 SEARCH LISTING   
    -------------------------------------------------- */
.listing.search {
  margin-top: 30px;
}

.listing.search .item .link {
  margin-top: 0;
}

/*  --------------------------------------------------
    5.3 SECTION LISTING   
    -------------------------------------------------- */
.listing.section:not(.grid) {
  margin-top: 30px;
}

.listing.section:not(.grid) .item .image {
  margin-bottom: 5px;
}

.listing.section:not(.grid) .heading {
  margin-top: 10px;
}

/*  --------------------------------------------------
    5.4 GRID LISTING   
    -------------------------------------------------- */
.listing.grid .item {
  margin-bottom: 30px;
  padding-bottom: 0;
  overflow: hidden;
}

@media (min-width: 580px) and (max-width: 767px) {
  .listing.grid .item.col-sm-6 {
    width: 50%;
  }
  .listing.grid .item:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing.grid .item:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  #left-col .listing.grid .item:nth-of-type(2n+1),
  #right-col .listing.grid .item:nth-of-type(2n+1),
  #mid-col .listing.grid .item:nth-of-type(2n+1) {
    clear: both;
  }
  #wide-col .listing.grid .item.col-sm-6 {
    width: 33.3333333%;
  }
  #wide-col .listing.grid .item:nth-of-type(3n+1) {
    clear: both;
  }
}
/*  --------------------------------------------------
   6.0 PAGINATION NAVIGATION             
   -------------------------------------------------- */
nav#pagination {
  padding: 30px 0 50px;
}

nav#pagination .pagination {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  margin: 0;
  display: block;
  font-size: 0;
}

.listing.shop nav#pagination {
  margin: 0;
}

.listing.shop nav#pagination .pagination {
  border: 0 none;
}

nav#pagination .pagination li {
  border: 0 none;
  display: inline-block;
  font-size: 14px;
  margin: 0 2px;
}

nav#pagination .pagination li.prev,
nav#pagination .pagination li.next {
  position: absolute;
  top: 0;
  left: 0;
}

nav#pagination .pagination li.next {
  right: 0;
  left: auto;
}

nav#pagination .pagination li a {
  border-width: 1px;
  border-style: solid;
  border-color: #008080;
  padding: 13px 20px;
  color: #008080;
  display: block;
}
nav#pagination .pagination li a span {
  padding: 0 7px;
}

html.no-touch nav#pagination .pagination li:not(.active) a:hover {
  color: #ffffff;
  background-color: #002c5f;
  border-color: #002c5f;
}

nav#pagination .pagination li.prev,
nav#pagination .pagination li.next {
  margin: 0;
}

nav#pagination .pagination li.active a {
  font-weight: bold;
  color: #ffffff;
  background-color: #008080;
}

/* 	--------------------------------------------------
   UK Authority Website bespoke content

COMPONENTS
   -------------------------------------------------- */
/* 	--------------------------------------------------
    TABLE OF CONTENTS 
    -------------------------------------------------- 

	1.0 ARTICLE LINK PANELS 
	2.0 SIGN UP FORM
	3.0 UPCOMING EVENTS
	4.0 REGISTER FORM
    5.0 SEARCH RESULTS

*/
/*--------------------------------------------------
1.0 ARTICLE LINK PANELS
-------------------------------------------------- */
.article-list-article-eventtop {
  background-color: #ececec;
  padding: 10px;
}

.article-list-article {
  display: block;
  width: 100%;
  line-height: 1.2;
}
.article-list-article a {
  color: #000;
}
.article-list-article a:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .article-list-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .article-list-article a .article-list-article-details {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) {
    .article-list-article h1 {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .article-list-article h1 {
        font-size: 24px;
    }
}

@media (min-width: 576px) {
  .article-list-article h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .article-list-article h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .article-list-article p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.article-list-article img {
  width: 100%;
}

@media (min-width: 768px) {
  .article-list-lead-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .article-list-lead-article a .article-list-article-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5%;
            flex: 0 0 34.5%;
    max-width: 34.5%;
    padding: 0 2rem 0 0;
  }
  .article-list-lead-article a .article-list-article-image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.5%;
            flex: 0 0 65.5%;
    max-width: 65.5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
    position: relative;
  }
  .article-list-lead-article a .article-list-article-image-wrapper img {
    min-width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .article-list-lead-article a h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .article-list-lead-article a p {
    font-size: 16px;
  }
}

.article-list-article-image-wrapper {
  overflow: hidden;
}

.article-list-article-details {
  padding-top: 0.5rem;
}

.article-list-article-time-stamp {
  display: block;
  color: #000;
  margin-top: auto;
  padding-top: 0px;
  padding-bottom: 5px;
  position: relative;
  font-size: 12px;
}
.article-list-article-time-stamp:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #008080;
}

/*--------------------------------------------------
2.0 SIGN UP FORMS
-------------------------------------------------- */
.sign-up-form {
  background-color: #008080;
}
.sign-up-form .container {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWQAAAELCAYAAADuufyvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAF7ZJREFUeNrsnYt246iyQLEdJ85j/v9Du5M40es294iJxm0nelRBAXuv5enpGVuWEdoUCIrdMAwOAACSsvvzuttTDgAASUV8+vN68X+5ozwAAJKI+OHP6zj5by1CBgBIK+LAgJABANKK2NP4fyBkAIB0Ig60CBkAIK2IAx1CBgBIK2JP/+c1IGQAgHQiDjThXxAyAEAaEQdahAwAkFbEgR4hAwCkFbGnm/4FIQMAxBdxoEHIAABpRRxoETIAQFoRBwaEDACQVsSe5vI/IGQAgLgiDrQIGQAgrYgDHUIGAEgrYs+/y6URMgAg4rQ01/4jQgYARByfFiEDACK2QY+QAaAmEd+PL2t0t/4HQgYARByXBiEDACK2QYuQAQAR22BAyACAiNPTfPc/ETIAIOJ4tAgZABCxDTqEDACIOD1Xl0sjZABAxPFpfnoDQgYARByHFiEDACK2QY+QAQARp6eb8yaEDACIWJ9mzpsQMgAgYn3aOW9CyACAiPUZEDIAIOL0NHPfiJABABHr0s59I0IGAESsSzf3jQgZABCxHj8ul0bIAICI49AseTNCBgBErEe75M0IGQAQsR79kjcjZABAxDp0Sz+AkAEAEevQLP0AQgYARKxDu/QDCBkAELEOw9IPIGQAQMTyNGs+hJABEDEilqdd8yGEDICIQZ5uzYcQMgAizh0/13dv7HyGNR9EyACIOGc+DHqsWftBhAyAiHONit/+vB7+vA7Gzq1d+0GEDICIc4yKP0cZH402FggZAIoWsRfd+/in1d/YbfkwQgZAxDnwOUbGbvyND0bPs9nyYYQMgIit8zaJPI+GZexpt3wYIQMgYqv4aPN84auT8XMetnwYIQMgYou8X0Sb3lWPGTQgm0DIAIjYWpf/fBFpHjKQsXMbhysQMgAitsT5SpTpV+A9ZXL+3dYDIGQARJyasMhjuCLj54x+w7D1IAgZABGnJCzyuFYOzxn9jkbiIAgZABGniijDIo9rZfGS2e9pJQ6CkAEQcWymizxyj4ynDQxCBkDE2TCMUXH3TZk8jX/mRCd1IIQMgIhjcLnI4xpexvtMfxtCBkDEWXC5yOMaz5nK2Dmh8WOEDICItUV1ucijpMg4MEgdCCEDIOJUUbHHr8A7ZPw7G8mDIWQARCzJrUUet2Scu4NayYMhZABELMV5QcR4KsQ/neTBEDIAIo4ZFXusbr205ncPkgdEyACIeAu3lj7foqQya6QPiJABEPHa6PDW0ufvZPxQUBm00gdEyACIeE1keF74GetbL61tlBAyACJOxnR/uyWeORVWDp3GQREyACKe2z2fs8jjmmMeCyyPRuOgCBkAEf/E3EUel+Sy9dLaBgohAyDiqN3yd7dualdOWy+tYdA4KEIGRIyIr7Fkkcc1GT8XXDaN1oERMiBimLJ0kce1cn0uvIxarQMjZEDEEFi6yONa2b5UUE6d1oERMiBiWLPIo8bIOJTVoHVwhAyIuG7WLPK4VsY5br20trzUQMiAiOtlzSKPa+SeYH4JrebBETIg4vrwUnkXOlbOWy+todc8OEIGRFwXaxd51B4ZO6f4MA8hAyKuiy2LPK6R+9ZLa2i0vwAhAyIuny2LPG7JuEZ3tNpfgJABEZfL1kUe1yhl66U1DNpfgJABEZfJ1kUe1yhl66U1NDG+BCEDIi4vKt66yOMatV+DNsaXIGSwzAMiXhzFnRWOW9rWS2voYnwJQoYcut2Hsa4eKZKbSC3yuKTErZfW9DqGGF+0G4aBqgw5sUPQf3Wl35WOXepuH2sDA4QMMEPQ+1Eed66uhQqSizyQ8W1enfIKvWmhA+TMMHbVuzGSCYI+jBF0iYJeu7/dXEreemkNfawvQshQsqA/J4IpRdDSizwuKX3rpaV0Mb+MIQuokRBB32ckaI1FHtfK5ZnqEbUBJEIGuqDjq7kQ9J3ReyLGQ6VaEswvpY35ZQgZwK6gtRZ5XJPxC9XgKlGHEBAywM+CDlPtjhHvmc8xMtaGyPg2TewvRMgA86KkdtJ91Z4LrbXI45qMa9l6KQsh81APQEZsEoLWWvp8i9p2+1jKbxd5yAIhA+gIeuliFc1FHsh4OX7I6pUIGaBcQV+bC629yOMaT66+3T6WEm259BTGkAH0ubVYZRc5KvbUuPXSGtoUX4qQAdLQJfjOR+752fQpvpQxJIA6qHnrpRwaS4QMUAk1b720hibVFyNkgLJh+6vltKm+GCEDlC3jB4phMcmmniFkgDJh66V1NCm/HCEDlId/eHeiGBAyAKTF39Ps9rGePvXFA4CyhHKmGFaXXdKlywgZoMxu9xvFsKrckndvAKA8/OKGV4phEW3qE0DIAGV3wX+7xOOimZUXQgYANfyY6BtSntWjSA5CBqhDyq8WuuSGaSycBMlG/sfu4rW/8vc5DVjYi22Y/Hn57wCp8Enw/fxk8lr8jYnGqjYh7yevg8Lv38+UdjdWgJ6uJETmPNY5VvH93YtAyMpR73QrdysbOQZpHy8k3bivJOYAmnyOAmI13/9orJxISVs47Saiy71L1k4EzTAHaOEDlieKIdou38ULeTdGv/eu3AeUYdsfHsiAVo/tufIyiL67dGlC9hJ+cPXNEvkYI2eiZpAObJ5cnbOukuwuXYKQd45k24F2jJoZbwakvD3I+TRzETIQsh/nOjnmTN9q3c+IGQSpbSPUV2doppNlIdc6LLFWzO+OKXQgQ01zlX+Z6qYYFDIR8XraMWJmjLlsDuOfmj2jGrZ/8uVnKive3ti5+Ke9tT5ckOpVvDhWYtXAk/LQwqcrP69yY+2ErIjvNMoYEcuW546iKJpHp/uQ2wvrvfAeJUK+iOj+IaJTu7ZEy+XzoDy04KVVal7lweJNm7J1Z++vONEy5Vw298rXOORVLunZRGPxpFII+TBGxWSai9sTYQijjmusGU2amiKGkGVactbOp7vWL45x+tKvsWbDG6Rcwrz33uoFjEFYBfSQ+QUMr+7i7znxTO+kioZXszf0ZjXCXHAvmxx+iXFj7sYKYv0CdRPRDm5bQvlpYnut3Mtb8OON58xvKvieF6ebxSzMd88xlYHZeq8tCavp/fwFaZ1eesvpTiHXIphpnuZUnKxXTtiMv/fend70ro+xjueWV9ls5kRNIRwNXShL+YXDMEczEXRYJp5CyoMjtWfJaPeGQvbBnGbymB1m1Fo6bWHZZTuJhHMhJNiP3Q00k6Ab1Hqen2NEq1l3c8irbG65tLaQU8v4PEo49zmTsZMrlTSlCSHfDlI0V97l8LzI9LMTaSE/uDSD/P3Y+pfY9b6L2B0sbfI/Qo4fIVrPq2y6jksWWork8f1YuV5dueOg/nf9cnESvTBHvA6Z1zxX2XTAISXkY4JhindXziT1OTRj694p1we2hy+fWHOVW4P3kPkLI9Gljjmb4mOMGGucGTCMFV3z4cy9+8q3C2XzonytfdD0aej3Fi9k//lY45shwckn99H/l4HmOCBDF/WgnVfZBw9W8iqbf2i9z+TG9Rf11fHAaUo3NlBanCjiavBBlWaaVgt5lc0ul5YSsr+IMbKHvSaMinffvCwwjFLWaPmPjkRENeEbYO28yinn/2axInXttLcYc43DDIpYrZqX7MF9LWveL7jQmsuw5567xpPz3pWbnDxnNFMSlDpXOYt59muEHGNFjpdcjHEn6WXLKedDa1X0d8fS6pqE7FyZc5V/5XBh1whZe++7jwhDFNp5NvpRZLFbZK3GMovKjJCz6x3F2kfT9HLpKUufrp4yl3GshEdBjLeWaUrOTplG5KEheFQoN7LC1UWM5zavY13VznqYTd1dUhAh8U2OMo65/PhaA/ZxRXBSDdvlQpGQVOko/DsQcj30Ea+3DyC0Uy5kM+S2RAqaQtOS8c6l30z1/oocJSvftTEnjfF3dhmph9jd+w+nu9gpm+myc4WsOQWqUZKxH2d7MSKS0+Q8JGdCfEa8qVhSXQfnRAL7dDqzO7Lq2c2VrNa4a6cUzVncTDXM25Zcqtr+ULatcF1hXnLZxByquFWfpQOJ4oSsNbYzKHWNHg1Hc0/C5flToiHpxi7H/dNgPhZmIkivQM0qx/dPQt4pyk3j4muvy5cob6kIeU706xs9ybG5o4NSSTVUcaveSqxAzWK59BIh3ytefOmW69nVlaWsEX7fXMgEVx6dwa59yKvcR7hHshDyTknIGhc/1gRzazfR3IpNlAzf8W743LZsPpHdCtN9ghtP+uI/VijjYWFXTLIBRMjlyXjI4BzX1OHs9oj8TmQaY8fS41TT6WQ1sXSa4ODkZ1xA/rQZRZHnhT29LHcSunVjaUhOekrNseJobU1lk5zrzThyGZwzO98lc5WzXFl6Fzk6lmxIYuSk6MdK0N3o/ngx3SeI0rtIn/muMWQpdd7kMFRxK6r3M7SeZryvCCHvFLqkvbAQtJdCd2P3qJvxvnf3lSwoRld+61NniV4FETJDFal7iP5h33eZDbPcXWh/I/qxHB1rZ5x7H1vgJQ1ISKYf4yHC58YbUYqdA4Yq0hH22OxLGa64JeQHhYKTio4PTm/cOFzgtdLSWnkoOfTQKdcdYKgiJrfmKhcjZI2bTHIOrNa4cUjGPQhUEO3oo994fgiZoYrSuJyr3Of6Qy5vqjulSiDBvZIEpHdGaJRvKCvnxzhyfpwL/m1hrnJ2y6W/E7L0cIBUdJxbTg2tRPsSMpUcPoK8hDUU/hvPzvaqw0VC1phdIRWNaeXU0NrVWqtbKCHTXqHugG1KHarQrN/JhXxQKBgJ2Wnl1Jgzrc1apRhqr7CwOjqGzIQsPX4s1W3XmFXRO91NHDWi7k+D58bUN2QMSkKWFp9UF8n6qsGY3U6ApXWGepOhkKUjnaXZyGJGx76C5ph4pKO6AtFxHUKWfkAj1b3WGjvOjd748cAebxRBvkKWfqDXCZ2bdEPRZioj6fFuqXFkxpBtll1DjwohS0dgOUfH0jcbN1dZPDjdedxnijhvIUvPsLA4ftxn3FW3et4Dt9BiTk53926GKjLG6lJpjegh5tjx3lh5xuwuw20enW7ubIYqChCy9M3ZCp2XxYYihZA1cmMg5Pg8Of3l5gxVIGSV7rV0ly52Oj7JG08j4pG65gxZzCvrJ6e/1JyhikKELF1RBoEKLM1n5HI9GCpPSCvj5wg9EoYqiJDVBKLRrYv9UGwveKNZjY7h53r8FOF7fN1mqAIhqwnZak6N2DK2LmQisu/r8GOk70LGhVUca2kUrebUSBHha0T2e8PnVgL++cdDpO/6pGEkQs6NLkGZSglPY/z4kGm55oD2tLbL+vFBkRMha0ZNFmd8pBJyY/z8EPJ/622MmRRTSBxUqJAl2RrRWd2xJMX5t8bPkdkfXz2Op8jf2VP+CDlHIXcZl6dGdM90PFn8845Tgu+l7AsWsqWHehaTHC1B6mFOq3i9LZ9fTsQcLwYi5CRYm4KXKrrXEp7UCsim4nsmxXgxIOQkQpWs5DkPV2gIOeeytXS/PDoAxahOsltfs5Al555qRPZ3xs/POvfIGHKLkC114/pMy1FrOECqwaht7utuFPHBAUQQSanRTszfJRkdt0rX2fL5We5BPqMJQMj5CHnn7A+1SDYYtSyZjrkEGuBfIUvfYDsjko91DpLzUDUm/B8EG4xahiuY0gZEyBmyc/bHj0/Gz88SKVbdAfyL9CwL5+qanyndpZUen5Vc+NMV3njfI2MoMULeuzrmqfroWGNnbOmutxQfBV9HZlFAsRHywdCNpon0nFTLMu4LbmTvkDFYErLGQyQLUtpndhM3wucnObZd8sO8FOPirSMfCESS1pZjSkZhWlHPzums2OqMnl9fgTxiStk3buQyhm/laeXBXg5C1lo+K3UNpB9M1bBnW6x9F99d/D0eIUMhS0cIa2UoPWQhPY784PR2xZYYOnp28lnnanhA2zvdBS/+2L8dwxSQKEK+31BxJZEcRz06ufSVGr9bWsa1RMfToQQNvIRfHfP9YYGQO4XjrolOpSut1KII7Z0htvzunZKMPyqTiEb06hs0xothsZAHxWMvRXqMbevijXuXZpueOfjhkxcFGfeuzrFOqSh5GKPimhP5w0ZpSkcIa7v3GuexZugi7AzxEPk6LGlotFaWvVV6P0gI1Nff366eJEwgyN1FZbxTOvYSNB4iPY4R39wIKHamr4Obn5RJe/jk3dU73jmMQl1bd89ExSAlzU7p+Gsi3sbJL0u+H18f4zkN42s3keLRpcvy9TRGpsONaP0YoZFoHDMBPlfUgf6bawcwv1s+DP+pQ/8IH99X1NeVXfhaE4NPp5odIjYQXYZDFcfxvKWHB5Y8JG1cXbNRQJHLSvehcPw183a154Va77U8jK9YMu4zk3FosE9OZyri3Aeab8gYNIWs0V1d282mosdhyEzGp4sI1kfJ0guAfhoHDg/uOqoPaApZIypdu2NFR4WPQi6LFrx4/3HXny1o9CSabwKFmh98QkQha0Wma2cFMKlej7Ccd8igjj7/UIc0Zp183igvZlFAVCFrDFsc3LqxZC+LXFI/5jTmncOsgJC1bu4DtoNCGfWTaJnlz5BEyIPSUMHaKObT2Z+K1bh8xmFzyK3gH9S9LByK0JgS+OF4cAeJheyUotK9W/9E/N1wBBqmPeUQPVnPxRvGidfINSyukW68eI4ByYWsMbczRDFr8y68GZTy5RxUyzfvm7Obn+Lgfh4nnit0gOKErBUle9YmeB+MSfnjSlfWovAsT9EKIn5yMgmSHriloVQht4rfuUXKry79mPKtnR9aY1H8m7M5RUtaxFPuuK0hVy6XTl+r3FpbFm1NxKKdZOca3QzBWVj2/WE0Wt+P10xzl+e1y/UBkvNTNKEZiZ7ctu3lQyKcU4SoqB8bkG7me9+cXmrMn0TcGIyI9y7eUvD9+CL9JRQXIWtHyW6MZrbePLvxhpd+qNO7r+xwa8Tw5OSf/Gv0NjSHJk5OZ3fznxprpqpBkUJ2TmeLIGkpBzFvTaPZjze0VKSplVs5nKPVh3UpRDwlh1WIAKuEHGNcVErKl4IOXdjd5DWVb8iLrJlhbjc2EFvGvENDYe3B4WVvasvUxhp6DQCbhezGG+1e+XzeXPkT8UMUH1KTThuJYfLqLv7MgRcXZ4hmLr+4xaFUIccYuiCyyZsUM19i97oA1Fgq1xgPSk7O7i7P8D1WGtIeGUMNQvbd5xjZ145jNL7jEiHlhbwjY8iVpUMWgRhDF9OonCGMvBr5FAtjluwqDlCUkH3k+hK5C2o54xuka7DnrJ4EKFrIHj9DIPZqtGaMgrj5bKO9mCg00nNXTwIUL2RPqqfqVnM15Da0cDdeQ43dQ/5RPHcfEbdcQkDIfxNjfvJ3YraYu8G6hB8iNHAaKxRpiAEhz+Dk0iYHb8YblTHmi+vr5i8l/6Xw3S+C15ehKigeqexbZ/e1PDgFx/HVu689+Gq8ecNS8SDh/cK6IDkMMIzH21InEDEQIW/g0dlJEB4ytXUF39BbBHytvKTzCK998Nu6fPYpBDAXIQfeDUl5ujNJSMzTuXyfyk8TJd0plLFGHuGlZY2IgQhZgdRjynOiwbCjsGaWt7Xincr3ELGB08gjPGcmTjv2ZngGAETICpzHm8vqppNedPc3xBAkPc285oSitt2FdC/Fmzpt5dHJj9m2PzQAjBEDKEfIS6Kj3Lgm6uFC9lP57jP7fRpL1S97TJ/jCxEDRBSyc2lW9ME2pKfAhfwWzBsHSCzkEC1qbPkOOtSwUQCAOWIJ0lv/1bHKKhceKAKAcoUc+BijL7BN2FoKAAoWshu7wn6MkhzHtjlSBADlCzlwHqNl5p7ahGELgIqEHKJlP7bMTg82uaMIAOoRcsA/7PvtyHFLlAxABGQCPxPjfWwkHojOTEADCRCRWPOQ10bviDlNb8U/cGVsHwAh/32Oo5h56q8HCf4BEPJiMR8d45oSDO4rkT8SBkDIm/ALF3y2NoYz5tO6r5zQ5JIAQMgqUfNhjJrJk/FfwnZWHVEwAEJOJec5G3qWKuDcd0UBQMiFErY62rrXnFWm8iUCBkDI2Qk6bIeUUwTdX4g37GYCAAi5nN/u/rtrc3ghXgBAyAZlfbn33fTfp5H3pVid+3uLp8t9+i63ggKAyvk/AQYA/zH0xEN4hpcAAAAASUVORK5CYII=");
  background-position: 87% center;
  background-repeat: no-repeat;
}
.sign-up-form form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sign-up-form h2 {
  font-size: 34px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 767px) {
  .sign-up-form h2 {
    font-size: 28px;
  }
}
.sign-up-form p {
  color: #fff;
  font-size: 18px;
}
.sign-up-form .form-group {
  width: 100%;
}
@media (min-width: 1260px) {
  .sign-up-form .form-group {
    padding-left: 80px;
  }
}
@media (min-width: 576px) {
  .sign-up-form .form-group {
    max-width: 370px;
  }
}
.sign-up-form .form-control {
  width: 100%;
}
@media (min-width: 576px) {
  .sign-up-form .form-control {
    max-width: 370px;
    margin-right: 20px;
  }
}
.sign-up-form .btn {
  min-width: 170px;
}
@media (max-width: 575px) {
  .sign-up-form .btn {
    width: 100%;
  }
}

.capsule-form {
  max-width: 100%;
  float: left;
  padding: 0 15px 10px 15px;
}
.capsule-form h3.form-header {
  background-color: #ec6b18;
  padding: 10px 20px;
  text-align: center;
  color: white;
}
.capsule-form .capsule-wrapper {
  border: 1px solid lightgrey;
}
.capsule-form .capsule-wrapper .form-group {
  margin-bottom: 0px;
}
.capsule-form .form-control {
  border: 1px solid lightgrey;
  margin: 4%;
  width: 92%;
  padding: 8px;
  font-size: 12px;
}
.capsule-form .centre-form-group {
  text-align: center;
  margin-bottom: 10px;
}
.capsule-form input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid lightgrey;
  margin-left: min(2%, 25px);
}
.capsule-form label.checkbox {
  font-size: 12px;
  color: grey;
  padding-left: min(20%, 45px);
  margin-right: 4%;
}
.capsule-form .centre-capsule-form {
  text-align: center;
  margin-bottom: 10px;
}
.capsule-form .field-validation-error {
  padding: 0 5%;
  font-size: 12px;
}
.capsule-form .btn-success {
  background-color: #ec6b18;
  border-color: #ec6b18 !important;
}

/*--------------------------------------------------
3.0 UPCOMING EVENTS
-------------------------------------------------- */
.up-coming-events {
  background-color: #eaeaea;
}
.up-coming-events .section-title span {
  background-color: #eaeaea;
}

.up-coming-events-event-img-wrapper img {
  width: 100%;
}

.up-coming-events-event-details-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000;
}
.up-coming-events-event-details-wrapper span {
  display: block;
}
.up-coming-events-event-details-wrapper .btn {
  margin-top: auto;
}

.up-coming-events-event-details-title {
  color: #000;
  line-height: 1;
}
@media (min-width: 576px) {
  .up-coming-events-event-details-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .up-coming-events-event-details-title {
    font-size: 34px;
  }
}

.up-coming-events-event-details-text p:last-child {
  margin-bottom: 0;
}

.next-event {
  margin-left: 0;
  margin-right: 0;
}
.next-event > div {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
.next-event .headline {
  color: #000;
}

/*--------------------------------------------------
4.0 REGISTER FORM
-------------------------------------------------- */
.register-form .headline {
  font-size: 34px;
  color: #008080;
}
.register-form h3 {
  font-size: 19.66px;
  color: #000000;
}
.register-form .btn-success {
  background-color: #ec6b18 !important;
  border-color: #ec6b18;
}

/*--------------------------------------------------
5.0 SEARCH RESULTS
-------------------------------------------------- */
.search-feedback .label {
  background-color: #008080;
  color: #fff;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.page-heading {
  background-color: #008080;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
}
.page-heading h2 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
}
.page-heading h2:before {
  content: "";
  left: 0;
  top: 50%;
  height: 24px;
  width: 1px;
  background-color: #fff;
  margin-top: -12px;
  position: absolute;
}
.page-heading i {
  font-size: 140%;
}
.page-heading a {
  color: #fff;
}
.page-heading a:hover {
  color: #fff;
}

.article-title {
  color: #000;
  padding-top: 5px;
  position: relative;
  z-index: 3;
}
.article-title .article-time-stamp {
  color: #000;
  padding-bottom: 10px;
  position: relative;
}
.article-title .article-time-stamp i {
  color: #000;
}
.article-title .article-time-stamp:after {
  background-color: #008080;
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-title h1 {
  font-size: 45px;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 767px) {
  .article-title h1 {
    font-size: 28px;
  }
}

.article-title-background {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.article-title-background .article-title {
  color: #fff;
}
.article-title-background .article-title .article-time-stamp {
  color: #fff;
}
.article-title-background .article-title .article-time-stamp i {
  color: #fff;
}
.article-title-background .article-title .article-time-stamp:after {
  background-color: #fff;
}

.article-title-background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 0px 2000px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 2000px rgba(0, 0, 0, 0.3);
  min-height: 100%;
  width: 100%;
}
.article-title-background-image.blurred {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-title {
  position: relative;
  line-height: 1;
}
.section-title span {
  display: inline-block;
  background-color: #fff;
  color: #000000;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
.section-title:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #008080;
  position: absolute;
  left: 0;
  bottom: 4px;
}

h2.section-title span {
  font-size: 28px;
}
@media (min-width: 576px) {
  h2.section-title span {
    font-size: 38px;
  }
  h2.section-title:after {
    bottom: 6px;
  }
}
@media (min-width: 768px) {
  h2.section-title span {
    font-size: 54px;
  }
  h2.section-title:after {
    bottom: 7px;
  }
}

h3.section-title span {
  font-size: 24px;
}
@media (min-width: 576px) {
  h3.section-title span {
    font-size: 32px;
  }
  h3.section-title:after {
    bottom: 6px;
  }
}
@media (min-width: 768px) {
  h3.section-title span {
    font-size: 40px;
  }
  h3.section-title:after {
    bottom: 7px;
  }
}

.headline {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  font-weight: bold;
  line-height: 1.1;
}
.headline:after {
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #008080;
}

h1.headline {
  font-size: 46px;
}
@media (max-width: 767px) {
  h1.headline {
    font-size: 28px;
  }
}

h2.headline {
  font-size: 34px;
}
@media (max-width: 767px) {
  h2.headline {
    font-size: 28px;
  }
}

h4.headline {
  font-size: 18px;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.standard-content-page .headline {
  color: #002c5f;
}

.standard-content-page h3 {
  color: #2b2b2b;
}

.tag-list h3 {
  color: #2b2b2b;
  font-size: 16px;
}
.tag-list h3 i {
  color: #008080;
}
.tag-list ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.tag-list li {
  margin: 0;
}
.tag-list li a {
  text-transform: capitalize;
  width: 100%;
  font-size: 12px;
  text-transform: none;
  background-color: #008080;
  color: #fff;
  white-space: normal;
  padding-left: 0.2em;
  padding-right: 0.2em;
  min-width: 0;
  word-break: break-word;
}

/* 	--------------------------------------------------
   UK Authority Website bespoke pages

PAGES
   -------------------------------------------------- */
/* 	--------------------------------------------------
    TABLE OF CONTENTS 
    -------------------------------------------------- 

	1.0 ARTICLES
	2.0 CONTACT US
	3.0 SITEMAP
	4.0 DOCUMENT LIBRARY
    5.0 EVENT


*/
/*--------------------------------------------------
1.0 ARTICLE PAGES
-------------------------------------------------- */
.content-editor-details .headline {
  color: #2b2b2b;
  font-size: 22px;
  padding-top: 10px;
}
.content-editor-details .headline span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.content-editor-details img {
  width: 100%;
}

@media (min-width: 576px) {
  .article-tag-list .tag {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-tag-list .btn {
  padding: 0.55rem 1.2rem;
}

.added-to-library,
.remove-from-library {
  color: #2e2e2e;
}

.add-to-library:not([href]):not([tabindex]),
.remove-from-library:not([href]):not([tabindex]) {
  color: #008080;
  cursor: pointer;
}

/*--------------------------------------------------
Wasabi Amends
-------------------------------------------------- */
.share-list ul {
  margin-left: 0;
}

.share-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.share-list ul li .article-share {
  font-size: 25px;
}

/*--------------------------------------------------
2.0 CONTACT US
-------------------------------------------------- */
.team-member h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.team-member p {
  margin-bottom: 5px;
}
.team-member a {
  font-weight: normal;
  padding-bottom: 18px;
}

/*--------------------------------------------------
3.0 SITEMAP
-------------------------------------------------- */
nav.sitemap {
  overflow: hidden;
  height: 100%;
  position: relative;
  margin-bottom: 100px;
}
nav.sitemap ul {
  margin: 0;
  padding: 0 0 8px;
}
nav.sitemap ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
nav.sitemap ul li::before, nav.sitemap ul li::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #e3e3e3;
}

nav.sitemap ul li::before,
nav.sitemap ul li nav.sitemap ul li::before {
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}

nav.sitemap ul li::after {
  top: 15px;
  width: 5px;
  height: 1px;
}

nav.sitemap ul ul {
  margin-left: 16px;
}

nav.sitemap ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

nav.sitemap li a:hover, nav.sitemap li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/*--------------------------------------------------
4.0 DOCUMENT LIBRARY
-------------------------------------------------- */
.document-library .nav-tabs {
  border-bottom: solid 2px #008080;
  display: block;
}
.document-library .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
.document-library .nav-tabs li a {
  display: block;
  min-width: 100px;
  padding: 0 30px;
  line-height: 48px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.document-library .nav-tabs li a:hover {
  text-decoration: none;
}
.document-library .nav-tabs li.active a {
  background-color: #008080;
  color: #fff;
}
.document-library .tab-pane.fade {
  display: none;
}
.document-library .tab-pane.fade.in {
  opacity: 1;
  display: block;
}
.document-library .headline a {
  color: #000;
}

/*--------------------------------------------------
1.0 EVENT PAGE
-------------------------------------------------- */
.event-details {
  position: relative;
}
.event-details h1 {
  color: #000;
  font-size: 45px;
  font-weight: normal;
}
@media (min-width: 576px) {
  .event-details h1 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .event-details h1 {
    font-size: 54px;
  }
}
.event-details h2,
.event-details h3 {
  color: #000;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
@media (min-width: 576px) {
  .event-details h2,
  .event-details h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .event-details h2,
  .event-details h3 {
    font-size: 25px;
  }
}

/*--------------------------------------------------
    WASABI 
    -------------------------------------------------- */
div[id*=eventbrite-widget-container] {
  height: 550px !important;
}

h1.event-heading {
  max-width: 800px;
  font-size: 45px;
  line-height: 1;
  font-weight: 400;
}

.standard-copy {
  /*margin-top: -5px;*/
}
.standard-copy h1 {
	color: #2b2b2b;
font-size: 24px;
}
.standard-copy h2 {
  color: #2b2b2b;
  font-size: 22px;
}
.standard-copy h3 {
  color: #2b2b2b;
  font-size: 20px;
}
.standard-copy h4 {
    color: #2b2b2b;
    font-size: 18px;
}
.standard-copy h5 {
    color: #2b2b2b;
    font-size: 16px;
}
.standard-copy p {
  line-height: 1.4;
  margin-bottom: 1.4rem;
}
.standard-copy p.admendment {
  font-style: italic;
  font-weight: bold;
  color: #2b2b2b;
}
.standard-copy span.intro {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  line-height: 1.6;
}
.standard-copy .leftImg,
.standard-copy img[style="float:left;"],
.standard-copy img[style="float: left;"] {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.standard-copy .rightImg,
.standard-copy img[style="float:right;"],
.standard-copy img[style="float: right;"] {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.standard-copy iframe {
  max-width: 100%;
  width: 100%;
}

.btn {
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.07em;
  min-width: 170px;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 10, 185, 0);
          box-shadow: 0 0 0 0.2rem rgba(255, 10, 185, 0);
}

.btn-more {
  color: #008080;
  border-color: #008080;
  border: 2px solid #008080;
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #000;
  border-color: #000;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #ec6b18;
  border-color: #ec6b18;
}
.btn-orange:hover {
  color: #fff;
  background-color: #cd5a11;
  border-color: #c15510;
}
.btn-orange:focus, .btn-orange.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 107, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 107, 24, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  background-color: #ec6b18;
  border-color: #ec6b18;
}
.btn-orange:not([disabled]):not(.disabled):active, .btn-orange:not([disabled]):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c15510;
  border-color: #b5500f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 107, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 107, 24, 0.5);
}

@media (min-width: 576px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 20px;
  }
}

.load-more,
.load-more-events {
  width: 100%;
}

.form-group {
  margin-bottom: 2rem;
}
.form-group label {
  color: #000;
}

.form-control:focus {
  color: #7b7b7b;
  background-color: #fff;
  border-color: #008080;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.input-validation-error,
.form-control.input-validation-error:focus {
  border-color: #b14cad;
}

.field-validation-valid {
  display: none;
}

.field-validation-error {
  color: #b14cad;
  display: block;
  padding: 4px 0 10px;
}

.form-check {
  margin-bottom: 10px;
}
.form-check input {
  visibility: hidden;
}
.form-check label {
  padding: 1px 0 0 30px;
  position: relative;
}
.form-check label:before {
  width: 25px;
  height: 25px;
  background-color: #ec6b18;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.form-check label:after {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "\f00c";
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  visibility: hidden;
}
.form-check label .btn-success {
  background-color: #ec6b18 !important;
}
.form-check input:checked + label:after {
  visibility: visible;
}
.form-check.brand-002c5f label:before {
  background-color: #002c5f;
}
.form-check.brand-834cb1 label:before {
  background-color: #834cb1;
}
.form-check.brand-b14cad label:before {
  background-color: #b14cad;
}
.form-check.brand-b9b2d8 label:before {
  background-color: #b9b2d8;
}
.form-check.brand-7b7b7b label:before {
  background-color: #212121;
}
.form-check.brand-66c8c6 label:before {
  background-color: #66c8c6;
}
.form-check.brand-1960b4 label:before {
  background-color: #1960b4;
}

form .card {
  width: 100%;
  background-color: #efefef;
  background-clip: border-box;
  border: none;
  border-top: 6px solid #e3e3e3;
  border-radius: 0;
}

.clock {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  right: 20px;
}
.clock div {
  background-color: teal;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin: -1px;
  min-width: 58px;
  text-align: center;
  font-weight: bold;
  border-radius: 5%;
  font-size: 22px;
}
.clock div[data-value*=days]:after, .clock div[data-value*=hours]:after, .clock div[data-value*=minutes]:after, .clock div[data-value*=seconds]:after {
  display: block;
  font-size: 10px;
  margin-top: 0px;
  font-weight: 300;
}
.clock div[data-value*=days]:after {
  content: "Days";
}
.clock div[data-value*=hours]:after {
  content: "Hours";
}
.clock div[data-value*=minutes]:after {
  content: "Minutes";
}
.clock div[data-value*=seconds]:after {
  content: "Seconds";
}

@media screen and (max-width: 1020px) {
  .clock {
    display: block;
    float: none;
    position: relative;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .clock {
    display: block;
    float: none;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
.row {
  min-width: 100%;
}

.fade.in {
  opacity: 1;
}

/*--------------------------------------------------
3.0 brand color overrides
-------------------------------------------------- */
body {
  color: #212121 !important;
}

body.brand-color-002c5f .page-heading,
body.brand-color-002c5f .article-list-article-headline:after,
body.brand-color-002c5f .section-title:after {
  background-color: #002c5f;
}
body.brand-color-002c5f .article-list-article-time-stamp i {
  color: #002c5f;
}

body.brand-color-834cb1 .page-heading,
body.brand-color-834cb1 .article-list-article-headline:after,
body.brand-color-834cb1 .section-title:after {
  background-color: #834cb1;
}
body.brand-color-834cb1 .article-list-article-time-stamp i {
  color: #834cb1;
}

body.brand-color-b14cad .page-heading,
body.brand-color-b14cad .article-list-article-headline:after,
body.brand-color-b14cad .section-title:after {
  background-color: #b14cad;
}
body.brand-color-b14cad .article-list-article-time-stamp i {
  color: #b14cad;
}

body.brand-color-b9b2d8 .page-heading,
body.brand-color-b9b2d8 .article-list-article-headline:after,
body.brand-color-b9b2d8 .section-title:after {
  background-color: #b9b2d8;
}
body.brand-color-b9b2d8 .article-list-article-time-stamp i {
  color: #b9b2d8;
}

article-list-article-headline {
	font-size: 16px !important;
}

body.brand-color-7b7b7b .page-heading,
body.brand-color-7b7b7b .article-list-article-headline:after,
body.brand-color-7b7b7b .section-title:after {
  background-color: #212121;
}
body.brand-color-7b7b7b .article-list-article-time-stamp i {
  color: #212121;
}

body.brand-color-66c8c6 .page-heading,
body.brand-color-66c8c6 .article-list-article-headline:after,
body.brand-color-66c8c6 .section-title:after {
  background-color: #66c8c6;
}
body.brand-color-66c8c6 .article-list-article-time-stamp i {
  color: #66c8c6;
}

body.brand-color-1960b4 .page-heading,
body.brand-color-1960b4 .article-list-article-headline:after,
body.brand-color-1960b4 .section-title:after {
  background-color: #1960b4;
}
body.brand-color-1960b4 .article-list-article-time-stamp i {
  color: #1960b4;
}

body.brand-color-d10909 .page-heading,
body.brand-color-d10909 .article-list-article-headline:after,
body.brand-color-d10909 .section-title:after {
  background-color: #d10909;
}
body.brand-color-d10909 .article-list-article-time-stamp i {
  color: #d10909;
}

body.brand-color-ec6b18 .page-heading,
body.brand-color-ec6b18 .article-list-article-headline:after,
body.brand-color-ec6b18 .section-title:after {
  background-color: #ec6b18;
}
body.brand-color-ec6b18 .article-list-article-time-stamp i {
  color: #ec6b18;
}

body.brand-color-b14cad .page-heading,
body.brand-color-b14cad .article-list-article-headline:after,
body.brand-color-b14cad .section-title:after {
  background-color: #1960b4;
}
body.brand-color-b14cad .article-list-article-time-stamp i {
  color: #1960b4;
}

body.brand-color-66c8c6 .page-heading,
body.brand-color-66c8c6 .article-list-article-headline:after,
body.brand-color-66c8c6 .section-title:after {
  background-color: #66c8c6;
}
body.brand-color-66c8c6 .article-list-article-time-stamp i {
  color: #66c8c6;
}

body.brand-color-63a4f1 .page-heading,
body.brand-color-63a4f1 .article-list-article-headline:after,
body.brand-color-63a4f1 .section-title:after {
  background-color: #63a4f1;
}
body.brand-color-63a4f1 .article-list-article-time-stamp i {
  color: #63a4f1;
}

.resouces .fa-file-word {
  color: #002c5f;
}
.resouces .fa-file-pdf {
  color: #834cb1;
}

div[data-advert-zone="1"] {
  max-width: 1200px !important;
  width: 100% !important;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  padding: 0 0 5px;
  text-align: center;
}
@media (min-width: 576px) {
  div[data-advert-zone="1"] {
    padding: 30px 0;
  }
}

.mpu-google-adverts {
  /*display: none;*/
  background-color: #eaeaea;
}
.mpu-google-adverts .container {
  max-width: 900px !important;
}
.mpu-google-adverts div[data-advert-zone] {
  width: 100% !important;
  height: auto;
  max-width: 310px;
}
.mpu-google-adverts div[data-advert-zone] p {
  margin-bottom: 0;
}
.mpu-google-adverts div[data-advert-zone] img {
  width: 100% !important;
  height: auto !important;
}

div[data-advert-zone="5"],
div[data-advert-zone="6"],
div[data-advert-zone="7"] {
  width: 100% !important;
  height: auto;
}
div[data-advert-zone="5"] p,
div[data-advert-zone="6"] p,
div[data-advert-zone="7"] p {
  margin-bottom: 0;
}
div[data-advert-zone="5"] img,
div[data-advert-zone="6"] img,
div[data-advert-zone="7"] img {
  width: 100% !important;
  height: auto !important;
}

div[data-advert-zone] .info {
  display: block;
  text-align: center;
  font-size: 75%;
  padding-top: 5px;
}

/*--------------------------------------------------
Wasabi Amends
-------------------------------------------------- */
article a, section a {
  color: #1960b4;
}

article a:hover, section a:hover {
  color: #1960b4;
  text-decoration: underline;
}

.article-mainimage {
  margin-bottom: 5px;
}
.article-mainimage .info {
  border-left: 5px #bfbfbf solid;
  margin-top: 5px;
  padding: 5px;
}
.article-mainimage .text {
  font-size: 12px;
}

.tag-list li {
  list-style: none !important;
  padding: 0;
}

.card-body .form-group {
  margin-bottom: 8px;
}
.card-body .form-group .form-control {
  padding: 5px !important;
}
.card-body .form-group .control-label {
  font-size: 14px !important;
}

div[id^=hpoll_][id$=_c] {
  border: 1px solid #006666;
  padding: 20px 30px 0px 30px;
  margin: 0 10%;
  background-color: #ececec;
}
div[id^=hpoll_][id$=_c] div[class$=o-vcount] {
  display: none;
}
div[id^=hpoll_][id$=_c] div[class$=votes-cntr] {
  display: none;
}
div[id^=hpoll_][id$=_c] div[class$=_vote-mode] {
  border: 2px solid teal !important;
  background-color: white;
}
div[id^=hpoll_][id$=_c] div[class^=hpoll_][class$=_vote-mode]:hover {
  background-color: teal !important;
  color: white;
}
div[id^=hpoll_][id$=_c] div[class$=o_selected] {
  border: 2px solid teal !important;
}
div[id^=hpoll_][id$=_c] div[class$=o_selected] div[class$=o-result-bg] {
  background-color: teal !important;
}

div.homepage-poll {
  min-height: 300px;
}
div.homepage-poll div[id^=hpoll_][id$=_c] {
  padding: 10px 10px 0px 10px;
  margin: 0 0 0 0 !important;
}
div.homepage-poll div[id^=hpoll_][id$=_c] div[class^=hpoll_][class$=_t] {
  font-size: 15px !important;
  color: black !important;
  line-height: 1.2em !important;
  font-family: arial !important;
}