@charset "UTF-8";
/**
 *
 * --------------------------------
 *  CSS Style 
 * -------------------------------
 * 
 */
:root {
  --black: #000000;
  --white: #ffffff;
  --green: #3c9c70;
  --blue: #396377;
  --gold: #ff9210;
  --brand-gold: #FFB501;
  --blue-grey: #a1a7ab;
  --grey: #e5e6e8;
  --dark-grey: #9ba1a5;
  --darker-grey: #58595b;
  --text-color: #231f20;
  --text-light: 300;
  --text-regular: 400;
  --text-medium: 500;
  --text-semi-bold: 600;
  --text-bold: 700;
  --text-extra-bold: 800;
  --text-extra-heckin-bold: 850;
  --nav-timing: 300ms; }

/* Bootstraps breakpoints
  xs: min-width 380px
  sm: min-width 675px
  md: min-width 980px
  lg: min-width: 1200px;
  xl: min-width: 1650px;
*/
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #396377;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #3c9c70;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #396377;
  --secondary: #6c757d;
  --success: #3c9c70;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 380px;
  --breakpoint-xsm: 480px;
  --breakpoint-sm: 675px;
  --breakpoint-md: 980px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1440px;
  --breakpoint-xxl: 1650px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !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: 1rem; }

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #396377;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #203843;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 675px) {
  .container, .container-xs, .container-xsm, .container-sm {
    max-width: 540px; } }

@media (min-width: 980px) {
  .container, .container-xs, .container-xsm, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1200px) {
  .container, .container-xs, .container-xsm, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1440px) {
  .container, .container-xs, .container-xsm, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12, .col-xsm,
.col-xsm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  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%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.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-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 380px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 480px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xsm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xsm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xsm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xsm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xsm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xsm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xsm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xsm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xsm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xsm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xsm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xsm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xsm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xsm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xsm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xsm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xsm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xsm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xsm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xsm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xsm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xsm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xsm-0 {
    margin-left: 0; }
  .offset-xsm-1 {
    margin-left: 8.33333%; }
  .offset-xsm-2 {
    margin-left: 16.66667%; }
  .offset-xsm-3 {
    margin-left: 25%; }
  .offset-xsm-4 {
    margin-left: 33.33333%; }
  .offset-xsm-5 {
    margin-left: 41.66667%; }
  .offset-xsm-6 {
    margin-left: 50%; }
  .offset-xsm-7 {
    margin-left: 58.33333%; }
  .offset-xsm-8 {
    margin-left: 66.66667%; }
  .offset-xsm-9 {
    margin-left: 75%; }
  .offset-xsm-10 {
    margin-left: 83.33333%; }
  .offset-xsm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 675px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 980px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1650px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

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

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

@media (max-width: 379.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xs > .table-bordered {
      border: 0; } }

@media (max-width: 479.98px) {
  .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xsm > .table-bordered {
      border: 0; } }

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #73a5bc;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -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;
  padding-left: 1.25rem; }

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(60, 156, 112, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3c9c70;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c9c70' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #3c9c70;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3c9c70;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c9c70' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #3c9c70;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25); }

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3c9c70; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #3c9c70; }

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25); }

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

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3c9c70; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3c9c70;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: 675px) {
    .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,
    .form-inline .custom-select {
      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;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

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

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

.btn-primary {
  color: #ffffff;
  background-color: #396377;
  border-color: #396377; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #2d4d5d;
    border-color: #284655; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #2d4d5d;
    border-color: #284655;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 122, 139, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(87, 122, 139, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #396377;
    border-color: #396377; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #284655;
    border-color: #243f4c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 122, 139, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(87, 122, 139, 0.5); }

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

.btn-success {
  color: #ffffff;
  background-color: #3c9c70;
  border-color: #3c9c70; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #31805c;
    border-color: #2e7756; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #31805c;
    border-color: #2e7756;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 171, 133, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(89, 171, 133, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #3c9c70;
    border-color: #3c9c70; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #2e7756;
    border-color: #2a6e4f; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 171, 133, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(89, 171, 133, 0.5); }

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

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

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

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

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

.btn-outline-primary {
  color: #396377;
  border-color: #396377; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #396377;
    border-color: #396377; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #396377;
    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: #ffffff;
    background-color: #396377;
    border-color: #396377; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.5); }

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

.btn-outline-success {
  color: #3c9c70;
  border-color: #3c9c70; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #3c9c70;
    border-color: #3c9c70; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #3c9c70;
    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: #ffffff;
    background-color: #3c9c70;
    border-color: #3c9c70; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.5); }

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -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: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -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;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    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: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -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: #396377;
  text-decoration: none; }
  .btn-link:hover {
    color: #203843;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -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: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -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),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

.btn-group-vertical {
  -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:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #396377;
    background-color: #396377; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #73a5bc; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #96bbcd;
    border-color: #96bbcd; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(57, 99, 119, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(57, 99, 119, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(57, 99, 119, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 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-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(57, 99, 119, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #73a5bc;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #73a5bc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(57, 99, 119, 0.25);
              box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #396377;
    border: 0;
    border-radius: 1rem;
    -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;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #96bbcd; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #396377;
    border: 0;
    border-radius: 1rem;
    -moz-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;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #96bbcd; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #396377;
    border: 0;
    border-radius: 1rem;
    -ms-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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #96bbcd; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -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;
  -o-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;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

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

@media (min-width: 380px) {
  .navbar-expand-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xs .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xs > .container,
    .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xs .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xs .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xs .navbar-toggler {
      display: none; } }

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

@media (min-width: 480px) {
  .navbar-expand-xsm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xsm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xsm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xsm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xsm > .container,
    .navbar-expand-xsm > .container-fluid, .navbar-expand-xsm > .container-sm, .navbar-expand-xsm > .container-md, .navbar-expand-xsm > .container-lg, .navbar-expand-xsm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xsm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xsm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xsm .navbar-toggler {
      display: none; } }

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

@media (min-width: 675px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 980px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1440px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

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

@media (min-width: 1650px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

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

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

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

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

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

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

.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: #ffffff;
  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 {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  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-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;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 675px) {
  .card-deck {
    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;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 675px) {
  .card-group {
    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; }
    .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:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

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

@media (min-width: 675px) {
  .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;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #396377;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #203843;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #396377;
  border-color: #396377; }

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #396377; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #284655; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 99, 119, 0.5); }

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #3c9c70; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #2e7756; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 156, 112, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -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); }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -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); }

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

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

.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 {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #1e333e;
  background-color: #d7e0e4;
  border-color: #c8d3d9; }
  .alert-primary hr {
    border-top-color: #b9c7cf; }
  .alert-primary .alert-link {
    color: #0d171c; }

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

.alert-success {
  color: #1f513a;
  background-color: #d8ebe2;
  border-color: #c8e3d7; }
  .alert-success hr {
    border-top-color: #b7dacb; }
  .alert-success .alert-link {
    color: #112c20; }

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

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

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

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

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

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #396377;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #396377;
    border-color: #396377; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 380px) {
  .list-group-horizontal-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xs > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xs > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xs > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xs > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 480px) {
  .list-group-horizontal-xsm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xsm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xsm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xsm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xsm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xsm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 675px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 980px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1650px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #1e333e;
  background-color: #c8d3d9; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1e333e;
    background-color: #b9c7cf; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #1e333e;
    border-color: #1e333e; }

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

.list-group-item-success {
  color: #1f513a;
  background-color: #c8e3d7; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1f513a;
    background-color: #b7dacb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #1f513a;
    border-color: #1f513a; }

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

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

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

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

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

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

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

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

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: 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;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .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: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem 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: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 675px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px; } }

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

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

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

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

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

.bg-success {
  background-color: #3c9c70 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #3c9c70 !important; }

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !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: 380px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 480px) {
  .d-xsm-none {
    display: none !important; }
  .d-xsm-inline {
    display: inline !important; }
  .d-xsm-inline-block {
    display: inline-block !important; }
  .d-xsm-block {
    display: block !important; }
  .d-xsm-table {
    display: table !important; }
  .d-xsm-table-row {
    display: table-row !important; }
  .d-xsm-table-cell {
    display: table-cell !important; }
  .d-xsm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

@media (min-width: 1650px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

.flex-row {
  -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; }

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
      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;
      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;
      align-self: stretch !important; }

@media (min-width: 380px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 480px) {
  .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xsm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xsm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xsm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xsm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xsm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xsm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xsm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xsm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xsm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 675px) {
  .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; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important; } }

@media (min-width: 980px) {
  .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; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .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; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important; } }

@media (min-width: 1440px) {
  .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; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important; } }

@media (min-width: 1650px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-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: 380px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     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: 380px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

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

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

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

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

.text-success {
  color: #3c9c70 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
      -ms-transform: rotate(var(--fa-rotate-angle, 0));
          transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

.fa-fill-drip {
  --fa: "\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138"; }

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

.fa-comment-alt {
  --fa: "\f27a"; }

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

.fa-compress-alt {
  --fa: "\f422"; }

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

.fa-file-alt {
  --fa: "\f15c"; }

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

.fa-dice-three {
  --fa: "\f527"; }

.fa-calendar-days {
  --fa: "\f073"; }

.fa-calendar-alt {
  --fa: "\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

.fa-door-open {
  --fa: "\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

.fa-atom {
  --fa: "\f5d2"; }

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

.fa-fingerprint {
  --fa: "\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e"; }

.fa-football {
  --fa: "\f44e"; }

.fa-football-ball {
  --fa: "\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

.fa-crop {
  --fa: "\f125"; }

.fa-angles-down {
  --fa: "\f103"; }

.fa-angle-double-down {
  --fa: "\f103"; }

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

.fa-beer {
  --fa: "\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

.fa-burn {
  --fa: "\f46a"; }

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

.fa-file-csv {
  --fa: "\f6dd"; }

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587"; }

.fa-grin-stars {
  --fa: "\f587"; }

.fa-bong {
  --fa: "\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

.fa-address-book {
  --fa: "\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

.fa-backward {
  --fa: "\f04a"; }

.fa-caret-right {
  --fa: "\f0da"; }

.fa-comments {
  --fa: "\f086"; }

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

.fa-blog {
  --fa: "\f781"; }

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

.fa-archive {
  --fa: "\f187"; }

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

.fa-globe-africa {
  --fa: "\f57c"; }

.fa-rainbow {
  --fa: "\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

.fa-cloud {
  --fa: "\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

.fa-flushed {
  --fa: "\f579"; }

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

.fa-gavel {
  --fa: "\f0e3"; }

.fa-legal {
  --fa: "\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131"; }

.fa-box-tissue {
  --fa: "\e05b"; }

.fa-motorcycle {
  --fa: "\f21c"; }

.fa-bell-concierge {
  --fa: "\f562"; }

.fa-concierge-bell {
  --fa: "\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

.fa-square-caret-right {
  --fa: "\f152"; }

.fa-caret-square-right {
  --fa: "\f152"; }

.fa-scissors {
  --fa: "\f0c4"; }

.fa-cut {
  --fa: "\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

.fa-tachograph-digital {
  --fa: "\f566"; }

.fa-digital-tachograph {
  --fa: "\f566"; }

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

.fa-helicopter {
  --fa: "\f533"; }

.fa-compass {
  --fa: "\f14e"; }

.fa-square-caret-down {
  --fa: "\f150"; }

.fa-caret-square-down {
  --fa: "\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

.fa-bars {
  --fa: "\f0c9"; }

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9"; }

.fa-square-up-right {
  --fa: "\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

.fa-film {
  --fa: "\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740"; }

.fa-headphones-simple {
  --fa: "\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f"; }

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

.fa-donate {
  --fa: "\f4b9"; }

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

.fa-flag {
  --fa: "\f024"; }

.fa-hanukiah {
  --fa: "\f6e6"; }

.fa-feather {
  --fa: "\f52d"; }

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

.fa-comment-slash {
  --fa: "\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743"; }

.fa-compress {
  --fa: "\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

.fa-ankh {
  --fa: "\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

.fa-square-check {
  --fa: "\f14a"; }

.fa-check-square {
  --fa: "\f14a"; }

.fa-peseta-sign {
  --fa: "\e221"; }

.fa-heading {
  --fa: "\f1dc"; }

.fa-header {
  --fa: "\f1dc"; }

.fa-ghost {
  --fa: "\f6e2"; }

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

.fa-cart-plus {
  --fa: "\f217"; }

.fa-gamepad {
  --fa: "\f11b"; }

.fa-circle-dot {
  --fa: "\f192"; }

.fa-dot-circle {
  --fa: "\f192"; }

.fa-face-dizzy {
  --fa: "\f567"; }

.fa-dizzy {
  --fa: "\f567"; }

.fa-egg {
  --fa: "\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

.fa-campground {
  --fa: "\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e"; }

.fa-futbol {
  --fa: "\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

.fa-gas-pump {
  --fa: "\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

.fa-edit {
  --fa: "\f044"; }

.fa-car-side {
  --fa: "\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

.fa-eye-slash {
  --fa: "\f070"; }

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

.fa-hand-paper {
  --fa: "\f256"; }

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

.fa-chevron-up {
  --fa: "\f077"; }

.fa-hand-spock {
  --fa: "\f259"; }

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589"; }

.fa-grin-tongue {
  --fa: "\f589"; }

.fa-chess-bishop {
  --fa: "\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c"; }

.fa-grin-wink {
  --fa: "\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4"; }

.fa-deaf {
  --fa: "\f2a4"; }

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

.fa-dice-five {
  --fa: "\f523"; }

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

.fa-grin-alt {
  --fa: "\f581"; }

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

.fa-bicycle {
  --fa: "\f206"; }

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062"; }

.fa-truck-medical {
  --fa: "\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

.fa-angle-right {
  --fa: "\f105"; }

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

.fa-capsules {
  --fa: "\f46b"; }

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a"; }

.fa-frown-open {
  --fa: "\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6"; }

.fa-bookmark {
  --fa: "\f02e"; }

.fa-align-justify {
  --fa: "\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

.fa-bullseye {
  --fa: "\f140"; }

.fa-bacon {
  --fa: "\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

.fa-folder {
  --fa: "\f07b"; }

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

.fa-file-medical-alt {
  --fa: "\f478"; }

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

.fa-dumpster {
  --fa: "\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

.fa-square-caret-left {
  --fa: "\f191"; }

.fa-caret-square-left {
  --fa: "\f191"; }

.fa-highlighter {
  --fa: "\f591"; }

.fa-key {
  --fa: "\f084"; }

.fa-bullhorn {
  --fa: "\f0a1"; }

.fa-globe {
  --fa: "\f0ac"; }

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

.fa-chart-area {
  --fa: "\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe"; }

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

.fa-ban {
  --fa: "\f05e"; }

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0"; }

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

.fa-cross {
  --fa: "\f654"; }

.fa-box {
  --fa: "\f466"; }

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e"; }

.fa-charging-station {
  --fa: "\f5e7"; }

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5"; }

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

.fa-blender-phone {
  --fa: "\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

.fa-heartbeat {
  --fa: "\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

.fa-crown {
  --fa: "\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

.fa-file-prescription {
  --fa: "\f572"; }

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

.fa-chess-knight {
  --fa: "\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa"; }

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

.fa-fire {
  --fa: "\f06d"; }

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

.fa-folder-open {
  --fa: "\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

.fa-city {
  --fa: "\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

.fa-headset {
  --fa: "\f590"; }

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f"; }

.fa-clipboard {
  --fa: "\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

.fa-file-upload {
  --fa: "\f574"; }

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

.fa-bath {
  --fa: "\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

.fa-bold {
  --fa: "\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

.fa-border-style {
  --fa: "\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

.fa-car-battery {
  --fa: "\f5df"; }

.fa-battery-car {
  --fa: "\f5df"; }

.fa-gift {
  --fa: "\f06b"; }

.fa-dice-two {
  --fa: "\f528"; }

.fa-chess-queen {
  --fa: "\f445"; }

.fa-glasses {
  --fa: "\f530"; }

.fa-chess-board {
  --fa: "\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

.fa-hand-rock {
  --fa: "\f255"; }

.fa-square-caret-up {
  --fa: "\f151"; }

.fa-caret-square-up {
  --fa: "\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

.fa-chart-bar {
  --fa: "\f080"; }

.fa-bar-chart {
  --fa: "\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e"; }

.fa-hands-wash {
  --fa: "\e05e"; }

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

.fa-crow {
  --fa: "\f520"; }

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

.fa-frog {
  --fa: "\f52e"; }

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b"; }

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

.fa-columns {
  --fa: "\f0db"; }

.fa-lemon {
  --fa: "\f094"; }

.fa-head-side-mask {
  --fa: "\e063"; }

.fa-handshake {
  --fa: "\f2b5"; }

.fa-gem {
  --fa: "\f3a5"; }

.fa-dolly {
  --fa: "\f472"; }

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c"; }

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

.fa-angle-double-right {
  --fa: "\f101"; }

.fa-cannabis {
  --fa: "\f55f"; }

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

.fa-ethernet {
  --fa: "\f796"; }

.fa-euro-sign {
  --fa: "\f153"; }

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

.fa-chair {
  --fa: "\f6c0"; }

.fa-circle-check {
  --fa: "\f058"; }

.fa-check-circle {
  --fa: "\f058"; }

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

.fa-compass-drafting {
  --fa: "\f568"; }

.fa-drafting-compass {
  --fa: "\f568"; }

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139"; }

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

.fa-certificate {
  --fa: "\f0a3"; }

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

.fa-funnel-dollar {
  --fa: "\f662"; }

.fa-camera-retro {
  --fa: "\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab"; }

.fa-file-import {
  --fa: "\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

.fa-box-open {
  --fa: "\f49e"; }

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

.fa-bomb {
  --fa: "\f1e2"; }

.fa-registered {
  --fa: "\f25d"; }

.fa-address-card {
  --fa: "\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

.fa-balance-scale-right {
  --fa: "\f516"; }

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

.fa-directions {
  --fa: "\f5eb"; }

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

.fa-crutch {
  --fa: "\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

.fa-candy-cane {
  --fa: "\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

.fa-file-word {
  --fa: "\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b"; }

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152"; }

.fa-greater-than-equal {
  --fa: "\f532"; }

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

.fa-atlas {
  --fa: "\f558"; }

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

.fa-archway {
  --fa: "\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6"; }

.fa-square {
  --fa: "\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000"; }

.fa-glass-martini {
  --fa: "\f000"; }

.fa-couch {
  --fa: "\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

.fa-church {
  --fa: "\f51d"; }

.fa-comments-dollar {
  --fa: "\f653"; }

.fa-democrat {
  --fa: "\f747"; }

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

.fa-feather-alt {
  --fa: "\f56b"; }

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

.fa-ad {
  --fa: "\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec"; }

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

.fa-filter {
  --fa: "\f0b0"; }

.fa-question {
  --fa: "\3f"; }

.fa-file-signature {
  --fa: "\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

.fa-code {
  --fa: "\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

.fa-chart-pie {
  --fa: "\f200"; }

.fa-pie-chart {
  --fa: "\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

.fa-file-excel {
  --fa: "\f1c3"; }

.fa-file-contract {
  --fa: "\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582"; }

.fa-grin-beam {
  --fa: "\f582"; }

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

.fa-hard-hat {
  --fa: "\f807"; }

.fa-hat-hard {
  --fa: "\f807"; }

.fa-eject {
  --fa: "\f052"; }

.fa-circle-right {
  --fa: "\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

.fa-chart-line {
  --fa: "\f201"; }

.fa-line-chart {
  --fa: "\f201"; }

.fa-mask-ventilator {
  --fa: "\e524"; }

.fa-arrow-right {
  --fa: "\f061"; }

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

.fa-cash-register {
  --fa: "\f788"; }

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

.fa-heart {
  --fa: "\f004"; }

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794"; }

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

.fa-cocktail {
  --fa: "\f561"; }

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

.fa-cube {
  --fa: "\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

.fa-circle {
  --fa: "\f111"; }

.fa-backward-fast {
  --fa: "\f049"; }

.fa-fast-backward {
  --fa: "\f049"; }

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

.fa-basketball-ball {
  --fa: "\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

.fa-clipboard-check {
  --fa: "\f46c"; }

.fa-file-audio {
  --fa: "\f1c7"; }

.fa-burger {
  --fa: "\f805"; }

.fa-hamburger {
  --fa: "\f805"; }

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

.fa-file-image {
  --fa: "\f1c5"; }

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb"; }

.fa-code-branch {
  --fa: "\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0"; }

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

.fa-cat {
  --fa: "\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

.fa-comment-medical {
  --fa: "\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

.fa-forward-fast {
  --fa: "\f050"; }

.fa-fast-forward {
  --fa: "\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474"; }

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

.fa-bus-alt {
  --fa: "\f55e"; }

.fa-eye {
  --fa: "\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

.fa-audio-description {
  --fa: "\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

.fa-file-code {
  --fa: "\f1c9"; }

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

.fa-bus {
  --fa: "\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

.fa-frown {
  --fa: "\f119"; }

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

.fa-balance-scale-left {
  --fa: "\f515"; }

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad"; }

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

.fa-face-grin-squint {
  --fa: "\f585"; }

.fa-grin-squint {
  --fa: "\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695"; }

.fa-bacterium {
  --fa: "\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a"; }

.fa-hand-scissors {
  --fa: "\f257"; }

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

.fa-biohazard {
  --fa: "\f780"; }

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

.fa-face-grin-tears {
  --fa: "\f588"; }

.fa-grin-tears {
  --fa: "\f588"; }

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

.fa-calendar-times {
  --fa: "\f273"; }

.fa-child-reaching {
  --fa: "\e59d"; }

.fa-head-side-virus {
  --fa: "\e064"; }

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

.fa-door-closed {
  --fa: "\f52a"; }

.fa-shield-virus {
  --fa: "\e06c"; }

.fa-dice-six {
  --fa: "\f526"; }

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

.fa-book-medical {
  --fa: "\f7e6"; }

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

.fa-cubes {
  --fa: "\f1b3"; }

.fa-divide {
  --fa: "\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

.fa-headphones {
  --fa: "\f025"; }

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

.fa-arrow-left {
  --fa: "\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

.fa-align-left {
  --fa: "\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1"; }

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

.fa-file-video {
  --fa: "\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d"; }

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1"; }

.fa-book-bible {
  --fa: "\f647"; }

.fa-bible {
  --fa: "\f647"; }

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

.fa-female {
  --fa: "\f182"; }

.fa-comment-dollar {
  --fa: "\f651"; }

.fa-business-time {
  --fa: "\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3"; }

.fa-child {
  --fa: "\f1ae"; }

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

.fa-comment {
  --fa: "\f075"; }

.fa-cake-candles {
  --fa: "\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd"; }

.fa-cake {
  --fa: "\f1fd"; }

.fa-envelope {
  --fa: "\f0e0"; }

.fa-angles-up {
  --fa: "\f102"; }

.fa-angle-double-up {
  --fa: "\f102"; }

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

.fa-border-none {
  --fa: "\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b"; }

.fa-camera {
  --fa: "\f030"; }

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1"; }

.fa-water {
  --fa: "\f773"; }

.fa-calendar-check {
  --fa: "\f274"; }

.fa-braille {
  --fa: "\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b"; }

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

.fa-check-double {
  --fa: "\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

.fa-cookie {
  --fa: "\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

.fa-hdd {
  --fa: "\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586"; }

.fa-dumbbell {
  --fa: "\f44b"; }

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271"; }

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359"; }

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

.fa-crop-alt {
  --fa: "\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

.fa-dna {
  --fa: "\f471"; }

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

.fa-chess {
  --fa: "\f439"; }

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-gear {
  --fa: "\f013"; }

.fa-cog {
  --fa: "\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

.fa-clock {
  --fa: "\f017"; }

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

.fa-faucet {
  --fa: "\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

.fa-caret-down {
  --fa: "\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

.fa-battery-half {
  --fa: "\f242"; }

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

.fa-coins {
  --fa: "\f51e"; }

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

.fa-hamsa {
  --fa: "\f665"; }

.fa-cent-sign {
  --fa: "\e3f5"; }

.fa-flask {
  --fa: "\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

.fa-ellipsis-v {
  --fa: "\f142"; }

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

.fa-flag-usa {
  --fa: "\f74d"; }

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

.fa-closed-captioning {
  --fa: "\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec"; }

.fa-hiking {
  --fa: "\f6ec"; }

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

.fa-calculator {
  --fa: "\f1ec"; }

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

.fa-download {
  --fa: "\f019"; }

.fa-face-grin {
  --fa: "\f580"; }

.fa-grin {
  --fa: "\f580"; }

.fa-delete-left {
  --fa: "\f55a"; }

.fa-backspace {
  --fa: "\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

.fa-forward {
  --fa: "\f04e"; }

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

.fa-align-center {
  --fa: "\f037"; }

.fa-book-skull {
  --fa: "\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7"; }

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

.fa-calendar-week {
  --fa: "\f784"; }

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

.fa-file-medical {
  --fa: "\f477"; }

.fa-dice-one {
  --fa: "\f525"; }

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519"; }

.fa-broadcast-tower {
  --fa: "\f519"; }

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

.fa-compact-disc {
  --fa: "\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d"; }

.fa-file-download {
  --fa: "\f56d"; }

.fa-caravan {
  --fa: "\f8ff"; }

.fa-shield-cat {
  --fa: "\e572"; }

.fa-bolt {
  --fa: "\f0e7"; }

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

.fa-guitar {
  --fa: "\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

.fa-angle-down {
  --fa: "\f107"; }

.fa-car-tunnel {
  --fa: "\e4de"; }

.fa-head-side-cough {
  --fa: "\e061"; }

.fa-grip-lines {
  --fa: "\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

.fa-ellipsis-h {
  --fa: "\f141"; }

.fa-chess-pawn {
  --fa: "\f443"; }

.fa-kit-medical {
  --fa: "\f479"; }

.fa-first-aid {
  --fa: "\f479"; }

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

.fa-bug {
  --fa: "\f188"; }

.fa-credit-card {
  --fa: "\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa-car {
  --fa: "\f1b9"; }

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da"; }

.fa-book-reader {
  --fa: "\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

.fa-bed {
  --fa: "\f236"; }

.fa-square-h {
  --fa: "\f0fd"; }

.fa-h-square {
  --fa: "\f0fd"; }

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

.fa-bell {
  --fa: "\f0f3"; }

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

.fa-file {
  --fa: "\f15b"; }

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

.fa-arrow-down {
  --fa: "\f063"; }

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

.fa-eraser {
  --fa: "\f12d"; }

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

.fa-globe-americas {
  --fa: "\f57d"; }

.fa-person-burst {
  --fa: "\e53b"; }

.fa-dove {
  --fa: "\f4ba"; }

.fa-battery-empty {
  --fa: "\f244"; }

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

.fa-envelope-open-text {
  --fa: "\f658"; }

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

.fa-chess-rook {
  --fa: "\f447"; }

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

.fa-dharmachakra {
  --fa: "\f655"; }

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

.fa-blind {
  --fa: "\f29d"; }

.fa-drum {
  --fa: "\f569"; }

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

.fa-fax {
  --fa: "\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

.fa-boxes {
  --fa: "\f468"; }

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2"; }

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

.fa-font {
  --fa: "\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

.fa-diagnoses {
  --fa: "\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

.fa-chevron-down {
  --fa: "\f078"; }

.fa-battery-full {
  --fa: "\f240"; }

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

.fa-chess-king {
  --fa: "\f43f"; }

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

.fa-arrow-up {
  --fa: "\f062"; }

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1"; }

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

.fa-fish {
  --fa: "\f578"; }

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

.fa-adjust {
  --fa: "\f042"; }

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

.fa-baseball-ball {
  --fa: "\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

.fa-copy {
  --fa: "\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d"; }

.fa-grip {
  --fa: "\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d"; }

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

.fa-expand {
  --fa: "\f065"; }

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c"; }

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

.fa-baby {
  --fa: "\f77c"; }

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

.fa-copyright {
  --fa: "\f1f9"; }

.fa-equals {
  --fa: "\3d"; }

.fa-blender {
  --fa: "\f517"; }

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

.fa-folder-minus {
  --fa: "\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6"; }

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

.fa-fill {
  --fa: "\f575"; }

.fa-angle-up {
  --fa: "\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa"; }

.fa-chevron-left {
  --fa: "\f053"; }

.fa-bacteria {
  --fa: "\e059"; }

.fa-hand-lizard {
  --fa: "\f258"; }

.fa-notdef {
  --fa: "\e1fe"; }

.fa-disease {
  --fa: "\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469"; }

.fa-genderless {
  --fa: "\f22d"; }

.fa-chevron-right {
  --fa: "\f054"; }

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

.fa-car-alt {
  --fa: "\f5de"; }

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243"; }

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d"; }

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806"; }

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

.fa-hammer {
  --fa: "\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b"; }

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

.fa-cogs {
  --fa: "\f085"; }

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584"; }

.fa-grin-hearts {
  --fa: "\f584"; }

.fa-dice-four {
  --fa: "\f524"; }

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

.fa-award {
  --fa: "\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

.fa-building {
  --fa: "\f1ad"; }

.fa-angles-left {
  --fa: "\f100"; }

.fa-angle-double-left {
  --fa: "\f100"; }

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583"; }

.fa-file-export {
  --fa: "\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450"; }

.fa-golf-ball {
  --fa: "\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

.fa-dog {
  --fa: "\f6d3"; }

.fa-carrot {
  --fa: "\f787"; }

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

.fa-cheese {
  --fa: "\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

.fa-biking {
  --fa: "\f84a"; }

.fa-broom {
  --fa: "\f51a"; }

.fa-shield-heart {
  --fa: "\e574"; }

.fa-gopuram {
  --fa: "\f664"; }

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

.fa-expand-alt {
  --fa: "\f424"; }

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

.fa-hippo {
  --fa: "\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

.fa-fan {
  --fa: "\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c"; }

.fa-calendar {
  --fa: "\f133"; }

.fa-trailer {
  --fa: "\e041"; }

.fa-bahai {
  --fa: "\f666"; }

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

.fa-dragon {
  --fa: "\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

.fa-clone {
  --fa: "\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4"; }

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

.fa-anchor {
  --fa: "\f13d"; }

.fa-border-all {
  --fa: "\f84c"; }

.fa-face-angry {
  --fa: "\f556"; }

.fa-angry {
  --fa: "\f556"; }

.fa-cookie-bite {
  --fa: "\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e"; }

.fa-balance-scale {
  --fa: "\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

.fa-book {
  --fa: "\f02d"; }

.fa-user-plus {
  --fa: "\f234"; }

.fa-check {
  --fa: "\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241"; }

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

.fa-angle-left {
  --fa: "\f104"; }

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

.fa-fist-raised {
  --fa: "\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1"; }

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

.fa-book-open {
  --fa: "\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071"; }

.fa-warning {
  --fa: "\f071"; }

.fa-database {
  --fa: "\f1c0"; }

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

.fa-exchange-alt {
  --fa: "\f362"; }

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

.fa-dungeon {
  --fa: "\f6d9"; }

.fa-align-right {
  --fa: "\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

.fa-calendar-day {
  --fa: "\f783"; }

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

.fa-grimace {
  --fa: "\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

.fa-square-envelope {
  --fa: "\f199"; }

.fa-envelope-square {
  --fa: "\f199"; }

.fa-dice {
  --fa: "\f522"; }

.fa-bowling-ball {
  --fa: "\f436"; }

.fa-brain {
  --fa: "\f5dc"; }

.fa-bandage {
  --fa: "\f462"; }

.fa-band-aid {
  --fa: "\f462"; }

.fa-calendar-minus {
  --fa: "\f272"; }

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

.fa-gifts {
  --fa: "\f79c"; }

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

.fa-globe-asia {
  --fa: "\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

.fa-allergies {
  --fa: "\f461"; }

.fa-file-invoice {
  --fa: "\f570"; }

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

.fa-coffee {
  --fa: "\f0f4"; }

.fa-brush {
  --fa: "\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

.fa-bone {
  --fa: "\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

.fa-barcode {
  --fa: "\f02a"; }

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d"; }

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf"; }

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

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

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }

.container-custom, body > header .wrap, .section__help-tool {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.shadow--down_left {
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1); }

.shadow--down_right {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); }

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

.simple-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 1rem; }
  @media (max-width: 1199px) {
    .simple-header .container {
      padding: 3rem 1.5rem 1rem; } }
  @media (max-width: 979px) {
    .simple-header .container {
      padding: 0 1.5rem 2rem; } }

.simple-header .heading {
  z-index: 1;
  --iconWidth: 8rem;
  padding-left: calc(var(--iconWidth) / 2);
  margin-right: auto; }

@media (max-width: 1649px) and (min-width: 1200px) {
  .simple-header .heading {
    padding-left: calc((var(--iconWidth) / 2) + 1.5rem); } }
  @media (max-width: 1199px) {
    .simple-header .heading {
      padding: 0; } }
  @media (max-width: 979px) {
    .simple-header .heading {
      display: grid;
      margin: 0 -1.5rem;
      width: 100vw; } }
  .simple-header .heading h1 {
    padding: 3rem 4.5rem;
    background: #3c9c70;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1;
    margin: 0; }
    @media (max-width: 1439px) {
      .simple-header .heading h1 {
        padding: 3.5rem 4rem; } }
    @media (max-width: 1199px) {
      .simple-header .heading h1 {
        padding: 2.5rem 3rem;
        font-size: 3.5rem; } }
    @media (max-width: 979px) {
      .simple-header .heading h1 {
        padding: 2.5rem 3rem;
        font-size: 3.25rem; } }
    @media (max-width: 674px) {
      .simple-header .heading h1 {
        font-size: 3rem; } }
    @media (max-width: 479px) {
      .simple-header .heading h1 {
        padding: 2rem 1.5rem;
        font-size: 2.8rem; } }
    .simple-header .heading h1::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: var(--iconWidth);
      height: calc(var(--iconWidth) * .75);
      background: #ff9210;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .simple-header .heading h1::after {
          display: none;
          content: none; } }

.chevron-up, .simple-header .heading h1::after {
  -webkit-clip-path: polygon(50% 0%, 100% 66.66%, 75% 100%, 50% 66.66%, 25% 100%, 0% 66.66%);
          clip-path: polygon(50% 0%, 100% 66.66%, 75% 100%, 50% 66.66%, 25% 100%, 0% 66.66%); }

.chevron-right {
  -webkit-clip-path: polygon(33.33% 0%, 100% 50%, 33.33% 100%, 0% 75%, 33.33% 50%, 0% 25%);
          clip-path: polygon(33.33% 0%, 100% 50%, 33.33% 100%, 0% 75%, 33.33% 50%, 0% 25%); }

.chevron-left {
  -webkit-clip-path: polygon(66.66% 0%, 100% 25%, 66.66% 50%, 100% 75%, 66.66% 100%, 0% 50%);
          clip-path: polygon(66.66% 0%, 100% 25%, 66.66% 50%, 100% 75%, 66.66% 100%, 0% 50%); }

/*
@import "home";
@import "interior";
@import "blog";
@import "typography";
@import "search";
@import "tfa-resets";
@import "mmrp";
@import "annual-report-2021";
@import "annual-report-2022";
@import "press-release";
*/
/* oak park css */
/* Compiled oc_wizard from oak park website */
.grid {
  margin: 0 -1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid:after {
  clear: both;
  content: "";
  display: table; }

.grid-pad {
  padding: 15px; }

[class*=" col-"], [class^="col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1%;
  padding-left: 1%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.6667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333%; }

.col-xs-5 {
  width: 41.6667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333%; }

.col-xs-8 {
  width: 66.6667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333%; }

.col-xs-11 {
  width: 91.6667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 480px) {
  .col-s-1 {
    width: 8.33333%; }
  .col-s-2 {
    width: 16.6667%; }
  .col-s-3 {
    width: 25%; }
  .col-s-4 {
    width: 33.3333%; }
  .col-s-5 {
    width: 41.6667%; }
  .col-s-6 {
    width: 50%; }
  .col-s-7 {
    width: 58.3333%; }
  .col-s-8 {
    width: 66.6667%; }
  .col-s-9 {
    width: 75%; }
  .col-s-10 {
    width: 83.3333%; }
  .col-s-11 {
    width: 91.6667%; }
  .col-s-12 {
    width: 100%; }
  .grid-pad-s {
    padding: 15px; } }

@media (min-width: 768px) {
  .col-m-1 {
    width: 8.33333%; }
  .col-m-2 {
    width: 16.6667%; }
  .col-m-3 {
    width: 25%; }
  .col-m-4 {
    width: 33.3333%; }
  .col-m-5 {
    width: 41.6667%; }
  .col-m-6 {
    width: 50%; }
  .col-m-7 {
    width: 58.3333%; }
  .col-m-8 {
    width: 66.6667%; }
  .col-m-9 {
    width: 75%; }
  .col-m-10 {
    width: 83.3333%; }
  .col-m-11 {
    width: 91.6667%; }
  .col-m-12 {
    width: 100%; }
  .grid-pad-m {
    padding: 15px; } }

.grid-overlay-container {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 100%; }

.grid-overlay {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
  height: 10000px;
  z-index: 10000; }

.grid-overlay .col-xs-1 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFBBBB;
  height: 10000px;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: 0.2; }
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.6667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333%; }
  .col-lg-5 {
    width: 41.6667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333%; }
  .col-lg-8 {
    width: 66.6667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333%; }
  .col-lg-11 {
    width: 91.6667%; }
  .col-lg-12 {
    width: 100%; }
  .grid-pad-lg {
    padding: 15px; } }
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

*:focus {
  outline: 1px dashed;
  outline-offset: -2px; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html, button, input, select, textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

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

a, a:visited {
  text-decoration: underline;
  color: #006BB7;
  -webkit-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s; }

a:hover, a:focus {
  text-decoration: none; }

h1 {
  font-size: 2em;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0.67em 0; }

h1 a {
  color: #000000; }

h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0.83em 0; }

h2 a {
  color: #000000; }

h3 {
  font-size: 1.17em;
  font-weight: bold;
  color: #000000;
  margin: 0 0 1em 0; }

h3 a {
  color: #000000; }

h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 1.33em 0; }

h5 {
  font-size: 0.83em;
  font-weight: bold;
  color: #000000;
  margin: 0 0 1.67em 0; }

h5 a {
  color: #000000; }

h6 {
  font-size: 0.67em;
  font-style: italic;
  color: #000000;
  margin: 0 0 2.33em 0; }

h6 a {
  color: #000000; }

table.sc-responsive-table th, table.sc-responsive-table-heading th {
  font-weight: bold; }

table.sc-responsive-table td, table.sc-responsive-table th, table.sc-responsive-table-heading td, table.sc-responsive-table-heading th {
  padding: 9px 10px;
  text-align: left; }

table.sc-responsive-table, table.sc-responsive-table-heading {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  margin: 0 0 18px; }

table.sc-responsive-table thead, table.sc-responsive-table tfoot, table.sc-responsive-table-heading thead, table.sc-responsive-table-heading tfoot {
  background: none repeat scroll 0 0 #F5F5F5; }

table.sc-responsive-table thead tr th, table.sc-responsive-table tfoot tr th, table.sc-responsive-table tbody tr td, table.sc-responsive-table tr td, table.sc-responsive-table tfoot tr td, table.sc-responsive-table-heading thead tr th, table.sc-responsive-table-heading tfoot tr th, table.sc-responsive-table-heading tbody tr td, table.sc-responsive-table-heading tr td, table.sc-responsive-table-heading tfoot tr td {
  line-height: 18px;
  text-align: left; }

table.sc-responsive-table thead tr th, table.sc-responsive-table tfoot tr td, table.sc-responsive-table-heading thead tr th, table.sc-responsive-table-heading tfoot tr td {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px; }

table.sc-responsive-table thead tr th:first-child, table.sc-responsive-table tfoot tr td:first-child, table.sc-responsive-table-heading thead tr th:first-child, table.sc-responsive-table-heading tfoot tr td:first-child {
  border-left: medium none; }

table.sc-responsive-table thead tr th:last-child, table.sc-responsive-table tfoot tr td:last-child, table.sc-responsive-table-heading thead tr th:last-child, table.sc-responsive-table-heading tfoot tr td:last-child {
  border-right: medium none; }

table.sc-responsive-table tbody tr.even, table.sc-responsive-table tbody tr.alt, table.sc-responsive-table-heading tbody tr.even, table.sc-responsive-table-heading tbody tr.alt {
  background: none repeat scroll 0 0 #F9F9F9; }

table.sc-responsive-table tbody tr:nth-child(2n), table.sc-responsive-table-heading tbody tr:nth-child(2n) {
  background: none repeat scroll 0 0 #F9F9F9; }

table.sc-responsive-table tbody tr td, table.sc-responsive-table-heading tbody tr td {
  border: medium none;
  color: #333333;
  padding: 9px 10px;
  vertical-align: top; }

a.styled-button {
  border: medium none;
  border-radius: 0;
  line-height: 28px;
  padding: 2px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 0;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s; }

.emphasis-box-1 {
  border-left: 5px solid #626262;
  padding-left: 15px;
  display: inline-block; }

.emphasis-box-2 {
  background-color: #f8f8f8;
  padding: 20px;
  display: inline-block; }

.pop_glossary {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none; }
html, button, input, select, textarea {
  font-family: "arboria",sans-serif; }

body {
  font-size: 1em;
  color: #1F1F1F;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll; }

@media (min-width: 768px) {
  body {
    font-size: 1em; } }

@media (min-width: 992px) {
  body {
    font-size: 1em; } }

p, pre {
  font-family: inherit;
  font-size: 1.125em;
  font-weight: 300;
  color: #1F1F1F;
  margin: 0px 0px 20px 0px;
  font-style: normal; }

h1 {
  font-family: inherit;
  font-size: 2.375em;
  font-weight: bold;
  color: #003E16;
  margin: 0px 0px 20px 0px;
  font-style: normal; }

h1 a {
  color: #003E16; }

h2 {
  font-family: inherit;
  font-size: 2em;
  font-weight: bold;
  color: #003E16;
  margin: 0px 0px 20px 0px;
  font-style: normal; }

h2 a {
  color: #003E16; }

h3 {
  font-family: inherit;
  font-size: 2.375em;
  font-weight: bold;
  color: #003E16;
  margin: 0px 0px 10px 0px;
  font-style: normal; }

h3 a {
  color: #003E16; }

h4 {
  font-family: inherit;
  font-size: 1.5em;
  font-weight: bold;
  color: #003E16;
  margin: 0px 0px 10px 0px;
  font-style: normal; }

h4 a {
  color: #003E16; }

h5 {
  font-family: inherit;
  font-size: 1.375em;
  font-weight: bold;
  color: #003E16;
  margin: 0px 0px 10px 0px;
  font-style: normal; }

h5 a {
  color: #003E16; }

h6 {
  font-family: inherit;
  font-size: 1.125em;
  font-weight: bold;
  color: #003E16;
  margin: 0px 0px 10px 0px;
  font-style: normal; }

h6 a {
  color: #003E16; }

a {
  text-decoration: underline;
  color: #09692D; }

a:visited {
  text-decoration: underline;
  color: #003E16; }

a:hover, a:focus {
  text-decoration: none;
  color: #09692D; }

ul {
  list-style-position: outside;
  list-style-type: disc;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 20px; }

ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 20px; }

table.sc-responsive-table {
  margin: 0 0 20px;
  border: 1px solid #CECECE; }

table.sc-responsive-table thead tr th {
  background-color: #003E16;
  padding: 18px 35px 18px 35px;
  text-align: left;
  font-size: 1.375em;
  font-family: inherit;
  color: #fff;
  font-weight: bold;
  vertical-align: top; }

table.sc-responsive-table tbody tr td {
  background-color: #E8F2E2;
  padding: 22px 35px 22px 35px;
  text-align: left;
  font-size: 1.125em;
  font-family: inherit;
  color: #5C5C5C;
  font-weight: normal;
  vertical-align: top; }

table.sc-responsive-table tbody tr:nth-child(2n) td {
  background-color: #fff;
  color: #5C5C5C; }

table.sc-responsive-table tr td, table.sc-responsive-table tbody tr td, table.sc-responsive-table tr th, table.sc-responsive-table thead tr th {
  border-left: 1px solid #CECECE; }

table.sc-responsive-table tr {
  border-bottom: 1px solid #CECECE; }

table.sc-responsive-table tr td:first-child, table.sc-responsive-table tbody tr td:first-child, table.sc-responsive-table tr th:first-child, table.sc-responsive-table thead tr th:first-child {
  border-left: none; }

table.sc-responsive-table tbody tr:last-child {
  border-bottom: none; }

.emphasis-box-1 {
  border-left: 6px solid #09692D;
  padding-left: 46px; }

.emphasis-box-2 {
  background-color: #E8F2E2;
  padding: 20px 20px 20px 20px; }
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.system-announcement-message-title {
  display: inline-block; }

.system-announcement-content {
  text-align: center; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.featured-site-section-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.main-container iframe {
  max-width: 100%; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  font-size: inherit; }

.invisible {
  visibility: hidden; }

.oc-keyboard-focus, .oc-keyboard-focus-important {
  outline: 2px solid blue !important; }

.oc-keyboard-focus-important {
  opacity: 1;
  z-index: 99;
  background-color: yellow !important; }

.map-container.oc-keyboard-focus, .multipoint-map.oc-keyboard-focus, .gmap-target.oc-keyboard-focus {
  background-color: #E5E3DF !important; }

.oc-keyboard-focus :focus, .no-outline, .no-outline a {
  outline: none; }

.oc-outline {
  outline: thin dotted; }

.oc-outline-negative-indent {
  outline: thin dotted;
  outline-offset: -5px; }

.oc-container {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

address {
  font-style: normal; }

#skip-to-content-link:focus {
  color: #fff;
  background-color: #000000;
  padding: 5px;
  display: inline;
  line-height: 1px; }

button, html input[type="button"], input[type="reset"], input[type="submit"], .styled-button, a.styled-button, a.styled-button:visited {
  border: medium none;
  border-radius: 0;
  line-height: 28px;
  padding: 2px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 0;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s; }

.all-caps {
  text-transform: uppercase; }

.module {
  background: none repeat scroll 0 0 #EEEEEE;
  padding: 1%; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

html.js .no-js-element {
  display: none !important; }

html.no-js .js-element {
  display: none !important; }

.print-element {
  display: none; }

.main-outer-container, .header-container, .footer-container, .navigation-container {
  margin: 0 auto;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden; }

.content-template-oc-site-login .footer-outer-container {
  display: none; }

.js .side-menu .header-container {
  overflow: visible; }

.layout-modern.content-type-oc-profile .content-outer-container {
  padding-left: 0;
  padding-right: 0; }

.main-container {
  padding: 0 15px; }

.main-container > .related-information-section {
  clear: both; }

.main-container img {
  max-width: 100%; }

.main-container .main-page-image {
  width: 100%;
  margin: 0 0 25px 0; }

.header-website-settings {
  text-align: right;
  margin-right: 10px; }

.layout-modern .header-website-settings {
  float: right; }

.header-site-logo {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px; }

.header-layout-1 .header-site-logo, .header-layout-2 .header-site-logo, .header-layout-3 .header-site-logo, .header-layout-4 .header-site-logo {
  float: left;
  z-index: 95;
  position: relative; }

.header-site-logo > a {
  display: block;
  color: #fff; }

.header-site-logo img {
  width: 200px; }

.sc-search-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.sc-search-text {
  padding: 5px;
  width: 70%; }

.sc-search-button {
  width: 30%; }

.sc-search-panel {
  padding: 10px; }

.scSearchInputOption input, .scSearchInputOption label {
  float: right;
  margin-right: 15px;
  width: auto; }

.scSearchInputOption input {
  margin-top: 14px; }

.mobile-search-btn {
  background-color: transparent;
  float: right; }

.site-search-always-visble .mobile-search-btn {
  display: none; }

.mobile-search-btn > button, .mobile-search-btn > button:hover, .mobile-search-btn > button:focus {
  background-color: transparent;
  color: #000000;
  line-height: 1; }

.mobile-search-btn button i {
  position: relative;
  display: block;
  border-radius: 40px;
  height: 20px;
  width: 20px;
  border: 2px solid #000000;
  content: " "; }

.mobile-search-btn button i:after {
  content: "";
  height: 4px;
  width: 10px;
  background: #000000;
  position: absolute;
  top: 15px;
  left: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

#back-to-top {
  width: 90px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 0.8em;
  z-index: 1000; }

html.js #back-to-top {
  position: fixed;
  bottom: 30px;
  width: 45px;
  right: -45px;
  border-radius: 3px; }

#back-to-top i {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  display: block;
  margin-bottom: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

html.js #back-to-top i {
  margin-left: 0px; }

.header-search-control-container {
  display: none; }

.site-search-always-visble .header-search-control-container {
  display: block; }

.header-website-settings a {
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  width: 100%; }

ul.footer-links {
  list-style: none outside none;
  padding: 0; }

.footer-container h3 {
  margin-top: 1em; }

.content-outer-container, .footer-outer-container, .background-container {
  position: relative; }

.image-fade {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0; }

.image-fade img {
  width: 100%;
  position: relative;
  visibility: hidden; }

#breadcrumbs-container {
  padding: 15px; }

#sub-navigation-container {
  display: none; }

#predictiveResults {
  display: none;
  text-align: left;
  z-index: 10001; }

#predictiveResults div.search-loading {
  padding: 15px; }

#predictiveResults li, #predictiveResults ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

#predictiveResults a {
  text-decoration: none;
  display: block;
  padding: 10px; }

#predictiveResults a.search-view-more:hover, #predictiveResults a.search-view-more:focus, #predictiveResults a.search-view-more.itemSelected, #predictiveResults a:hover h2, #predictiveResults a:focus h2, #predictiveResults a.itemSelected h2 {
  text-decoration: underline; }

#predictiveResults > p {
  padding: 20px 25px;
  margin-bottom: 0; }

.accordion-trigger {
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px; }

.no-js .accordion-trigger {
  display: none; }

.accordion-trigger.minutes-trigger, .accordion-trigger.contains-heading {
  position: relative; }

.accordion-list-container {
  width: 100%; }

.accordion-list-item-container {
  margin-bottom: 20px; }

.accordion-list-container .accordion-item-header a {
  display: block;
  overflow: hidden;
  padding: 20px 45px 20px 20px;
  text-decoration: none; }

.accordion-item-body {
  padding: 20px; }

.accordion-item-header .item-text {
  margin-bottom: 0; }

.oc-fee-left {
  width: 60%;
  display: inline-block;
  vertical-align: top; }

.oc-fee-right {
  width: 35%;
  display: inline-block;
  text-align: right;
  vertical-align: top; }

.oc-fee-content {
  padding: 20px; }

.oc-fee-text-container {
  text-decoration: none; }

.accordion-list-container .accordion-item-header .item-text.oc-fee-text-container {
  font-weight: normal; }

.accordion-list-container .accordion-item-header .item-text.oc-fee-text-container .oc-fee-name {
  font-weight: bold; }

.os-high-contrast .oc-accordion-head {
  padding-right: 25px; }

.os-high-contrast .accordion-trigger i {
  display: none; }

.os-high-contrast .header-site-logo a {
  background-image: none; }

.os-high-contrast .accordion-trigger .visuallyhidden, .os-high-contrast .header-site-logo .visuallyhidden {
  border: inherit;
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: inherit;
  width: inherit;
  font-size: inherit; }

.os-high-contrast .accordion-trigger .visuallyhidden, .os-high-contrast .add-to-calendar-header h2 .visuallyhidden, .os-high-contrast .accordion-item-header .item-text .visuallyhidden {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: 40%;
  height: auto;
  background: #000000;
  border: 1px solid #FFFF00;
  color: #FFFF00;
  text-align: center;
  padding: 5px; }

.os-high-contrast h2 .accordion-trigger .visuallyhidden {
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0; }

.os-high-contrast .search-filter-header h2, .os-high-contrast .oc-accordion-head h2, .os-high-contrast .add-to-calendar-header h2, .os-high-contrast .accordion-item-header .item-text {
  padding-right: 40%; }

.map-legend {
  margin: 10px 0;
  padding: 10px;
  float: left;
  width: 100%; }

.map-legend ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.map-legend li {
  margin-bottom: 10px;
  font-size: 16px; }

.map-legend li img {
  margin-right: 10px;
  float: left;
  width: 22px; }

.map-legend li span {
  float: left;
  width: calc(100% - 32px);
  line-height: 1.2; }

.meeting-document-info a {
  display: block;
  margin-bottom: 10px;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none; }

.meeting-document-info a.document {
  background-image: none;
  padding: 10px 5px; }

.ajax-accordion .accordion-item-body > .loader {
  display: block;
  height: 6em;
  margin: 16px 0;
  background-repeat: no-repeat;
  background-position: center center; }

.ajax-accordion .accordion-item-body.loading > .loader {
  background-image: url("data:image/gif;base64,R0lGODlhEgASAKIHAOrq6vz7/NTU1J+fn7u8u3d3d/Ty9P///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAHACwAAAAAEgASAAADSni6KsRwCaHIOzY2YvAzxRUFBJUNQ8cAQHA4hgCAH6oAU6sqBlmEi5hgtwAUBoCR5pAMzlpLwe9omBmIDOnguOx6v+CweEwumw8JACH5BAkJAAcALAAAAAASABIAAANPeLoKwHAZo4SoNx4DwrEbkUWBcwCXQHja1k2GeAQEQbKKEQjDMLa5AYEChBCLEEBPiKwsbc1j81QYPJqAWKEABQKqm15ze51+C9OFOK1JAAAh+QQJCQAHACwAAAAAEgASAAADTXi63P7KGPgCmLQBEDKzkwV4R2AJwkgGKEaWLwMIBPoCdf26+0DwC4uMNRgIHIQCKqU8GAgETaFwKAwOSeBi0CweAIXow6ogY8UZHyQBACH5BAkJAAcALAAAAAASABIAAANEeLrc/jDKSau9GI7CBQyAEW6b94BGygCfA2xsYwhCsBAcATIGSMeDgeGAA4UIHp9sQCA2BToIbkgYHAxIadOpoFGyjwQAIfkECQkABwAsAAAAABIAEgAAA014utx+g7x5SgHUGZvVGAZ0dYRFGFh3AMOoLin5DcJLfET9LuFu3L2O4CMIBA+BgCMXEpwMhgDg2PjVBDUAQPlwNjFS6gKrAOigKvMkAQAh+QQJCQAHACwAAAAAEgASAAADTXi6OsNwEdLecVGRYk55wpcdBmYWAjR1xAAIsAgJjhAAjNBFQbuPkR/wABMQcEOFEYZMMgLORQAGdb4EgEB1+IIastHDren8bsvCsDMBADs="); }

.ajax-accordion .accordion-item-body {
  display: none; }

.ajax-accordion .accordion-item-body.initialised {
  display: block; }

.resulthighlight {
  font-weight: bold; }

.meeting-document > .meeting-folder, .meeting-document > .meeting-attachments {
  padding: 0 0 0 10px; }

.meeting-container > div, .meeting-container .meeting-document {
  margin-bottom: 20px; }

.meeting-folder li {
  list-style: none;
  margin-bottom: 9px; }

.meeting-document-title {
  margin: 10px 0;
  font-weight: bold; }

.alt-formats {
  padding: 0 0 0 10px;
  margin: 10px 0 10px 0; }

.alt-formats a {
  list-style: none;
  margin-bottom: 9px; }

.alt-formats a {
  background: transparent;
  background-image: none !important;
  display: block;
  background-position: 0 4px;
  text-indent: 27px;
  padding-left: 0;
  position: relative; }

.alt-formats a:before {
  background: url(file-icons.svg) no-repeat scroll transparent;
  background-position: -210px 0px;
  background-size: 234px;
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0px;
  top: -1px;
  margin: 0; }

.alt-formats a.ext-html:first-child {
  display: block; }

@media (min-width: 768px) {
  .alt-formats a {
    display: inline-block;
    margin-right: 5px; } }

.alt-formats a.ext-xls:before, .alt-formats a.ext-xlsx:before {
  background-position: -1px 0px; }

.alt-formats a.ext-doc:before, .alt-formats a.ext-docx:before {
  background-position: -53px 0px; }

.alt-formats a.ext-ppt:before, .alt-formats a.ext-pptx:before {
  background-position: -79px 0px; }

.alt-formats a.ext-jpg:before, .alt-formats a.ext-gif:before, .alt-formats a.ext-png:before {
  background-position: -106px 0px; }

.alt-formats a.ext-txt:before, .alt-formats a.ext-rtf:before {
  background-position: -131px 0px; }

.alt-formats a.ext-zip:before, .alt-formats a.ext-rar:before {
  background-position: -157px 0px; }

.alt-formats a.ext-pdf:before {
  background-position: -28px 0px; }

.no-svg .alt-formats a:before {
  background-image: url(file-icons-sprite.png);
  background-size: auto;
  background-position: -238px -28px; }

.no-svg .alt-formats a.ext-xls:before, .no-svg .alt-formats a.ext-xlsx:before {
  background-position: 0px -28px; }

.no-svg .alt-formats a.ext-doc:before, .no-svg .alt-formats a.ext-docx:before {
  background-position: -60px -28px; }

.no-svg .alt-formats a.ext-ppt:before, .no-svg .alt-formats a.ext-pptx:before {
  background-position: -90px -28px; }

.no-svg .alt-formats a.ext-jpg:before, .no-svg .alt-formats a.ext-gif:before, .no-svg .alt-formats a.ext-png:before {
  background-position: -119px -28px; }

.no-svg .alt-formats a.ext-txt:before, .no-svg .alt-formats a.ext-rtf:before {
  background-position: -149px -28px; }

.no-svg .alt-formats a.ext-zip:before, .no-svg .alt-formats a.ext-rar:before {
  background-position: -179px -28px; }

.no-svg .alt-formats a.ext-pdf:before {
  background-position: -28px -28px; }

.minutes-list-container .highlighted-result {
  padding: 10px;
  background-color: #F4F6F8; }

.list-item-container, .list-item-container-2, .staff-member-container, .org-con-item-container {
  margin-bottom: 20px; }

.list-item-container a, .list-item-container .list-item, .list-item-container-2, .staff-member-container, .org-con-item-container a {
  display: block;
  padding: 20px;
  text-decoration: none;
  overflow: hidden; }

.list-item-container-2 a {
  text-decoration: none; }

.list-item-container a:hover .list-item-title, .list-item-container a:focus .list-item-title, .list-item-container-2 a:focus .list-item-title, .list-item-container-2 a:hover .list-item-title {
  text-decoration: underline; }

.list-item-container p, .list-item-container-2 p, .staff-member-container p, .org-con-item-container p {
  color: #000000;
  margin-bottom: 0; }

.list-item-container-2 p, .list-item-container-2 a, .staff-member-container p, .staff-member-container a {
  overflow: hidden; }

.has-comment-count p.list-item-comments {
  right: 0;
  bottom: 0;
  max-width: 20%;
  float: right; }

.published-on a {
  text-decoration: none; }

.published-on a:hover, .published-on a:focus {
  text-decoration: underline; }

.content-details-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%; }

.content-details-list .field-label {
  border-right: 1px solid;
  display: inline-block;
  padding: 5px;
  width: 30%;
  vertical-align: top; }

.content-details-list .field-value {
  display: inline-block;
  padding: 5px;
  width: 70%;
  border-left: 1px solid;
  margin-left: -1px; }

.content-details-list li {
  background-color: #FFFFF3; }

.content-details-list li:nth-child(2n) {
  background-color: #FFFFC1; }

.content-details-stack {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.content-details-stack .field-label {
  display: block;
  font-weight: bold; }

.content-details-stack .field-value {
  display: block;
  margin-bottom: 1em; }

.social-media-profiles {
  clear: both;
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.social-media-profiles li {
  clear: left; }

.js .social-media-profiles.icons-only li {
  clear: none; }

.social-media-profiles li a:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: red;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left; }

.social-media-profiles li a > span {
  display: block;
  margin-left: 35px; }

.js .social-media-profiles.icons-only li a > span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  font-size: 0; }

.list-container {
  margin-top: 15px;
  width: 100%; }

.list-item-container .categories-list {
  margin: 0; }

.list-item-block-date {
  float: left;
  margin-right: 15px;
  padding: 5px 10px;
  text-align: center; }

.events-list-container .list-item-block-date, .legistar-list-container .list-item-block-date {
  -webkit-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s; }

.list-item-block-desc {
  display: block;
  overflow: hidden; }

.events-list-container p.clearfix + .list-item-address, .events-list-container p.clearfix + .published-on {
  margin-top: 10px; }

.list-container .thumbnail-image {
  display: none; }

.list-container .img-enlarge .thumbnail-image {
  display: block; }

.multi-date-list {
  list-style: none;
  padding: 0; }

.past-events-list {
  margin-top: 0px; }

.multi-location-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f3f4;
  padding-bottom: 10px; }

.multi-location-item:last-child {
  border-bottom: none; }

.multi-location-item .oc-thumbnail-image {
  margin: 0; }

.multi-location-item .oc-thumbnail-image img {
  display: none;
  margin: 0 0 20px 20px; }

.accomodation-contact-details h3 {
  margin-top: 5px;
  padding-top: 5px; }

.accomodation-contact-details h3:first-child {
  margin-top: 0px;
  padding-top: 0px; }

@media (min-width: 768px) {
  .multi-location-item .oc-thumbnail-image img {
    display: block; } }

.js .multi-date-list-container, .past-events-container {
  display: none; }

.past-events-container.show, .multi-date-list-container.show {
  display: block; }

.multi-date-toggle {
  display: block;
  margin-bottom: 10px; }

.landing-page-search {
  margin-bottom: 20px; }

.landing-page-search > input[type="submit"] {
  margin-bottom: 0; }

.list-item-container.small-panel a {
  padding: 0; }

.list-item-container.small-panel img {
  display: none; }

.list-item-container.small-panel h2.list-item-title {
  margin: 20px; }

.list-item-container.small-panel p {
  margin: 0 20px 20px; }

.seamless-pagination-pages {
  display: none; }

.seamless-pagination-controls {
  display: block;
  text-align: center; }

.no-js .seamless-pagination-controls .button-previous, .no-js .seamless-pagination-controls .button-next, .seamless-pagination-controls input[disabled] {
  display: none; }

.seamless-pagination-data, .seamless-pagination-controls input, .seamless-pagination-controls select {
  display: inline-block; }

.seamless-pagination {
  margin-bottom: 20px;
  width: 100%; }

.seamless-pagination-count-1 {
  display: none; }

.seamless-pagination-info {
  display: none; }

.item-navigation {
  display: block;
  text-decoration: none; }

.item-navigation.next-item {
  text-align: right; }

.item-navigation-title {
  text-decoration: underline; }

a.item-navigation:hover .item-navigation-title, a.item-navigation:focus .item-navigation-title {
  text-decoration: none; }

.categories-list {
  list-style: none outside none;
  padding: 0; }

.categories-list > li {
  float: left;
  margin: 10px 0 0; }

.categories-list-container .categories-list > li:first-child {
  float: left; }

.categories-list a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none; }

.categories-list a:hover, .categories-list a:focus {
  text-decoration: underline; }

.categories-list-container span {
  display: inline-block;
  margin: 0;
  padding: 5px 0; }

#AddToCalendar {
  margin: 20px 0;
  padding: 0;
  width: 100%; }

#AddToCalendar i {
  background: url("arrows_sprite.png") no-repeat scroll -396px center #ddd;
  display: block;
  float: right;
  height: 30px;
  width: 45px; }

.map-canvas {
  display: none; }

label.short-label {
  display: inline;
  margin: 0;
  width: 10%; }

.RadPicker.RadPicker_Default.sys-gen-raddatepicker {
  margin-top: 10px; }

.tagged-as-list .text span:first-child {
  display: none; }

.listing-results.text-search-terms {
  margin-bottom: 15px; }

.text-search-terms-searched, .text-search-terms-suggested {
  font-weight: bold; }

.sc-search-box {
  width: 100%; }

.search-filter-body {
  padding: 0 15px 15px; }

.search-filter-body input[type="checkbox"].with-checkbox {
  width: auto;
  margin: 0px 5px 0px 0px;
  display: inline-block; }

.search-filter-body input, .search-filter-body label, .search-filter-body select {
  margin-top: 10px;
  width: 100%;
  display: block; }

.no-item-text {
  color: #FF0000; }

.search-filter-full-width .date-from, .search-filter-full-width .date-to {
  float: left; }

.search-filter-full-width .date-from {
  margin-right: 20px; }

.side-box {
  padding: 15px;
  margin-bottom: 20px; }

.side-box-content h3 {
  margin-bottom: 0; }

.side-box-content p {
  margin-top: 0; }

.profile-featured-text, a.profile-featured-text:visited {
  margin: 20px 0 40px;
  padding: 20px;
  width: 100%;
  display: block;
  text-decoration: none; }

a.profile-featured-text:hover, a.profile-featured-text:focus {
  text-decoration: underline; }

.profile-featured-links {
  margin-bottom: 25px; }

.no-js .profile-featured-links .no-js-element h1.item-text {
  margin-top: 1.25em; }

.no-js .profile-featured-links .no-js-element:first-child h1.item-text {
  margin-top: 0; }

.profile-featured-panel {
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  background-color: #fff; }

.profile-featured-panels h2 {
  margin: 0;
  background-color: #5b8599;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: normal;
  padding: 15px 23px; }

.no-js .profile-featured-panels .col-s-6:nth-child(2n+1) {
  clear: left; }

.profile-featured-panel .panel-image {
  height: auto;
  overflow: hidden; }

.profile-featured-panel img {
  width: 100%; }

.profile-featured-panel .panel-text {
  margin: 0;
  padding: 20px 25px;
  color: #000;
  font-size: 1em; }

.profile-featured-panel p {
  margin: 0; }

.hyperlink-button-container {
  margin-bottom: 1em; }

.panel-button, .hyperlink-button {
  display: block; }

.profile-featured-panel:hover > h2, .profile-featured-panel:focus > h2 {
  text-decoration: underline;
  color: #fff; }

.profile-featured-panel:hover > .panel-text, .profile-featured-panel:focus > .panel-text {
  color: #000; }

.no-background {
  background: none !important; }

.tabs-panel {
  background-color: #FFFFFF; }

.tabs-panel.selected {
  display: block; }

.tabs-panel.disabled {
  display: none; }

.tab-header-title {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none; }

a.tab-header-title:hover, a.tab-header-title:focus {
  text-decoration: underline; }

.profile-tabbed-listing {
  padding: 20px; }

.large-thumbnail-image {
  width: 100%; }

.profile-listing-container {
  padding: 0; }

.profile-elected-officials-listing a, .profile-public-notices-listing a, .profile-consultation-listing a, .profile-news-listing a, .profile-events-listing a, .profile-tabbed-listing a, .profile-da-listing a {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative; }

.profile-tabbed-listing > li {
  float: left;
  width: 100%; }

.profile-elected-officials-listing a:hover > h2, .profile-elected-officials-listing a:focus > h2, .profile-public-notices-listing a:hover > h2, .profile-public-notices-listing a:focus > h2, .profile-consultation-listing a:hover > h2, .profile-consultation-listing a:focus > h2, .profile-da-listing a:hover > h2, .profile-da-listing a:focus > h2, .profile-news-listing a:hover > h2, .profile-news-listing a:focus > h2, .profile-events-listing a:hover > h2, .profile-events-listing a:focus > h2, .profile-tabbed-listing a:hover > h2, .profile-tabbed-listing a:focus > h2 {
  text-decoration: underline; }

.profile-events-listing .profile-list .small-text {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.profile-list .large-thumbnail-image {
  display: none; }

.profile-elected-officials-listing .wide-thumbnail-image {
  display: inline; }

.profile-list > p, .profile-list > h2 {
  overflow: hidden; }

table.sc-responsive-table {
  margin-bottom: 0; }

.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0; }

.tablesaw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.tablesaw-btn {
  color: #1c95d4; }

.tablesaw-btn:hover {
  text-decoration: none; }

.tablesaw-btn:active {
  background-color: #ddd; }

@supports (box-shadow: none) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none; }
  .tablesaw-btn:focus {
    -webkit-box-shadow: 0 0 .35em #4faeef !important;
            box-shadow: 0 0 .35em #4faeef !important; } }

.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent; }

.tablesaw-btn select option {
  background: #fff;
  color: #000; }

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em; }

.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em; }

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left; }

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-btn-select.btn-small:after, .tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left-width: 0; }

.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em; }

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em; }

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0; }

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0; }

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
  text-indent: -9999px; }

.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

.tablesaw-all-cols-visible {
  display: none; }

.tablesaw-bar {
  clear: both; }

.tablesaw-bar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tablesaw-bar-section {
  float: left; }

.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

.tablesaw-btn, .tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-btn-select, .tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0; }

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em; }

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-bar-section ~ table {
  clear: both; }

.tablesaw-bar-section .abbreviated {
  display: inline; }

.tablesaw-bar-section .longform {
  display: none; }

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none; }
  .tablesaw-bar-section .longform {
    display: inline; } }

.tablesaw th, .tablesaw td {
  padding: .5em .7em;
  text-align: left;
  vertical-align: middle; }

.tablesaw-sortable-btn {
  padding: .5em .7em; }

.tablesaw thead th {
  text-align: left; }

.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8; }

.tablesaw caption {
  text-align: left;
  margin: .59375em 0; }

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
  display: none; }

@media only all {
  .tablesaw-stack {
    clear: both; }
  .tablesaw-stack td, .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%; }
  .tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf; }
  .tablesaw-stack thead td, .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td, .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%; }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label, .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .tablesaw-stack td:empty, .tablesaw-stack th:empty {
    display: none; } }

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

@media only all {
  .tablesaw-swipe th.tablesaw-swipe-cellhidden, .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    font-size: 0;
    white-space: nowrap; }
  .tablesaw-swipe th.tablesaw-swipe-cellhidden svg, .tablesaw-swipe td.tablesaw-swipe-cellhidden svg {
    width: 0px; } }

.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.tablesaw-overflow > .tablesaw {
  margin-top: 2px; }

.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative; }

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
          box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-0, .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none; } }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }

@media only all {
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden, .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none; }
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible, .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell; } }

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default; }

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em; }

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top; }

.tablesaw .tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit; }

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after, .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020"; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191"; }

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193"; }

.tablesaw-advance {
  float: right; }

.tablesaw-advance.minimap {
  margin-right: .4em; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em; }

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block; }

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

.az-item {
  width: 42px;
  float: left;
  text-align: center;
  margin-bottom: 1em; }

.az-item:last-child {
  width: 35px; }

.az-letter {
  background: #d7d7d7;
  width: 35px;
  height: 35px;
  display: block;
  overflow: hidden;
  line-height: 35px;
  text-decoration: none; }

a.az-letter {
  background: #f9f9f9; }

a.az-letter:hover {
  background: #e8e8e8; }

.az-list-container {
  border-top: 1px solid black;
  padding-top: 1em; }

.az-list-container article {
  width: 100%; }

.az-list-container .az-list-initial {
  margin-bottom: 0.5em; }

.image-gallery-container .image-gallery-item {
  margin-bottom: 10px; }

.image-gallery-container .image-gallery-item > a {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  background-position: 0 0; }

.image-gallery-container .image-gallery-item > a .file-info {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 0 4px 3px 0;
  text-decoration: none;
  color: #fff;
  z-index: 1;
  font-size: 0.75em;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out 0s;
  -o-transition: opacity 300ms ease-out 0s;
  transition: opacity 300ms ease-out 0s;
  overflow: hidden; }

.image-gallery-container .image-gallery-item > a:hover .file-info, .image-gallery-container .image-gallery-item > a:focus .file-info {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.image-gallery-container .image-gallery-item > a img {
  width: 100%;
  max-width: 100%; }

.js .image-gallery-container.masonry-theme .grid {
  overflow: hidden;
  -webkit-transition: height 300ms ease-out 0s;
  -o-transition: height 300ms ease-out 0s;
  transition: height 300ms ease-out 0s; }

.js .image-gallery-container.masonry-theme .loading-message {
  background: #74777C;
  color: #ffffff;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center; }

.js .image-gallery-container.masonry-theme .image-gallery-item {
  display: none; }

.js .image-gallery-container.masonry-theme.images-loaded .image-gallery-item {
  display: block; }

.js .image-gallery-container.masonry-theme .image-gallery-item > a .caption {
  display: block;
  margin: 0;
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out 0s;
  -o-transition: opacity 300ms ease-out 0s;
  transition: opacity 300ms ease-out 0s;
  overflow: hidden; }

.js .image-gallery-container.masonry-theme .image-gallery-item > a:hover .caption, .js .image-gallery-container.masonry-theme .image-gallery-item > a:focus .caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.js .image-gallery-container.masonry-theme .image-gallery-item > a .caption:after {
  content: "";
  background: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.js .image-gallery-container.masonry-theme .image-gallery-item > a:hover .caption:after, .js .image-gallery-container.masonry-theme .image-gallery-item > a:focus .caption:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5; }

.js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-4 > a:hover .caption, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-4 > a:hover .file-info, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-4 > a:focus .caption, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-4 > a:focus .file-info, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:hover .caption, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:hover .file-info, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:focus .caption, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:focus .file-info {
  opacity: 0; }

.image-gallery-item.col-xs-4 > a:after, .image-gallery-item.col-xs-6 > a:after {
  content: '';
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-transition: opacity 300ms ease-out 0s;
  -o-transition: opacity 300ms ease-out 0s;
  transition: opacity 300ms ease-out 0s; }

.image-gallery-item.col-xs-4 > a:hover:after, .image-gallery-item.col-xs-4 > a:focus:after, .image-gallery-item.col-xs-6 > a:hover:after, .image-gallery-item.col-xs-6 > a:focus:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5; }

.list-item-container .list-item a.img-enlarge {
  display: inline-block;
  padding: 0;
  width: 100%; }

.list-item-container .list-item a.img-enlarge:hover, .list-item-container .list-item a.img-enlarge:focus {
  background-color: transparent; }

.img-enlarge i {
  display: none; }

.img-enlarge i.icon-enlarge {
  background-color: red;
  float: left;
  height: 15px;
  margin: 5px 5px 0 0;
  position: relative;
  width: 15px;
  display: block; }

.login-panel, .pass-reset-panel {
  position: relative;
  padding: 20px; }

.register-panel {
  position: relative;
  padding: 20px;
  border-top: 2px solid #fff; }

.module-interface-user-login .login-button, .module-interface-user-login .register-button, .module-interface-user-login .forgotten-password-button, .module-interface-user-login .forgotten-password-button, .module-interface-pass-reset .reset-pass-button, .user-registration-widget .sc-form-submit-row input, .change-pass-widget .sc-form-submit-row input {
  width: 100%; }

.tooltipster-default {
  border-radius: 5px;
  border: none;
  background: #464646;
  color: #fff;
  max-width: 300px; }

.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

.tooltipster-default .tooltipster-content a, .tooltipster-default .tooltipster-content a:visited {
  color: #fff; }

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltip-icon {
  background-color: red;
  display: inline-block;
  height: 25px;
  width: 25px; }

.tooltip {
  position: absolute;
  right: 0;
  top: -25px; }

.relative .tooltip {
  margin-left: 10px;
  position: relative;
  top: -5px; }

.sc-form-control {
  position: relative; }

.tooltipster-glossary h4 {
  color: #fff; }

.tooltipster-glossary p {
  margin: 0; }

.tooltipster-glossary .tooltipster-content {
  padding: 15px; }

.side-box-section.directory-type > ul {
  list-style: outside none none;
  padding: 0; }

.side-box-section.directory-type li {
  padding: 0; }

.list-container .list-item-container div.tagged-as-list {
  margin-top: 1em; }

.text-tree > ul {
  list-style: outside none none;
  margin: 0.5em 0 0;
  padding: 0; }

.text.text-tree li {
  margin: 0;
  padding: 0; }

.tagged-as-list .text.text-tree span:first-child {
  display: inline; }

.RadEditor.Default.reWrapper {
  min-width: auto !important; }

.ruCheck {
  display: none; }

.ruButton.ruDelete {
  display: none; }

.sc-tdd-tree-wrap {
  z-index: 1000; }

.sc-Form .sc-tree .sc-tdd-tree {
  margin-top: 0; }

.main-container .mycouncil-buttons a.styled-button {
  width: 100%; }

.main-container .deactivate-account-widget .styled-button {
  width: 100%; }

.page-list-container .list-item-container .list-item-actions .styled-button {
  float: left;
  width: 100%; }

.page-list-container p.tagged-as-list {
  font-weight: bold; }

.page-list-container .list-item ul {
  list-style: outside none none;
  margin: 5px 0 0;
  padding: 0; }

.page-list-container .list-item ul li {
  padding: 0; }

.mycouncil-buttons {
  margin-bottom: 20px; }

.list-item-container.mycouncil-item-container > a {
  color: #5d5d5d; }

.list-item-container.mycouncil-item-container ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.list-item-container.mycouncil-item-container ul li {
  margin-bottom: 10px;
  padding: 0; }

.list-item-container.mycouncil-item-container ul li .item-count {
  border-radius: 10px;
  color: #fff;
  float: right;
  font-size: 0.8em;
  line-height: 1.6em;
  padding: 0 10px; }

.list-item-container.mycouncil-item-container ul li.item-published .item-count {
  background-color: #7b8214; }

.list-item-container.mycouncil-item-container ul li.item-inworkflow .item-count {
  background-color: #5b879c; }

.list-item-container.mycouncil-item-container ul li.item-deactivated .item-count, .list-item-container.mycouncil-item-container ul li.item-archived .item-count {
  background-color: #c66833; }

.RadWindow table tr td.rwExternalContent, .RadWindow table tr.rwTitleRow, .RadWindow table tr.rwContentRow, .RadWindow table tr.rwFooterRow {
  padding: 0;
  border: none; }

.page-list-container .list-container-buttons {
  margin-bottom: 20px; }

.page-list-container .list-item-status {
  background-color: gray;
  border-radius: 10px;
  color: #fff;
  line-height: 1.6em;
  padding: 5px 10px;
  font-size: 0.8em; }

.page-list-container .list-item-status-Active .list-item-status {
  background-color: #7b8214; }

.page-list-container .list-item-status-Pending .list-item-status {
  background-color: #5b879c; }

.page-list-container .list-item-status-Deactivated .list-item-status, .page-list-container .list-item-status-Archived .list-item-status {
  background-color: #c66833; }

.sc-form .sc-file-upload li {
  padding: 0; }

.sc-form .sc-file-upload .ruFileWrap.ruStyled {
  height: auto;
  width: auto; }

.sc-form .sc-file-upload .ruFileWrap input, .sc-form .sc-file-upload .ruInputs .ruButton {
  height: auto;
  margin-right: 10px;
  width: auto; }

.sc-form .sc-file-upload .ruFileWrap input[type="button"], .sc-form .sc-file-upload .ruInputs .ruButton {
  cursor: pointer;
  font-size: 1.2em;
  line-height: 0.9em;
  margin: 0;
  padding: 10px 20px;
  background-image: none; }

.sc-form .sc-file-upload .ruFileWrap .ruFileInput {
  cursor: pointer; }

.sc-form .sc-file-upload .ruFileWrap input.ruButtonHover[type="button"] {
  background-color: #007bb1; }

.sc-form .sc-file-upload .ruFileWrap.ruStyled {
  margin-right: 10px;
  margin-bottom: 10px; }

.sc-form .RadUpload .ruInputs li.ruActions {
  margin-top: 0.5em; }

.main-container .confirm-action-widget .styled-button {
  width: 100%; }

.sc-tdd-tree-wrap li, .search-filter-body .sc-tdd-tree-wrap li {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none; }

.js .page-section-container {
  display: none; }

.page-section-container.page-section-container-active {
  display: block; }

.no-js .page-section-pagination {
  display: none; }

.page-section-pagination .page-section-pagination-item {
  display: none; }

.page-section-pagination .page-section-pagination-item.page-section-pagination-item-active {
  display: block; }

.page-section-header.page-section-header-auto {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.page-section-pagination-item a.item-navigation.prev-item {
  margin-bottom: 20px; }

.sc-search-subscribe-form {
  padding: 20px; }

.sc-feedback-form, .sc-search-subscribe-form, .sc-subscribe-form {
  background-color: #f8f8f8;
  clear: both; }

.sc-search-subscribe-form .sc-form-submit-button-container, .sc-feedback-form .sc-form-submit-button-container, .sc-subscribe-form .sc-form-submit-button-container {
  float: left;
  margin-right: 20px; }

.sc-feedback-form .sc-radio-question tr {
  display: inline-block;
  float: left; }

.sc-feedback-form .sc-radio-question .sc-label, .sc-subscribe-form .sc-subscribe-head .sc-label, .sc-subscribe-form .user-email {
  font-weight: bold; }

.sc-feedback-form .sc-form-submit-row, .sc-feedback-form .sc-form-submit-row input[type="submit"], .sc-feedback-form .sc-form-submit-row input[type="reset"], .sc-feedback-form .sc-form-submit-row input[type="button"], .sc-search-subscribe-form .sc-form-submit-row, .sc-search-subscribe-form .sc-form-submit-row input[type="submit"], .sc-search-subscribe-form .sc-form-submit-row input[type="reset"], .sc-search-subscribe-form .sc-form-submit-row input[type="button"], .sc-subscribe-form .sc-form-submit-row, .sc-subscribe-form .sc-form-submit-row input[type="submit"], .sc-subscribe-form .sc-form-submit-row input[type="reset"], .sc-subscribe-form .sc-form-submit-row input[type="button"] {
  margin-bottom: 0; }

.sc-search-subscribe-form .sc-form-submit-row {
  margin: 0px; }

.search-subscription {
  margin: 10px 0; }

.search-subscription-trigger label {
  margin-left: 10px;
  cursor: pointer; }

.sc-search-subscribe-form .sc-form-submit-button-container {
  float: left;
  margin-right: 20px; }

.sc-feedback-form .sc-radio-question .sc-feedback-button, .sc-subscribe-form .sc-subscribe-head .sc-subscribe-button {
  margin: 10px 10px 0 0; }

.sc-feedback-form .sc-radio-question .sc-feedback-button.selected-button {
  filter: alpha(opacity=50);
  opacity: 0.5;
  color: #000; }

.sc-feedback-form .sc-radio-question, .sc-feedback-form .sc-feedback-body, .sc-feedback-form.sc-has-errors .sc-form-errors ul, .sc-subscribe-form .sc-subscribe-head, .sc-subscribe-form .sc-subscribe-body, .sc-subscribe-form.sc-has-errors .sc-form-errors ul {
  margin: 0;
  padding: 20px; }

html.js .sc-feedback-form.sc-has-errors .sc-form-errors, html.js .sc-subscribe-form.sc-has-errors .sc-form-errors {
  padding: 20px 20px 0; }

.sc-element-container.sc-expanded {
  padding-bottom: 0; }

html.js .sc-feedback-body {
  display: none; }

html.js .sc-form-thank-you {
  display: block;
  padding: 20px; }

html.no-js .sc-feedback-form {
  padding: 20px; }

.sc-radio-question .se-form-required-text, .sc-radio-question .se-form-required-asterisk {
  display: none; }

.sc-feedback-form .sc-captcha-input > input {
  margin-top: 10px; }

.consultation-timeline-listing {
  border-left: 1px solid;
  padding: 0 20px 20px;
  position: relative; }

.consultation-timeline .side-box-content {
  padding: 25px; }

.consultation-timeline-listing:last-child {
  border: medium none; }

.consultation-timeline-listing::before {
  border: 1px solid #000;
  content: " ";
  display: block; }

.consultation-timeline-listing::before {
  background-color: #000;
  border: 5px solid #000;
  border-radius: 25px;
  content: " ";
  display: block;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 20px; }

.consultation-timeline-listing.item-not-closed::before {
  background-color: #f8f8f8; }

.consultation-accordion .side-box.discussion-title {
  margin-bottom: 0; }

.consultation-accordion .list-container {
  margin-bottom: 0; }

.discussion-listing {
  display: none; }

.side-box.resources .side-box-content {
  padding: 0; }

.side-box.resources .side-box-content h3 {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.side-box.resources .list-container {
  margin-bottom: 0;
  margin-top: 0; }

.side-box.resources .list-item-container {
  margin-bottom: 0; }

.recent-resources-list-container a.num-items-1 {
  display: none; }

.recent-resources-list-container .view-all {
  padding: 10px 20px; }

.recent-resources-list-container .view-all a {
  width: 100%; }

.landing-page-nav .panel-image {
  overflow: hidden; }

.content-type-oc-landing-page .wysiwyg-content.subpage-content {
  margin-top: 20px; }

.list-container span[class*="contact-"] a, .list-container header > a {
  text-decoration: none; }

.list-container span[class*="contact-"] a:hover, .list-container span[class*="contact-"] a:focus, .list-container header > a:hover, .list-container header > a:focus {
  text-decoration: underline; }

.elected-official-list-container article, .department-list-container article {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 1em; }

.elected-official-list-container article:after {
  content: "";
  display: block;
  clear: both; }

.elected-official-list-container .elected-official-details-stack {
  float: none;
  width: 100%; }

.department-list-container h3 {
  margin-top: 10px;
  margin-bottom: 5px; }

.department-container-dept-head, .oc-feature-image, .elected-official .elected-official-details-stack, .elected-official .body-content, .digital-service .subpage-content {
  margin-bottom: 30px; }

.oc-feature-image {
  position: relative; }

.oc-feature-image a {
  position: relative;
  display: block;
  background-color: #000;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  width: 100%; }

.oc-feature-image a:hover, .oc-feature-image a:focus {
  text-decoration: underline; }

.elected-official-details-stack {
  width: 55%;
  float: left; }

.elected-official-details-stack .social-media-profiles {
  display: inline; }

.elected-official-details {
  list-style: none;
  margin-left: 170px;
  padding: 15px;
  background-color: #F8F8F8; }

.elected-official-details .social-media-profiles {
  display: inline; }

.elected-official-details .field-label {
  width: 100px;
  display: inline-block;
  font-weight: bold; }

.elected-official-details li {
  margin-bottom: 10px; }

.elected-official-details .contact-social li {
  display: inline-block;
  margin-bottom: 0; }

.elected-official-details .contact-social li a:before {
  margin-bottom: 0; }

.elected-official .main-page-image {
  float: right;
  margin: 0 0 5% 5%; }

.elected-official .wysiwyg-content {
  clear: both; }

.tab-group-inner-page {
  margin-bottom: 30px; }

.tab-group-inner-page .tab-header-title, .tab-group-inner-page a.tab-header-title:visited {
  background-color: #f2f2f2;
  padding: 13px 15px 5px; }

.tab-group-inner-page .tab-stacked .tab-header-title {
  width: 100%;
  padding: 14px 15px;
  top: 0px;
  margin-bottom: 3px; }

.tab-group-inner-page .tab-stacked .tab-header-title.selected {
  padding-top: 14px; }

.tab-group-inner-page .tab-header-title:hover, .tab-group-inner-page .tab-header-title:focus {
  background-color: #eaeaea; }

.tab-group-inner-page .tab-header-title.selected, .tab-group-inner-page a.tab-header-title.selected:visited {
  padding-top: 13px;
  background-color: #eaeaea; }

.tab-group-inner-page .tab-header-title.selected:hover, .tab-group-inner-page .tab-header-title.selected:focus {
  text-decoration: none;
  background-color: #eaeaea; }

.tab-group-inner-page .tab-header-title.selected {
  padding-bottom: 0px; }

.tab-group-inner-page .tab-header-title .item-icon {
  display: none; }

.tab-group-inner-page .tab-header-title span {
  display: inline; }

.tab-group-inner-page .tabs-panel {
  padding: 15px;
  background-color: #eaeaea; }

.no-js .tab-group-inner-page .tabs-panel {
  margin-bottom: 20px; }

.tab-group-inner-page .no-js-element.tabs-header .item-text {
  margin-bottom: 10px; }

.step-section {
  padding: 15px; }

.step-numbering-Yes.step-section {
  padding-left: 0; }

.step-section.total-steps-0 {
  padding-left: 15px; }

.step-numbering-Yes .step-section-container {
  margin-left: 20px;
  position: relative;
  border-left: solid 1px #505050;
  padding: 0 0 1px 35px; }

.step-numbering-Yes .step-section-container:last-child {
  border-left: none; }

.total-steps-0 .step-section-container {
  margin-left: 0;
  padding: 0;
  border-left: none; }

.step-numbering-Yes .step-section-container:before {
  content: attr(data-section-index);
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 1.25em;
  font-weight: bold;
  border: solid 3px #505050;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #ffffff; }

.total-steps-0 .step-section-container:before {
  display: none; }

.results-view-all .styled-button {
  text-transform: capitalize; }

.results-view-all.num-items-1 {
  display: none; }

.main-container .search-criteria button {
  margin-bottom: 0;
  margin-right: 3px;
  border-bottom: none;
  line-height: 1;
  font-size: 0.875em;
  font-weight: normal;
  padding: 8px 10px; }

.main-container .search-criteria button i, .main-container .search-criteria button i:after {
  width: 12px;
  height: 2px;
  background-color: #ffffff; }

.main-container .search-criteria button i {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.main-container .search-criteria button i:after {
  content: '';
  display: block;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.search-criteria.no-results p {
  font-size: 1em;
  margin: 0.75em 0 0; }

input[type="submit"].login-button.back-button {
  margin-right: 10px; }

.forgot-password-link {
  display: block; }

.share-page-container {
  padding: 15px 10px 5px;
  background-color: #f8f8f8; }

@media (min-width: 480px) {
  .share-page-container {
    padding: 15px 15px 5px; } }

@media (min-width: 768px) {
  .share-page-container {
    padding: 15px 20px 5px; } }

.share-page-link-left {
  text-align: left; }

.share-page-link-right {
  text-align: right; }

.share-page-link-center {
  text-align: center; }

.share-page-links {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  list-style: none;
  display: inline; }

.share-page-links li {
  display: inline; }

.share-page-info {
  vertical-align: middle;
  display: inline;
  font-size: .9em;
  margin-bottom: 10px; }

.share-page-link {
  background-color: #848484;
  padding: 9px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
  width: auto;
  height: auto; }

.share-page-link-no-labels .share-page-link {
  width: 47px;
  height: 47px; }

.share-page-link-labeled .share-page-link {
  padding-right: 14px; }

.share-page-link:visited {
  color: #ffffff; }

.share-page-link-rounded .share-page-link {
  border-radius: 25px; }

.share-page-link i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("oc-social-share-icons.svg");
  vertical-align: middle; }

.share-page-link-medium .share-page-link i {
  width: 22px;
  height: 22px;
  background-size: 370px auto; }

.share-page-link-small .share-page-link i {
  width: 18px;
  height: 18px;
  background-size: 280px auto; }

.share-page-link-small .share-page-link {
  padding: 6px 8px; }

.share-page-link-no-labels.share-page-link-small .share-page-link {
  width: 34px;
  height: 34px; }

.share-page-link-no-labels.share-page-link-medium .share-page-link {
  width: 41px;
  height: 41px; }

.share-page-link-name {
  margin-left: 5px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block; }

.share-page-link-no-labels .share-page-link-name {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.share-page-link:hover, .share-page-link:focus {
  position: relative;
  top: -2px;
  color: #ffffff; }

.share-page-link-email {
  background-color: #9b9a9a; }

.share-page-link-name-email {
  color: #0b0b0b; }

.share-page-link-print {
  background-color: #809a9d; }

.share-page-link-name-print {
  color: #000000; }

.share-page-link-whatsapp {
  background-color: #25d366; }

.share-page-link-name-whatsapp {
  color: #2a2c32; }

.share-page-link-fav {
  background-color: #f5ca59; }

.share-page-link-facebook {
  background-color: #004ecc; }

.share-page-link-name-facebook {
  color: #ffffff; }

.share-page-link-tumblr {
  background-color: #32506d; }

.share-page-link-name-tumblr {
  color: #ffffff; }

.share-page-link-flipboard {
  background-color: #b11616; }

.share-page-link-name-flipboard {
  color: #ffffff; }

.share-page-link-linkedin {
  background-color: #0b56b1; }

.share-page-link-name-linkedin {
  color: #ffffff; }

.share-page-link-reddit {
  background-color: #ff6229; }

.share-page-link-name-reddit {
  color: #000000; }

.share-page-link-google {
  background-color: #dc4e41; }

.share-page-link-blogger {
  background-color: #ff8000; }

.share-page-link-pinterest {
  background-color: #b50309; }

.share-page-link-name-pinterest {
  color: #ffffff; }

.share-page-link-evernote {
  background-color: #7fce2c; }

.share-page-link-name-evernote {
  color: #2e2d2d; }

.share-page-link-twitter {
  background-color: #55acee; }

.share-page-link-x {
  background-color: #000000; }

.share-page-link-sms {
  background-color: #ffbd00; }

.share-page-link-name-sms {
  color: #393737; }

.share-page-link-more {
  background-color: #595959; }

.share-page-link-name-more {
  color: #ffffff; }

.share-page-link-email i {
  background-position: -15px -15px; }

.share-page-link-print i {
  background-position: -75px -15px; }

.share-page-link-whatsapp i {
  background-position: -135px -15px; }

.share-page-link-fav i {
  background-position: -195px -15px; }

.share-page-link-facebook i {
  background-position: -15px -75px; }

.share-page-link-tumblr i {
  background-position: -75px -75px; }

.share-page-link-flipboard i {
  background-position: -135px -75px; }

.share-page-link-linkedin i {
  background-position: -195px -75px; }

.share-page-link-reddit i {
  background-position: -15px -135px; }

.share-page-link-google i {
  background-position: -75px -135px; }

.share-page-link-blogger i {
  background-position: -135px -135px; }

.share-page-link-pinterest i {
  background-position: -195px -135px; }

.share-page-link-evernote i {
  background-position: -15px -195px; }

.share-page-link-twitter i, .share-page-link-x i {
  background-position: -75px -195px; }

.share-page-link-sms i {
  background-position: -135px -195px; }

.share-page-link-more i {
  background-position: -195px -195px; }

.share-page-link-medium .share-page-link-email i {
  background-position: -17px -17px; }

.share-page-link-medium .share-page-link-print i {
  background-position: -72px -17px; }

.share-page-link-medium .share-page-link-whatsapp i {
  background-position: -127px -17px; }

.share-page-link-medium .share-page-link-fav i {
  background-position: -182px -17px; }

.share-page-link-medium .share-page-link-facebook i {
  background-position: -17px -72px; }

.share-page-link-medium .share-page-link-tumblr i {
  background-position: -72px -72px; }

.share-page-link-medium .share-page-link-flipboard i {
  background-position: -127px -72px; }

.share-page-link-medium .share-page-link-linkedin i {
  background-position: -182px -72px; }

.share-page-link-medium .share-page-link-reddit i {
  background-position: -17px -127px; }

.share-page-link-medium .share-page-link-google i {
  background-position: -72px -127px; }

.share-page-link-medium .share-page-link-blogger i {
  background-position: -127px -127px; }

.share-page-link-medium .share-page-link-pinterest i {
  background-position: -182px -127px; }

.share-page-link-medium .share-page-link-evernote i {
  background-position: -17px -182px; }

.share-page-link-medium .share-page-link-twitter i, .share-page-link-medium .share-page-link-x i {
  background-position: -72px -182px; }

.share-page-link-medium .share-page-link-sms i {
  background-position: -127px -182px; }

.share-page-link-medium .share-page-link-more i {
  background-position: -182px -182px; }

.share-page-link-small .share-page-link-email i {
  background-position: -12px -12px; }

.share-page-link-small .share-page-link-print i {
  background-position: -54px -12px; }

.share-page-link-small .share-page-link-whatsapp i {
  background-position: -96px -12px; }

.share-page-link-small .share-page-link-fav i {
  background-position: -138px -12px; }

.share-page-link-small .share-page-link-facebook i {
  background-position: -12px -54px; }

.share-page-link-small .share-page-link-tumblr i {
  background-position: -54px -54px; }

.share-page-link-small .share-page-link-flipboard i {
  background-position: -96px -54px; }

.share-page-link-small .share-page-link-linkedin i {
  background-position: -138px -54px; }

.share-page-link-small .share-page-link-reddit i {
  background-position: -12px -96px; }

.share-page-link-small .share-page-link-google i {
  background-position: -54px -96px; }

.share-page-link-small .share-page-link-blogger i {
  background-position: -96px -96px; }

.share-page-link-small .share-page-link-pinterest i {
  background-position: -138px -96px; }

.share-page-link-small .share-page-link-evernote i {
  background-position: -12px -138px; }

.share-page-link-small .share-page-link-twitter i, .share-page-link-small .share-page-link-x i {
  background-position: -54px -138px; }

.share-page-link-small .share-page-link-sms i {
  background-position: -96px -138px; }

.share-page-link-small .share-page-link-more i {
  background-position: -138px -138px; }

.rsbtn_tools {
  z-index: 100000; }

.featured-links {
  margin: 0 0 20px 0; }

.featured-links .featured-links-title, .featured-links .featured-links-body {
  margin: 0px; }

.featured-links .featured-links-title {
  padding: 0 0 10px 0;
  background-color: transparent; }

.featured-links .featured-links-body {
  padding: 0px;
  margin: 0px;
  background-color: transparent; }

.featured-links .featured-links-body ul {
  padding: 0;
  margin: -10px 0 0 -10px;
  list-style: none; }

.featured-links .featured-links-body ul li {
  padding: 10px 0 0 10px;
  display: block; }

.featured-links .featured-link, .featured-links .featured-link:visited {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  font-weight: normal;
  font-size: 1em;
  color: #505050;
  background-color: #F8F8F8; }

.featured-links .featured-link.document:before, .featured-links .featured-link:visited.document:before {
  display: none; }

.featured-links .featured-link:hover, .featured-links .featured-link:focus, .featured-links .featured-link:visited:hover, .featured-links .featured-link:visited:focus {
  text-decoration: underline;
  color: #505050;
  background-color: #DADADA; }

.featured-links.featured-links-option-2 .featured-links-body ul li {
  float: left; }

.featured-links.featured-links-option-2 .featured-links-body ul li a {
  width: 100%; }

.featured-links.featured-links-option-3 .featured-links-body ul li {
  float: left;
  width: 100%; }

.featured-links.featured-links-option-3 .featured-links-body ul li a {
  width: 100%; }

.featured-links.featured-links-option-3.medium-layout .featured-links-body ul li {
  width: 50%; }

.featured-links.featured-links-option-3.wide-layout .featured-links-body ul li {
  width: 33%; }

.featured-links.featured-links-option-4 .featured-links-body ul li {
  float: left;
  width: 100%; }

.featured-links.featured-links-option-4 .featured-links-body ul li a {
  width: 100%; }

.featured-links.featured-links-option-4.medium-layout .featured-links-body ul li {
  width: 33%; }

.featured-links.featured-links-option-4.wide-layout .featured-links-body ul li {
  width: 25%; }

span.canceled-tag {
  display: block;
  text-decoration: none; }

span.canceled-tag .canceled-tag-text {
  display: inline-block;
  background-color: #AF5321;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: .6em;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-style: normal; }

a:visited span.canceled-tag .canceled-tag-text, a:hover span.canceled-tag .canceled-tag-text, a:focus span.canceled-tag .canceled-tag-text {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #AF5321;
          text-decoration-color: #AF5321; }

span.canceled-sub-heading .canceled-sub-heading-text {
  color: #AF5321;
  font-size: 1em;
  font-weight: normal;
  font-style: normal; }

.message-box.message-type-canceled {
  background-color: #ffffff;
  margin: 25px 0px;
  border: 1px solid #AF5321;
  padding: 20px; }

.message-box.message-type-canceled p {
  color: #AF5321;
  margin-bottom: 0px; }

@media (min-width: 480px) {
  .sc-search-text {
    width: 65%; }
  .search-inner-container {
    text-align: center; }
  .sc-search-button {
    width: 20%; }
  .tab-header-title {
    width: auto; }
  .profile-featured-panel p.panel-text {
    min-height: 50px; }
  .az-list-container article {
    width: 80%;
    margin-left: 20%; }
  .az-list-container .list-item-container {
    position: relative; }
  .az-list-container .az-list-initial {
    line-height: 1em;
    height: 1em; }
  .content-details-list.minutes-details-list {
    width: 80%; }
  .list-item-container .list-item a.img-enlarge {
    width: 150px;
    float: right; }
  .module-interface-user-login .login-button, .module-interface-user-login .register-button, .module-interface-user-login .forgotten-password-button, .module-interface-user-login .forgotten-password-button, .module-interface-pass-reset .reset-pass-button, .user-registration-widget .sc-form-submit-row input, .change-pass-widget .sc-form-submit-row input {
    width: auto; }
  .forgot-password-link {
    margin-left: 25px;
    display: inline; }
  .user-registration-widget .sc-register-form, .pass-reset-widget .sc-reset-pass-form, .change-pass-widget .sc-register-form {
    width: 70%; }
  .rs_position_right {
    float: right; }
  .rs_position_right + .featured-site-section-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    height: 30px;
    position: relative; }
  .rsbtn.rsexpanded.rs_position_right {
    width: 355px !important; }
  .rsbtn.rsexpanded.rs_position_right .rsbtn_toolpanel {
    width: 320px !important; }
  .main-container .mycouncil-buttons a.styled-button {
    margin-right: 10px;
    width: auto; }
  .main-container .confirm-action-widget .styled-button.button-no {
    width: auto;
    margin-right: 10px; }
  .main-container .confirm-action-widget .styled-button.button-yes {
    width: auto; }
  .main-container .deactivate-account-widget .styled-button {
    margin-right: 10px;
    width: auto; }
  .page-list-container .list-item-container .list-item-actions .styled-button {
    margin-right: 10px;
    width: auto; }
  .oc-feature-image a {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0; }
  .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:hover .caption, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:hover .file-info, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:focus .caption, .js .image-gallery-container.masonry-theme .image-gallery-item.col-xs-6 > a:focus .file-info {
    opacity: 1; }
  .image-gallery-item.col-xs-6 > a:after {
    display: none; }
  .main-container .main-page-image {
    max-width: 40%;
    width: auto;
    float: right;
    margin: 0.4em 0px 25px 25px; }
  .main-container .main-page-image.full-width {
    max-width: 100%;
    width: 100%;
    margin: 0 0 25px 0; } }

@media (min-width: 768px) {
  html.js .seamless-pagination-pages {
    display: block; }
  html.js .seamless-pagination-controls {
    display: none; }
  .seamless-pagination {
    width: auto; }
  .seamless-pagination-info {
    display: block;
    margin-bottom: 20px; }
  .list-container .thumbnail-image {
    display: block;
    margin: 0 0 10px 10px; }
  .list-container .img-enlarge .thumbnail-image {
    margin: 0; }
  .profile-featured-text {
    width: 80%; }
  .profile-tabbed-listing > li {
    float: left;
    width: 50%; }
  .profile-list .large-thumbnail-image {
    display: block; }
  .profile-list .list-item-block-date {
    left: 10px;
    position: absolute;
    top: 10px; }
  .profile-events-listing.without-images .profile-list .list-item-block-date {
    position: static; }
  .tabs-panel .large-thumbnail-image, .tabs-panel .more-than-3-items .item-0 .large-thumbnail-image {
    display: none; }
  .tabs-panel .item-0 .large-thumbnail-image {
    display: block; }
  .tabs-panel .list-item-block-date, .tabs-panel .more-than-3-items .item-0 .list-item-block-date {
    left: 0px;
    position: relative;
    top: 0px; }
  .tabs-panel .item-0 .list-item-block-date {
    left: 10px;
    position: absolute;
    top: 10px; }
  .tabs-panel .more-than-3-items .item-0 .list-item-block-date {
    float: left; }
  .tabs-panel .profile-listing-container > .profile-news-listing.more-than-3-items .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container > .profile-events-listing.more-than-3-items .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container > .profile-consultation-listing.more-than-3-items .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container > .profile-da-listing.more-than-3-items .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container > .profile-public-notices-listing.more-than-3-items .col-m-6:nth-child(2n+1), .landing-page-list-container .col-m-4:nth-child(3n+1), .landing-page-list-container .col-m-6:nth-child(odd), .landing-page-nav.landing-3-col .col-m-4:nth-child(3n+1), .landing-page-nav.landing-2-col .col-m-6:nth-child(odd), .profile-featured-panels .col-m-4:nth-child(3n+1), .featured-links.featured-links-option-3.featured-links-body ul li:nth-child(3n+1), .featured-links.featured-links-option-4.featured-links-body ul li:nth-child(4n+1) {
    clear: left; }
  table.sc-responsive-table th:first-child, table.sc-responsive-table td:first-child, table.sc-responsive-table td:first-child, table.sc-responsive-table.pinned td {
    display: table-cell; }
  table.sc-responsive-table td, table.sc-responsive-table th {
    position: inherit;
    white-space: inherit;
    overflow: inherit; }
  .map-canvas {
    display: block;
    margin-bottom: 2em;
    position: relative;
    max-width: 100%;
    height: 300px; }
  .gmap-target {
    height: 100%;
    width: 100%; }
  .sc-search-button {
    width: 15%; }
  .az-list-container article {
    width: 75%;
    margin-left: 25%; }
  .az-list-container .az-list-initial {
    position: absolute; }
  .image-gallery-container .image-gallery-item:nth-child(2n+1) {
    clear: left; }
  .image-gallery-container .image-gallery-item:nth-child(3n+1) {
    clear: none; }
  .content-details-list.minutes-details-list {
    width: 50%; }
  .login-panel:after {
    background-color: #fff;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
  .register-panel:before {
    background-color: #fff;
    content: " ";
    display: block;
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 2px; }
  .register-panel {
    border-top: none; }
  .table-of-content > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
  .table-of-content-container {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px; }
  .table-of-content-multi-col {
    display: inline;
    float: left; }
  .landing-page-search {
    width: 50%; }
  .landing-page-search > input[type="submit"] {
    float: right;
    width: 30%; }
  .list-item-container.small-panel img {
    display: block; }
  .col-m-5.powered-by {
    float: right; }
  .search-filter-body .search-trigger-row {
    float: left; }
  .search-filter-body .search-trigger-row input[type="submit"] {
    width: auto;
    float: left; }
  .search-filter-full-width .search-filter-body .col-m-6:nth-child(2n+1), .search-filter-full-width .search-filter-body .search-trigger-row {
    clear: left; }
  .list-container-grid.events-list-container .small-panel a {
    position: relative; }
  .list-container-grid.events-list-container .small-panel.has-image a .list-item-block-date {
    position: absolute;
    top: 20px;
    left: 20px; }
  .list-container > .grid > .col-m-6:nth-child(odd), .grid > .list-container > .col-m-6:nth-child(odd) {
    clear: left; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button-my-location {
  display: none; }

.oc-map.hidden-tab, .map-results-list.hidden-tab {
  display: none; }

.oc-map.hidden-tab.gm-loading {
  display: block;
  z-index: -10;
  margin-top: -100%; }

.oc-map {
  height: 400px;
  width: 100%;
  float: left; }

.map-results-list {
  height: 400px;
  width: 100%;
  float: left;
  overflow-x: hidden;
  overflow-y: scroll; }

.container-size-1 .tab-buttons {
  display: none; }

.container-size-1 .oc-map.hidden-tab, .container-size-1 .map-results-list.hidden-tab {
  display: block; }

.container-size-1 .oc-map.hidden-tab.gm-loading {
  z-index: 0;
  margin-top: 0; }

.container-size-1 .map-results-list {
  width: 30%; }

.container-size-1 .map-results-list + .oc-map {
  width: 70%; }

.oc-map img {
  max-width: none; }

.panel-loading {
  background-color: #000; }

.span-or {
  display: none; }

html.geolocation .span-or {
  display: block;
  float: left;
  margin: 0;
  padding: 20px 20px 20px 0;
  width: 100%;
  font-weight: 600;
  font-size: 0.95em; }

a.map-infobox {
  text-decoration: none; }

a.map-infobox:hover, a.map-infobox:focus {
  text-decoration: none; }

a.map-infobox:hover h2 {
  text-decoration: underline; }

.map-infobox .clearfix {
  margin: 0; }

.map-info-additional.map-info-address {
  margin-top: 5px; }

.oc-map .map-infobox img {
  margin: 20px 0 5px 5px;
  max-width: none; }

.map-info-additional {
  padding-top: 10px; }

.map-info-address {
  border-top: 2px solid #ededed; }

.map-infobox-my-area {
  display: block;
  min-height: 200px;
  width: 250px; }

a.map-infobox:visited {
  color: #416c81; }

.map-infobox p {
  margin: 5px 0; }

.map-info-image {
  float: right; }

.map-buttons .tab-header-title.selected {
  background-color: #f8f8f8; }

.map-buttons .tab-header-title span {
  display: block; }

.map-buttons .tab-header-title .item-icon {
  display: none; }

.map-buttons .tab-header-title {
  padding: 16px 23px 14px 25px;
  top: 0px; }

.map-results-list {
  background-color: #f8f8f8; }

.map-results-list ul {
  margin: 0;
  padding: 0; }

.map-results-list li {
  list-style: outside none none;
  padding: 0px 15px 0 15px; }

.map-results-list .side-panel .item-name {
  background-repeat: no-repeat;
  padding-left: 15px;
  min-height: 40px;
  margin: 0px 0 0 5px;
  font-size: 1.2em;
  float: right;
  width: calc(100% - 41px); }

.map-results-list .side-panel .item-icon {
  padding-left: 5px;
  max-width: 35px; }

.map-results-list a, .map-results-list a:hover, .map-results-list a:focus {
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
  padding-top: 10px; }

.map-results-list .selected a {
  background-color: #ededed; }

.map-results-list a:hover h3, .map-results-list a:focus h3 {
  text-decoration: underline; }

.list-js-no-results {
  background-color: #b75234;
  color: #fff;
  font-size: 1.25em;
  padding: 20px 25px;
  display: none; }

.map-results-list p {
  color: #426c82;
  margin: 0px; }

.map-results-list a.show-more {
  color: #416c81;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center; }

.map-results-list li:last-child a {
  border-bottom: 0 none; }

.search-filter-body li input, .search-filter-body li label {
  display: inline;
  margin-left: 15px;
  width: auto; }

.search-filter-body li {
  list-style: none outside none; }

.search-filter-body ul {
  margin: 0;
  padding: 0; }

.search-filter-body li input, .search-filter-body li label {
  display: inline;
  margin-left: 15px;
  width: auto; }

.autocomplete-suggestions {
  border: 1px solid #dfe0e1;
  background: #FFF;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-suggestion-with-checkbox {
  padding-left: 25px;
  text-indent: -20px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  color: #b85f3f;
  font-weight: 600; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.inputBox.text-address-js {
  float: left;
  width: 100%; }

input.button-my-location {
  width: 20%; }

input.button-search {
  float: left;
  width: 200px; }

html.geolocation .button-my-location {
  display: inline-block;
  padding-left: 35px;
  min-width: 220px; }

.button-my-location > i {
  background: url("sprite.png") no-repeat scroll -337px -1px rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  left: 8px;
  position: absolute;
  top: 11px;
  width: 20px; }

#PublicEmergencyAnnouncementList {
  margin-bottom: 40px; }

.emergency-message-box {
  position: relative;
  background-color: #464646;
  color: #ffffff; }

.emergency-message-box a, .emergency-message-box a:visited {
  color: #ffffff; }

.emergency-message-box.oc-emergency-severity-10 {
  background-color: #ce3f13; }

.emergency-message-box.oc-emergency-severity-20 {
  background-color: #a18700; }

.emergency-message-box.oc-emergency-severity-30 {
  background-color: #52798f; }

.emergency-message-box .emergency-announcement-item-dismiss {
  display: block;
  padding: 0 25px 25px; }

.emergency-message-box .announcement-dismiss-button {
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  margin: 10px 0 10px 0;
  padding: 6px 16px 6px 16px;
  border-radius: 4px; }

.emergency-message-box.oc-emergency-severity-10 .announcement-dismiss-button {
  background-color: #0D0106;
  color: #FFFFFF; }

.emergency-message-box.oc-emergency-severity-10 .announcement-dismiss-button:hover {
  background-color: #FFFFFF;
  color: #0D0106; }

.emergency-message-box.oc-emergency-severity-20 .announcement-dismiss-button {
  background-color: #372502;
  color: #ffffff; }

.emergency-message-box.oc-emergency-severity-20 .announcement-dismiss-button:hover {
  background-color: #ffffff;
  color: #372502; }

.emergency-message-box.oc-emergency-severity-30 .announcement-dismiss-button {
  background-color: #011023;
  color: #ffffff; }

.emergency-message-box.oc-emergency-severity-30 .announcement-dismiss-button:hover {
  background-color: #ffffff;
  color: #011023; }

.oc-emergency-announcement-container .oc-announcement-undismissed-sticky {
  position: fixed;
  bottom: 10px;
  z-index: 1000000;
  width: calc(100% - 20px);
  left: 10px; }

.oc-emergency-announcement-container .oc-announcement-undismissed-sticky .oc-announcement-sticky {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px 0; }

.oc-emergency-announcement-container .oc-announcement-undismissed-sticky .oc-announcement-sticky:last-child {
  margin: 0px; }

.oc-accordion-head {
  background-color: #464646;
  padding: 10px 25px; }

.oc-accordion-head h2 {
  color: #ffffff; }

.oc-accordion-body {
  display: block;
  background-color: #f8f8f8;
  padding: 20px; }

@font-face {
  font-family: 'flexslider-icon';
  src: url("flexslider-icon.eot");
  src: url("flexslider-icon.eot?#iefix") format("embedded-opentype"), url("flexslider-icon.woff") format("woff"), url("flexslider-icon.ttf") format("truetype"), url("flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.col-xs-12 .slideshow-widget {
  margin-bottom: 40px; }

.no-js .slideshow-widget, .slideshow-widget article {
  height: 350px; }

.ocflex-pauseplay a, .ocflex-direction-nav a, .slideshow-widget article .slide-text, .slideshow-widget article .slide-text h2, .slideshow-widget article .slide-text p {
  color: #ffffff; }

.slideshow-widget .ocflex-pauseplay a, .slideshow-widget .ocflex-direction-nav a {
  border-radius: 15px;
  border: 2px solid #ffffff;
  text-indent: -1000px; }

.ocflex-pauseplay a, .ocflex-direction-nav a, .slideshow-widget article .slide-text {
  background-color: #202020;
  background-color: rgba(32, 32, 32, 0.8); }

.ocflex-control-paging li a:after {
  border-radius: 50%;
  background-color: #202020;
  border: 2px solid #fff; }

.ocflex-control-paging li a.ocflex-active:after {
  background-color: #8f8f8f; }

.ocflex-pauseplay a:hover, .ocflex-pauseplay a:focus, .ocflex-direction-nav a:hover, .ocflex-direction-nav a:focus, .ocflex-control-paging li a:hover:after, .ocflex-control-paging li a:focus:after {
  color: #202020;
  background-color: #ffffff;
  border-color: #202020;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75); }

.slideshow-widget {
  position: relative; }

.no-js .slideshow-widget {
  overflow: auto; }

.js .slideshow-widget > .slides > article {
  display: none; }

.js .slideshow-widget > .slides > article:first-child {
  display: block; }

.js .slideshow-widget > .ocflex-viewport > .slides > article {
  display: none; }

.js .slideshow-widget > .ocflex-viewport > .slides > article:first-child {
  display: block; }

.js .slideshow-widget > .ocflex-viewport > .slides > article.slide.clone {
  display: none; }

.js .slideshow-widget > .ocflex-viewport > .slides > article.slide.clone:first-child + article {
  display: block; }

.slideshow-widget article {
  -ms-background-size: cover;
  background-size: cover;
  position: relative; }

.slideshow-widget article a.anchor-or-span {
  display: block;
  width: 100%;
  height: 100%; }

.slideshow-widget article a.anchor-or-span:focus:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border: 3px solid #ff3333;
  z-index: 2;
  position: relative; }

.slideshow-widget article .slide-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 15px;
  z-index: 2; }

.slideshow-widget article .slide-text h2, .slideshow-widget article .slide-text p {
  border: 0;
  margin: 0;
  padding: 0; }

.slideshow-widget article img {
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.lt-ie9 .slideshow-widget article img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 100%;
  height: auto;
  top: 0; }

.slideshow-widget .controls {
  position: absolute;
  z-index: 5;
  width: 100%; }

.slideshow-widget .controls ul {
  list-style-type: none;
  margin: 0; }

.slideshow-widget .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.ocflex-direction-nav a:after {
  font-family: "flexslider-icon";
  content: '\f001';
  text-indent: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 14px;
  line-height: 24px; }

.ocflex-direction-nav a.ocflex-next:after {
  content: '\f002';
  left: 14px; }

.ocflex-direction-nav .ocflex-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  cursor: default;
  z-index: -1; }

.ocflex-pauseplay a:after {
  font-family: "flexslider-icon";
  content: '\f004';
  text-indent: 0;
  display: block;
  position: absolute;
  top: 9px;
  left: 14px;
  font-size: 14px;
  line-height: 24px; }

.ocflex-pauseplay a.ocflex-play:after {
  content: '\f003';
  left: 14px; }

.ocflex-control-paging {
  display: none;
  position: absolute;
  list-style-type: none;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  padding: 7px 9px;
  right: 0;
  top: 0;
  margin: 0; }

.medium-slideshow.slideshow-layout-2 article .slide-text {
  padding: 50px 15px 5px;
  bottom: auto;
  min-height: 155px; }

.medium-slideshow.slideshow-layout-2 .controls, .medium-slideshow.slideshow-layout-2 article .slide-text {
  top: 40%;
  left: 5%;
  width: 70%; }

.medium-slideshow.slideshow-layout-2 .ocflex-control-paging {
  padding-right: 15px; }

.medium-slideshow.slideshow-layout-2 .ocflex-pauseplay {
  padding-left: 15px; }

.medium-slideshow.slideshow-layout-2 .ocflex-nav-prev {
  left: 50px; }

.medium-slideshow.slideshow-layout-2 .ocflex-nav-next {
  left: 85px; }

.wide-slideshow.slideshow-layout-2 article .slide-text {
  padding: 50px 15px 5px;
  bottom: auto;
  min-height: 155px; }

.wide-slideshow.slideshow-layout-2 .controls, .wide-slideshow.slideshow-layout-2 article .slide-text {
  top: 40%;
  left: 5%;
  width: 70%; }

.wide-slideshow.slideshow-layout-2 .ocflex-control-paging {
  padding-right: 15px; }

.wide-slideshow.slideshow-layout-2 .ocflex-pauseplay {
  padding-left: 15px; }

.wide-slideshow.slideshow-layout-2 .ocflex-nav-prev {
  left: 50px; }

.wide-slideshow.slideshow-layout-2 .ocflex-nav-next {
  left: 85px; }

.wide-slideshow.slideshow-layout-2 .controls, .wide-slideshow.slideshow-layout-2 article .slide-text {
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: 0 auto; }

.wide-slideshow.slideshow-layout-2 .ocflex-pauseplay, .wide-slideshow.slideshow-layout-2 .ocflex-direction-nav, .wide-slideshow.slideshow-layout-2 article .slide-text-inner {
  left: 5%;
  position: absolute; }

.wide-slideshow.slideshow-layout-2 .ocflex-control-paging {
  right: 25%;
  position: absolute; }

.wide-slideshow.slideshow-layout-2 article .slide-text-inner {
  width: 70%;
  top: 0;
  min-height: 155px;
  padding: 50px 15px 5px;
  background-color: #202020;
  background-color: rgba(32, 32, 32, 0.8); }

.wide-slideshow.slideshow-layout-2 article .slide-text {
  background-color: transparent;
  min-height: 0; }

@media (min-width: 480px) {
  ol.ocflex-control-paging {
    display: block; } }

.narrow-slideshow ol.ocflex-control-paging {
  display: none; }

.ocflex-control-paging li {
  display: block;
  float: left; }

.ocflex-control-paging li a {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -1000px;
  font-size: 0;
  overflow: hidden;
  margin: 2px;
  cursor: pointer; }

.ocflex-control-paging li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 5px; }

.ocflex-pauseplay, .ocflex-nav-prev, .ocflex-nav-next {
  position: absolute;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0); }

.ocflex-pauseplay {
  padding: 10px 5px 10px 10px; }

.ocflex-nav-prev {
  left: 45px;
  top: 0px;
  padding: 10px 5px 10px 0; }

.ocflex-nav-next {
  left: 80px;
  top: 0;
  padding: 10px 10px 10px 0; }

.slideshow-widget .ocflex-pauseplay a, .slideshow-widget .ocflex-nav-prev a, .slideshow-widget .ocflex-nav-next a {
  display: block;
  width: 44px;
  height: 44px;
  text-indent: -1000px;
  position: relative;
  overflow: hidden;
  text-decoration: none; }

li.ocflex-nav-next {
  display: block; }

.anchor-image-TL {
  background-position: top left; }

.anchor-image-TC {
  background-position: top center; }

.anchor-image-TR {
  background-position: top right; }

.anchor-image-CL {
  background-position: center left; }

.anchor-image-CC {
  background-position: center center; }

.anchor-image-CR {
  background-position: center right; }

.anchor-image-BL {
  background-position: bottom left; }

.anchor-image-BC {
  background-position: bottom center; }

.anchor-image-BR {
  background-position: bottom right; }

section.comment-forum {
  max-width: 960px;
  margin-top: 30px; }

section.comment-forum > .comment-action {
  margin-bottom: 30px; }

section.comment-forum .message-box {
  position: relative;
  background-color: #52798f;
  color: #ffffff; }

section.comment-forum .message-box a, section.comment-forum .message-box a:visited {
  color: #ffffff;
  background-color: transparent; }

section.comment-forum .message-box .item-dismiss, .message-box .item-dismiss {
  display: block;
  padding: 0 25px 25px;
  width: 47px;
  height: 44px;
  text-indent: -1000px;
  overflow: hidden;
  background: transparent;
  position: absolute;
  top: 0px;
  right: 0px; }

section.comment-forum .message-box .item-dismiss:after, .message-box .item-dismiss:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 23px;
  background: no-repeat scroll right 0 transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnMzY0NSIgICB2aWV3Qm94PSIwIDAgMTQgMTQiICAgaGVpZ2h0PSIxNCIgICB3aWR0aD0iMTQiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMzguMzYyMSkiICAgICBpZD0ibGF5ZXIxIj4gICAgPHJlY3QgICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxMDY3OSwwLjcwNzEwNjc3LC0wLjcwNzEwNjc5LDAuNzA3MTA2NzcsMCwwKSIgICAgICAgeT0iNzI1LjgzMTEyIiAgICAgICB4PSI3NDIuNjM0NjQiICAgICAgIGhlaWdodD0iMTYuODAzNTMiICAgICAgIHdpZHRoPSIyLjk5NTQ1OTYiICAgICAgIGlkPSJyZWN0MzY2MyIgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZiIgLz4gICAgPHJlY3QgICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxMDY3OSwtMC43MDcxMDY3NywwLjcwNzEwNjc5LDAuNzA3MTA2NzcsMCwwKSIgICAgICAgeT0iNzM1LjczMDY1IiAgICAgICB4PSItNzM1LjczMDY1IiAgICAgICBoZWlnaHQ9IjE2LjgwMzUzIiAgICAgICB3aWR0aD0iMi45OTU0NTk2IiAgICAgICBpZD0icmVjdDM2NjMtOSIgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZiIgLz4gIDwvZz48L3N2Zz4=);
  background-size: 14px 14px;
  background-position: 0 0; }

section.comment-forum .comment-action .sc-form, section.comment-forum .comment-report-container .sc-form {
  padding: 20px;
  background: #f8f8f8; }

.comment-list-container.no-comments.unpublished {
  padding: 50px 20px 50px;
  background: #f8f8f8;
  margin-bottom: 30px;
  border: 1px dashed #505050; }

section.comment-forum .comment-thread .comment-action .sc-form {
  width: 100%; }

section.comment-forum .comment-action .sc-form .captcha-container {
  position: relative; }

section.comment-forum .comment-action .sc-form .captcha-container label {
  font-size: 0.95em; }

.js section.comment-forum > .comment-action.comment-post .more-info {
  display: none; }

.js section.comment-forum > .comment-action.comment-post .sc-has-errors .more-info {
  display: block; }

.js section.comment-forum > .comment-action.comment-post.minimised .sc-textarea label span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

section.comment-forum .comment-moderate .personal-info {
  margin: 1em 0 1em; }

section.comment-forum .personal-info > div {
  float: left;
  margin-right: 10px; }

section.comment-forum .personal-info > div.posting-as, section.comment-forum .personal-info > div.sc-checkbox {
  clear: left;
  float: none; }

div.posting-as p:first-child {
  margin-top: 0; }

section.comment-forum .personal-info:before, section.comment-forum .personal-info:after, section.comment-forum header:before, section.comment-forum header:after, section.comment-forum footer:before, section.comment-forum footer:after {
  content: " ";
  display: table; }

section.comment-forum .personal-info, section.comment-forum header, section.comment-forum footer {
  overflow: hidden; }

section.comment-forum .sc-form-submit-row {
  margin: 0; }

section.comment-forum .comment-action.comment-report .sc-form-submit-row input.submit-button {
  background-color: #864e4e; }

section.comment-forum .comment-action.comment-report .sc-form-submit-row input.submit-button:hover {
  background-color: #990000; }

.main-container section.comment-forum input[type="submit"] {
  margin: 0; }

section.comment-forum .comment-list-actions > div {
  min-height: 1px; }

section.comment-forum .comment-list-actions .aright {
  text-align: right; }

section.comment-forum .comment-list-actions a {
  display: inline-block; }

section.comment-forum .comment-list-actions .aleft a:first-child {
  padding-left: 0px; }

section.comment-forum .comment-responses {
  padding: 0 0 1px 0;
  margin-top: 10px;
  list-style-type: none; }

section.comment-forum .comment-list-actions {
  margin-bottom: 1em; }

section.comment-forum .comment-list-container > .comment-responses {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em; }

section.comment-forum .comment-responses .comment-thread {
  padding: 0px;
  margin: 0 0 15px 0;
  list-style-type: none;
  background: #fafafa;
  border-bottom: 1px solid #fafafa; }

section.comment-forum .comment-responses .comment-thread.thread-closed {
  border-bottom: none; }

section.comment-forum .comment-responses .comment-thread .comment-thread {
  margin: 0 0 15px 25px;
  border: 1px solid #dfe0e1;
  border-bottom: none;
  border-right: none; }

section.comment-forum .comment-responses .comment-thread .comment-thread.has-child-comments, section.comment-forum .comment-responses .comment-thread .comment-thread.action-target, section.comment-forum .comment-responses .comment-report-container {
  border-bottom: 1px solid #dfe0e1; }

section.comment-forum .comment-responses .comment-thread > article > .comment-container {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #dfe0e1;
  border-right: 1px solid #dfe0e1; }

section.comment-forum .comment-responses .comment-thread .comment-thread.has-child-comments.thread-closed > article > .comment-container {
  border-bottom: none; }

section.comment-forum .comment-responses > .comment-thread > article > .comment-container {
  border: 1px solid #dfe0e1; }

section.comment-forum .comment-responses .comment-report-item {
  border: none;
  padding: 5px;
  margin: 5px 0 0 0;
  background-color: #f3f3f3;
  border: 1px solid #dfe0e1;
  list-style-type: none; }

section.comment-forum .comment-replies-controls {
  font-weight: bold;
  font-size: 0.8em;
  margin: 1em 0 0 25px; }

section.comment-forum .comment-replies-controls .visible-count {
  margin-left: 0.5em; }

section.comment-forum ol.comment-replies, section.comment-forum ol.comment-reports {
  padding: 0 0 1px 0;
  margin: 1em 0 0 0;
  font-size: 1em; }

section.comment-forum ol.comment-replies ol.comment-replies {
  padding: 0; }

section.comment-forum ol.comment-reports {
  font-size: 1em;
  list-style-type: none; }

section.comment-forum footer .actions {
  float: left;
  margin-right: 8px; }

section.comment-forum header .actions {
  position: absolute;
  top: 0px;
  right: 0px; }

section.comment-forum .badges {
  float: left;
  margin-right: 3px; }

section.comment-forum footer .actions a {
  margin-right: 10px; }

section.comment-forum .user-details {
  float: left; }

section.comment-forum .user-details > .author, section.comment-forum .user-details > .reporter {
  margin-right: 4px; }

section.comment-forum header, section.comment-forum footer {
  font-size: 0.80em;
  position: relative; }

section.comment-forum span.up-vote, section.comment-forum span.down-vote {
  display: block;
  font-size: 0;
  float: left;
  margin-right: 10px; }

section.comment-forum a.toggle-thread, section.comment-forum span.up-vote a, section.comment-forum span.down-vote a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMzMzMzMzO308L3N0eWxlPjxyZWN0IHg9IjI5IiB5PSI5IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTIiIGhlaWdodD0iMiIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTYsOSAxMSw5IDExLDQgOSw0IDksOSA0LDkgNCwxMSA5LDExIDksMTYgMTEsMTYgMTEsMTEgMTYsMTEgIi8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI2MS4xLDcuNCA1OS43LDYgNTguMiw3LjQgNTQsMTEuNyA1NS40LDEzLjEgNTkuNyw4LjggNjMuOSwxMy4xIDY1LjMsMTEuNyAiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjgxLjIsMTEuNyA4Mi43LDEzLjEgODQuMSwxMS43IDg4LjMsNy40IDg2LjksNiA4Mi43LDEwLjIgNzguNCw2IDc3LDcuNCAiLz48dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDcuMTA3OSAxMy41MjE1KSIgb3BhY2l0eT0iMCIgZm9udC1mYW1pbHk9IidNeXJpYWRQcm8tUmVndWxhciciIGZvbnQtc2l6ZT0iMTIiPmE8L3RleHQ+PC9zdmc+);
  background-size: 100px 20px;
  border: 1px solid #dfe0e1; }

section.comment-forum header {
  padding-right: 18px; }

section.comment-forum a.toggle-thread:hover, section.comment-forum span.up-vote a:hover, section.comment-forum span.down-vote a:hover {
  background-color: #dfe0e1; }

section.comment-forum .thread-open > article > div a.toggle-thread {
  background-position: -28px -3px; }

section.comment-forum .thread-closed > article > div a.toggle-thread {
  background-position: -3px -3px; }

section.comment-forum span.up-vote a {
  background-position: -51px -1px; }

section.comment-forum span.down-vote a {
  background-position: -73px 0px; }

section.comment-forum span.up-vote a, section.comment-forum span.down-vote a {
  float: left; }

section.comment-forum .voting {
  float: left;
  margin-right: 10px; }

section.comment-forum .meta-data {
  float: left; }

section.comment-forum .comment-content, section.comment-forum .report-content {
  padding: 7px 20px 7px 20px; }

section.comment-forum span.badge {
  background: #505050;
  color: #ffffff;
  padding: 1px 2px;
  border-radius: 2px;
  border: 1px solid #505050;
  font-size: 0.9em; }

section.comment-forum .comment-responses .comment-thread > article > .comment-container {
  background: #f3f3f3; }

section.comment-forum span.badge.moderator {
  background: #990000;
  border-color: #990000;
  color: #ffffff; }

section.comment-forum .comment-responses .comment-thread.is-moderator > article > .comment-container {
  background: #fffafa; }

section.comment-forum span.badge.pinned {
  background: #149213;
  border-color: #149213;
  color: #ffffff; }

section.comment-forum .comment-responses .comment-thread.is-pinned > article > .comment-container {
  background: #f5fff5; }

section.comment-forum span.badge.redacted {
  background: #999;
  border-color: #999;
  color: #ffffff; }

section.comment-forum .comment-responses .comment-thread.is-redacted > article > .comment-container {
  background: #fefefe;
  color: #999; }

section.comment-forum .comment-responses .comment-thread.is-redacted > article > .comment-container > header .author {
  color: #999; }

section.comment-forum span.badge.archived {
  background: #926a13;
  border-color: #926a13;
  color: #ffffff; }

section.comment-forum .comment-responses .comment-thread.is-archived > article > .comment-container {
  background: #fffdf3; }

section.comment-forum span.badge.reported {
  background: #9900aa;
  border-color: #9900aa;
  color: #ffffff; }

section.comment-forum .comment-responses .comment-thread.is-reported > article > .comment-container {
  background: #fffcff; }

section.comment-forum span.badge.locked {
  background: #505050;
  border-color: #505050;
  color: #ffffff; }

section.comment-forum .comment-responses .comment-thread.highlighted > article > .comment-container, section.comment-forum .comment-responses .comment-report-item.highlighted {
  background: #f3ffff; }

section.comment-forum .comment-responses .comment-report-item.is-dismissed {
  background: #fff; }

section.comment-forum .comment-responses .comment-report-item.is-dismissed span.badge {
  background: #999;
  border-color: #999; }

section.comment-forum .comment-responses .comment-report-item.is-dismissed .reporter {
  color: #999; }

section.comment-forum .comment-responses .comment-report-item span.badge.new {
  display: none; }

section.comment-forum .author, section.comment-forum .reporter, section.comment-forum .comment-replies-controls a, section.comment-forum .comment-replies-controls a:visited, section.comment-forum .actions a, section.comment-forum .actions a:visited {
  color: #416c81;
  font-weight: bold; }

.accordion-trigger.contains-heading {
  position: relative; }

@media (min-width: 768px) {
  section.comment-forum .user-details {
    margin-right: 2px; }
  section.comment-forum span.badge {
    padding: 1px 4px;
    margin-right: 3px;
    font-size: 1em;
    font-weight: bold; }
  section.comment-forum .date-posted, section.comment-forum .date-reported {
    font-weight: bold; } }

.user-avatar.profile-image-clip {
  display: none; }

@media (min-width: 480px) {
  section.comment-forum .user-avatar.profile-image-clip {
    -webkit-transition: width .45s ease-in-out, height .45s ease-in-out;
    -o-transition: width .45s ease-in-out, height .45s ease-in-out;
    transition: width .45s ease-in-out, height .45s ease-in-out; }
  section.comment-forum.has-avatars header {
    -webkit-transition: margin-left .45s ease-in-out;
    -o-transition: margin-left .45s ease-in-out;
    transition: margin-left .45s ease-in-out; }
  section.comment-forum.has-avatars .user-avatar.profile-image-clip {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden; }
  .user-avatar.profile-image-clip img {
    display: block;
    width: 100%; }
  section.comment-forum article > .comment-container {
    overflow: hidden; }
  section.comment-forum .thread-closed > article > .comment-container > .user-avatar.profile-image-clip img {
    min-height: 100%; }
  section.comment-forum .thread-closed > article > .comment-container > header {
    margin-left: 0; }
  section.comment-forum.has-avatars .comment-content, section.comment-forum.has-avatars .report-content {
    padding-left: 0px; }
  section.comment-forum.has-avatars header, section.comment-forum.has-avatars .comment-body {
    padding-left: 7px; }
  section.comment-forum .user-avatar.profile-image-clip {
    width: 64px;
    height: 64px; }
  section.comment-forum.has-avatars header, section.comment-forum.has-avatars .comment-container > div {
    margin-left: 64px; }
  section.comment-forum .thread-closed > article > .comment-container > .user-avatar.profile-image-clip {
    width: 16px;
    height: 16px; }
  section.comment-forum .comment-replies .user-avatar.profile-image-clip {
    width: 32px;
    height: 32px; }
  section.comment-forum.has-avatars .comment-replies header, section.comment-forum.has-avatars .comment-replies .comment-body {
    margin-left: 32px; } }

#skip-to-content-container {
  margin: 0 auto;
  max-width: 1140px;
  z-index: 100000;
  position: absolute; }

#skip-map-container-top, #skip-map-container-bottom {
  padding: 0;
  margin: 0;
  background-image: none;
  background-color: transparent; }

.header-layout-1 .header-search-control-container, .header-layout-2 .header-search-control-container, .header-layout-3 .header-search-control-container, .header-layout-4 .header-search-control-container {
  clear: left; }

.js .side-menu #sc-main-menu {
  left: 0; }

.js .side-menu .background-container {
  position: relative;
  left: 0;
  right: 0;
  -webkit-transition: left .3s ease, right .3s ease;
  -o-transition: left .3s ease, right .3s ease;
  transition: left .3s ease, right .3s ease; }

.js .side-menu .navigation-outer-container {
  overflow-x: hidden;
  display: none;
  -webkit-transition: left .3s ease, right .3s ease;
  -o-transition: left .3s ease, right .3s ease;
  transition: left .3s ease, right .3s ease;
  position: absolute;
  top: 0;
  width: 75%;
  min-height: 100%;
  background-color: #333;
  padding: 0; }

.js .side-menu.side-menu-open .navigation-outer-container {
  display: block; }

.js .side-menu .navigation-container {
  overflow-x: visible; }

.js .side-menu .navigation-outer-container ul {
  -webkit-transition: left .5s ease, right .5s ease;
  -o-transition: left .5s ease, right .5s ease;
  transition: left .5s ease, right .5s ease;
  position: absolute;
  top: 0;
  list-style: none;
  margin: 0px;
  padding: 0px; }

.js .side-menu .navigation-outer-container ul a, .js .side-menu .navigation-outer-container ul li {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu {
  background: #333; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu a {
  vertical-align: top;
  padding: 13px 15px 13px 15px;
  text-decoration: none;
  zoom: 1; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu > li {
  border-bottom: 1px solid #DDD; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu > li a:hover, .js .side-menu .navigation-outer-container .nav-offscreen-menu > li a:focus {
  background: #777;
  color: #FFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu > li > a {
  font-size: 0.95em;
  font-family: inherit;
  font-weight: normal;
  color: #FFF;
  font-style: normal;
  background: #333; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu > li.nav-active-path > a {
  background-color: #111;
  color: #FFF; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul {
  -webkit-transition: display 0.1s ease;
  -o-transition: display 0.1s ease;
  transition: display 0.1s ease;
  background: #444; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul li {
  border-bottom: 1px solid #DDD; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul li > a {
  background: #444;
  color: #FFF; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul li a:hover, .js .side-menu .navigation-outer-container .nav-offscreen-menu ul li a:focus {
  background: #888;
  color: #FFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul {
  background: #333; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li {
  border-bottom: 1px solid #DDD; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li > a {
  background: #333;
  color: #FFF; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li a:hover, .js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li a:focus {
  background: #777;
  color: #FFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul {
  display: none; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul.active-sub-menu {
  display: block; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul.navigation-top-tasks-list {
  position: relative;
  display: block;
  background: transparent; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul.navigation-top-tasks-list li {
  border-bottom: none; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul.navigation-top-tasks-list a {
  width: auto; }

.js.flexboxlegacy .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a.navigation-top-task-icon, .js.flexboxlegacy .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a.navigation-top-task-icon, .js.flexboxlegacy .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-list a.navigation-top-task-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.js.flexboxlegacy .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a.navigation-top-task-icon::before, .js.flexboxlegacy .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a.navigation-top-task-icon::before, .js.flexboxlegacy .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-list a.navigation-top-task-icon::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.nav-offscreen-menu a {
  width: 100%;
  display: inline-block; }

.mobnav-subarrow, .mobnav-subarrow-child, .mobnav-subarrow-child:hover, .mobnav-subarrow:hover, .mobnav-subarrow-child:focus, .mobnav-subarrow:focus {
  background-color: transparent; }

.nav-offscreen-menu .mobnav-subarrow, .nav-offscreen-menu .mobnav-subarrow-child {
  display: inline-block;
  background-color: transparent;
  top: 4px;
  right: 0px; }

.offscreen-active-menu li {
  position: relative; }

.side-menu-btn {
  z-index: 1;
  top: 0;
  margin-top: 10px; }

.side-menu-btn button, .header-website-settings button {
  background: none;
  padding: 0;
  color: #000;
  line-height: 1;
  z-index: 99; }

.header-website-settings button {
  overflow: visible; }

.header-website-settings button span {
  position: relative; }

.header-website-settings button span.visuallyhidden {
  position: absolute; }

.side-menu-btn button:hover, .side-menu-btn button:focus, .header-website-settings button:hover, .header-website-settings button:focus {
  background-color: transparent;
  color: #000; }

.side-menu-btn i, .side-menu-btn i::before, .side-menu-btn i::after {
  background-color: #000;
  content: " ";
  display: block;
  height: 4px;
  position: absolute;
  width: 25px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.side-menu-btn i {
  top: 8px; }

.side-menu-btn i::before {
  top: -8px; }

.side-menu-btn i::after {
  bottom: -8px; }

.side-menu-btn .pressed i {
  background: none; }

.side-menu-btn .pressed i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 70%;
  left: 15%; }

.side-menu-btn .pressed i:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 70%;
  left: 15%; }

.side-menu-left .side-menu-btn {
  float: left; }

.side-menu-right .side-menu-btn {
  position: absolute;
  right: 0; }

.header-outer-container {
  background-repeat: no-repeat;
  background-position: left top; }

.header-container {
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: left top; }

.top-task-homepage .profile-list {
  position: relative;
  display: block;
  padding: 13px 13px 11px;
  border-top: 2px solid #f2f2f2; }

.top-task-homepage .item-icon {
  float: left;
  height: 56px;
  margin: 0 10px 25px 0;
  width: 56px; }

.top-task-homepage .profile-list > h2 {
  margin-right: 25px;
  color: #000; }

.top-task-homepage .profile-list > p {
  clear: left;
  color: #505050; }

.top-task-homepage-format-4 .list-item {
  clear: left;
  margin: 0 0 5px; }

.top-task-homepage-format-4 .profile-list {
  display: inline-block;
  text-decoration: none; }

.top-task-homepage-format-4 .item-icon {
  width: 30px;
  height: 30px; }

.top-task-homepage-format-4 .profile-list > h2 {
  margin-left: 0;
  margin-bottom: 0;
  float: none;
  width: auto; }

.top-task-homepage-format-4 .profile-list > p {
  display: none; }

.top-task-homepage-format-5 .list-item {
  clear: left;
  margin: 0 0 5px; }

.top-task-homepage-format-5 .profile-list {
  display: inline-block;
  text-decoration: none; }

.top-task-homepage-format-5 .item-icon {
  display: none; }

.top-task-homepage-format-5 .profile-list > h2 {
  margin-left: 0;
  margin-bottom: 0;
  float: none;
  width: auto; }

.top-task-homepage-format-5 .profile-list > p {
  display: none; }

.top-task-homepage-format-6 .list-item {
  float: left;
  margin: 0 5px 5px 0; }

.top-task-homepage-format-6 .profile-list {
  display: inline-block;
  text-decoration: none; }

.top-task-homepage-format-6 .item-icon {
  display: none; }

.top-task-homepage-format-6 .profile-list > h2 {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  float: none; }

.top-task-homepage-format-6 .profile-list > p {
  display: none; }

.top-task-homepage.top-task-homepage-format-4 .profile-list, .top-task-homepage.top-task-homepage-format-5 .profile-list, .top-task-homepage.top-task-homepage-format-6 .profile-list {
  min-height: 0;
  border-top: none; }

.top-task-homepage.top-task-homepage-format-4 .profile-list > h2, .top-task-homepage.top-task-homepage-format-5 .profile-list > h2, .top-task-homepage.top-task-homepage-format-6 .profile-list > h2 {
  width: auto; }

.top-task-homepage.top-task-homepage-format-4 .profile-list:after, .top-task-homepage.top-task-homepage-format-5 .profile-list:after, .top-task-homepage.top-task-homepage-format-6 .profile-list:after {
  display: none; }

.row-content-container > .top-task-homepage a {
  text-decoration: none; }

.full-width {
  margin: 0 auto; }

.fixed-width {
  max-width: 1140px;
  margin: 0 auto; }

.display-as-carousel-on {
  overflow: hidden; }

.carousel-limit {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  top: 0px; }

.carousel-progress {
  display: block;
  height: 5px;
  width: 96%;
  background-color: #fefefe;
  position: relative;
  margin: 10px 2%; }

.carousel-progress-bar {
  background-color: #5c5c5c;
  width: 1%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; }

.display-as-carousel.display-as-carousel-on {
  position: relative; }

.display-as-carousel.display-as-carousel-on .grid {
  -webkit-transition: -webkit-transform 300ms ease-out 0s;
  transition: -webkit-transform 300ms ease-out 0s;
  -o-transition: transform 300ms ease-out 0s;
  transition: transform 300ms ease-out 0s;
  transition: transform 300ms ease-out 0s, -webkit-transform 300ms ease-out 0s; }

.row-content-container .carousel-controls {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100; }

.row-content-container .carousel-controls a {
  background-color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  text-decoration: none;
  padding: 0; }

.row-content-container .carousel-controls a:hover, .row-content-container .carousel-controls a:focus {
  background-color: rgba(255, 255, 255, 0.85); }

.row-content-container .carousel-control-prev {
  margin-right: 10px; }

.row-content-container .carousel-controls i:after {
  content: '\f002';
  font-family: "flexslider-icon";
  font-size: 26px;
  line-height: 1;
  display: block;
  color: #fff;
  height: 46px;
  width: 46px;
  font-style: normal;
  text-decoration: none;
  padding: 11px 15px; }

.row-content-container .carousel-controls .carousel-control-prev i:after {
  content: '\f001'; }

.row-content-container .carousel-controls a:hover i:after, .row-content-container .carousel-controls a:focus i:after {
  color: #000; }

.row-content-container .carousel-controls a.carousel-control-disabled, .row-content-container .carousel-controls a.carousel-control-disabled:hover, .row-content-container .carousel-controls a.carousel-control-disabled:focus {
  background-color: rgba(221, 221, 221, 0.85);
  cursor: default; }

.row-content-container .carousel-controls a.carousel-control-disabled i::after, .row-content-container .carousel-controls a.carousel-control-disabled:hover i::after, .row-content-container .carousel-controls a.carousel-control-disabled:focus i::after {
  color: #ededed; }

.content-main-container, .emergency-container-position-1 ~ .header-outer-container {
  clear: left; }

.js .oc-emergency-dismissed .oc-accordion-body {
  display: none; }

.header-outer-container {
  position: relative; }

.emergency-container-position-1 .oc-accordion-head {
  padding: 5px 48px 5px 25px; }

.emergency-container-position-1 .oc-accordion-body {
  padding: 0; }

.emergency-container-position-1 .emergency-message-box {
  margin: 0; }

.toolbar-outer-container {
  background-color: #4f4f4f; }

.toolbar-drop-down .oc-icon-b::before, .toolbar-link-list .oc-icon-b::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: cover;
  margin-right: 10px;
  margin-top: -4px; }

.toolbar-drop-down .oc-i--none.oc-icon-b::before, .toolbar-link-list .oc-i--none.oc-icon-b::before {
  display: none; }

.toolbar-link-list {
  display: block; }

.toolbar-link-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.toolbar-link-list ul li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
  padding: 2px 5px; }

.toolbar-link-list ul li:last-child {
  margin-right: 0px; }

.toolbar-link-list ul li a, .toolbar-link-list ul li a:visited {
  color: #fff; }

.toolbar-link-list ul li a, .toolbar-link-list ul li > span {
  line-height: 28px; }

.toolbar-display-links + .toolbar-display-links {
  border-left: 1px solid #fff;
  padding-left: 10px; }

.toolbar-link-list ul li a.link-hide-text > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.toolbar-link-list .link-hide-text.oc-icon-b::before {
  margin-right: 0px; }

.toolbar-quicklinks .js-probe {
  position: fixed;
  z-index: 1;
  top: -100%;
  opacity: 0;
  left: 0; }

.toolbar-quicklinks .js-probe .oc-icon-b::before {
  background: none; }

.js .toolbar-quicklinks {
  visibility: hidden; }

.js .toolbar-quicklinks.loaded {
  visibility: visible; }

.toolbar-item-list-heading {
  display: none; }

.toolbar-item-list .toolbar-item-list-heading {
  display: block; }

.toolbar-item-list .toolbar-button-quicklinks {
  display: none; }

.toolbar-language-links .lang-item, .toolbar-language-links .lang-item:visited {
  color: #fff;
  text-decoration: none; }

.toolbar-language-links a.lang-item:hover, .toolbar-language-links a.lang-item:focus {
  text-decoration: underline; }

.toolbar-language-links .lang-item {
  position: relative; }

.toolbar-inner-container {
  margin: 0 auto;
  max-width: 1140px;
  text-align: right; }

.toolbar-inner-container > div {
  text-align: left; }

.toolbar-item {
  float: none;
  margin-right: 0px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
  vertical-align: top; }

.toolbar-item:first-child {
  margin-left: 0px; }

.toolbar-item {
  margin-bottom: 5px; }

@media (min-width: 880px) {
  .toolbar-item {
    margin-bottom: 0px; } }

.toolbar-button {
  max-width: 320px;
  padding-right: 30px;
  z-index: 99; }

.toolbar-button-user-profile {
  padding-left: 10px; }

.toolbar-button-user-profile img {
  width: 100%;
  vertical-align: top; }

.toolbar-drop-down > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.toolbar-drop-down {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 4px 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 8px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 4px 2px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  position: absolute;
  right: 20px;
  width: 75%;
  z-index: 1000;
  -moz-min-width: 250px;
  -ms-min-width: 250px;
  -o-min-width: 250px;
  -webkit-min-width: 250px;
  min-width: 250px; }

.toolbar-button-user-profile .user-name {
  display: inline-block;
  max-width: 320px;
  overflow: hidden;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  vertical-align: bottom; }

.js .toolbar-drop-down {
  display: none; }

.toolbar-expanded .toolbar-drop-down {
  display: block; }

.toolbar-drop-down a, .toolbar-drop-down span {
  color: #000000;
  display: block;
  padding: 10px;
  text-decoration: none; }

.toolbar-drop-down a span {
  display: inline;
  padding: 0px; }

.toolbar-drop-down a, .toolbar-display-links a {
  text-decoration: none; }

.toolbar-drop-down a:hover, .toolbar-drop-down a:focus, .toolbar-display-links a:hover, .toolbar-display-links a:focus {
  text-decoration: underline; }

.toolbar-button-expanded::after {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: " ";
  display: block;
  height: 10px;
  position: absolute;
  right: 30px;
  bottom: -10px;
  width: 10px;
  z-index: 101; }

.toolbar-button > i {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  content: " ";
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 40%;
  top: calc(50% - 2px);
  width: 5px; }

html.no-js .toolbar-button {
  display: none; }

html.no-js .toolbar-drop-down::before {
  display: none; }

html.no-js .toolbar-drop-down {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  position: relative; }

html.no-js .toolbar-drop-down a {
  float: left; }

.toolbar-language .toolbar-language-drop-down .current-language-li {
  display: none; }

.toolbar-language-links .lang-item {
  display: inline-block;
  padding: 5px; }

.message-board-item-comments {
  text-align: right;
  padding-top: 0;
  font-size: 0.8em; }

.message-board-item-post-by p {
  margin-bottom: 0; }

.message-board-item-user-info {
  margin-top: 20px;
  position: relative; }

.message-board-item-user-info .profile-image-clip {
  float: left;
  margin-right: 10px;
  max-height: 100px;
  width: 100px; }

.message-board-item-user-info p {
  margin-bottom: 5px; }

.message-board-item-user-info a {
  text-decoration: none;
  display: block; }

.message-board-item-user-title {
  font-size: 0.8em; }

.message-board-item-info {
  position: relative; }

.message-board-item-info a {
  background-color: #ffffff;
  display: block;
  text-decoration: none; }

.message-board-item-info h2 {
  padding: 10px;
  margin: 0; }

.message-board-item-info a:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  content: " ";
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  bottom: -10px;
  width: 20px;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s; }

.message-board-item-post-by > a {
  color: #fff; }

.message-board-item-link > a {
  text-decoration: none; }

.message-board-item {
  margin-bottom: 30px; }

.main-container .styled-button.page-edit-button {
  float: right;
  margin-left: 10px; }

.user-profile-image {
  text-align: center; }

h1.user-profile-name {
  margin-bottom: 10px;
  text-align: center; }

.sc-staff-profile-form .user-sub-title {
  margin-bottom: 25px;
  text-align: center; }

.user-profile-primary-info {
  background-color: #ededed;
  margin-bottom: 30px;
  padding: 30px; }

.user-profile-primary-info .grid > div {
  margin-bottom: 15px; }

.user-profile-primary-info .grid > div:nth-child(2n + 1) {
  clear: left; }

.user-profile-primary-info .grid > div.user-detail-wide {
  margin-top: 15px; }

.user-profile-primary-info .user-direct-reports ul.user-detai-value {
  margin: 0;
  padding: 0;
  list-style: none; }

.user-profile-primary-info .user-direct-reports ul.user-detai-value li {
  display: inline-block;
  padding-right: 10px; }

.staff-list-container header {
  overflow: hidden;
  text-align: center; }

.sub-title-seperator {
  border-left: 1px solid;
  margin: 0 0.3em 0 0.6em; }

.staff-list-container .profile-image-clip, .sc-staff-profile-form .profile-image-clip {
  margin: 0 auto;
  width: 150px; }

.toolbar-button-user-profile .profile-image-clip {
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  max-height: 28px;
  vertical-align: middle;
  margin-top: -4px; }

.profile-info-container {
  overflow: hidden; }

.list-item-container-2, .staff-member-container {
  background-color: #f8f8f8; }

.list-item-container-2 .user-sub-title, .staff-member-container .user-sub-title, .org-con-item-container .user-sub-title {
  margin-bottom: 10px;
  text-align: center; }

.sc-staff-profile-form {
  position: relative; }

.sc-staff-profile-form .page-edit-button + .profile-image-clip {
  clear: both;
  margin-top: 20px; }

.sc-staff-profile-form a.page-edit-button {
  margin-bottom: 20px; }

.user-detai-label {
  font-weight: bold; }

.user-profile-primary-info .user-detai-label {
  display: block;
  float: left;
  padding-right: 10px; }

.user-profile-primary-info .user-detai-value {
  display: block;
  float: left; }

.page-edit-disabled {
  background-color: #808080;
  color: #fff;
  float: right;
  padding: 2px 5px; }

.profile-elected-officials-listing .profile-list {
  text-align: center; }

.profile-elected-officials-listing .profile-image-clip {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden; }

.profile-elected-officials-listing-option-3 .list-elected-official-feature-image {
  margin: 0 0 20px; }

.profile-elected-officials-listing-option-3 .list-elected-official-feature-image .wide-thumbnail-image {
  margin: 0; }

@media (min-width: 480px) {
  .profile-elected-officials-listing-option-1 .grid > div:nth-child(2n+1), .profile-elected-officials-listing-option-2 .grid > div:nth-child(2n+1), .profile-elected-officials-listing-option-3 .grid > div:nth-child(2n+2) {
    clear: left; } }

@media (min-width: 768px) {
  .profile-elected-officials-listing-option-1 .grid > div:nth-child(2n+1), .profile-elected-officials-listing-option-2 .grid > div:nth-child(2n+1), .profile-elected-officials-listing-option-3 .grid > div:nth-child(2n+2) {
    clear: none; }
  .profile-elected-officials-listing-option-1 .grid > div:nth-child(3n+1), .profile-elected-officials-listing-option-2 .grid > div:nth-child(3n+1), .profile-elected-officials-listing-option-3 .grid > div:nth-child(3n+2) {
    clear: left; }
  .profile-elected-officials-listing-option-3 .profile-list.item-0 {
    text-align: left; }
  .profile-elected-officials-listing-option-3 .list-elected-official-feature-image, .profile-elected-officials-listing-option-3 .list-elected-official-details {
    float: left; }
  .profile-elected-officials-listing-option-3 .list-elected-official-feature-image {
    width: 50%;
    margin: 0 20px 0 0; }
  .profile-elected-officials-listing-option-3 .list-elected-official-details {
    width: calc(50% - 21px); } }

.social-feed-item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  padding: 20px 20px 50px 20px;
  position: relative; }

.featured-section-header-outer {
  background-color: #F8F8F8;
  padding: 10px 15px; }

.featured-section-header-inner {
  position: relative;
  padding: 0px 60px 0px 0px; }

.featured-section-header-logo {
  float: left; }

.featured-section-header-logo .featured-section-header-logo-link, .featured-section-header-logo .featured-section-header-logo-link:visited, .featured-section-header-logo .featured-section-header-logo-span {
  text-decoration: none;
  font-size: 2em;
  font-weight: normal;
  color: #505050;
  display: inline-block;
  text-decoration: none; }

.featured-section-header-logo .featured-section-header-logo-link:hover, .featured-section-header-logo .featured-section-header-logo-link:focus, .featured-section-header-logo .featured-section-header-logo-link:visited:hover, .featured-section-header-logo .featured-section-header-logo-link:visited:focus, .featured-section-header-logo .featured-section-header-logo-span:hover, .featured-section-header-logo .featured-section-header-logo-span:focus {
  text-decoration: none;
  color: #505050; }

.featured-section-header-logo .featured-section-header-logo-link:hover .featured-section-header-logo-text, .featured-section-header-logo .featured-section-header-logo-link:focus .featured-section-header-logo-text {
  text-decoration: underline; }

.featured-section-header-logo img {
  margin-right: 10px;
  line-height: 1; }

.featured-section-header-logo img, .featured-section-header-logo .featured-section-header-logo-text {
  display: inline-block;
  vertical-align: middle; }

.section-menu-btn {
  z-index: 1;
  top: 0;
  margin: 10px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  background-color: transparent; }

.section-menu-btn button {
  background: none;
  padding: 0;
  color: #505050;
  z-index: 99;
  padding-top: 26px;
  line-height: 1;
  font-size: .8em; }

.section-menu-btn button:hover, .section-menu-btn button:focus {
  background-color: transparent;
  color: #505050;
  font-size: .8em; }

.section-menu-btn i, .section-menu-btn i:before, .section-menu-btn i:after {
  background-color: #505050;
  content: " ";
  display: block;
  height: 4px;
  position: absolute;
  width: 26px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.section-menu-btn i {
  top: 8px;
  left: 50%;
  margin-left: -13px; }

.section-menu-btn i:before {
  top: -8px; }

.section-menu-btn i:after {
  bottom: -8px; }

.section-menu-btn .pressed i {
  background: none; }

.section-menu-btn .pressed i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 70%;
  left: 15%; }

.section-menu-btn .pressed i:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 70%;
  left: 15%; }

.section-menu-btn {
  position: absolute;
  right: 0; }

.section-nav-outer-container {
  background-color: #F8F8F8; }

.js .section-nav-outer-container {
  display: none; }

#section-nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

#section-nav ul ul a {
  padding-left: 55px; }

#section-nav ul ul ul a {
  padding-left: 80px; }

#section-nav a {
  display: block;
  padding: 12px 12px 12px 30px;
  text-decoration: none;
  background-color: #F8F8F8;
  color: #505050; }

#section-nav a:hover, #section-nav a:focus {
  text-decoration: underline;
  color: #505050;
  background-color: #DADADA; }

#section-nav a.nav-has-children {
  padding-right: 60px; }

#section-nav .nav-active-path > a {
  font-weight: bold; }

#section-nav .fs-nav-subarrow {
  display: block;
  height: 46px;
  width: 46px;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
  background-color: transparent;
  height: 100%; }

#section-nav .fs-nav-subarrow:hover, #section-nav .fs-nav-subarrow:focus {
  background-color: #DADADA; }

#section-nav .fs-nav-subarrow i {
  position: absolute;
  top: calc(12px + .5em);
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border: solid #505050;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -8px;
  margin-top: -8px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#section-nav .fs-nav-subarrow:hover i, #section-nav .fs-nav-subarrow:focus i {
  border-color: #505050; }

#section-nav .child-expanded > .fs-nav-subarrow i {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-left: -8px;
  margin-top: 0px; }

#section-nav li {
  position: relative;
  border-top: 2px solid #fff; }

#section-nav > ul > li ul {
  display: none; }

@media (max-width: 767px) {
  .profile-featured-panels .col-m-4:nth-child(odd) {
    clear: left; } }

@media (min-width: 480px) {
  .user-profile-primary-info .user-detai-label {
    width: 30%; }
  .footer-outer-container .social-feed-item, .footer-outer-container .social-feed-item:hover, .footer-outer-container .social-feed-item:focus {
    background-color: transparent;
    padding: 0 0 50px 0; }
  .social-feed-profile-image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 15px; }
  .social-feed-profile-image img {
    width: 100%; }
  .social-feed-profile-name {
    vertical-align: middle;
    /*! float: left; */
    margin-bottom: 15px;
    display: inline-block; }
  .social-feed-post-date {
    vertical-align: middle;
    float: right;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 0.8em; }
  .social-feed-item p {
    margin: 0 0 10px 0; }
  .social-feed-item:hover p, .social-feed-item:focus p {
    text-decoration: underline; }
  .social-feed-post-source {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    background-image: url("oc-social-share-icons.svg");
    border-radius: 50%;
    background-size: 280px auto;
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .social-feed-post-source-twitter {
    background-color: #55acee;
    background-position: -48px -132px; }
  .social-feed-post-source-facebook {
    background-color: #004ecc;
    background-position: -6px -48px; }
  .social-feed-post-image {
    margin-bottom: 15px; }
  .social-feed-post-image img {
    width: 100%; } }

@media (min-width: 480px) and (min-width: 480px) {
  .social-feed.social-feed-style-matchheight .col-s-6:nth-child(2n +1) {
    clear: left; } }

@media (min-width: 480px) and (min-width: 992px) {
  .social-feed.social-feed-style-matchheight .col-s-6:nth-child(2n +1) {
    clear: none; }
  .social-feed.social-feed-style-matchheight .col-lg-6:nth-child(2n +1) {
    clear: left; }
  .social-feed.social-feed-style-matchheight .col-lg-4:nth-child(3n +1) {
    clear: left; }
  .social-feed.social-feed-style-matchheight .col-lg-3:nth-child(4n +1) {
    clear: left; } }

@media (min-width: 480px) {
  .multi-select-wrapper {
    position: relative; }
  .js .device-desktop .search-filter-body select[multiple] {
    display: none; }
  .autocomplete-no-suggestion {
    color: #b75234;
    padding: 10px; }
  .main-container .multi-select-options button.btn-tag {
    border: none;
    line-height: 1;
    font-size: 0.875em;
    font-weight: normal;
    padding: 8px 10px;
    background-color: #ccc;
    color: #000;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    margin: 10px 3px 0 0;
    font-family: inherit; }
  .main-container .multi-select-options button i, .main-container .multi-select-options button i:after {
    width: 12px;
    height: 2px;
    background-color: #000; }
  .main-container .multi-select-options button i {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .main-container .multi-select-options button i:after {
    content: '';
    display: block;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .main-container .multi-select-options button.btn-tag:hover, .main-container .multi-select-options button.btn-tag:focus {
    background-color: #626262;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    text-decoration: none; }
  .main-container .multi-select-options button:hover i, .main-container .multi-select-options button:hover i:after, .main-container .multi-select-options button:focus i, .main-container .multi-select-options button:focus i:after {
    background-color: #fff; }
  .pac-item .pac-icon-marker {
    display: none; }
  .pac-item {
    padding: 15px 7px;
    cursor: pointer;
    white-space: normal;
    font-size: 1em;
    border-top: none;
    color: inherit; }
  .pac-item-query {
    font-size: 1em; }
  .pac-matched {
    color: #b85f3f;
    font-weight: 600; }
  .pac-container {
    font-family: "Source Sans Pro", sans-serif; }
  .autocomplete-suggestions {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  .profile-events-listing .list-group .profile-list .small-text {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto; }
  .profile-events-listing .list-group .profile-list .list-item-block-date {
    display: none; } }

@media (min-width: 480px) and (min-width: 480px) {
  .user-profile-primary-info .user-detai-label {
    width: 30%; }
  .user-profile-primary-info .user-detai-value {
    width: 70%; } }

@media (min-width: 480px) and (min-width: 768px) {
  .js .side-menu .navigation-outer-container {
    width: 55%; }
  .profile-slideshow.slideshow-layout-2 article .slide-text {
    padding: 50px 15px 5px;
    bottom: auto;
    min-height: 155px; }
  .profile-slideshow.slideshow-layout-2 .controls, .profile-slideshow.slideshow-layout-2 article .slide-text {
    top: 40%;
    left: 5%;
    width: 70%; }
  .profile-slideshow.slideshow-layout-2 .ocflex-control-paging {
    padding-right: 15px; }
  .profile-slideshow.slideshow-layout-2 .ocflex-pauseplay {
    padding-left: 15px; }
  .profile-slideshow.slideshow-layout-2 .ocflex-nav-prev {
    left: 50px; }
  .profile-slideshow.slideshow-layout-2 .ocflex-nav-next {
    left: 85px; }
  .top-task-homepage-format-6 {
    width: 500px; }
  .top-task-homepage .profile-list {
    min-height: 140px;
    padding: 10px 10px 10px 15px;
    border-top: none; }
  .top-task-homepage .profile-list:after {
    display: none !important; }
  .top-task-homepage > .grid > div:nth-child(3n+1) {
    clear: none; }
  .top-task-homepage > .grid > div:nth-child(2n+1) {
    clear: left; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(2n+1) {
    clear: none; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(3n+1) {
    clear: left; }
  .top-task-homepage-format-2 .item-icon {
    display: none; }
  .top-task-homepage-format-2 .profile-list > h2 {
    margin-left: 0;
    width: auto; }
  .top-task-homepage-format-2 .profile-list > p {
    margin-top: 70px; }
  .top-task-homepage-format-3 .item-icon, .top-task-homepage-format-7 .item-icon, .top-task-homepage-format-8 .item-icon, .top-task-homepage-format-11 .item-icon, .top-task-homepage-format-10 .item-icon {
    float: none;
    margin: 0 auto; }
  .top-task-homepage-format-3 .profile-list > h2, .top-task-homepage-format-7 .profile-list > h2, .top-task-homepage-format-8 .profile-list > h2, .top-task-homepage-format-11 .profile-list > h2, .top-task-homepage-format-10 .profile-list > h2 {
    text-align: center;
    margin-left: 0;
    float: none;
    width: 100%; }
  .top-task-homepage-format-3 .profile-list > p {
    display: none; }
  .top-task-homepage-format-7 .profile-list > p, .top-task-homepage-format-8 .profile-list > p, .top-task-homepage-format-11 .profile-list > p {
    text-align: center;
    margin-left: 0;
    float: none;
    width: 100%; }
  .top-task-homepage-format-4 .profile-list > h2 {
    margin-top: 15px; }
  .profile-listing-container.profile-news-listing-option-1 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-2 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-3 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-4 > .profile-news-listing .col-m-6:nth-child(2n+2), .profile-listing-container.profile-events-listing-option-1 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-2 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-3 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-4 > .profile-events-listing .col-m-6:nth-child(2n+2), .profile-listing-container > .profile-consultation-listing .col-m-6:nth-child(2n+1), .profile-listing-container > .profile-da-listing .col-m-6:nth-child(2n+1), .profile-listing-container > .profile-public-notices-listing .col-m-6:nth-child(2n+1), .profile-message-board-listing-container .col-xs-12:nth-child(2n+1) {
    clear: left; }
  .tabs-panel .profile-listing-container.profile-news-listing-option-1 > .profile-news-listing .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container.profile-events-listing-option-1 > .profile-events-listing .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container > .profile-consultation-listing .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container > .profile-da-listing .col-m-6:nth-child(2n+1), .tabs-panel .profile-listing-container > .profile-public-notices-listing .col-m-6:nth-child(2n+1) {
    clear: none; }
  .profile-listing-container.profile-news-listing-option-4 > .profile-news-listing .list-first-item .profile-list .large-thumbnail-image, .profile-listing-container.profile-events-listing-option-4 > .profile-events-listing .list-first-item .profile-list .large-thumbnail-image {
    float: left;
    width: 50%;
    margin: 0 20px 0 0; }
  .profile-listing-container > .profile-news-listing .list-group .large-thumbnail-image, .profile-listing-container > .profile-events-listing .list-group .large-thumbnail-image {
    display: none; }
  .profile-listing-container > .profile-news-listing .list-group > div, .profile-listing-container > .profile-events-listing .list-group > div {
    width: 100%; }
  .profile-listing-container > .profile-news-listing .list-group.list-group-grid > div, .profile-listing-container > .profile-events-listing .list-group.list-group-grid > div {
    width: 50%; }
  .profile-listing-container > .profile-news-listing .list-group.list-group-grid .large-thumbnail-image, .profile-listing-container > .profile-events-listing .list-group.list-group-grid .large-thumbnail-image {
    display: block; }
  .profile-listing-container > .profile-news-listing .list-group, .profile-listing-container > .profile-events-listing .list-group {
    float: left; }
  .profile-listing-container > .profile-news-listing .list-group-grid, .profile-listing-container > .profile-events-listing .list-group-grid {
    font-size: .9em;
    float: left; }
  .profile-listing-container > .profile-news-listing .list-group p, .profile-listing-container > .profile-events-listing .list-group p {
    display: none; }
  .profile-listing-container > .profile-news-listing .list-group p.small-text, .profile-listing-container > .profile-events-listing .list-group p.small-text {
    display: block; }
  .profile-listing-container > .profile-events-listing .list-group p.small-text {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto; }
  .profile-listing-container.profile-news-listing-option-5 > .profile-news-listing .list-group.list-group-size-2, .profile-listing-container.profile-news-listing-option-6 > .profile-news-listing .list-group.list-group-size-2, .profile-listing-container.profile-news-listing-option-7 > .profile-news-listing .list-group.list-group-size-2, .profile-listing-container.profile-news-listing-option-6 > .profile-news-listing .list-group.list-group-size-1, .profile-listing-container.profile-news-listing-option-8 > .profile-news-listing .list-group, .profile-listing-container.profile-news-listing-option-9 > .profile-news-listing .list-group, .profile-listing-container.profile-events-listing-option-5 > .profile-events-listing .list-group.list-group-size-2, .profile-listing-container.profile-events-listing-option-6 > .profile-events-listing .list-group.list-group-size-2, .profile-listing-container.profile-events-listing-option-7 > .profile-events-listing .list-group.list-group-size-2, .profile-listing-container.profile-events-listing-option-6 > .profile-events-listing .list-group.list-group-size-1, .profile-listing-container.profile-events-listing-option-8 > .profile-events-listing .list-group, .profile-listing-container.profile-events-listing-option-9 > .profile-events-listing .list-group {
    width: 50%; }
  .profile-listing-container.profile-news-listing-option-6 > .profile-news-listing .list-group.list-group-size-1, .profile-listing-container.profile-events-listing-option-6 > .profile-events-listing .list-group.list-group-size-1 {
    width: 66.6%; }
  .profile-listing-container.profile-news-listing-option-5 > .profile-news-listing .list-group.list-group-size-1, .profile-listing-container.profile-news-listing-option-7 > .profile-news-listing .list-group.list-group-size-1, .profile-listing-container.profile-events-listing-option-5 > .profile-events-listing .list-group.list-group-size-1, .profile-listing-container.profile-events-listing-option-7 > .profile-events-listing .list-group.list-group-size-1 {
    width: 33.3%; }
  .no-js .profile-featured-panels .col-s-6:nth-child(2n+1) {
    clear: none; }
  .no-js .profile-featured-panels .col-lg-4:nth-child(3n+1), .no-js .profile-featured-panels .col-m-4:nth-child(3n+1) {
    clear: left; }
  .toolbar-item {
    position: relative; }
  .toolbar-drop-down {
    width: 250px; }
  .staff-list-container .profile-image-clip {
    margin: 0 15px 15px 0;
    width: 100px;
    float: left; }
  .profile-info-container {
    overflow: hidden; }
  .list-item-container-2 .user-sub-title, .staff-member-container .user-sub-title .org-con-item-container .user-sub-title {
    margin-bottom: 10px;
    text-align: left; }
  .staff-list-container header {
    text-align: left; }
  .user-profile-primary-info .user-detail-wide .user-detai-label {
    width: 15%; }
  .user-profile-primary-info .user-detail-wide .user-detai-value {
    width: 85%; }
  .user-profile-primary-info .grid > div.user-detail-wide {
    border-right: 0;
    padding-right: 0; } }

@media (min-width: 480px) and (min-width: 992px) {
  .top-task-homepage > .grid > div:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-1 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-2 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-3 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-4 > .profile-news-listing .col-m-6:nth-child(2n+2), .profile-listing-container.profile-events-listing-option-1 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-2 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-3 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-4 > .profile-events-listing .col-m-6:nth-child(2n+2), .profile-listing-container > .profile-consultation-listing .col-m-6:nth-child(2n+1), .profile-listing-container > .profile-da-listing .col-m-6:nth-child(2n+1), .profile-listing-container > .profile-public-notices-listing .col-m-6:nth-child(2n+1), .profile-message-board-listing-container .col-xs-12:nth-child(2n+1) {
    clear: none !important; }
  .top-task-homepage > .grid > div:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-1 > .profile-news-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-2 > .profile-news-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-3 > .profile-news-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-4 > .profile-news-listing .col-m-6:nth-child(3n+2), .profile-listing-container.profile-events-listing-option-1 > .profile-events-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-events-listing-option-2 > .profile-events-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-events-listing-option-3 > .profile-events-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-events-listing-option-4 > .profile-events-listing .col-m-6:nth-child(3n+2), .profile-listing-container > .profile-consultation-listing .col-m-6:nth-child(3n+1), .profile-listing-container > .profile-da-listing .col-m-6:nth-child(3n+1), .profile-listing-container > .profile-public-notices-listing .col-m-6:nth-child(3n+1), .profile-message-board-listing-container .col-xs-12:nth-child(3n+1) {
    clear: left !important; }
  .top-task-homepage.top-task-homepage-format-8 > .grid > div:nth-child(3n+1), .top-task-homepage.top-task-homepage-format-11 > .grid > div:nth-child(3n+1), .top-task-homepage.top-task-homepage-format-9 > .grid > div:nth-child(3n+1) {
    clear: none !important; }
  .top-task-homepage.top-task-homepage-format-8 > .grid > div:nth-child(4n+1), .top-task-homepage.top-task-homepage-format-11 > .grid > div:nth-child(4n+1), .top-task-homepage.top-task-homepage-format-9 > .grid > div:nth-child(4n+1) {
    clear: left !important; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(3n+1) {
    clear: none !important; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(6n+1) {
    clear: left !important; }
  .profile-list .large-thumbnail-image {
    display: block; }
  .profile-list .list-item-block-date {
    left: 10px;
    position: absolute;
    top: 10px; }
  .search-focused #header-search {
    z-index: 101;
    right: auto; }
  .staff-list-results-container .list-item-container-2, .search-list-container-combined .list-item-container {
    width: 49%;
    float: left; }
  .staff-list-results-container .list-item-container-2:nth-child(2n), .search-list-container-combined .list-item-container:nth-child(2n) {
    float: right; }
  .staff-list-results-container .list-item-container-2:nth-child(2n+1), .search-list-container .list-item-container:nth-child(2n+1) {
    clear: both; }
  .results-view-all {
    float: right; }
  .overlay-container {
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 100;
    display: none;
    -ms-opacity: 0;
    opacity: 0; } }

@media (min-width: 480px) {
  html.geolocation .span-or {
    display: none; }
  .map-category-filter legend label {
    margin-bottom: 15px; }
  .chk-category li {
    margin-bottom: 10px;
    min-height: 50px; }
  .chk-category li input {
    margin-left: 0px;
    float: left;
    margin-top: 6px; }
  .chk-category li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px; }
  .chk-category li label {
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    display: inline-block;
    width: calc(100% - 24px); }
  .chk-category li label img {
    margin-right: 10px;
    max-width: 31px;
    float: left;
    min-width: 22px; }
  .chk-category li label span {
    float: left;
    width: calc(100% - 41px);
    line-height: 1.2; }
  .custom-map-canvas {
    margin-bottom: 25px; }
  .featured-section-header-outer {
    padding: 20px 15px; } }

.container-size-1 .chk-category li, .container-size-1 .map-legend li, .container-size-2 .chk-category li, .container-size-2 .map-legend li {
  float: left;
  margin-right: 2%; }

.container-size-1 .chk-category li, .container-size-1 .map-legend li {
  width: 32%; }

.container-size-2 .chk-category li, .container-size-2 .map-legend li {
  width: 49%; }

.container-size-1 .chk-category li:nth-child(3n), .container-size-1 .map-legend li:nth-child(3n), .container-size-2 .chk-category li:nth-child(even), .container-size-2 .map-legend li:nth-child(even) {
  margin-right: 0; }

.container-size-1 .chk-category li:nth-child(3n+1), .container-size-1 .map-legend li:nth-child(3n+1), .container-size-2 .chk-category li:nth-child(odd), .container-size-2 .map-legend li:nth-child(odd) {
  clear: left; }

.main-container button.category-filter-toggle {
  display: none; }

.featured-section-header-outer {
  padding: 20px 15px; }

.oc-map {
  margin: 0;
  padding: 0;
  max-width: none; }

.oc-map img {
  max-width: none !important; }

.iw-container.has-image img {
  height: 150px; }

.oc-iw.gm-style-iw {
  width: 298px !important;
  top: 0px !important;
  left: 0px !important;
  background-color: #fff;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0px !important; }

.oc-iw > div {
  width: 300px !important;
  max-width: 300px !important;
  max-height: none !important;
  overflow: hidden !important; }

.main-container .gm-ui-hover-effect {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  min-width: 0; }

.iw-container {
  margin-bottom: 10px;
  width: 300px; }

.iw-container .iw-title {
  font-size: 20px;
  padding: 15px 15px 10px;
  margin: 0;
  border-radius: 2px 2px 0 0; }

.iw-container.no-image .iw-title {
  padding-right: 30px; }

.iw-container .iw-content {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden; }

.iw-container img {
  display: block; }

.iw-content-details {
  padding: 0 15px 15px; }

.side-box-content .iw-content-details p, .iw-content-details p {
  margin-top: 0;
  margin-bottom: 10px; }

.iw-content-details a {
  display: block;
  margin-bottom: 10px; }

.iw-content-details a:last-child {
  margin-bottom: 0; }

.iw-bottom-gradient {
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 10px;
  right: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%); }

@media (min-width: 768px) {
  .main-container .my-maps-filter input[type="button"] {
    width: 250px; } }

.quick-links-no-accord-section {
  margin-bottom: 40px;
  background-color: #F4F6F8;
  padding: 20px 25px; }

.side-panel {
  display: inline-block;
  width: 100%; }

.iw-container.has-image img {
  height: 150px; }

.quick-links-no-accord-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.quick-links-no-accord-list li {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 20px;
  float: left; }

.quick-links-no-accord-header h2 {
  margin-bottom: 10px; }

.quick-links-no-accord-list a {
  text-decoration: none;
  font-size: .875em;
  display: inline-block; }

.quick-links-no-accord-list a:hover, .quick-links-no-accord-list a:focus {
  text-decoration: underline; }

@media (min-width: 768px) {
  .quick-links-no-accord-list li {
    width: 50%; } }

.oc-calendar {
  margin: 30px 0; }

.calendar-body {
  margin-top: 10px; }

.calendar-large .calendar-body, .calendar-xlarge .calendar-body {
  margin-top: 16px; }

.calendar-icon-today {
  border: solid 9px transparent;
  border-right-color: #000;
  width: 0px;
  height: 0px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.calendar-item-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: transparent;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 5px; }

.calendar-item-icon img {
  display: block;
  margin: 50% auto 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.calendar-body-content > .calendar-body-content-day:nth-child(7n+1) {
  clear: left; }

.chk-category li label .calendar-item-icon {
  width: 24px; }

.chk-category li label .calendar-item-icon img {
  margin: 50% auto 0;
  max-width: 100%;
  float: none; }

.calendar-medium .chk-category li:nth-child(odd), .calendar-large .chk-category li:nth-child(odd) {
  clear: left; }

.calendar-medium .chk-category li:nth-child(even), .calendar-large .chk-category li:nth-child(even) {
  margin-right: 0; }

.calendar-medium .chk-category li, .calendar-large .chk-category li {
  width: 49%;
  float: left;
  margin-right: 2%; }

.calendar-xlarge .chk-category li:nth-child(3n+1) {
  clear: left; }

.calendar-xlarge .chk-category li {
  width: 32%;
  float: left;
  margin-right: 2%; }

.calendar-xlarge .chk-category li:nth-child(3n) {
  margin-right: 0; }

.main-container .calendar-small .calendar-filter input[type="button"], .main-container .calendar-medium .calendar-filter input[type="button"], .main-container .calendar-large .calendar-filter input[type="button"], .main-container .calendar-xlarge .calendar-filter input[type="button"] {
  width: 250px; }

.calendar-day-dialog .calendar-btn, .calendar-item-dialog .calendar-btn, .calendar-nav .calendar-btn {
  padding: 4px 7px;
  background-color: #EDECEC;
  border: solid 1px #4A4A4A;
  border-radius: 3px;
  font-size: 1em;
  color: #4A4A4A;
  font-weight: 600;
  height: 44px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  line-height: 1; }

.calendar-day-dialog .calendar-btn:hover, .calendar-day-dialog .calendar-btn:focus, .calendar-item-dialog .calendar-btn:hover, .calendar-item-dialog .calendar-btn:focus, .calendar-nav .calendar-btn:hover, .calendar-nav .calendar-btn:focus {
  background-color: #4A4A4A;
  color: #FFFFFF;
  border-color: #4A4A4A; }

.calendar-nav .calendar-nav-today {
  position: relative;
  margin-right: 5px;
  padding-left: 26px; }

.calendar-nav-today .calendar-icon-today {
  position: absolute;
  top: 0;
  left: -2px; }

.calendar-nav-today:hover .calendar-icon-today, .calendar-nav-today:focus .calendar-icon-today {
  border-right-color: #FFFFFF; }

.calendar-nav-direction {
  margin-top: 5px; }

.calendar-small .calendar-nav-direction, .calendar-medium .calendar-nav-direction, .calendar-large .calendar-nav-direction, .calendar-xlarge .calendar-nav-direction {
  display: inline-block; }

.calendar-nav .calendar-nav-direction-btn {
  width: 44px;
  margin-right: 5px; }

.calendar-nav-direction-icon {
  border: solid 2px #4A4A4A;
  border-left: none;
  border-bottom: none;
  width: 11px;
  height: 11px;
  display: inline-block; }

.calendar-nav .calendar-nav-prev .calendar-nav-direction-icon {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 5px; }

.calendar-nav .calendar-nav-next .calendar-nav-direction-icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px; }

.calendar-nav .calendar-nav-direction-btn:hover .calendar-nav-direction-icon, .calendar-nav .calendar-nav-direction-btn:focus .calendar-nav-direction-icon {
  border-color: #FFFFFF; }

.calendar-nav-timeframe {
  font-size: 1.25em;
  display: inline-block;
  font-weight: 600;
  float: right;
  line-height: 1.6; }

.calendar-small .calendar-nav-timeframe, .calendar-medium .calendar-nav-timeframe, .calendar-large .calendar-nav-timeframe, .calendar-xlarge .calendar-nav-timeframe {
  margin-left: 20px;
  float: none; }

.calendar-body-header {
  border: solid 2px #EBEBEB; }

.calendar-body-header-dotw, .calendar-body-content-day {
  width: calc((100% - 1px) / 7);
  display: inline-block;
  float: left;
  padding: 7px 5px 5px; }

.calendar-body-header-dotw {
  font-size: 0.875em; }

.calendar-large .calendar-body-header-dotw, .calendar-xlarge .calendar-body-header-dotw {
  padding-left: 15px;
  font-size: 1em; }

.calendar-body-content {
  border-right: solid 2px #EBEBEB;
  min-height: 330px; }

.calendar-body-content-day .calendar-icon-today {
  top: -9px;
  left: -9px;
  position: absolute; }

.calendar-large .calendar-body-content-day .calendar-icon-today, .calendar-xlarge .calendar-body-content-day .calendar-icon-today {
  top: -17px;
  left: -17px;
  border-width: 17px; }

.calendar-body-content-day {
  min-height: 70px;
  border: solid 2px #EBEBEB;
  border-top: none;
  border-right: none;
  position: relative; }

.calendar-medium .calendar-body-content-day {
  min-height: 90px; }

.calendar-large .calendar-body-content-day, .calendar-xlarge .calendar-body-content-day {
  padding: 10px 5px;
  min-height: 90px; }

.calendar-body-content-day.today {
  background-color: #EDECEC;
  color: #4A4A4A; }

.calendar-body-content-day .full-date {
  margin: 0;
  font-weight: 600;
  font-size: 1em; }

.calendar-medium .calendar-body-content-day .full-date, .calendar-large .calendar-body-content-day .full-date, .calendar-xlarge .calendar-body-content-day .full-date {
  margin: 0 0 10px 5px; }

.calendar-body-total-items {
  display: block;
  background-color: #ffffff;
  text-align: center;
  border: solid 2px #A4A4A4;
  border-radius: 3px;
  font-size: 0.75em;
  max-width: 29px;
  height: 32px;
  line-height: 2.3;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
  color: #4A4A4A;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.calendar-body-total-items:visited {
  color: #4A4A4A; }

.calendar-body-total-items:focus, .calendar-body-total-items:hover {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #fff; }

.calendar-small .calendar-body-total-items {
  max-width: 37px; }

.calendar-medium .calendar-body-total-items {
  max-width: 43px;
  height: 36px;
  line-height: 2.6; }

.calendar-large .total-link-desc, .calendar-large .calendar-body-total-items, .calendar-xlarge .total-link-desc, .calendar-xlarge .calendar-body-total-items {
  display: none; }

.calendar-day-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none; }

.calendar-body-content-day-more {
  font-size: .75em;
  display: none;
  color: #4a4a4a;
  margin: 11px 0 0 8px; }

.calendar-body-content-day-more:hover, .calendar-body-content-day-more:focus {
  text-decoration: none;
  color: #4a4a4a; }

.calendar-body-content-day-more:visited {
  color: #4a4a4a; }

.calendar-large .calendar-body-content-day-more, .calendar-large .calendar-day-items, .calendar-xlarge .calendar-body-content-day-more, .calendar-xlarge .calendar-day-items {
  display: block; }

.calendar-day-items .calendar-item a {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: .75em;
  color: #4a4a4a;
  padding: 4px 8px; }

.calendar-day-items .calendar-item a:visited {
  color: #4a4a4a; }

.calendar-day-items .calendar-item a:hover, .calendar-day-items .calendar-item a:focus {
  text-decoration: underline;
  background-color: #EDECEC; }

.calendar-body-content-day.today .calendar-body-content-day-more, .calendar-body-content-day.today .calendar-day-items .calendar-item a {
  color: #4A4A4A; }

.calendar-day-dialog {
  border: solid 1px #D8D8D8;
  overflow-y: auto;
  background-color: #FFFFFF; }

.calendar-day-dialog-header {
  position: relative;
  padding: 16px; }

.calendar-day-dialog-day {
  font-size: 1em; }

.calendar-day-dialog-date {
  font-size: 1.75em;
  font-weight: bold; }

.calendar-item-dialog .calendar-dialog-close, .calendar-day-dialog .calendar-dialog-close {
  width: 32px;
  border-radius: 0; }

.calendar-day-dialog .calendar-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px; }

.calendar-dialog-close-icon {
  width: 2px;
  height: 17px;
  background-color: #4A4A4A;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto; }

.calendar-dialog-close-icon:after {
  content: '';
  width: 2px;
  height: 17px;
  background-color: #4A4A4A;
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 auto; }

.calendar-dialog-close:hover .calendar-dialog-close-icon, .calendar-dialog-close:focus .calendar-dialog-close-icon, .calendar-dialog-close:hover .calendar-dialog-close-icon:after, .calendar-dialog-close:focus .calendar-dialog-close-icon:after {
  background-color: #FFF; }

.calendar-day-dialog .calendar-day-items {
  display: block;
  padding: 1px 8px 8px;
  max-height: 350px;
  overflow-y: auto; }

.calendar-dialog-bottom-gradient {
  position: absolute;
  width: calc(100% - 20px);
  height: 25px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%); }

.calendar-day-dialog .calendar-dialog-bottom-gradient {
  left: 1px;
  bottom: 1px; }

.jBox-container .calendar-day-items li:last-child, .jBox-container .calendar-item-dialog-details > div:nth-last-child(2) {
  padding-bottom: 16px; }

.calendar-item-dialog {
  border: solid 1px #D8D8D8;
  max-width: 280px;
  position: relative;
  font-size: .875em;
  background-color: #ffffff; }

.calendar-item-dialog .calendar-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px; }

.calendar-item-dialog-image {
  height: 150px; }

.calendar-item-dialog-image img {
  width: 100%; }

.calendar-item-dialog-title {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 16px 56px 16px 16px; }

.calendar-item-dialog-image + .calendar-item-dialog-title {
  padding-right: 16px; }

.calendar-item-dialog-details {
  padding: 0 24px 24px 16px;
  max-height: 242px;
  overflow-y: auto; }

.calendar-item-dialog-row {
  margin-top: 16px; }

.calendar-item-dialog-details > .calendar-item-dialog-row:first-child {
  margin-top: 0; }

.calendar-item-dialog-label {
  font-weight: 600; }

.calendar-item-dialog-description {
  margin: 0;
  font-size: .875em; }

.calendar-filter-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search-filter-body .calendar-filter-list-item {
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.calendar-filter-list-item-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search-filter-body li .calendar-filter-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.calendar-filter-list-item-image {
  min-width: 24px; }

.calendar-filter-list-item-image-small {
  min-width: 18px; }

.calendar-filter-list-item-text {
  overflow-wrap: anywhere;
  word-break: break-word; }

.map-category-filter-option-text {
  overflow-wrap: anywhere;
  word-break: break-word; }

li label.map-category-filter-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.map-category-filter-list-item-label .chk-layer-category-label-icon {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 5px; }

.map-category-filter-list-item {
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.address-picker-container {
  padding: 10px;
  background-color: #FFFFFF; }

.address-picker-title {
  font-family: inherit;
  font-weight: bold;
  font-size: 2em;
  color: #373D3F; }

.address-picker-input-controls {
  position: relative; }

.address-picker-input-controls .address-picker-submit {
  width: 100%;
  height: 60px;
  font-family: inherit;
  font-size: 1.2em;
  border-radius: 4px;
  font-weight: bold;
  background-color: #626262;
  color: #FFFFFF; }

.address-picker-input-controls .address-picker-submit:hover, .address-picker-input-controls .address-picker-submit:focus {
  background-color: #52798F;
  color: #FFFFFF; }

.address-picker-location {
  margin-bottom: 30px; }

.address-picker-location .address-picker-location-input {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: solid 1px #949494;
  background-color: #FFFFFF;
  color: #000000; }

.address-picker-location .address-picker-location-input::-webkit-input-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.address-picker-location .address-picker-location-input::-moz-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.address-picker-location .address-picker-location-input:-ms-input-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.address-picker-location .address-picker-location-input::-ms-input-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.address-picker-location .address-picker-location-input::placeholder {
  color: #505050;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  opacity: 1; }

.address-picker-location .address-picker-my-location {
  display: block;
  margin-top: 10px;
  height: 40px;
  font-family: inherit;
  font-size: 1em;
  border-radius: 0px;
  font-weight: normal;
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
  padding: 0; }

.address-picker-location .address-picker-my-location:hover, .address-picker-location .address-picker-my-location:focus {
  background-color: transparent;
  color: #000000;
  text-decoration: none; }

@media (min-width: 768px) {
  .address-picker-container {
    padding: 20px; }
  .address-picker-input-controls .address-picker-submit {
    width: 100%; }
  .address-picker-location .address-picker-location-input {
    padding-right: 220px;
    width: 100%; }
  .address-picker-location {
    width: 100%; }
  .address-picker-location {
    position: relative; }
  .address-picker-location .address-picker-my-location {
    margin-top: 0;
    top: 10px;
    right: 10px;
    position: absolute;
    width: 200px;
    padding: 2px 15px; } }

.profile-search-container {
  padding: 10px;
  background-color: #FFFFFF; }

.profile-search-title {
  font-family: inherit;
  font-weight: bold;
  font-size: 2em;
  color: #373D3F; }

.profile-search-input-controls {
  position: relative; }

.profile-search-input-controls .profile-search-submit {
  width: 100%;
  height: 60px;
  font-family: inherit;
  font-size: 1.2em;
  border-radius: 4px;
  font-weight: bold;
  background-color: #626262;
  color: #FFFFFF; }

.profile-search-input-controls .profile-search-submit:hover, .profile-search-input-controls .profile-search-submit:focus {
  background-color: #52798F;
  color: #FFFFFF; }

.profile-search-keyword {
  margin-bottom: 30px; }

.profile-search-keyword .profile-search-keyword-input-label {
  display: block;
  font-weight: normal;
  font-size: 1em;
  color: inherit;
  margin: 0 0 10px; }

.profile-search-keyword .profile-search-keyword-input {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: solid 1px #949494;
  background-color: #FFFFFF;
  color: #000000; }

.profile-search-keyword .profile-search-keyword-input::-webkit-input-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.profile-search-keyword .profile-search-keyword-input::-moz-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.profile-search-keyword .profile-search-keyword-input:-ms-input-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.profile-search-keyword .profile-search-keyword-input::-ms-input-placeholder {
  color: #505050;
  text-overflow: ellipsis;
  opacity: 1; }

.profile-search-keyword .profile-search-keyword-input::placeholder {
  color: #505050;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  opacity: 1; }

@media (min-width: 768px) {
  .profile-search-container {
    padding: 20px; }
  .profile-search-input-controls .profile-search-submit {
    width: 100%; }
  .profile-search-keyword .profile-search-keyword-input {
    width: 100%; } }

.hours-list {
  list-style: none;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%; }

.hours-time-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.current-day-item-yes {
  font-weight: 600; }

.hours-day {
  vertical-align: top;
  min-width: 106px;
  display: inline-block;
  margin-right: 10px; }

.hours-list > li {
  margin: 5px 0 10px 0; }

span.hours-status.closed, .hours-time-list {
  min-width: 170px;
  display: inline-block; }

.related-items {
  margin: 10px 0; }

.govd-embed {
  display: block; }

.side-box-content-legistar {
  display: inline-block; }

.legistar-status-tag {
  background-color: #9DB9BF;
  color: #29636F;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: .6em;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  min-width: 76px;
  display: block;
  text-align: center; }

.legistar-status-tag-draft {
  background-color: #9DB9BF;
  color: #29636F; }

.legistar-status-tag-final {
  background-color: #CCD3BA;
  color: #43511D; }

.legistar-agenda-notavailable, .legistar-minutes-notavailable {
  font-style: italic; }

.legistar-meetings-notfinalized {
  border: 1px solid; }

.legistar-document-link-div {
  padding-bottom: 8px; }

.content-type-oc-legistar-meeting .col-m-4 > .hyperlink-button-container {
  margin: 25px 0px 25px 0px; }

.content-type-oc-legistar-meeting #main-content > .grid > .col-m-4 > *:first-child {
  margin-top: 0px; }
.sc-element-container, .sc-form-heading, .sc-form-submit-row {
  margin-bottom: 1em; }

.sc-form-heading {
  margin-top: 2em;
  font-weight: bold; }

.sc-form input[type=text], .sc-form input[type=email], .sc-form input[type=password], .sc-form input.multi-select-text-input, .sc-form textarea, .sc-form select {
  width: 100%; }

.sc-form .sc-hyperlinks input[type=text] {
  width: 100%;
  margin-bottom: 10px; }

.sc-datetime > .sc-form-control > .RadPicker {
  width: 100% !important; }

.sc-form-control > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.sc-form-control > ul > li {
  margin-bottom: 5px; }

.generic-form-date .sc-form-control {
  max-width: 200px; }

legend {
  max-width: 100%; }

@media (min-width: 480px) {
  .sc-form .sc-hyperlinks input[type=text] {
    width: auto;
    margin-bottom: 10px; } }

.sc-form .sc-captcha input {
  width: 180px; }

.sc-captcha-image {
  margin-bottom: 10px; }

.sc-form .sc-captcha .sc-captcha-input.sc-experimental input[type=text] {
  width: 180px;
  font-family: monospace;
  font-size: 40px;
  font-weight: bold;
  padding: 4px 0 4px 8px;
  letter-spacing: 10px; }

.sc-form .sc-captcha .sc-captcha-image {
  min-height: 50px;
  width: 100%;
  overflow: hidden; }

.sc-form .sc-captcha .sc-captcha-image .CaptchaImageDiv img {
  position: absolute; }

.sc-form .sc-captcha .sc-captcha-image .CaptchaImageDiv a {
  margin-left: 185px;
  float: left;
  clear: left;
  font-size: 0.9em;
  line-height: 0.8em;
  margin-top: 0.6em; }

.sc-form .sc-rank .sc-form-control input {
  width: 2.3em; }

.sc-form input[type=text], .sc-form input[type=email], .sc-form input[type=password], .sc-form input.multi-select-text-input, .sc-form textarea, .sc-form select, .sc-datetime > .sc-form-control > .RadPicker .RadInput_Default input[type=text], html body #mainForm .RadInput_Default .riTextBox, html body #mainForm .RadInputMgr_Default {
  font-size: 1em;
  border: 1px solid #BFC1C5;
  padding: 0.25em; }

html body #mainForm .RadInput_Default .riTextBox, html body #mainForm .RadInputMgr_Default {
  font-size: 1.3em;
  font-family: sans-serif;
  padding: 0.26em;
  height: auto; }

html body #mainForm .RadInput_Default .riError, html body #mainForm .RadInput_Error_Default {
  background-position: 99% -294px; }

.sc-datetime > .sc-form-control > .RadPicker > table {
  width: 100% !important; }

.sc-textarea > .sc-form-control > textarea {
  height: 6em; }

.sc-radio-button > .sc-form-control label, .sc-checkbox > .sc-form-control label, .sc-form-matrix > .sc-form-control label, .sc-rank > .sc-form-control label {
  padding-left: 0.5em; }

.matrix-input-label {
  margin-left: 10px; }

.sc-form-matrix > .sc-form-control table th, .sc-form-matrix > .sc-form-control table td {
  text-align: left;
  padding-right: 1em; }

.sc-form-matrix > .sc-form-control table td:first-child {
  min-width: 8em; }

.sc-form .RadEditor {
  height: auto !important;
  padding: 1px 2px 1px 0; }

.sc-form .RadEditor > table tr td, .sc-form .RadEditor > table tr th {
  padding: 0; }

.sc-form .RadEditor > table tr td iframe {
  height: 100% !important; }

.sc-form .RadEditor.MetroTouch {
  padding: 0px; }

.sc-form .RadEditor.MetroTouch table tr:last-child {
  display: none; }

.sc-form .MetroTouch.reToolbar {
  border: none;
  height: auto; }

.sc-form .MetroTouch.reToolbar li .reTool span {
  margin: 10px 0 0 10px; }

.sc-form .MetroTouch.reToolbar li .reTool {
  cursor: pointer; }

.sc-form .MetroTouch .reDropdown {
  height: 38px; }

.sc-cal-dialog {
  max-width: 800px !important;
  width: 100% !important; }

.sc-cal-dialog .ui-widget-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% !important; }

.sc-cal-dialog .sc-cal .sc-cal-tab li {
  border-left: medium none;
  border-top: 1px solid #dddddd;
  display: block;
  padding-left: 0px; }

.sc-cal-dialog .sc-cal .sc-cal-tab li:first-child {
  border-top: medium none; }

.scpicker > input, .input-prepend.scpicker > input[type="text"], .input-append.scpicker > input[type="text"] {
  padding-left: 10px !important; }

.sc-cal-dialog .sc-cal-psingle .sc-cal-row .sc-cal-label, .sc-cal-dialog .sc-cal-pperiod .sc-cal-row .sc-cal-label, .sc-cal-dialog .sc-cal-pmulti .sc-cal-row .sc-cal-label, .sc-cal-dialog .sc-cal-precurring > .sc-cal-row .sc-cal-label {
  display: block; }

.sc-cal-dialog .sc-cal-pperiod .sc-cal-row, .sc-cal-dialog .sc-cal-pmulti .sc-cal-row {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px; }

.sc-cal-dialog .sc-cal-pperiod .sc-cal-row:last-child, .sc-cal-dialog .sc-cal-pmulti tr:last-child .sc-cal-row {
  border: medium none; }

.sc-cal-dialog .sc-cal-psingle .sc-cal-row .scpicker + label {
  margin-left: 5px; }

.sc-cal-pmulti-table {
  width: 100%; }

.sc-cal-pmulti-table tr .sc-cal-delete {
  display: block; }

.sc-cal-precurring .sc-cal-section-pattern > .sc-cal-right {
  border-left: medium none;
  border-top: 1px solid #dddddd;
  float: left;
  width: 100%; }

.sc-cal-precurring .sc-cal-section-pattern > .sc-cal-left {
  width: 100%; }

.sc-cal-precurring .sc-cal-radiobuttonlist li {
  display: inline-block;
  margin-right: 20px; }

.sc-cal-precurring .sc-cal-yearly select, .sc-cal-precurring .sc-cal-yearly span {
  display: block;
  margin-bottom: 10px;
  max-width: 150px;
  padding: 2px; }

.sc-cal-precurring .sc-cal-daily span {
  display: block;
  margin-bottom: 10px;
  max-width: 150px;
  padding: 2px; }

.sc-cal-precurring .sc-cal-weekly .sc-cal-checkbox {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 90%; }

.sc-cal-precurring .sc-cal-weekly span {
  display: block;
  margin-bottom: 10px;
  max-width: 150px;
  padding: 2px; }

.sc-cal-precurring .sc-cal-monthly select, .sc-cal-precurring .sc-cal-monthly span {
  display: block;
  margin-bottom: 10px;
  max-width: 150px;
  padding: 2px; }

.sc-cal-precurring .sc-cal-yearly .sc-cal-row:first-child {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px; }

.sc-cal-precurring .sc-cal-monthly .sc-cal-row:first-child {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px; }

.sc-cal-precurring .sc-cal-section-range span {
  display: block;
  margin-bottom: 10px;
  max-width: 150px; }

.sc-cal-precurring .sc-cal-section-range .sc-cal-row:first-child {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px; }

.sc-form .RadUpload {
  width: 100%; }

@media (min-width: 480px) {
  .sc-cal-precurring .sc-cal-weekly .sc-cal-checkbox {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 40%; } }

@media (min-width: 768px) {
  .sc-cal-dialog .sc-cal-psingle .sc-cal-row .sc-cal-label, .sc-cal-dialog .sc-cal-pperiod .sc-cal-row .sc-cal-label, .sc-cal-dialog .sc-cal-pmulti .sc-cal-row .sc-cal-label, .sc-cal-dialog .sc-cal-precurring > .sc-cal-row .sc-cal-label {
    display: inline-block; }
  .sc-cal-dialog .sc-cal-psingle .sc-cal-row .scpicker + label {
    margin-left: 10px; }
  .sc-cal-dialog .sc-cal-pperiod .sc-cal-row, .sc-cal-dialog .sc-cal-pmulti .sc-cal-row {
    border: medium none;
    padding-bottom: 0px; }
  .sc-cal-precurring .sc-cal-section-pattern > .sc-cal-right {
    width: auto;
    border-left: 1px solid #dddddd;
    border-top: medium none;
    max-width: 560px; }
  .sc-cal-precurring .sc-cal-section-pattern > .sc-cal-left {
    width: 150px;
    border-right: 1px solid #dddddd;
    margin-right: -1px; }
  .sc-cal-dialog .sc-cal .sc-cal-tab li {
    display: inline-block;
    border-top: medium none;
    border-left: 1px solid #dddddd;
    padding-left: 10px; }
  .sc-cal-dialog .sc-cal .sc-cal-tab li:first-child {
    border-left: medium none; }
  .sc-cal-precurring .sc-cal-yearly select, .sc-cal-precurring .sc-cal-yearly span {
    margin-bottom: 0px;
    display: inline; }
  .sc-cal-precurring .sc-cal-daily span {
    margin-bottom: 0px;
    display: inline; }
  .sc-cal-precurring .sc-cal-weekly span {
    display: inline;
    margin-bottom: 0px;
    max-width: 150px; }
  .sc-cal-precurring .sc-cal-weekly .sc-cal-checkbox {
    display: inline;
    width: auto; }
  .sc-cal-precurring .sc-cal-monthly select, .sc-cal-precurring .sc-cal-monthly span {
    display: inline;
    margin-bottom: 0px; }
  .sc-cal-precurring .sc-cal-monthly .sc-cal-row:first-child {
    border-bottom: medium none; }
  .sc-cal-precurring .sc-cal-yearly .sc-cal-row:first-child {
    border-bottom: medium none; }
  .sc-cal-precurring .sc-cal-section-range span {
    display: inline; }
  .sc-cal-precurring .sc-cal-section-range .sc-cal-row:first-child {
    border-bottom: medium none; } }

.oc-progress-panel {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.oc-progress-panel:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.oc-progress-panel div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  -webkit-animation: oc-progress-panel 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: oc-progress-panel 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.oc-progress-panel div:nth-child(1) {
  left: 6px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s; }

.oc-progress-panel div:nth-child(2) {
  left: 26px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s; }

.oc-progress-panel div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes oc-progress-panel {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }

@keyframes oc-progress-panel {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }
.header-outer-container {
  background-color: #E8F2E2;
  background-repeat: repeat; }

.toolbar-outer-container {
  background-color: #09692D; }

.main-outer-container {
  overflow: hidden; }

.header-container {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat; }

.toolbar-inner-container {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 0px 0px 0px; }

.toolbar-language-links .lang-item, .toolbar-link-list ul li a, .toolbar-link-list ul li a:visited, .toolbar-link-list ul li a:hover, .toolbar-link-list ul li a:focus {
  color: #fff; }

.toolbar-display-links + .toolbar-display-links {
  border-left-color: #fff; }

.toolbar-item a, .toolbar-item div > span, .toolbar-button {
  font-family: inherit;
  font-size: 1.125em;
  font-weight: inherit;
  font-style: inherit; }

.toolbar-drop-down .oc-icon-b::before, .toolbar-link-list .oc-icon-b::before {
  width: 22px;
  height: 22px;
  border-radius: 0px; }

.toolbar-profile-image-clip {
  width: 28px;
  height: 28px;
  max-height: 28px;
  border-radius: 0px;
  overflow: hidden; }

.toolbar-button {
  background-color: #A2C132;
  color: #003E16; }

.toolbar-button:hover, .toolbar-button:focus {
  background-color: #fff;
  color: #003E16; }

.toolbar-button > i {
  border-top-color: #003E16; }

.toolbar-button:hover > i, .toolbar-button:focus > i {
  border-top-color: #003E16; }

.toolbar-button-expanded::after {
  border-bottom-color: #fff; }

.toolbar-drop-down a, .toolbar-drop-down a:visited, .toolbar-drop-down li > span {
  background-color: #fff;
  color: #1F1F1F;
  padding: 10px 10px 10px 10px;
  border-bottom: 0px solid #000; }

.toolbar-drop-down a span {
  color: #1F1F1F; }

.toolbar-drop-down li:last-child a, .toolbar-drop-down li:last-child > span {
  border-bottom: none; }

.toolbar-drop-down a:hover, .toolbar-drop-down a:focus {
  background-color: #fff;
  color: #1F1F1F; }

.header-website-settings a {
  position: relative;
  height: 24px;
  width: 84px; }

.header-website-settings a:before {
  border-bottom: 4px solid #003E16;
  border-top: 12px double #003E16;
  content: " ";
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }

.header-website-settings a.pressed {
  position: absolute;
  right: 12px;
  top: 8px; }

.header-website-settings a.pressed:before, .header-website-settings a.pressed:after {
  border-bottom: none;
  border-top: none;
  position: absolute;
  right: 10px;
  content: ' ';
  height: 42px;
  width: 4px;
  background-color: #003E16;
  top: 3px; }

.content-template-oc-site-login .footer-outer-container, .content-template-oc-site-login .image-fade {
  display: none; }

body.content-template-oc-site-login {
  background: no-repeat scroll center 0 #F4F4F4;
  background-size: 100% auto; }

.header-website-settings a.pressed:before {
  -webkit-transform: value;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header-website-settings a.pressed:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header-website-settings {
  margin: 18px 18px 0px 0px;
  padding: 13px 16px 6px 16px;
  background-color: #A2C132;
  position: absolute;
  right: 0;
  top: 0; }

.header-website-settings button {
  position: relative;
  height: 26px;
  padding-top: 35px;
  display: inline-block; }

.header-website-settings button, .header-website-settings button:hover, .header-website-settings button:focus {
  color: #003E16;
  font-size: 1em; }

.header-website-settings button i, .header-website-settings button i:before, .header-website-settings button i:after {
  background-color: #003E16;
  content: " ";
  display: block;
  height: 4px;
  position: absolute;
  width: 42px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.header-website-settings button i {
  top: 11px; }

.header-website-settings button i:before {
  top: 11px; }

.header-website-settings button i:after {
  bottom: 11px; }

.header-website-settings button.pressed i {
  background: none; }

.header-website-settings button.pressed i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 70%;
  left: 15%; }

.header-website-settings button.pressed i:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 70%;
  left: 15%; }

.mobile-search-btn {
  margin: 10px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0; }

.header-layout-4 .mobile-search-btn, .header-layout-3 .mobile-search-btn, .side-menu-right .mobile-search-btn {
  margin-right: 118px; }

.mobile-search-btn > button, .mobile-search-btn > button:hover, .mobile-search-btn > button:focus {
  background-color: transparent;
  color: #fff;
  line-height: 1;
  font-size: .8em;
  padding-top: 26px; }

.mobile-search-btn button i {
  position: relative;
  display: block;
  border-radius: 40px;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  content: " ";
  left: 22px;
  position: absolute;
  top: 0px; }

.mobile-search-btn button i:after {
  content: "";
  height: 4px;
  width: 10px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 12.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.header-site-logo {
  padding: 0px 0px 0px 0px;
  margin: 12px 0px 11px 13px; }

.header-site-logo > a {
  display: block;
  background-image: url("logo.svg?t=638978988494566373");
  background-position: 0px 0px;
  background-size: 195px 95px;
  background-color: rgba(0, 0, 0, 0);
  width: 195px;
  height: 95px; }

.no-svg .header-site-logo > a {
  background-image: url("logo.svg?t=638978988494566373"); }

.header-site-logo > a > img {
  display: none; }

#header-search {
  padding: 0px 0px 0px 0px;
  margin: 20px 18px 10px 18px; }

.sc-search-panel {
  border: 0px solid #000;
  background-color: rgba(0, 0, 0, 0); }

.sc-search-panel {
  padding: 0px; }

.sc-search-text {
  width: 70%;
  background-color: #fff;
  font-size: 1em;
  border: 0px solid #000;
  padding-left: 30px;
  height: 49px;
  color: #5C5C5C; }

input.sc-search-text {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

input.sc-search-text::-webkit-input-placeholder {
  color: #5C5C5C;
  text-overflow: ellipsis;
  opacity: 1; }

input.sc-search-text::-moz-placeholder {
  color: #5C5C5C;
  text-overflow: ellipsis;
  opacity: 1; }

input.sc-search-text:-ms-input-placeholder {
  color: #5C5C5C;
  text-overflow: ellipsis;
  opacity: 1; }

input.sc-search-text::-ms-input-placeholder {
  color: #5C5C5C;
  text-overflow: ellipsis;
  opacity: 1; }

input.sc-search-text::placeholder {
  color: #5C5C5C;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  opacity: 1; }

input.sc-search-button[type="submit"] {
  background-color: #09692D;
  border: 0px solid #000;
  color: #fff;
  font-size: 1em;
  width: 30%;
  vertical-align: top;
  height: 49px; }

input.sc-search-button[type="submit"]:hover, input.sc-search-button[type="submit"]:focus {
  background: #BDD171;
  color: #003E16; }

.navigation-outer-container {
  background-color: rgba(0, 0, 0, 0); }

#predictiveResults {
  background-color: #fff; }

#predictiveResults > p {
  color: #CE3F13;
  padding: 0 25px; }

#predictiveResults div.search-loading {
  background-color: #fff;
  padding: 20px 20px 20px 20px; }

#predictiveResults div.search-loading:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/gif;base64,R0lGODlhEgASAKIHAOrq6vz7/NTU1J+fn7u8u3d3d/Ty9P///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAHACwAAAAAEgASAAADSni6KsRwCaHIOzY2YvAzxRUFBJUNQ8cAQHA4hgCAH6oAU6sqBlmEi5hgtwAUBoCR5pAMzlpLwe9omBmIDOnguOx6v+CweEwumw8JACH5BAkJAAcALAAAAAASABIAAANPeLoKwHAZo4SoNx4DwrEbkUWBcwCXQHja1k2GeAQEQbKKEQjDMLa5AYEChBCLEEBPiKwsbc1j81QYPJqAWKEABQKqm15ze51+C9OFOK1JAAAh+QQJCQAHACwAAAAAEgASAAADTXi63P7KGPgCmLQBEDKzkwV4R2AJwkgGKEaWLwMIBPoCdf26+0DwC4uMNRgIHIQCKqU8GAgETaFwKAwOSeBi0CweAIXow6ogY8UZHyQBACH5BAkJAAcALAAAAAASABIAAANEeLrc/jDKSau9GI7CBQyAEW6b94BGygCfA2xsYwhCsBAcATIGSMeDgeGAA4UIHp9sQCA2BToIbkgYHAxIadOpoFGyjwQAIfkECQkABwAsAAAAABIAEgAAA014utx+g7x5SgHUGZvVGAZ0dYRFGFh3AMOoLin5DcJLfET9LuFu3L2O4CMIBA+BgCMXEpwMhgDg2PjVBDUAQPlwNjFS6gKrAOigKvMkAQAh+QQJCQAHACwAAAAAEgASAAADTXi6OsNwEdLecVGRYk55wpcdBmYWAjR1xAAIsAgJjhAAjNBFQbuPkR/wABMQcEOFEYZMMgLORQAGdb4EgEB1+IIastHDren8bsvCsDMBADs=");
  float: left;
  margin: 1px;
  margin-right: 15px; }

.predictive-search-link-item h2 {
  font-size: 1.375em;
  color: #003E16; }

#predictiveResults .nested-results > h2 {
  color: #003E16; }

.predictive-search-link-item p {
  font-size: 1.125em;
  color: #1F1F1F;
  margin-bottom: 0px; }

.predictive-search-link-item .result-text {
  color: #000;
  font-weight: bold;
  font-style: normal; }

#predictiveResults .predictive-search-link-item:hover, #predictiveResults .predictive-search-link-item:focus, #predictiveResults .predictive-search-link-item.itemSelected {
  background-color: #F2F2F2; }

#predictiveResults a.search-view-more {
  text-transform: capitalize; }

#predictiveResults a.search-view-more {
  color: #fff;
  margin: 15px 15px 15px 15px;
  font-weight: bold;
  font-size: 1.125em;
  padding: 8px 8px 8px 8px;
  text-align: center;
  border: none;
  text-decoration: none;
  line-height: 1.4em;
  background-color: #09692D; }

#predictiveResults a.search-view-more:hover, #predictiveResults a.search-view-more:focus, #predictiveResults a.search-view-more.itemSelected {
  background-color: #BDD171;
  color: #1F1F1F;
  text-decoration: none; }

#predictiveResults .predictive-search-link-item:hover h2, #predictiveResults .predictive-search-link-item:focus h2, #predictiveResults a.itemSelected h2, #predictiveResults a.search-view-more.itemSelected {
  text-decoration: none; }

.content-outer-container {
  background: no-repeat scroll center 0 #F4F4F4;
  background-size: 100% auto; }

.content-outer-container {
  padding: 99px 0px 0px 0px; }

.layout-modern.content-type-oc-profile .content-outer-container {
  padding: 0px 0px 0px 0px;
  padding-left: 0;
  padding-right: 0; }

.main-inner-container {
  background-color: #fff;
  padding: 12px 20px 12px 20px; }

#breadcrumbs-container {
  background-color: #E8F2E2;
  color: #003E16;
  padding: 24px 20px 25px 20px;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  font-style: normal; }

#breadcrumbs-container a {
  color: #003E16;
  text-decoration: none; }

#breadcrumbs-container a:hover {
  text-decoration: underline; }

#breadcrumbs-container .nav-separator {
  margin: 0px 9px 0px 9px; }

.list-item-container > article > a > p, .predictive-search-link-item p, .search-filter-body input, .search-filter-body label, .search-filter-body select, .meeting-document-info a {
  font-size: 0.95em; }

.autocomplete-suggestion {
  padding: 15px 7px;
  cursor: pointer;
  white-space: normal; }

.autocomplete-suggestion-with-checkbox {
  padding-left: 25px;
  text-indent: -20px; }

.quick-links-section {
  position: relative;
  margin-bottom: 20px; }

.quick-links-header {
  position: relative; }

.quick-links-section h2 {
  font-size: 1.375em;
  font-weight: bold;
  padding: 17px 35px 21px 35px;
  background-color: #003E16;
  color: #fff;
  margin: 0px 0px 0px 0px; }

.accordion-trigger.quick-links i {
  top: 0;
  right: 0;
  margin: 23px 15px 16px 0px; }

.quick-links-section > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.quick-links-section li {
  overflow: hidden;
  width: 100%; }

.hyperlink-button-container {
  margin-bottom: 0; }

.meeting-document-info a, .meeting-document-info a.document, a.hyperlink-button {
  display: block;
  padding: 13px 29px 10px 26px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  color: #505050;
  background: #f8f8f8;
  text-align: left;
  position: relative;
  margin-bottom: 0; }

.quick-links-section a {
  display: block;
  padding: 21px 35px 21px 35px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  color: #003E16;
  font-size: 1em;
  background-color: #E8F2E2;
  text-align: left;
  position: relative;
  margin-bottom: 0; }

.quick-links-section a:before, .meeting-document-info a:before, .meeting-document-info a.document:before, a.hyperlink-button:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  position: absolute;
  right: 15px;
  background-position: 0px 0px;
  margin-top: 0; }

.quick-links-section a:before {
  right: 0;
  top: 0;
  margin: 25px 10px 0px 0px; }

.search-filter-body.landing-page-search {
  background-color: rgba(0, 0, 0, 0);
  width: 100%; }

.landing-page-search > input[type="submit"] {
  width: 100%; }

.no-svg .quick-links-section a:before, .no-svg .meeting-document-info a:before, .no-svg .meeting-document-info a.document:before, .no-svg a.hyperlink-button:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.meeting-document-info a:hover, .meeting-document-info a:focus, a.hyperlink-button:hover, a.hyperlink-button:focus {
  background-color: #dadada;
  text-decoration: none; }

.quick-links-section a:hover, .quick-links-section a:focus {
  background-color: #09692D;
  color: #fff;
  text-decoration: none; }

.quick-links-no-accord-section {
  background-color: #E8F2E2; }

.meeting-document-info a, .meeting-document-info a.document, a.hyperlink-button {
  background-color: #09692D;
  color: #fff; }

.meeting-document-info a:before, .meeting-document-info a.document:before, a.hyperlink-button:before {
  background-position: -135px -1px; }

.meeting-document-info a:hover, .meeting-document-info a:focus, .meeting-document-info a.document:hover, .meeting-document-info a.document:focus, a.hyperlink-button:hover, a.hyperlink-button:focus {
  background-color: #BDD171;
  color: #1F1F1F; }

.meeting-document-info a.back-to-parent {
  margin-bottom: 20px; }

.minutes-list-container .highlighted-result {
  background-color: #E8F2E2; }

.side-box, .add-to-calendar-body {
  background: #f8f8f8;
  position: relative;
  margin-bottom: 20px;
  padding: 0; }

.add-to-calendar-body {
  background-color: #E8F2E2; }

.search-filter {
  position: relative;
  margin: 40px 0px 20px 0px;
  padding: 0px 0px 0px 0px; }

.side-box {
  margin: 25px 0px 25px 0px;
  padding: 0px 0px 0px 0px; }

.side:first-child {
  margin-top: 0px; }

.search-filter-header {
  position: relative; }

.content-details-list li {
  background-color: #f8f8f8; }

.content-details-list li:nth-child(2n) {
  background-color: #ebebeb; }

.content-details-list .field-label, .content-details-list .field-value {
  border-color: #505050; }

.accordion-list-container .accordion-item-header a {
  padding: 0; }

.accordion-list-container .accordion-item-header .item-text {
  margin: 0px 0px 0px 0px;
  padding: 18px 32px 19px 32px;
  color: #fff;
  font-size: 1.375em;
  background-color: #09692D;
  font-weight: bold; }

.accordion-list-container .accordion-item-header .accordion-trigger:focus .item-text, .accordion-list-container .accordion-item-header .accordion-trigger:hover .item-text {
  background-color: #BDD171;
  color: #003E16; }

.side-box .side-box-title {
  margin: 0px 0px 0px 0px;
  padding: 17px 30px 21px 37px;
  color: #fff;
  font-size: 1.375em;
  background-color: #003E16;
  font-weight: inherit; }

.search-filter-header h2 {
  background-color: #003E16;
  margin: 0px 0px 0px 0px;
  padding: 17px 30px 21px 37px;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold; }

.side-box {
  background-color: #E8F2E2; }

.side-box-content {
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 0px 0px;
  color: #5C5C5C; }

.side-box.message-box .side-box-title {
  background: transparent; }

.oc-emergency-announcement-container {
  font-family: inherit;
  padding: 0px 0px 0px 0px; }

.oc-emergency-announcement-container .side-box {
  padding: 30px 30px 30px 30px;
  margin: 0px 0px 0px 0px; }

.system-announcement-container {
  font-family: inherit;
  padding: 0px 0px 0px 0px; }

.system-announcement-container .system-announcement-content {
  padding: 30px 30px 30px 30px;
  margin: 0px 0px 0px 0px; }

.oc-emergency-announcement-container .side-box .side-box-title, .system-announcement-container .system-announcement-content .system-announcement-message-title {
  font-size: 1.375em;
  padding: 0px 30px 0px 0px; }

.oc-emergency-announcement-container .side-box .side-box-content p, .system-announcement-container .system-announcement-content p {
  padding: 0;
  font-size: 1.125em; }

.oc-emergency-announcement-container .side-box .side-box-content {
  padding: 10px 0px 0px 0px; }

.oc-emergency-announcement-container .side-box .side-box-content a, .system-announcement-container .system-announcement-content a {
  font-size: 1.125em;
  padding: 10px 0px 0px 0px;
  display: inline-block; }

.oc-emergency-announcement-container .oc-emergency-severity-10 .side-box-title {
  color: #fff; }

.oc-emergency-announcement-container .oc-emergency-severity-10 .side-box-content p {
  color: #fff; }

.oc-emergency-announcement-container .oc-emergency-severity-10 .side-box-content a {
  color: #fff; }

.oc-emergency-announcement-container .oc-emergency-severity-20 .side-box-title {
  color: #1F1F1F; }

.oc-emergency-announcement-container .oc-emergency-severity-20 .side-box-content p {
  color: #1F1F1F; }

.oc-emergency-announcement-container .oc-emergency-severity-20 .side-box-content a {
  color: #1F1F1F; }

.oc-emergency-announcement-container .oc-emergency-severity-30 .side-box-title {
  color: #1F1F1F; }

.oc-emergency-announcement-container .oc-emergency-severity-30 .side-box-content p {
  color: #1F1F1F; }

.oc-emergency-announcement-container .oc-emergency-severity-30 .side-box-content a {
  color: #1F1F1F; }

.system-announcement-container .system-announcement-message-title {
  color: #fff; }

.system-announcement-container p {
  color: #fff; }

.system-announcement-container a {
  color: #fff; }

.content-type-oc-event #main-content > .grid > .col-m-4 > *:first-child {
  margin-top: 0px; }

.content-type-oc-event .col-m-4 > .hyperlink-button-container {
  margin: 25px 0px 25px 0px; }

.az-item {
  width: auto;
  margin: 0; }

.az-letter {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 0px;
  font-size: 1.125em;
  font-weight: inherit;
  background-color: #5C5C5C;
  color: #fff;
  margin: 0px 10px 15px 0px; }

a.az-letter {
  color: #fff;
  background-color: #09692D;
  cursor: pointer; }

a.az-letter:hover, a.az-letter:focus {
  background-color: #BDD171;
  color: #1F1F1F; }

.az-list-container {
  margin: 15px 0px 50px 0px;
  padding: 15px 0px 0px 0px;
  border-top: 1px solid #EAEDEF; }

.az-list-container .az-list-initial {
  color: inherit;
  font-size: 4em;
  font-weight: normal; }

.az-list-container article {
  width: 100%;
  margin-left: 0%; }

.add-to-calendar-body {
  padding: 1px 25px 25px; }

.search-filter-body {
  padding: 30px 30px 30px 30px;
  margin: 0px 0px 0px 0px;
  background-color: #E8F2E2; }

.emergency-container-position-1 .side-box-content {
  padding-bottom: 5px; }

.side-box-content h3 {
  margin-top: 10px;
  padding-top: 18px;
  margin-bottom: 5px;
  border-top: 0px solid #EAEDEF;
  font-size: 1.2375em; }

.side-box-content > h3:first-child, .side-box-content > .side-box-section:first-child h3 {
  margin-top: 0;
  padding-top: 0;
  border: none; }

.side-box-content > .side-box-section:first-child h3 + ul {
  margin-top: 0; }

.side-box-content p {
  margin-bottom: 0; }

.search-filter-body label {
  margin: 15px 0px 10px 0px;
  font-weight: bold; }

.search-filter-body input, .search-filter-body select {
  margin: 0px 0px 0px 0px;
  width: 100%;
  display: block;
  border: 1px solid #5C5C5C;
  padding: 12px 3px 12px 3px; }

html body #mainForm .search-filter-body .RadInput_Default .riTextBox, html body #mainForm .search-filter-body .RadInputMgr_Default {
  height: auto;
  border: 1px solid #5C5C5C;
  padding: 12px 3px 12px 3px;
  margin: 0px 0px 0px 0px; }

.sc-search-box input {
  padding-left: 31px;
  background-position: 11px 9px;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,R0lGODlhDwAPAKIHAOjo6Pz8/ODg4NHR0ff398TExMzMzP///yH5BAEAAAcALAAAAAAPAA8AAANQeEoyNoKoqUC5uAB6xB0AAQzXtlwC5xVSVwycQqYHaXIWfBhsfOQyjQ/o0lECs1NBEJgEPIbW7wOo8gpRiiWD5WUnooGYSfBKfYfyC00hQBIAOw==); }

label + .RadPicker.RadPicker_Default.sys-gen-raddatepicker {
  margin: 0; }

.RadPicker.RadPicker_Default.sys-gen-raddatepicker {
  margin: 0; }

.scSearchInputOption tr, .RadPicker.RadPicker_Default.sys-gen-raddatepicker table tr {
  border-bottom: none; }

.scSearchInputOption {
  margin: 0; }

.scSearchInputOption tr td {
  padding: 0; }

.scSearchInputOption input {
  position: absolute;
  left: 4.7em;
  width: auto;
  margin-top: 20px; }

.scSearchInputOption label {
  float: left; }

.no-item-text {
  color: #ce3f13; }

.footer-outer-container {
  background-color: rgba(0, 0, 0, 0);
  padding: 50px 38px 10px 38px; }

.footer-outer-container.footer-second-row {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 38px 50px 38px; }

.footer-container address, .footer-container a, .footer-container p {
  color: #fff;
  font-size: 1.125em;
  font-family: inherit;
  font-weight: 300;
  font-style: normal; }

.footer-container p a {
  font-size: 1em; }

ul.footer-links a, div.footer-secondary-links > div:first-child a {
  text-decoration: none; }

ul.footer-links a:hover, div.footer-secondary-links > div:first-child a:hover {
  text-decoration: underline; }

.main-page-image {
  margin: 0 0 25px 0;
  max-width: 100%; }

a.document {
  background-image: none !important;
  padding-left: 20px; }

a.document:before {
  background: no-repeat scroll transparent;
  background-image: url("file-icons.svg?t=638978988494566373");
  background-size: 151px;
  background-position: -134px 0px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin-top: 5px;
  margin-left: -20px; }

a.ext-xls:before, a.ext-xlsx:before {
  background-position: 0px 0px; }

a.ext-doc:before, a.ext-docx:before {
  background-position: -33px 0px; }

a.ext-ppt:before, a.ext-pptx:before {
  background-position: -50px 0px; }

a.ext-jpg:before, a.ext-gif:before, a.ext-png:before {
  background-position: -67px 0px; }

a.ext-txt:before, a.ext-rtf:before {
  background-position: -83px 0px; }

a.ext-zip:before, a.ext-rar:before {
  background-position: -100px 0px; }

a.ext-pdf:before {
  background-position: -16px 0px; }

.no-svg a.document:before {
  background-image: url("file-icons-sprite.png?t=638978988494566373");
  background-size: auto;
  background-position: -237px 0px; }

.no-svg a.ext-xls:before, .no-svg a.ext-xlsx:before {
  background-position: 0px 0px; }

.no-svg a.ext-doc:before, .no-svg a.ext-docx:before {
  background-position: -59px 0px; }

.no-svg a.ext-ppt:before, .no-svg a.ext-pptx:before {
  background-position: -89px 0px; }

.no-svg a.ext-jpg:before, .no-svg a.ext-gif:before, .no-svg a.ext-png:before {
  background-position: -120px 0px; }

.no-svg a.ext-txt:before, .no-svg a.ext-rtf:before {
  background-position: -148px 0px; }

.no-svg a.ext-zip:before, .no-svg a.ext-rar:before {
  background-position: -178px 0px; }

.no-svg a.ext-pdf:before {
  background-position: -27px 0px; }

a.document span.file-info {
  font-size: 0.6em;
  position: relative;
  top: -0.6em;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  text-indent: 0;
  margin-left: 5px; }

.field-value a.document {
  background-position: 0 4px;
  padding-left: 0px;
  text-indent: 20px;
  display: block; }

.related-information-section {
  margin-top: 30px; }

.related-information-section:first-child {
  margin-top: 0; }

.related-information-section h2 {
  padding-bottom: 13px;
  border-bottom: 2px solid #f2f3f4;
  font-size: 1.4em;
  margin-bottom: 27px; }

ul.related-information-list {
  padding: 0 0 0 10px; }

.alt-formats a, .related-information-list li {
  list-style: none;
  margin-bottom: 9px; }

.alt-formats a, .related-information-list a {
  background: transparent;
  background-image: none !important;
  display: block;
  background-position: 0 4px;
  text-indent: 27px;
  padding-left: 0;
  position: relative; }

.alt-formats a:before, .related-information-list a:before {
  background: no-repeat scroll transparent;
  background-image: url("file-icons.svg?t=638978988494566373");
  background-position: -210px 0px;
  background-size: 234px;
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0px;
  top: -1px;
  margin: 0; }

.alt-formats a.ext-html:first-child {
  display: block; }

@media (min-width: 768px) {
  .alt-formats a {
    display: inline-block;
    margin-right: 5px; } }

.related-information-list a.ext-xls:before, .alt-formats a.ext-xls:before, .related-information-list a.ext-xlsx:before, .alt-formats a.ext-xlsx:before {
  background-position: -1px 0px; }

.related-information-list a.ext-doc:before, .alt-formats a.ext-doc:before, .related-information-list a.ext-docx:before, .alt-formats a.ext-docx:before {
  background-position: -53px 0px; }

.related-information-list a.ext-ppt:before, .alt-formats a.ext-ppt:before, .related-information-list a.ext-pptx:before, .alt-formats a.ext-pptx:before {
  background-position: -79px 0px; }

.related-information-list a.ext-jpg:before, .alt-formats a.ext-jpg:before, .related-information-list a.ext-gif:before, .alt-formats a.ext-gif:before, .related-information-list a.ext-png:before, .alt-formats a.ext-png:before {
  background-position: -106px 0px; }

.related-information-list a.ext-txt:before, .alt-formats a.ext-txt:before, .related-information-list a.ext-rtf:before, .alt-formats a.ext-rtf:before {
  background-position: -131px 0px; }

.related-information-list a.ext-zip:before, .alt-formats a.ext-zip:before, .related-information-list a.ext-rar:before, .alt-formats a.ext-rar:before {
  background-position: -157px 0px; }

.related-information-list a.ext-pdf:before, .alt-formats a.ext-pdf:before {
  background-position: -28px 0px; }

.no-svg .related-information-list a:before, .no-svg .alt-formats a:before {
  background-image: url("file-icons-sprite.png?t=638978988494566373");
  background-size: auto;
  background-position: -238px -28px; }

.no-svg .related-information-list a.ext-xls:before, .no-svg .alt-formats a.ext-xls:before, .no-svg .related-information-list a.ext-xlsx:before, .no-svg .alt-formats a.ext-xlsx:before {
  background-position: 0px -28px; }

.no-svg .related-information-list a.ext-doc:before, .no-svg .alt-formats a.ext-doc:before, .no-svg .related-information-list a.ext-docx:before, .no-svg .alt-formats a.ext-docx:before {
  background-position: -60px -28px; }

.no-svg .related-information-list a.ext-ppt:before, .no-svg .alt-formats a.ext-ppt:before, .no-svg .related-information-list a.ext-pptx:before, .no-svg .alt-formats a.ext-pptx:before {
  background-position: -90px -28px; }

.no-svg .related-information-list a.ext-jpg:before, .no-svg .alt-formats a.ext-jpg:before, .no-svg .related-information-list a.ext-gif:before, .no-svg .alt-formats a.ext-gif:before, .no-svg .related-information-list a.ext-png:before, .no-svg .alt-formats a.ext-png:before {
  background-position: -119px -28px; }

.no-svg .related-information-list a.ext-txt:before, .no-svg .alt-formats a.ext-txt:before, .no-svg .related-information-list a.ext-rtf:before, .no-svg .alt-formats a.ext-rtf:before {
  background-position: -149px -28px; }

.no-svg .related-information-list a.ext-zip:before, .no-svg .alt-formats a.ext-zip:before, .no-svg .related-information-list a.ext-rar:before, .no-svg .alt-formats a.ext-rar:before {
  background-position: -179px -28px; }

.no-svg .related-information-list a.ext-pdf:before, .no-svg .alt-formats a.ext-pdf:before {
  background-position: -28px -28px; }

.accordion-trigger {
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%; }

.accordion-trigger i {
  background: no-repeat scroll right 0 transparent;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  display: block;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 19px;
  margin: 26px 16px 16px 16px; }

.no-svg .accordion-trigger i {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.accordion-trigger.search-filter-trigger i {
  top: 0;
  right: 0;
  margin: 26px 19px 19px 19px; }

.accordion-opened i {
  background-position: -45px 0; }

.accordion-closed i {
  background-position: -15px 0px; }

.consultation-timeline-listing {
  border-left: 1px solid #000;
  padding: 0px 20px 20px 20px; }

.consultation-timeline-listing:before {
  border-color: #000;
  background-color: #000; }

.consultation-timeline-listing.item-not-closed:before {
  background-color: #E8F2E2; }

.listing-results {
  font-size: 0.9em; }

.list-container {
  margin: 15px 0px 50px 0px; }

.list-item-container {
  margin: 0px 0px 15px 0px; }

.list-item-container a {
  background-color: #fff;
  padding: 20px 25px 20px 25px; }

.social-feed-item {
  background-color: #fff;
  padding: 20px 25px 20px 25px;
  padding-bottom: 50px;
  margin: 0px 0px 15px 0px; }

.social-feed-item:hover, .social-feed-item:focus {
  background-color: #E8F2E2; }

.landing-page-nav .list-item-container a, .landing-page-nav .list-item-container.small-panel a, .landing-page-list-container .list-item-container a, .landing-page-list-container .list-item-container.small-panel a {
  background-color: #fff;
  padding: 0px 0px 0px 0px; }

.list-item-container a:hover, .list-item-container a:focus, .org-con-item-container a:hover, .org-con-item-container a:focus {
  background-color: #E8F2E2; }

.landing-page-list-container .list-item-container a:hover, .landing-page-list-container .list-item-container a:focus, .landing-page-list-container .list-item-container.small-panel a:hover, .landing-page-list-container .list-item-container.small-panel a:focus, .landing-page-nav .list-item-container a:hover, .landing-page-nav .list-item-container a:focus, .landing-page-nav .list-item-container.small-panel a:hover, .landing-page-nav .list-item-container.small-panel a:focus {
  background-color: #E8F2E2; }

.list-container a .list-item-title {
  color: #003E16;
  font-weight: bold;
  font-size: 1.375em;
  display: block;
  border-bottom: 0px solid #EDEDED;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px; }

.list-container.list-container-grid .small-panel a {
  padding: 0;
  padding-bottom: 20px; }

.list-container.list-container-grid .small-panel a .list-item-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px; }

.list-container.list-container-grid .small-panel a p {
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  margin-left: 25px;
  margin-right: 25px; }

.list-container.list-container-grid .small-panel a p.small-text {
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  margin-left: 25px;
  margin-right: 25px; }

.list-container.list-container-grid .small-panel a p.tagged-as-list {
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  margin-left: 25px;
  margin-right: 25px; }

.list-container.list-container-grid .small-panel a p.list-item-address, .list-container.list-container-grid .small-panel a p.small-text, .list-container.list-container-grid .small-panel a p.details-page-address {
  padding-left: 28px; }

.landing-page-list-container .list-item-container a .list-item-title, .landing-page-list-container .list-item-container.small-panel a .list-item-title, .landing-page-nav .list-item-container a .list-item-title, .landing-page-nav .list-item-container.small-panel a .list-item-title {
  color: #003E16;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 0px solid #EDEDED;
  padding: 0px 0px 0px 0px;
  margin: 20px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0); }

.list-container a:hover .list-item-title, .list-container a:focus .list-item-title {
  text-decoration: none;
  color: #003E16; }

.list-container .list-item-container-2 a:hover .list-item-title, .list-item-container-2 a:focus .list-item-title {
  color: #09692D; }

.list-container .list-item-container-2 a:hover, .list-container .list-item-container-2 a:focus {
  text-decoration: none; }

.landing-page-list-container .list-item-container a:hover .list-item-title, .landing-page-list-container .list-item-container.small-panel a:hover .list-item-title, .landing-page-list-container .list-item-container a:focus .list-item-title, .landing-page-list-container .list-item-container.small-panel a:focus .list-item-title, .landing-page-nav .list-item-container a:hover .list-item-title, .landing-page-nav .list-item-container.small-panel a:hover .list-item-title, .landing-page-nav .list-item-container a:focus .list-item-title, .landing-page-nav .list-item-container.small-panel a:focus .list-item-title {
  color: #003E16;
  background-color: rgba(0, 0, 0, 0); }

.org-con-item-container p, .staff-member-container p, .list-item-container-2 p, .list-item-container p, .list-container .list-item-container p {
  color: #5C5C5C;
  font-size: 1.125em;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px; }

.list-item-container-2 .user-sub-title {
  margin-top: 0px; }

.list-item-container-2 .user-detai-label {
  font-weight: normal; }

.list-item-container-2 p.user-detail {
  margin: 0; }

.list-item-container a:hover p, .list-container .list-item-container a:hover p, .org-con-item-container a:hover p, .list-item-container a:focus p, .list-container .list-item-container a:focus p, .org-con-item-container a:focus p {
  color: #5C5C5C; }

.landing-page-list-container .list-item-container p, .landing-page-list-container.list-container .list-item-container p, .landing-page-nav .list-item-container p, .landing-page-nav.list-container .list-item-container p {
  color: #5C5C5C;
  font-size: 1.125em;
  padding: 0px 0px 0px 0px;
  margin: 0px 20px 20px 20px; }

.landing-page-list-container .list-item-container a:hover p, .landing-page-list-container.list-container a:hover .list-item-container p, .landing-page-nav .list-item-container a:hover p, .landing-page-nav.list-container a:hover .list-item-container p, .landing-page-list-container .list-item-container a:focus p, .landing-page-list-container.list-container a:focus .list-item-container p, .landing-page-nav .list-item-container a:focus p, .landing-page-nav.list-container a:focus .list-item-container p {
  color: #5C5C5C; }

.list-item-container.small-panel img {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

.list-item-block-date {
  background-color: transparent; }

.events-list-container .list-item-block-date, .legistar-list-container .list-item-block-date {
  position: static;
  margin: 0px 20px 0px 0px;
  width: 100px;
  padding: 0px 0px 0px 0px;
  background-color: #09692D; }

.legistar-list-container .list-item-block-date {
  font-size: 1.125em; }

.list-container-grid.events-list-container .small-panel.has-image a .list-item-block-date {
  left: 25px;
  top: 20px; }

.events-list-container a:hover .list-item-block-date, .events-list-container a:focus .list-item-block-date {
  background-color: #579E4F; }

.events-list-container .list-item-block-date span, .legistar-list-container .list-item-block-date span {
  font-size: 1.125em;
  line-height: 1;
  color: #fff; }

.events-list-container .list-item-block-date .part-date, .legistar-list-container .list-item-block-date .part-date {
  font-size: 2.375em;
  line-height: 1;
  color: #fff; }

.events-list-container a:hover .list-item-block-date span, .events-list-container a:focus .list-item-block-date span, .legistar-list-container a:hover .list-item-block-date span, .legistar-list-container a:focus .list-item-block-date span {
  color: #fff; }

.events-list-container a:hover .list-item-block-date .part-date, .events-list-container a:focus .list-item-block-date .part-date, .legistar-list-container a:hover .list-item-block-date .part-date, .legistar-list-container a:focus .list-item-block-date .part-date {
  color: #fff; }

.job-type {
  font-weight: 500; }

.list-item-address:before, .details-page-address:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: no-repeat -276px -2px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  position: absolute;
  left: 0;
  top: 0; }

.no-svg .list-item-address:before, .no-svg .details-page-address:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.list-container p.list-item-additional {
  color: #FFFFFF;
  padding: 20px 20px 20px 20px; }

.list-container p.list-item-additional.list-item-Warning, .list-container a:hover p.list-item-additional.list-item-Warning, .list-container a:focus p.list-item-additional.list-item-Warning, .message-box.message-type-Warning {
  color: #fff;
  background-color: #CE3F13; }

.list-container p.list-item-additional.list-item-Warning .side-box-title, .list-container a:hover p.list-item-additional.list-item-Warning .side-box-title, .list-container a:focus p.list-item-additional.list-item-Warning .side-box-title, .message-box.message-type-Warning .side-box-title {
  color: #fff; }

.message-box.message-type-Warning p {
  color: #fff; }

.list-container p.list-item-additional.list-item-Temporary, .list-container a:hover p.list-item-additional.list-item-Temporary, .list-container a:focus p.list-item-additional.list-item-Temporary, .message-box.message-type-Temporary {
  color: #fff;
  background-color: #CE3F13; }

.list-container p.list-item-additional.list-item-Temporary .side-box-title, .list-container a:hover p.list-item-additional.list-item-Temporary .side-box-title, .list-container a:focus p.list-item-additional.list-item-Temporary .side-box-title, .message-box.message-type-Temporary .side-box-title {
  color: #fff; }

.message-box.message-type-Temporary p {
  color: #fff; }

.list-container p.list-item-additional.list-item-Announcement, .list-container a:hover p.list-item-additional.list-item-Announcement, .list-container a:focus p.list-item-additional.list-item-Announcement, .message-box.message-type-Announcement {
  color: #fff;
  background-color: #52798F; }

.list-container p.list-item-additional.list-item-Announcement .side-box-title, .list-container a:hover p.list-item-additional.list-item-Announcement .side-box-title, .list-container a:focus p.list-item-additional.list-item-Announcement .side-box-title, .message-box.message-type-Announcement .side-box-title {
  color: #fff; }

.message-box.message-type-Announcement p {
  color: #fff; }

ul.social-media-links li {
  min-height: 30px; }

ul.social-media-links li a {
  margin-left: 32px;
  display: block; }

ul.social-media-links li a i, .social-media-profiles li a:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  background-color: transparent;
  background-position: -573px -573px;
  border-radius: 2px;
  width: 23px;
  height: 23px; }

.no-svg ul.social-media-links li a i, .no-svg .social-media-profiles li a:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

ul.social-media-links li a i {
  position: absolute;
  margin-left: -32px;
  display: block;
  float: left;
  margin-right: 9px; }

.social-media-profiles li a:before {
  margin-right: 12px; }

.social-media-links .footer-link-rss i, .social-media-profiles li.rss a:before {
  background-position: -5px -572px; }

.social-media-links .footer-link-google-plus i, .social-media-links .footer-link-googleplus i, .social-media-profiles li.google-plus a:before, .social-media-profiles li.googleplus a:before {
  background-position: -36px -572px; }

.social-media-links .footer-link-facebook i, .social-media-profiles li.facebook a:before {
  background-position: -69px -572px; }

.social-media-links .footer-link-twitter i, .social-media-profiles li.twitter a:before {
  background-position: -100px -572px; }

.social-media-links .footer-link-x i, .social-media-profiles li.x a:before {
  background-position: -100px -572px; }

.social-media-links .footer-link-youtube i, .social-media-profiles li.youtube a:before {
  background-position: -132px -572px; }

.social-media-links .footer-link-instagram i, .social-media-profiles li.instagram a:before {
  background-position: -165px -573px; }

.social-media-links .footer-link-pinterest i, .social-media-profiles li.pinterest a:before {
  background-position: -197px -572px; }

.social-media-links .footer-link-linkedin i, .social-media-profiles li.linkedin a:before {
  background-position: -228px -573px; }

.social-media-links .footer-link-vimeo i, .social-media-profiles li.vimeo a:before {
  background-position: -261px -572px; }

.social-media-links .footer-link-flickr i, .social-media-profiles li.flickr a:before {
  background-position: -292px -572px; }

.social-media-links .footer-link-wordpress i, .social-media-profiles li.wordpress a:before {
  background-position: -325px -573px; }

.social-media-links .footer-link-tumblr i, .social-media-profiles li.tumblr a:before {
  background-position: -357px -573px; }

#back-to-top {
  color: #ffffff;
  width: 90px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 0.8em;
  z-index: 1000; }

html.js #back-to-top {
  position: fixed;
  bottom: 80px;
  width: 45px;
  right: -45px;
  border-radius: 3px; }

#back-to-top:hover {
  color: #ffffff; }

#back-to-top i {
  background: no-repeat -216px -4px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px 8px 4px;
  margin-left: 35px; }

.no-svg #back-to-top i {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

#back-to-top:hover i {
  background-color: transparent; }

html.js #back-to-top i {
  margin: 12px; }

.footer-first-row .grid-pad, .footer-second-row .grid-pad {
  padding-left: 0px;
  padding-right: 0px; }

.footer-secondary-links {
  color: #fff;
  font-size: .875em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 300;
  font-style: normal; }

.footer-container .footer-secondary-links a {
  color: #fff; }

h3.footer-title {
  font-family: inherit;
  border-bottom: 0px none #5C5C5C;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  font-style: normal;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 20px 0px; }

.powered-by {
  margin-top: 10px; }

ul.simple-pagination {
  list-style: none; }

.simple-pagination {
  overflow: hidden;
  margin: 0; }

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }

.main-container .button-previous {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top; }

.main-container .button-previous input[type="submit"] {
  text-indent: -1500px;
  overflow: hidden;
  height: 36px;
  width: 40px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  background-position: -149px 7px;
  background-repeat: no-repeat; }

.no-svg .main-container .button-previous input[type="submit"] {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.main-container .seamless-pagination-data {
  margin-top: 16px;
  font-size: 0.95em; }

.main-container .seamless-pagination-data select {
  margin-left: 3px; }

.main-container .seamless-pagination-data input[type="submit"].btn_scPagingNonJS_enabled {
  font-size: 0.95em;
  overflow: hidden;
  height: 36px;
  width: 51px;
  display: inline-block;
  float: right;
  margin-top: -6px;
  margin-left: 8px;
  line-height: 1; }

.main-container .button-next {
  margin-left: 6px;
  display: inline-block;
  vertical-align: top; }

.main-container .button-next input[type="submit"] {
  text-indent: -1500px;
  overflow: hidden;
  height: 36px;
  width: 40px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  background-position: -120px 7px;
  background-repeat: no-repeat; }

.no-svg .main-container .button-next input[type="submit"] {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.light-theme a, .light-theme span {
  float: left;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  min-width: 14px;
  padding: 10px 20px 10px 20px;
  margin: 0px 5px 0px 0px;
  border-radius: 0px;
  background-color: #09692D;
  text-decoration: none;
  font-size: .9em; }

.light-theme a.next, .light-theme a.prev {
  background: #09692D;
  color: #fff;
  padding: 10px 20px 10px 20px; }

.light-theme a:hover, .light-theme a:focus {
  text-decoration: none;
  background-color: #BDD171;
  color: #1F1F1F; }

.light-theme a.next:hover, .light-theme a.next:focus, .light-theme a.prev:hover, .light-theme a.prev:focus {
  text-decoration: none;
  background-color: #BDD171;
  color: #1F1F1F; }

.light-theme a.prev {
  margin: 0px 15px 0px 0px; }

.light-theme a.next {
  margin: 0px 0px 0px 10px; }

.light-theme .current {
  background-color: #BDD171;
  color: #1F1F1F;
  cursor: default; }

.simple-pagination span.prev, .simple-pagination span.next {
  display: none; }

.light-theme .ellipse {
  background-color: #09692D;
  color: #fff;
  cursor: default; }

.main-container .seamless-pagination-controls input[type="submit"] {
  background-color: #09692D;
  color: #fff; }

.main-container input[type="submit"].btn_scPagingNonJS_enabled:hover, .main-container input[type="submit"].btn_scPagingNonJS_enabled:focus {
  background-color: #BDD171;
  color: #1F1F1F; }

.seamless-pagination-info {
  font-size: 0.95em;
  margin-top: 8px; }

.seamless-pagination-pages {
  min-height: 30px;
  font-size: .95em; }

.small-text {
  font-size: 0.8em; }

.item-navigation {
  padding: 0;
  background-color: #E8F2E2; }

a.item-navigation .item-navigation-label {
  display: block;
  color: #fff;
  background-color: #003E16;
  font-weight: bold;
  font-size: 1.1875em;
  text-decoration: none;
  text-align: center;
  border: none;
  padding: 20px 30px 20px 30px;
  text-align: left;
  position: relative; }

a.item-navigation.prev-item .item-navigation-label {
  padding-left: 70px;
  text-align: left; }

a.item-navigation.next-item .item-navigation-label {
  padding-right: 70px;
  text-align: right; }

a.item-navigation.next-item .item-navigation-label:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: no-repeat -135px -4px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 26px 20px 16px 20px; }

.no-svg a.item-navigation.next-item .item-navigation-label:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

a.item-navigation.prev-item .item-navigation-label:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: no-repeat -165px -3px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 26px 20px 16px 20px; }

.no-svg a.item-navigation.prev-item .item-navigation-label:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

a.item-navigation:hover .item-navigation-label, a.item-navigation:focus .item-navigation-label {
  color: #003E16;
  background-color: #BDD171; }

a.item-navigation.next-item .item-navigation-label {
  text-align: right; }

.item-navigation-title {
  color: #5C5C5C;
  font-size: 1.125em;
  display: block;
  padding: 20px 25px 20px 25px;
  text-decoration: none; }

a.item-navigation:hover, a.item-navigation:focus, a.item-navigation:hover, a.item-navigation:focus {
  color: #5C5C5C;
  background-color: #E8F2E2; }

a.item-navigation:hover .item-navigation-title, a.item-navigation:focus .item-navigation-title, a.item-navigation:hover .item-navigation-title, a.item-navigation:focus .item-navigation-title {
  color: #5C5C5C; }

.categories-list {
  margin-bottom: 40px; }

.categories-list-container span {
  color: #1F1F1F;
  font-size: 1.375em;
  padding: 5px 0px 5px 0px;
  margin-top: 0; }

.categories-list a {
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
  color: #09692D;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #E4E6E6;
  border-radius: 0px;
  font-size: 1.125em;
  font-weight: 500;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s; }

.categories-list a:hover, .categories-list a:focus {
  color: #09692D;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

.result-text {
  font-weight: bold; }

.profile-featured-text, a.profile-featured-text:visited {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  font-family: inherit;
  font-style: normal;
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 20px 0px 40px 0px;
  background-color: #464646;
  background-color: rgba(70, 70, 70, 0.5);
  text-align: left;
  float: left; }

.profile-featured-panels {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 0px 0px 0px; }

.profile-featured-panel {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px; }

.profile-featured-panels h2 {
  color: #003E16;
  font-size: 1.375em;
  font-family: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding: 26px 18px 0px 23px;
  margin: 0px 0px 15px 0px; }

.profile-featured-panel:hover > h2, .profile-featured-panel:focus > h2 {
  text-decoration: none;
  color: #003E16;
  background-color: rgba(0, 0, 0, 0); }

.profile-featured-panel .panel-image {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden; }

.profile-featured-panel .panel-text {
  padding: 0px 18px 31px 23px;
  margin: 0px 0px 0px 0px;
  color: #5C5C5C;
  font-size: 1em;
  font-family: inherit; }

.profile-featured-panel:hover > .panel-text, .profile-featured-panel:focus > .panel-text {
  color: #5C5C5C; }

.profile-featured-panel span.panel-button {
  float: right;
  margin: 0 25px 25px 0;
  color: #ffffff;
  border-radius: 2px;
  position: relative;
  padding: 10px 38px 9px 15px;
  font-size: 1.05em; }

#back-to-top {
  background-color: #fff; }

#back-to-top:hover, #back-to-top:focus {
  background-color: #003E16; }

.profile-featured-panel span.panel-button {
  background-color: #09692D;
  padding: 18px 82px 19px 30px;
  margin: 0px 25px 25px 0px;
  font-family: inherit;
  font-size: 1.125em;
  color: #fff; }

.profile-featured-panel:hover span.panel-button, .profile-featured-panel:focus span.panel-button {
  background-color: #BDD171;
  color: #1F1F1F; }

.profile-featured-panel span.panel-button:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: no-repeat -135px -4px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  position: absolute;
  top: 14px;
  right: 15px; }

.no-svg .profile-featured-panel span.panel-button:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.panel-button, .hyperlink-button {
  background-color: #EDEDED;
  padding: 10px 20px;
  text-align: center; }

.profile-featured-panel:hover, .profile-featured-panel:focus {
  background-color: #fff; }

#tabs-body, #tabs-header, .tab-group-body, tab-group-header {
  position: relative; }

.tabs-panel {
  background-color: #fff;
  padding: 15px 15px 15px 15px; }

.no-js .profile-featured-links .no-js-element h1.item-text {
  background: #ffffff;
  border-bottom: none;
  font-weight: normal;
  float: left;
  padding: 15px 21px 10px 21px;
  border-radius: 3px 3px 0 0; }

.tab-header-title, a.tab-header-title:visited {
  height: auto;
  min-height: 50px;
  position: relative;
  top: 5px;
  margin-right: 3px;
  margin-bottom: -0.2px;
  text-align: left;
  -webkit-transition: background-color 0 ease-out 0s;
  -o-transition: background-color 0 ease-out 0s;
  transition: background-color 0 ease-out 0s;
  font-family: inherit;
  font-size: 1.1875em;
  padding: 16px 25px 16px 25px;
  color: #fff;
  background-color: #09692D; }

.tab-header-title:last-child {
  border-radius: 0 3px 0 0; }

.tab-header-title.item-1 {
  border-radius: 3px 0 0 0; }

.tab-header-title.selected, .tab-header-title.selected:visited {
  background-color: #A2C132;
  color: #003E16;
  border-radius: 3px 3px 0 0;
  padding-top: 21px;
  top: 0px; }

.map-buttons .tab-header-title {
  -webkit-box-shadow: 0px -5px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 32px 0px rgba(0, 0, 0, 0.1); }

.map-buttons .tab-header-title.selected, .map-buttons .tab-header-title.selected:visited {
  padding-top: 16px; }

a.tab-header-title:hover, a.tab-header-title:focus {
  text-decoration: underline;
  background-color: #09692D;
  color: #fff; }

a.tab-header-title.selected:hover, a.tab-header-title.selected:focus {
  background-color: #A2C132;
  color: #003E16; }

.profile-tabbed-listing a:hover, .profile-tabbed-listing a:focus {
  background-color: #f8f8f8; }

.profile-list p {
  color: #505050; }

.top-task-homepage {
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0); }

.top-task-homepage .profile-list {
  padding: 18px 38px 18px 18px;
  border-top: 1px solid #E8F2E2;
  margin: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0); }

.top-task-homepage .profile-list:hover, .top-task-homepage .profile-list:focus {
  background-color: rgba(0, 0, 0, 0); }

.top-task-homepage .profile-list:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  position: absolute;
  right: 15px;
  background-position: 0px 0px;
  right: 15px;
  top: 18px; }

.no-svg .top-task-homepage .profile-list:after {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.top-task-homepage .profile-list.item-0 {
  border-top: none; }

.top-task-homepage .profile-list > h2 {
  font-size: 1.25em;
  margin: 0px 0px 0px 0px;
  font-family: inherit;
  font-weight: bold;
  color: #fff;
  padding: 0px 26px 0px 26px; }

.top-task-homepage a.profile-list:hover > h2, .top-task-homepage a.profile-list:focus > h2 {
  text-decoration: none;
  color: #fff; }

.top-task-homepage .profile-list > p {
  display: none;
  clear: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: .95em;
  font-family: inherit;
  line-height: 1.6em;
  margin-bottom: 3px;
  color: #505050; }

.top-task-homepage a.profile-list:hover > p, .top-task-homepage a.profile-list:focus > p {
  color: #505050; }

.top-task-homepage .item-icon {
  display: none;
  height: 60px;
  margin: 0 10px 23px 0;
  width: 62px;
  background-image: url("oakpark_toptask_sprite.svg?t=638978988494566373");
  float: left;
  background-repeat: no-repeat;
  background-position: -145px 0px;
  background-size: 1591px 149px;
  margin: 0px 10px 60px 0px;
  padding: 0px 0px 0px 0px; }

.top-task-homepage-format-3 .item-icon, .top-task-homepage-format-7 .item-icon, .top-task-homepage-format-8 .item-icon, .top-task-homepage-format-10 .item-icon, .top-task-homepage-format-11 .item-icon {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.no-svg .top-task-homepage .item-icon {
  background-image: url("oakpark_toptask_sprite.svg?t=638978988494566373"); }

.top-task-homepage .item-icon.custom-icon {
  background-size: 62px 60px;
  background-position: 0 0; }

.top-task-homepage .item-icon.city-view-portal {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.engagement {
  background-position: -903px 0px; }

.top-task-homepage .item-icon.farmersâ€™-market {
  background-position: -223px 0px; }

.top-task-homepage .item-icon.garbage-collection {
  background-position: -780px 0px; }

.top-task-homepage .item-icon.health {
  background-position: -1009px 0px; }

.top-task-homepage .item-icon.housing-neighborhoods {
  background-position: -1115px 0px; }

.top-task-homepage .item-icon.online-services {
  background-position: -335px 0px; }

.top-task-homepage .item-icon.parking-vehicle {
  background-position: -112px 0px; }

.top-task-homepage .item-icon.permit-search {
  background-position: -559px 0px; }

.top-task-homepage .item-icon.police-department {
  background-position: -670px 0px; }

.top-task-homepage .item-icon.recycling-waste {
  background-position: -447px 0px; }

.top-task-homepage .item-icon.shopping-business {
  background-position: -1216px 0px; }

.top-task-homepage .item-icon.special-events {
  background-position: -1319px 0px; }

.top-task-homepage .item-icon.sustainability {
  background-position: -1422px 0px; }

.top-task-homepage .item-icon.village-jobs {
  background-position: -1525px 0px; }

.top-task-homepage .item-icon.add-window {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.agenda {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.alert {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.animal {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.announcement {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.app {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.apple {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.apply-for-leave {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.apps {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.artwork {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.avatar {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.baby {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.badge {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.balloon {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.basketball {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.beach {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.bell {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.bin {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.blocks {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.blueprint {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.book {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.book-a-car {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.book-leave {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.book-search {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.bookable {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.books {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.briefcase {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.briefcase-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.briefcase-2 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.build {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.building {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.building-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.building-2 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.buildings {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.bus {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.cafe-shop {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.calendar {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.calendar-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.calendar-2 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.calendar-3 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.calendar-4 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.calendar-add {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.calendar-complete {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.car {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.car-site-3 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.cat {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.chat {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.checklist {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.checkmark {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.chess-piece {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.children {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.christmas-tree {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.city {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.city-hall {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.city-skyline {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.clipboard {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.clipboard-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.clock {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.comment {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.compass {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.complaint {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.connection {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.construction {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.consultation {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.contact {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.contact-numbers {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.contract {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.conversation {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.corporate-applications {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.council {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.council-document {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.credit-card {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.customer {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.data {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.devices {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.directory {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.disabled {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.discussion {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document-2 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document-3 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document-add {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document-alert {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document-search {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.documents {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.dog {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.dog-walking {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.dollar {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.droplet {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.dumptruck {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.earth {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.eclipse {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.email-marketing {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.emergency {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.employee-forms {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.employee-info {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.employee-recognition {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.envelope {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.events {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.eye {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.family {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.favourite {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.file {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.finance {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.first-aid {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.flag {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.flame {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.flowchart {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.folder {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.folder-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.form {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.forms {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.gallery {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.gavel {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.gear {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.gift {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.globe {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.grant {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.graph {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hand-with-phone {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.handcuffs {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.handshake {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.handshake-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.handshake-2 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.happy-face {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hard-hat {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hard-waste {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.headset {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.heart {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.help-desk {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.highway {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.home-care {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.house {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.housework {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hub-contact {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hub-document {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hub-form {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hub-more {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hub-policy {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hub-support {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.human-resources {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.ict-service-status {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.id-cards {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.immunise {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.innovation-portal {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.invoice {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.jigsaw {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.key-strategies {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.laptop {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.light-bulb {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.like {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.listing-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.listing-2 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.listing-3 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.listing-4 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.logic {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.map {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.map-pin {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.map-pins {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.meeting {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.megaphone {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.message {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.miner {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.money {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.monitor {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.municipal-building {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.music-note {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.national-park {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.network {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.newspaper {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.open-door {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.open-sign {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.org-chart {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.org-structure {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.our-brand {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.paper {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.parent {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.park {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.park-bench {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.parking {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.party {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.paw {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.paw-print {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.payroll {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.pen {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.people {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.people-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.people-2 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.people-3 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.people-4 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.people-and-performance {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.permit {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.person {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.pets {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.phone {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.phone-call {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.plan {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.plant {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.podium {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.pot-plant {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.pot-plant-1 {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.presenter {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.printer {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.prison {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.procedures {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.procurement {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.qualification {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.question {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.quiet {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.rates {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.recycling {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.report {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.research {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.rocket {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.safety {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.scales {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.search {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.search-list {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.settings {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.shelter {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.shopping-bag {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.shovel {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.soccer-ball {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.speech-bubble {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.speech-bubbles {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.speedometer {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.staff-search {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.star {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.star-employee {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.substation {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.sun {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.swim {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.swimmer {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.switch {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.taxi {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.team-work {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.telephone {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.tent {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.ticket {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.tickets {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.tools {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.traffic-cone {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.train {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.training {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.trash-bin {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.trashcan {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.tree {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.trees {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.trophy {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.truck-delivery {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.venue {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.video {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.videos {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.walker {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.wallet {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.warning {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.waste-bin {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.web-design {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.wellbeing {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.whiteboard {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.whs {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.whs-manual {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.add {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.aerobics {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.alarm {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.archive {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.ballot {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.barbell {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.blog {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.building-plan {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.button {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.cartwheel {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.covid {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.document-list {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.facility {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.feedback {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.fence {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.file-edit {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hall {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.headstone {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.house-search {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.id {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.important-announcement {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.in-tray {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.income {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.location {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.minutes {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.name-tag {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.passport {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.payment {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.pen-paper {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.pencil-ruler {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.property-agreement {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.quote {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.receipt {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.road {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.roadwork {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.rubbish {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.rulers {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.shield {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.soccer-field {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.speaker {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.store {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.swimming-pool {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.syringe {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.wheelchair {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.wifi {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.award {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.bank-statement {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.bullhorn {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.camera {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.certificate {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.chart-lines {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.closed-sign {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.cone {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.cursor {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.exclamation-speech {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.exclamation-triangle {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.faucet {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.file-alt {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.files {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.fish {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.floaty {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.link {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.octopus {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.shark {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.siren {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.soccer {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.speech {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.volume {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.water {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.headset-solid {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.house-solid {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.person-solid {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.wallet-solid {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.balls {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.bench {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.boat {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.business {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.computer {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hand {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.history {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.leaf {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.medical {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.plus {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.virus {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.waves {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.paintbrush {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.pistol {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.digital-library {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.magnify {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.about-us {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.application {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.benefits {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.budget {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.campaign {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.crime-data {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.crime-information {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.droplets {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.employment {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.hiring {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.id-card {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.job-requirements {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.news {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.reporting {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.request {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.specialty-units {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.staff-directory {
  background-position: 0px 0px; }

.top-task-homepage .item-icon.utilities {
  background-position: 0px 0px; }

.list-item-block-date .part-month, .list-item-block-date .part-time {
  display: block; }

.profile-elected-officials-listing .profile-image-clip, .profile-list .large-thumbnail-image, .social-feed-post-image img {
  margin: 0px 0px 0px 0px; }

.list-group-grid .profile-list .large-thumbnail-image {
  margin-bottom: 0px; }

.profile-elected-officials-listing-option-3 .list-elected-official-feature-image {
  margin: 0px 0px 0px 0px; }

.profile-elected-officials-listing-option-3 .list-elected-official-feature-image .wide-thumbnail-image {
  margin: 0; }

.profile-listing-container.profile-news-listing-option-4 > .profile-news-listing .list-first-item .profile-list .large-thumbnail-image, .profile-listing-container.profile-events-listing-option-4 > .profile-events-listing .list-first-item .profile-list .large-thumbnail-image {
  margin: 0px 0px 0px 0px;
  margin-bottom: 0;
  margin-right: 0px; }

.profile-consultation-listing a.profile-list:hover h2, .profile-consultation-listing a.profile-list:focus h2, .profile-da-listing a.profile-list:hover h2, .profile-da-listing a.profile-list:focus h2, .profile-elected-officials-listing a.profile-list:hover h2, .profile-elected-officials-listing a.profile-list:focus h2, .profile-public-notices-listing a.profile-list:hover h2, .profile-public-notices-listing a.profile-list:focus h2, .profile-events-listing a.profile-list:hover h2, .profile-events-listing a.profile-list:focus h2, .profile-news-listing a.profile-list:hover h2, .profile-news-listing a.profile-list:focus h2, .profile-message-board-listing a.profile-list:hover h2, .profile-message-board-listing a.profile-list:focus h2 {
  text-decoration: none; }

.search-list-container .list-item-container p.small-text, .list-container .list-item-container-2 .published-on, .list-container .list-item-container .published-on, .list-container .list-item-container .applications-closing, .list-container .list-item-container .list-item-address, .details-page-address, p.published-on, p.event-date, p.applications-closing, .waste-services-result .next-service {
  font-size: .875em;
  font-weight: bold; }

.list-container .list-item-container-2 p.small-text, .list-container .list-item-container p.small-text {
  font-size: .875em;
  font-weight: bold;
  color: #003E16;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  margin-left: 0px; }

.list-container .list-item-container-2 p.published-on, .list-container .list-item-container p.published-on, .list-container .list-item-container p.applications-closing, .list-container .list-item-container p.list-item-address, p.details-page-address {
  padding-left: 28px;
  position: relative; }

.list-container .thumbnail-image, .multi-location-item .oc-thumbnail-image img {
  margin: 0px 0px 10px 10px; }

.list-container .list-item-container a:hover p.small-text, .list-container .list-item-container a:focus p.small-text {
  color: #003E16; }

.list-item-container-2 .tagged-as-list, .list-container .list-item-container .tagged-as-list {
  font-size: .875em;
  color: #003E16;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px; }

.list-item-container .posted-to-list + .tagged-as-list {
  margin-top: 7.5px; }

.list-container .list-item-container a:hover .tagged-as-list, .list-container .list-item-container a:focus .tagged-as-list {
  color: #003E16; }

.list-container .list-item-container-2 .published-on:before, .list-container .list-item-container .published-on:before, .list-container .list-item-container .applications-closing:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: no-repeat -246px -2px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  position: absolute;
  top: 0;
  left: 0; }

.no-svg .list-container .list-item-container .published-on:before, .no-svg .list-container .list-item-container .applications-closing:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.tabs-panel .wysiwyg-content {
  padding: 5px 5px; }

.profile-listing-container {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 0px 0px 0px; }

.profile-listing-container .panel-button, .profile-listing-container .panel-button:visited {
  border-radius: 43px;
  padding: 20px 40px 19px 40px;
  margin: 0 auto;
  float: right;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  background-color: #09692D;
  text-align: center; }

.profile-listing-container .panel-button:hover, .profile-listing-container .panel-button:focus, .profile-listing-container .panel-button:visited:hover, .profile-listing-container .panel-button:visited:focus {
  color: #003E16;
  background-color: #BDD171; }

.profile-public-notices-listing a, .profile-consultation-listing a, .profile-events-listing a, .profile-news-listing a, .profile-da-listing a, .profile-elected-officials-listing a, .profile-message-board-listing .message-board-item-info a, .tabs-panel .social-feed a {
  padding: 0px 0px 12px 0px;
  margin: 0px 0px 20px 0px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5); }

.profile-public-notices-listing a:hover, .profile-public-notices-listing a:focus, .profile-consultation-listing a:hover, .profile-consultation-listing a:focus, .profile-events-listing a:hover, .profile-events-listing a:focus, .profile-news-listing a:hover, .profile-news-listing a:focus, .profile-da-listing a:hover, .profile-da-listing a:focus, .profile-elected-officials-listing a:hover, .profile-elected-officials-listing a:focus, .profile-message-board-listing .message-board-item-info a:hover, .profile-message-board-listing .message-board-item-info a:focus, .tabs-panel .social-feed a:hover, .tabs-panel .social-feed a:focus {
  background-color: #fff; }

.profile-public-notices-listing a:hover h2, .profile-public-notices-listing a:focus h2, .profile-consultation-listing a:hover h2, .profile-consultation-listing a:focus h2, .profile-events-listing a:hover h2, .profile-events-listing a:focus h2, .profile-news-listing a:hover h2, .profile-news-listing a:focus h2, .profile-da-listing a:hover h2, .profile-da-listing a:focus h2, .profile-elected-officials-listing a:hover h2, .profile-elected-officials-listing a:focus h2, .profile-message-board-listing .message-board-item-info a:hover h2, .profile-message-board-listing .message-board-item-info a:focus h2, .tabs-panel .social-feed a:hover h2, .tabs-panel .social-feed a:focus h2 {
  color: #003E16; }

.profile-public-notices-listing a:hover p, .profile-public-notices-listing a:focus p, .profile-consultation-listing a:hover p, .profile-consultation-listing a:focus p, .profile-events-listing a:hover p, .profile-events-listing a:focus p, .profile-news-listing a:hover p, .profile-news-listing a:focus p, .profile-da-listing a:hover p, .profile-da-listing a:focus p, .profile-elected-officials-listing a:hover p, .profile-elected-officials-listing a:focus p, .profile-message-board-listing .message-board-item-info a:hover p, .profile-message-board-listing .message-board-item-info a:focus p, .tabs-panel .social-feed a:hover p, .tabs-panel .social-feed a:focus p {
  color: #5C5C5C; }

.profile-public-notices-listing a:hover span, .profile-public-notices-listing a:focus span, .profile-consultation-listing a:hover span, .profile-consultation-listing a:focus span, .profile-events-listing a:hover span, .profile-events-listing a:focus span, .profile-news-listing a:hover span, .profile-news-listing a:focus span, .profile-da-listing a:hover span, .profile-da-listing a:focus span, .profile-elected-officials-listing a:hover span, .profile-elected-officials-listing a:focus span, .profile-message-board-listing .message-board-item-info a:hover span, .profile-message-board-listing .message-board-item-info a:focus span, .tabs-panel .social-feed a:hover span, .tabs-panel .social-feed a:focus span {
  color: #5C5C5C; }

.profile-public-notices-listing h2, .profile-consultation-listing h2, .profile-events-listing h2, .profile-news-listing h2, .profile-da-listing h2, .profile-elected-officials-listing h2, .profile-message-board-listing .message-board-item-info h2, .tabs-panel .social-feed h2 {
  font-size: 1.375em;
  color: #003E16;
  padding: 24px 0px 0px 0px;
  margin: 0px 20px 15px 20px; }

.profile-public-notices-listing .list-group h2, .profile-consultation-listing .list-group h2, .profile-events-listing .list-group h2, .profile-news-listing .list-group h2, .profile-da-listing .list-group h2, .profile-elected-officials-listing .list-group h2, .profile-message-board-listing .message-board-item-info .list-group h2, .tabs-panel .social-feed .list-group h2 {
  margin-bottom: 7.5px; }

.profile-public-notices-listing p, .profile-consultation-listing p, .profile-events-listing p, .profile-news-listing p, .profile-da-listing p, .profile-elected-officials-listing p, .profile-message-board-listing .message-board-item-info p, .tabs-panel .social-feed p {
  font-size: 1.125em;
  color: #5C5C5C;
  padding: 0px 0px 0px 0px;
  margin: 0px 20px 10px 20px; }

.profile-public-notices-listing .list-group p, .profile-consultation-listing .list-group p, .profile-events-listing .list-group p, .profile-news-listing .list-group p, .profile-da-listing .list-group p, .profile-elected-officials-listing .list-group p, .profile-message-board-listing .message-board-item-info .list-group p, .tabs-panel .social-feed .list-group p {
  margin-bottom: 5px; }

.profile-public-notices-listing span, .profile-consultation-listing span, .profile-events-listing span, .profile-news-listing span, .profile-da-listing span, .profile-elected-officials-listing span, .profile-message-board-listing .message-board-item-info span, .tabs-panel .social-feed span {
  color: #5C5C5C; }

.tabs-panel .social-feed a {
  padding-bottom: 42px; }

.profile-message-board-listing .message-board-item-info a:after {
  border-top-color: #fff; }

.profile-message-board-listing .message-board-item-info a:hover:after {
  border-top-color: #fff; }

.profile-message-board-listing .message-board-item-user-info a:hover p, .profile-message-board-listing .message-board-item-user-info a:focus p {
  color: #09692D; }

.profile-message-board-listing p.small-text, .profile-news-listing p.small-text, .profile-events-listing p.small-text, .profile-elected-officials-listing p.small-text, .profile-da-listing p.small-text {
  color: #505050;
  font-size: .95em;
  font-weight: normal;
  font-style: normal; }

.profile-message-board-listing a:hover p.small-text, .profile-message-board-listing a:focus p.small-text, .profile-news-listing a:hover p.small-text, .profile-news-listing a:focus p.small-text, .profile-events-listing a:hover p.small-text, .profile-events-listing a:focus p.small-text, .profile-elected-officials-listing a:hover p.small-text, .profile-elected-officials-listing a:focus p.small-text, .profile-da-listing a:hover p.small-text, .profile-da-listing a:focus p.small-text {
  color: #505050; }

.profile-news-listing p.published-on {
  color: #09692D;
  font-size: .875em;
  font-weight: bold;
  font-style: normal; }

.profile-news-listing a:hover p.published-on, .profile-news-listing a:focus p.published-on {
  color: #09692D; }

.profile-events-listing .profile-list .list-item-block-date {
  margin: 0px 20px 0px 0px;
  padding: 7px 0px 10px 0px;
  background-color: #fff;
  color: #003E16;
  width: 80px; }

.profile-events-listing .profile-list .list-item-block-date span {
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  color: #003E16; }

.profile-events-listing .profile-list .list-item-block-date .part-date {
  font-size: 1.5em;
  font-weight: 300; }

.profile-events-listing .profile-list:hover .list-item-block-date, .profile-events-listing .profile-list:focus .list-item-block-date {
  background-color: #579E4F;
  color: #fff; }

.profile-events-listing .profile-list:hover .list-item-block-date span, .profile-events-listing .profile-list:focus .list-item-block-date span {
  color: #fff; }

.profile-consultation-listing p.submission-closing {
  color: #505050;
  font-size: .95em;
  font-weight: normal;
  font-style: normal; }

.profile-consultation-listing a:hover p.submission-closing, .profile-consultation-listing a:focus p.submission-closing {
  color: #505050; }

.profile-public-notices-listing p.on-display-until, .profile-public-notices-listing p.no-closing-date {
  color: #505050;
  font-size: .95em;
  font-weight: normal;
  font-style: normal; }

.profile-public-notices-listing a:hover p.on-display-until, .profile-public-notices-listing a:hover p.no-closing-date, .profile-public-notices-listing a:focus p.on-display-until, .profile-public-notices-listing a:focus p.no-closing-date {
  color: #505050; }

.layout-modern .sc-cal-dialog .btn, .panel-button, .panel-button:visited, .drop-button .drop-button-header > a, .main-container button, .main-container input[type="button"], .main-container input[type="reset"], .main-container input[type="submit"], .main-container .styled-button, .main-container a.styled-button, .main-container a.styled-button:visited {
  color: #fff;
  margin: 10px 0px 0px 0px;
  background-color: #09692D;
  border-radius: 0px;
  font-weight: bold;
  font-size: 1.125em;
  text-decoration: none;
  padding: 20px 36px 22px 36px;
  text-align: center;
  border: none;
  font-family: inherit; }

.layout-modern .sc-cal-dialog .btn:hover, .layout-modern .sc-cal-dialog .btn:focus, .sc-form .sc-file-upload .ruFileWrap input.ruButtonHover[type="button"], .main-container input[type="submit"].btn_scPagingNonJS_enabled:hover, .main-container input[type="submit"].btn_scPagingNonJS_enabled:focus, .main-container input[type="submit"]:hover, .main-container input[type="submit"]:focus, .main-container input[type="button"]:hover, .main-container input[type="button"]:focus, a.styled-button:visited:hover, a.styled-button:hover, .styled-button:hover, a.styled-button:focus, .styled-button:focus, .main-container button:focus, .main-container button:hover, .drop-button .drop-button-header > a:hover, .drop-button .drop-button-header > a:focus, .drop-button.open .drop-button-header > a:hover, .drop-button.open .drop-button-header > a:focus, .add-to-calendar-header h2 {
  background-color: #BDD171;
  color: #1F1F1F; }

.layout-modern .sc-cal-dialog .btn:hover, .layout-modern .sc-cal-dialog .btn:focus, .layout-modern .sc-cal-dialog .btn {
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1em;
  padding: 20px 36px 22px 36px;
  border-radius: 0px; }

.layout-modern .sc-cal-dialog .btn:hover, .layout-modern .sc-cal-dialog .btn:focus {
  border: none;
  font-weight: bold;
  font-size: 1.125em;
  margin: 10px 0px 0px 0px; }

.sc-form-clear-button-container input, .main-container input[type="reset"], .main-container .sc-form-btn-cancel input[type="submit"], .main-container input.login-button.back-button[type="submit"], .main-container .cancel-button[type="submit"], .main-container .button-clear-image[type="submit"] {
  background-color: #5C5C5C;
  color: #fff; }

.sc-form .RadUpload_Default, .sc-form .RadUpload_Default a, .sc-form .RadUpload_Default input {
  font-size: 1em;
  line-height: normal;
  font-family: "arboria",sans-serif; }

.sc-form .sc-file-upload .ruFileWrap input[type="button"], .sc-form .sc-file-upload .ruInputs .ruButton, .main-container .custom-df-hyperlink-item input[type="button"], .main-container input[type="submit"].hyperlink-button-remove, .main-container input[type="submit"].button-delete-file, .main-container .button-clear-image[type="submit"] {
  line-height: normal;
  font-size: 1em;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: inherit;
  margin-top: 0; }

.main-container .custom-df-hyperlink-item input[disabled="disabled"], .main-container .custom-df-hyperlink-item input[disabled="disabled"]:hover, .main-container .custom-df-hyperlink-item input[disabled="disabled"]:focus {
  cursor: not-allowed;
  color: #fff;
  background-color: #09692D; }

.sc-form-clear-button-container input:hover, .sc-form-clear-button-container input:focus, .main-container input[type="reset"]:focus, .main-container input[type="reset"]:hover, .main-container .sc-form-btn-cancel input[type="submit"]:focus, .main-container .sc-form-btn-cancel input[type="submit"]:hover, .main-container input.login-button.back-button[type="submit"]:hover, .main-container input.login-button.back-button[type="submit"]:focus, .main-container .cancel-button[type="submit"]:hover, .main-container .cancel-button[type="submit"]:focus, .main-container .button-clear-image[type="submit"]:hover, .main-container .button-clear-image[type="submit"]:focus {
  background-color: #BDD171;
  color: #1F1F1F; }

.sc-form .sc-editcal-buttons {
  margin-top: 10px; }

.sc-form .sc-editcal .sc-editcal-add, .sc-form .sc-editcal .sc-editcal-remove, .sc-form .sc-editcal .sc-editcal-edit {
  color: #fff;
  margin: 10px 10px 10px 0;
  background-color: #09692D;
  border-radius: 0px;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  padding: 20px 36px 22px 36px;
  text-align: center;
  border: none;
  font-family: inherit;
  line-height: normal;
  font-size: 1em;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px; }

.sc-form .sc-editcal .sc-editcal-remove {
  background-color: #5C5C5C;
  color: #fff; }

.sc-form .sc-editcal .sc-editcal-add:hover, .sc-form .sc-editcal .sc-editcal-edit:hover, .sc-form .sc-editcal .sc-editcal-add:focus, .sc-form .sc-editcal .sc-editcal-edit:focus {
  background-color: #BDD171;
  color: #1F1F1F; }

.sc-form .sc-editcal .sc-editcal-remove:hover, .sc-form .sc-editcal .sc-editcal-remove:focus {
  background-color: #BDD171;
  color: #1F1F1F; }

.main-container .styled-button.styled-button-archive, .main-container .mycouncil-buttons .styled-button.deactivate-account-button, .main-container a.styled-button.styled-button-archive, .main-container a.styled-button.deactivate-account-button, .main-container input.styled-button.logout-button[type="submit"], .main-container .deactivate-account-widget .styled-button.deactivate-account-button, .main-container .confirm-action-widget .styled-button.button-yes, .main-container .styled-button.remove-button {
  background-color: #003E16;
  color: #fff; }

.main-container .styled-button.styled-button-archive:hover, .main-container .styled-button.styled-button-archive:focus, .main-container .mycouncil-buttons .styled-button.deactivate-account-button:hover, .main-container .mycouncil-buttons .styled-button.deactivate-account-button:focus, .main-container a.styled-button.styled-button-archive:hover, .main-container a.styled-button.styled-button-archive:focus, .main-container a.styled-button.deactivate-account-button:hover, .main-container a.styled-button.deactivate-account-button:focus, .main-container input.styled-button.logout-button[type="submit"]:hover, .main-container input.styled-button.logout-button[type="submit"]:focus, .main-container .deactivate-account-widget .styled-button.deactivate-account-button:hover, .main-container .deactivate-account-widget .styled-button.deactivate-account-button:focus, .main-container .confirm-action-widget .styled-button.button-yes:hover, .main-container .confirm-action-widget .styled-button.button-yes:focus, .main-container .styled-button.remove-button:hover, .main-container .styled-button.remove-button:focus {
  background-color: #BDD171;
  color: #1F1F1F; }

.sc-feedback-form .sc-radio-question, .sc-feedback-form .sc-feedback-body, .sc-feedback-form.sc-has-errors .sc-form-errors ul, .sc-subscribe-form .sc-radio-question, .sc-subscribe-form .sc-subscribe-body, .sc-subscribe-form.sc-has-errors .sc-form-errors ul, .sc-search-subscribe-form {
  padding: 20px 20px 20px 20px; }

.sc-feedback-form, .sc-subscribe-form {
  margin-top: 40px;
  background-color: #E8F2E2;
  max-width: 500px; }

.sc-search-subscribe-form {
  background-color: #E8F2E2; }

.sc-feedback-form .sc-label, .sc-subscribe-form .sc-label {
  color: #003E16;
  font-size: 1.375em; }

.sc-feedback-form .sc-description, .sc-subscribe-form .sc-description {
  color: #5C5C5C;
  font-size: 1.125em; }

.generic-form-radiobutton label, .generic-form-checkbox label {
  margin-left: 10px; }

.generic-form-date .sc-form-control {
  max-width: 200px; }

.generic-form-combobox .sc-form-control {
  max-width: 400px; }

.search-filter-body input[type="checkbox"].with-checkbox {
  width: auto;
  margin: 0px 5px 0px 0px;
  display: inline-block; }

.search-filter-body input[type="submit"] {
  margin: 25px 0px 0px 0px;
  width: 100%;
  color: #fff;
  background-color: #09692D; }

.search-filter-body input[type="submit"]:hover, .search-filter-body input[type="submit"]:focus {
  color: #1F1F1F;
  background-color: #BDD171; }

.panel-button:hover, .panel-button:focus {
  background: #52798f;
  text-decoration: none; }

.accordion-list-container {
  margin-top: 15px; }

.accordion-list-container .accordion-item-header a {
  background-color: #F9F9F9; }

.accordion-list-container .accordion-item-header a:hover, .accordion-list-container .accordion-item-header a:focus {
  background-color: #f8f8f8; }

.accordion-item-body {
  padding: 20px 20px 20px 20px;
  background-color: #E8F2E2; }

.accordion-item-body > p:first-child {
  margin-top: 0; }

a.minutes-trigger {
  padding-right: 45px; }

.add-to-calendar-header h2 {
  margin: 0px 0px 0px 0px;
  padding: 8px 20px 8px 20px;
  border: none;
  position: relative;
  text-align: left;
  font-size: 1.25em;
  font-weight: inherit;
  color: #fff;
  background-color: #52798F; }

.accordion-trigger.add-to-calendar-trigger i {
  margin: 16px 16px 16px 16px;
  top: 0;
  right: 0; }

@media (min-width: 768px) and (max-width: 830px) {
  .add-to-calendar-header h2 {
    font-size: 1.1em; } }

.add-to-calendar-body p {
  margin: 1.5em 0 0.9em;
  line-height: 1.5em; }

.add-to-calendar-body p.label {
  font-weight: 600;
  margin-bottom: 0; }

.add-to-calendar-body p.label .se-form-required-asterisk {
  display: none; }

.add-to-calendar-body p.label .se-form-required-text:before {
  content: " "; }

.add-to-calendar-body p.label + p {
  margin-top: 1em; }

.result-panel:before {
  content: "";
  display: block;
  width: 41px;
  height: 42px;
  background: -1px -170px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  float: left;
  margin-right: 13px; }

.no-svg .result-panel:before {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.result-panel p {
  margin-bottom: 0;
  margin-top: 19px;
  margin-left: 55px; }

.add-to-calendar-body textarea, .add-to-calendar-body select {
  background-color: #FFFFFF;
  border: none;
  padding: 5px;
  display: block;
  width: 100%;
  border: 1px solid #969696; }

.add-to-calendar-body select {
  margin-top: 20px;
  font-size: 0.85em; }

.add-to-calendar-body ul.errors {
  margin: 0; }

ul.errors, ul.errors li a {
  color: #ce3f13;
  text-decoration: none; }

ul.errors li a:hover, ul.errors li a:focus {
  text-decoration: underline; }

.add-to-calendar-body input[type="submit"] {
  width: 100%;
  margin: 33px 0 0 0; }

.add-to-calendar-body .occurence-type {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.add-to-calendar-body .occurence-type li {
  margin: 8px 0 0; }

.add-to-calendar-body .occurence-type li label {
  margin-left: 16px; }

.add-to-calendar-body .emails-label, .add-to-calendar-body .occurence-label, .add-to-calendar-body .multi-date-label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.minutes-list-container .related-information-list {
  padding-left: 0; }

.pinned {
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }

div.table-wrapper {
  border-right: 1px solid #ccc; }

.drop-button {
  overflow: hidden;
  border-radius: 3px;
  margin-top: 30px; }

.drop-button .drop-button-header > a, .drop-button.open .drop-button-header > a:hover, .drop-button.open .drop-button-header > a:focus {
  display: block;
  margin: 0;
  border-radius: 0; }

.drop-button .drop-button-body {
  display: none; }

.drop-button.open .drop-button-body {
  display: block;
  background: #f8f8f8;
  padding: 10px 20px;
  margin: 0; }

.accordion-list-container .drop-button.open .drop-button-body {
  background: #FFFFFF; }

.drop-button .loader {
  display: none; }

.drop-button.loading .loader {
  display: block;
  height: 1em;
  margin: 16px 0;
  background-image: url("data:image/gif;base64,R0lGODlhGQAZAIAAADY2NtfX1yH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQAAACwAAAAAGQAZAAACNoSPF8u9CYGbLyLq7MVNK155IOMZY1BKZ7qWJ+qObCvKsV2DM67RvW8BRl47TtF4Q+Z0S6WmAAAh+QQEBQAAACwAAAAAGQAZAAACOIRvocuKf5p08M1W7WUZ7dVFHxWOQZiYKKCi5umO6zvLsd3R91fz/fa7rFi4XNHoKx0zLWXSGSgAACH5BAQFAAAALAAAAAAZABkAAAI3hIOpaO29IntULlqtwk5vDnkTCIgBGXpoKa6sipquHLcrTeK5vcO1D9IFeUNgUXMjHi1JI0dTAAAh+QQEBQAAACwAAAAAGQAZAAACOIyPoMuLf5oEEE5Z32U5bdcZnxKKI1WeZXCioZrC77i2NR3j83frnfwDVmw5XvGyYvkyQuZyCCgAACH5BAQFAAAALAAAAAAZABkAAAI4jA2pq+fPIng0yFjhbfns1XnfFFojGZ6lOZYn2r2rOreufX+1vm/9tWL5ckMi0CgJ0lI4Js+5KAAAOw=="); }

.drop-button.error .message {
  color: #ce3f13; }

#sub-navigation-outter-container {
  display: none; }

.main-container > h1:first-child + .grid > div > :first-child {
  margin-top: 0; }

.tab-header-title span {
  display: none; }

.tab-header-title .item-icon {
  display: block;
  float: left;
  height: 34px;
  width: 32px;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-repeat: no-repeat;
  background-position: -137px -87px;
  background-size: 600px 600px; }

.no-svg .tab-header-title .item-icon {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.tab-header-title.tab-type-homepage-top-task-homepage .item-icon {
  background-position: 1px -85px; }

.tab-header-title.tab-type-homepage-top-task-homepage.selected .item-icon {
  background-position: 1px -42px; }

.tab-header-title.tab-type-homepage-news-listing .item-icon {
  background-position: -43px -85px; }

.tab-header-title.tab-type-homepage-news-listing.selected .item-icon {
  background-position: -43px -42px; }

.tab-header-title.tab-type-homepage-events-listing .item-icon {
  background-position: -90px -88px; }

.tab-header-title.tab-type-homepage-events-listing.selected .item-icon {
  background-position: -90px -45px; }

.tab-header-title {
  width: auto; }

h2.sub-title, h2.photo-gallery-heading {
  padding-bottom: 16px;
  border-bottom: 2px solid #f2f3f4; }

h2.photo-gallery-heading {
  margin-bottom: 25px; }

.multi-date-list + h2.sub-title {
  margin-top: 40px; }

.image-gallery-container .image-gallery-item > a .file-info {
  top: auto; }

.image-gallery-container a.document:before {
  display: none; }

.sc-element-container, .sc-form-submit-row {
  margin: 0px 0px 20px 0px; }

.sc-form-heading {
  margin: 40px 0px 0px 0px;
  color: inherit;
  font-size: 1em;
  font-weight: bold; }

.sc-label {
  margin: 15px 0px 10px 0px;
  color: inherit;
  font-size: 1em;
  font-weight: normal; }

.sc-description {
  color: inherit;
  font-size: 1em;
  font-weight: normal; }

.se-form-required-text, .se-form-required-asterisk {
  color: #C40C06;
  font-weight: bold; }

.sc-form input[type="text"], .sc-form input[type="email"], .sc-form input[type="password"], .sc-form textarea, .sc-form select, .sc-datetime > .sc-form-control > .RadPicker .RadInput_Default input[type="text"], html body #mainForm .RadInput_Default .riTextBox, html body #mainForm .RadInputMgr_Default {
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 12px 12px 12px 12px;
  border: 1px solid #969696; }

.sc-has-errors .sc-form-errors a, .sc-has-errors .sc-form-errors a:visited {
  color: #C40C06;
  font-size: 1em; }

.sc-has-errors .sc-form-errors {
  color: #C40C06;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0); }

.sc-standard-form.sc-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

.module-widget.spatial-widget.grid {
  margin-bottom: 2.4em; }

.waste-services-results, .councillors-results {
  margin-top: 6px;
  margin-bottom: 28px; }

.subpage-content-widget .subpage-content {
  background-color: #E8F2E2;
  padding: 20px 25px;
  margin-top: 1.4em; }

.user-profile-primary-info {
  background-color: #E8F2E2;
  padding: 20px 25px; }

.subpage-content-widget .subpage-content {
  margin-top: 1.6em; }

.subpage-content-widget .subpage-content > p:first-child {
  margin-top: 0.5em; }

.subpage-content-widget .subpage-content > p:last-child {
  margin-bottom: 0.5em; }

.waste-services-result article, .councillor-result article {
  background-color: #F8F8F8;
  padding: 20px 25px 20px 25px;
  margin-top: 20px;
  color: inherit;
  font-size: 1em; }

.waste-services-result article:after, .councillor-result article:after {
  content: "";
  display: block;
  clear: both; }

.waste-services-result article h3, .councillor-result article h3 {
  font-size: 1.2em;
  color: inherit;
  padding-bottom: 14px;
  border-bottom: 2px solid #F2F3F4;
  margin-bottom: 15px; }

.waste-services-result .service-details {
  position: relative;
  padding-left: 70px;
  min-height: 80px; }

.waste-services-result .service-details:before {
  content: "";
  position: absolute;
  display: block;
  width: 52px;
  height: 72px;
  background-position: -10px -10px;
  left: 0; }

.waste-services-result.general-waste .service-details:before {
  background-position: -82px -10px; }

.waste-services-result.green-waste .service-details:before {
  background-position: -154px -10px; }

.waste-services-result.recycling .service-details:before {
  background-position: -226px -10px; }

.waste-services-result .service-details .next-service {
  margin-top: 9px; }

.tooltip-icon {
  background: repeat scroll -60px -170px/600px 600px rgba(0, 0, 0, 0);
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  height: 26px;
  width: 26px; }

.list-container .list-item {
  background-color: #fff; }

.img-enlarge i.icon-enlarge {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  background-color: transparent;
  height: 18px;
  margin: 5px 15px 0 0;
  width: 18px; }

.list-item-container ul.list-item-details {
  list-style: outside none none;
  padding-left: 0; }

.list-item-container ul.list-item-details .field-label, .list-item-container ul.list-item-details .field-separator {
  font-weight: bold; }

.animal-list-container .item-adopt span {
  display: none; }

.animal-list-container .item-adopt span.field-label {
  background-color: #a2593a;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  width: auto; }

.list-container .img-enlarge .thumbnail-image {
  margin-bottom: 6px; }

.module-widget.login-widget {
  background-color: #E8F2E2; }

.mycouncil-item-container li.item-status::before {
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 20px;
  left: -35px;
  position: absolute;
  top: 4px;
  width: 20px; }

.mycouncil-item-container li.item-status.item-published::before {
  background-image: url("icon_published.png?t=638978988494566373"); }

.mycouncil-item-container li.item-status.item-inworkflow::before {
  background-image: url("icon_workflow.png?t=638978988494566373"); }

.mycouncil-item-container li.item-status.item-deactivated::before {
  background-image: url("icon_deactivated.png?t=638978988494566373"); }

.mycouncil-item-container li.item-status.item-archived::before {
  background-image: url("icon_archived.png?t=638978988494566373"); }

.mycouncil-item-container li.item-status {
  margin-left: 35px;
  position: relative; }

#PublicEmergencyAnnouncementList {
  margin-bottom: 40px; }

.emergency-container-position-2 > #PublicEmergencyAnnouncementList {
  max-width: 1140px;
  margin: 0 auto 40px; }

.emergency-message-box {
  position: relative;
  background-color: #464646;
  color: #ffffff; }

.emergency-message-box a, .emergency-message-box a:visited {
  color: #ffffff; }

.emergency-message-box .emergency-announcement-item-dismiss, .system-announcement-content .system-announcement-dismiss-cross {
  display: block;
  width: 47px;
  height: 44px;
  text-indent: -1000px;
  overflow: hidden;
  background: transparent;
  position: absolute;
  top: 0px;
  right: 0px; }

.emergency-message-box .emergency-announcement-item-dismiss:after, .system-announcement-content .system-announcement-dismiss-cross:after {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 23px;
  background: no-repeat scroll right 0 transparent;
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-size: 600px 600px;
  background-position: -448px -2px; }

.oc-accordion-head {
  background-color: #464646;
  padding: 10px 48px 10px 25px; }

.oc-emergency-announcement-container .oc-accordion-head {
  background-color: #464646;
  padding: 10px 55px 10px 15px; }

.oc-accordion-head h2 {
  font-size: 1.25em;
  color: #ffffff;
  margin: 0; }

.oc-emergency-announcement-container .oc-accordion-head h2 {
  color: #fff;
  font-size: 1.375em; }

.oc-accordion-body {
  display: block;
  background-color: #f8f8f8;
  padding: 2px 20px; }

.oc-emergency-announcement-container .oc-accordion-body {
  padding: 0px 0px 0px 0px; }

.emergency-message-box.oc-emergency-severity-10, .max-severity-10 .oc-accordion-head.accordion-closed {
  background-color: #B42727; }

.emergency-message-box.oc-emergency-severity-20, .max-severity-20 .oc-accordion-head.accordion-closed {
  background-color: #FF9E1A; }

.emergency-message-box.oc-emergency-severity-30, .max-severity-30 .oc-accordion-head.accordion-closed {
  background-color: #FFE86E; }

.system-announcement-container {
  background-color: #2A69B1; }

.emergency-container-position-1 #PublicEmergencyAnnouncementList {
  margin: 0; }

.emergency-message-box .announcement-dismiss-button, .system-announcement-container .system-announcement-dismiss-button {
  font-size: 1.125em;
  font-family: inherit;
  font-weight: bold;
  margin: 15px 0px 0px 0px;
  padding: 20px 35px 20px 35px;
  border-radius: 0px;
  line-height: 1;
  min-width: auto;
  min-height: auto; }

.emergency-message-box.oc-emergency-severity-10 .announcement-dismiss-button {
  background-color: #1F1F1F;
  color: #fff; }

.emergency-message-box.oc-emergency-severity-10 .announcement-dismiss-button:hover, .emergency-message-box.oc-emergency-severity-10 .announcement-dismiss-button:focus {
  background-color: #fff;
  color: #1F1F1F; }

.emergency-message-box.oc-emergency-severity-20 .announcement-dismiss-button {
  background-color: #1F1F1F;
  color: #fff; }

.emergency-message-box.oc-emergency-severity-20 .announcement-dismiss-button:hover, .emergency-message-box.oc-emergency-severity-20 .announcement-dismiss-button:focus {
  background-color: #fff;
  color: #1F1F1F; }

.emergency-message-box.oc-emergency-severity-30 .announcement-dismiss-button {
  background-color: #1F1F1F;
  color: #fff; }

.emergency-message-box.oc-emergency-severity-30 .announcement-dismiss-button:hover, .emergency-message-box.oc-emergency-severity-30 .announcement-dismiss-button:focus {
  background-color: #fff;
  color: #1F1F1F; }

.system-announcement-container .system-announcement-dismiss-button {
  background-color: #011023;
  color: #fff; }

.system-announcement-container .system-announcement-dismiss-button:hover, .system-announcement-container .system-announcement-dismiss-button:focus {
  background-color: #fff;
  color: #011023; }

.map-results-list {
  background-color: #F8F8F8; }

.map-results-list li {
  padding: 20px 20px 20px 20px;
  padding-bottom: 0px; }

.map-results-list a, .map-results-list a:hover, .map-results-list a:focus {
  padding-bottom: 20px;
  border-bottom: 2px solid #EDEDED; }

.map-results-list .side-panel .item-name {
  font-size: 1.2em;
  color: inherit; }

.map-results-list a.show-more {
  color: #416C81;
  font-size: 1.2em;
  font-weight: bold; }

.table-of-content {
  margin: 0;
  padding-left: 30px; }

.table-of-content > li {
  margin-bottom: 8px; }

.table-of-content-container {
  border-bottom: 2px solid #f2f3f4;
  padding-bottom: 30px;
  margin-bottom: 20px; }

.iw-content-details a {
  font-family: "arboria",sans-serif; }

html body #mainForm .RadInput_Default .riTextBox, html body #mainForm .RadInputMgr_Default {
  font-size: 1.25em;
  padding: 8px 7px 7px; }

.se-form-required-asterisk, .sc-form .sc-label span.se-form-required-asterisk {
  display: none; }

.sc-form input[type="password"] {
  width: 100%; }

.main-container .sc-form-btn-cancel > input[type="submit"] {
  margin-right: 10px; }

.tooltip {
  top: -30px; }

.tooltipster-default {
  background-color: #E8F2E2;
  color: #1F1F1F; }

.tooltipster-glossary h4 {
  color: #003E16; }

.tooltipster-glossary p {
  color: #1F1F1F; }

.row-container {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat; }

.row-container.full-width {
  background-position: center top; }

.row-container .row-content-container {
  padding: 20px 15px 20px 15px; }

.row-container .row-container-title h1 {
  font-family: inherit;
  color: #003E16;
  font-size: 2.5em;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px; }

section.row-index-2 .row-container {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("top-task-bg-img.jpg?t=638978988494566373");
  background-repeat: no-repeat; }

section.row-index-2 .row-container .row-container-title h1 {
  color: rgba(0, 0, 0, 0); }

section.row-index-3 .row-container {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("events-bg-img.jpg?t=638978988494566373");
  background-repeat: no-repeat; }

section.row-index-3 .row-container .row-container-title h1 {
  color: #003E16; }

section.row-index-4 .row-container {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("news-img-bg.jpg?t=638978988494566373");
  background-repeat: no-repeat; }

section.row-index-4 .row-container .row-container-title h1 {
  color: #003E16; }

section.row-index-5 .row-container {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("featured-img-bg.jpg?t=638978988494566373");
  background-repeat: no-repeat; }

section.row-index-5 .row-container .row-container-title h1 {
  color: #003E16; }

section.row-index-6 .row-container {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data-img-bg.jpg?t=638978988494566373");
  background-repeat: no-repeat; }

section.row-index-6 .row-container .row-container-title h1 {
  color: #fff; }

.no-js .slideshow-widget, .profile-slideshow article, .narrow-slideshow.slideshow-widget article {
  height: 479px; }

.medium-slideshow.slideshow-widget article {
  height: 650px; }

.wide-slideshow.slideshow-widget article {
  height: 750px; }

.slideshow-widget .controls {
  height: 50px; }

.slideshow-widget article .slide-text {
  max-height: calc(100% - (10px + 10px + (30 * 1px))); }

.slideshow-widget.slideshow-layout-2 .controls {
  background-color: #003E16;
  background-color: rgba(0, 62, 22, 0.85); }

.slideshow-widget article .slide-text {
  background-color: #003E16;
  background-color: rgba(0, 62, 22, 0.85);
  padding: 23px 30px 22px 30px; }

.slideshow-widget article .slide-text h2 {
  color: #fff;
  font-size: 1.5em;
  font-family: inherit;
  font-style: normal;
  font-weight: bold; }

.slideshow-widget article .slide-text p {
  color: #fff;
  font-size: 1.125em;
  font-family: inherit;
  font-style: normal;
  font-weight: 300; }

.medium-slideshow.slideshow-layout-2 .controls {
  background-color: transparent;
  height: auto; }

.medium-slideshow.slideshow-layout-2 .controls, .medium-slideshow.slideshow-layout-2 article .slide-text {
  top: 40%;
  left: 5%;
  width: 70%; }

.medium-slideshow.slideshow-layout-2 .ocflex-nav-prev {
  left: 55px; }

.medium-slideshow.slideshow-layout-2 .ocflex-nav-next {
  left: 90px; }

.medium-slideshow.slideshow-layout-2 article .slide-text {
  min-height: 90px;
  padding-top: 73px; }

.wide-slideshow.slideshow-layout-2 .controls {
  background-color: transparent;
  height: auto; }

.wide-slideshow.slideshow-layout-2 .ocflex-nav-prev {
  left: 55px; }

.wide-slideshow.slideshow-layout-2 .ocflex-nav-next {
  left: 90px; }

.wide-slideshow.slideshow-layout-2 article .slide-text-inner {
  min-height: 90px; }

.wide-slideshow.slideshow-layout-2 .controls, .wide-slideshow.slideshow-layout-2 article .slide-text {
  top: 60%; }

.wide-slideshow.slideshow-layout-2 .ocflex-pauseplay, .wide-slideshow.slideshow-layout-2 .ocflex-direction-nav, .wide-slideshow.slideshow-layout-2 article .slide-text-inner {
  left: 5%; }

.wide-slideshow.slideshow-layout-2 .ocflex-control-paging {
  right: 25%; }

.wide-slideshow.slideshow-layout-2 article .slide-text-inner {
  width: 70%;
  padding: 23px 30px 22px 30px;
  padding-top: 73px;
  background-color: #003E16;
  background-color: rgba(0, 62, 22, 0.85); }

.ocflex-direction-nav a, .ocflex-pauseplay a {
  background-color: #202020;
  color: #fff; }

.ocflex-control-paging li a:after {
  background-color: #202020; }

.slideshow-widget .ocflex-pauseplay a, .slideshow-widget .ocflex-direction-nav a {
  border: 2px solid #fff;
  border-radius: 15px;
  height: 30px;
  width: 30px; }

.slideshow-widget .ocflex-pauseplay a:after, .slideshow-widget .ocflex-direction-nav a:after {
  font-size: 14px;
  top: 1px; }

.slideshow-widget .ocflex-pauseplay a:after {
  left: 7px; }

.slideshow-widget .ocflex-direction-nav a:after {
  left: 8px; }

.slideshow-widget .ocflex-direction-nav a.ocflex-next:after {
  left: 9px; }

.ocflex-control-paging li a {
  height: 26px;
  width: 26px; }

.ocflex-control-paging li a:after {
  border: 2px solid #fff;
  border-radius: 8px;
  height: 16px;
  width: 16px; }

.ocflex-control-paging li a.ocflex-active:after {
  background-color: #8F8F8F; }

.ocflex-direction-nav a:hover, .ocflex-direction-nav a:focus, .ocflex-pauseplay a:hover, .ocflex-pauseplay a:focus {
  color: #202020;
  border: 2px solid #202020;
  background-color: #fff; }

.ocflex-control-paging li a:hover:after, .ocflex-control-paging li a:focus:after {
  border: 5px solid #fff;
  background-color: #202020; }

.slideshow-widget .ocflex-control-paging {
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px; }

.slideshow-widget .ocflex-pauseplay, .slideshow-widget.slideshow-layout-2 .ocflex-pauseplay {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.slideshow-widget .ocflex-nav-prev {
  left: 55px;
  padding-top: 10px;
  padding-bottom: 10px; }

.slideshow-widget .ocflex-nav-next {
  left: 90px;
  padding-top: 10px;
  padding-bottom: 10px; }

.profile-slideshow.slideshow-layout-2 .ocflex-nav-next {
  left: 90px; }

.side-box-content .custom-map-canvas .search-filter {
  margin-top: 0; }

.side-box-content .custom-map-canvas .search-filter-body {
  padding: 0; }

.calendar-body-content-day-more {
  color: #1F1F1F; }

.calendar-body-content-day-more:hover, .calendar-body-content-day-more:focus {
  color: #1F1F1F; }

.calendar-body-content-day-more:visited {
  color: #1F1F1F; }

.calendar-day-items .calendar-item a {
  color: #1F1F1F; }

.calendar-day-items .calendar-item a:visited {
  color: #1F1F1F; }

.calendar-body-total-items {
  color: #1F1F1F; }

.calendar-body-total-items:visited {
  color: #1F1F1F; }

.address-picker-container {
  padding: 5px 15px 20px 15px;
  background-color: #fff; }

.address-picker-title {
  font-family: inherit;
  font-weight: bold;
  font-size: 2em;
  color: #373D3F; }

.address-picker-location .address-picker-location-input {
  height: 60px;
  width: 100%;
  border: 1px solid #949494; }

.address-picker-location .address-picker-my-location {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  height: 40px;
  border-radius: 0px; }

.address-picker-location .address-picker-my-location:hover, .address-picker-location .address-picker-my-location:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #000; }

.address-picker-input-controls .address-picker-submit {
  height: 60px;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #464646;
  color: #fff;
  width: 100%;
  border-radius: 4px; }

.address-picker-input-controls .address-picker-submit:hover, .address-picker-input-controls .address-picker-submit:focus {
  background-color: #5C9EC3;
  color: #000; }

.profile-search-container {
  padding: 5px 15px 20px 15px;
  background-color: #fff; }

.profile-search-title {
  font-family: inherit;
  font-weight: bold;
  font-size: 2em;
  color: #373D3F; }

.profile-search-keyword .profile-search-keyword-input-label {
  font-weight: normal;
  font-size: 1em;
  color: inherit;
  margin: 0px 0px 10px 0px; }

.profile-search-keyword .profile-search-keyword-input {
  height: 60px;
  width: 100%;
  border: 1px solid #949494; }

.profile-search-input-controls .profile-search-submit {
  height: 60px;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #464646;
  color: #fff;
  width: 100%;
  border-radius: 4px; }

.profile-search-input-controls .profile-search-submit:hover, .profile-search-input-controls .profile-search-submit:focus {
  background-color: #5C9EC3;
  color: #000; }

.featured-section-header-outer {
  background-color: #F8F8F8;
  padding: 10px 15px 10px 15px; }

.featured-section-header-inner {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 60px 0px 0px; }

.featured-section-header-logo .featured-section-header-logo-link, .featured-section-header-logo .featured-section-header-logo-link:visited, .featured-section-header-logo .featured-section-header-logo-span {
  text-decoration: none;
  font-size: 2em;
  font-weight: normal;
  color: #505050; }

.featured-section-header-logo .featured-section-header-logo-link:hover, .featured-section-header-logo .featured-section-header-logo-link:focus, .featured-section-header-logo .featured-section-header-logo-link:visited:hover, .featured-section-header-logo .featured-section-header-logo-link:visited:focus, .featured-section-header-logo .featured-section-header-logo-span:hover, .featured-section-header-logo .featured-section-header-logo-span:focus {
  text-decoration: none;
  color: #505050; }

.section-menu-btn i, .section-menu-btn i:before, .section-menu-btn i:after {
  background-color: #505050; }

.section-menu-btn button, .section-menu-btn button:hover, .section-menu-btn button:focus {
  color: #505050; }

#section-nav li {
  border-top: 2px solid #fff; }

#section-nav a {
  background-color: #F8F8F8;
  color: #505050;
  padding: 12px 15px 12px 15px; }

#section-nav a.nav-has-children {
  padding-right: 61px; }

#section-nav a:hover, #section-nav a:focus {
  background-color: #DADADA;
  color: #505050; }

#section-nav a:hover + .fs-nav-subarrow, #section-nav a:focus + .fs-nav-subarrow {
  background-color: transparent; }

#section-nav a:hover + .fs-nav-subarrow i, #section-nav a:focus + .fs-nav-subarrow i {
  border-color: #505050; }

#section-nav ul ul a {
  padding-left: 35px; }

#section-nav ul ul ul a {
  padding-left: 55px; }

#section-nav .fs-nav-subarrow i {
  border-color: #505050;
  top: calc( 12px + (1 * 1em) / 2); }

#section-nav .fs-nav-subarrow:hover, #section-nav .fs-nav-subarrow:focus {
  background-color: #DADADA; }

#section-nav .fs-nav-subarrow:hover i, #section-nav .fs-nav-subarrow:focus i {
  border-color: #505050; }

.featured-links {
  margin: 0px 0px 20px 0px; }

.featured-links .featured-links-title {
  padding: 0px 0px 10px 0px;
  background-color: rgba(0, 0, 0, 0);
  color: #373D3F; }

.featured-links .featured-links-body {
  padding: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0); }

.featured-links .featured-links-body ul {
  margin-left: -20px;
  margin-top: -20px;
  margin-right: 0px;
  margin-bottom: 0px; }

.featured-links .featured-links-body ul li {
  padding: 20px 0px 0px 20px; }

.featured-links .featured-link, .featured-links .featured-link:visited {
  padding: 20px 37px 22px 37px;
  font-weight: bold;
  font-size: 1.125em;
  color: #fff;
  background-color: #003E16; }

.featured-links .featured-link:hover, .featured-links .featured-link:focus, .featured-links .featured-link:visited:hover, .featured-links .featured-link:visited:focus {
  color: #1F1F1F;
  background-color: #BDD171; }

span.canceled-tag .canceled-tag-text {
  background-color: #AF5321;
  padding: 7px 10px 7px 10px;
  font-size: .6em;
  color: #fff; }

a:visited span.canceled-tag .canceled-tag-text, a:hover span.canceled-tag .canceled-tag-text, a:focus span.canceled-tag .canceled-tag-text {
  color: #fff;
  -webkit-text-decoration-color: #AF5321;
          text-decoration-color: #AF5321; }

span.canceled-sub-heading .canceled-sub-heading-text {
  color: #AF5321;
  font-size: 1em; }

.message-box.message-type-canceled {
  background-color: #fff;
  margin: 25px 0px 25px 0px;
  border: 1px solid #AF5321;
  padding: 20px 20px 20px 20px; }

.message-box.message-type-canceled p {
  color: #AF5321; }

@media (min-width: 480px) {
  .main-page-image, .main-container .main-page-image {
    float: right;
    margin: 0.4em 0 25px 25px;
    max-width: 40%; }
  .main-container .main-page-image.full-width {
    max-width: 100%;
    margin: 0 0 25px 0; }
  .tabs-panel .wysiwyg-content {
    padding: 20px; }
  .panel-button, .panel-button:visited {
    color: #ffffff;
    margin: 3px 25px 30px; }
  .full-width {
    width: 100%; }
  .powered-by {
    margin-top: 0px; } }

@media (min-width: 768px) {
  .header-site-logo {
    padding: 0px 0px 0px 0px;
    margin: 23px 0px 22px 15px; }
  #header-search {
    padding: 0px 0px 0px 0px;
    margin: 20px 18px 10px 18px; }
  .mobile-search-btn {
    margin: 10px 10px 0px 10px;
    padding: 0px 0px 0px 0px; }
  .header-layout-4 .mobile-search-btn, .header-layout-3 .mobile-search-btn, .side-menu-right .mobile-search-btn {
    margin-right: 118px; }
  .header-site-logo > a {
    width: 195px;
    height: 95px;
    background-position: 0px 0px; }
  .row-container .row-content-container {
    padding: 20px 15px 20px 15px; }
  .sc-search-text {
    width: 70%; }
  input.sc-search-button[type="submit"] {
    width: 30%; }
  .content-outer-container {
    padding: 99px 15px 80px 15px; }
  .main-inner-container {
    padding: 28px 20px 28px 20px; }
  .tab-header-title .item-icon {
    display: none; }
  .tab-header-title span {
    display: inline; }
  .profile-featured-text, a.profile-featured-text:visited {
    width: 80%; }
  .profile-featured-panels {
    padding: 0px 0px 0px 0px; }
  .profile-featured-panel {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px; }
  .top-task-homepage > .grid > div:nth-child(3n+1) {
    clear: none; }
  .top-task-homepage > .grid > div:nth-child(2n+1) {
    clear: left; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(2n+1) {
    clear: none; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(3n+1) {
    clear: left; }
  .top-task-homepage .item-icon {
    display: block; }
  .top-task-homepage .profile-list:after {
    display: none; }
  .top-task-homepage .profile-list > p {
    display: block; }
  .search-filter-body.landing-page-search {
    width: 50%; }
  .landing-page-search > input[type="submit"] {
    width: 30%; }
  .landing-page-nav.landing-2-col {
    margin: 0 -9px; }
  .landing-page-nav.landing-2-col .list-item-container a {
    margin: 0 9px; }
  .landing-page-nav.landing-2-col > div > div:nth-child(2n+1) {
    clear: left; }
  .landing-page-nav.landing-3-col > div > div:nth-child(3n+1) {
    clear: left; }
  .landing-page-nav .list-item-container a {
    min-height: 200px; }
  .top-task-homepage {
    padding: 50px 15px 40px 15px; }
  .top-task-homepage .profile-list {
    padding: 42px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    border-top: none; }
  .obj-meeting .drop-button {
    width: 50%; }
  .az-list-container article {
    width: 80%;
    margin-left: 20%; }
  .no-js .slideshow-widget, .profile-slideshow article {
    height: 650px; }
  .profile-slideshow.slideshow-layout-2 .controls {
    background-color: transparent;
    height: auto; }
  .profile-slideshow.slideshow-layout-2 .controls, .profile-slideshow.slideshow-layout-2 article .slide-text {
    top: 40%;
    left: 5%;
    width: 70%; }
  .profile-slideshow.slideshow-layout-2 .ocflex-nav-prev {
    left: 60px; }
  .profile-slideshow.slideshow-layout-2 article .slide-text {
    min-height: 90px;
    padding-top: 73px; }
  .footer-outer-container {
    padding: 10px 15px 10px 15px; }
  .footer-outer-container.footer-second-row {
    padding: 30px 15px 35px 15px; }
  .profile-listing-container .panel-button, .profile-listing-container .panel-button:visited {
    width: 100%; }
  .profile-elected-officials-listing-option-3 .list-elected-official-feature-image {
    margin-right: 0px;
    margin-bottom: 0; }
  .profile-elected-officials-listing-option-3 .list-elected-official-details {
    width: calc(50% - (0px + 1px)); }
  .search-filter-body input[type="submit"] {
    width: 100%; }
  .layout-modern.content-type-oc-profile .content-outer-container {
    padding: 0px 0px 0px 0px;
    padding-left: 0;
    padding-right: 0; }
  .main-container .side-box-content .my-maps-filter input[type="button"] {
    width: 100%; }
  .address-picker-container {
    padding: 10px 20px 30px 20px; }
  .address-picker-input-controls .address-picker-submit {
    width: 100%; }
  .address-picker-location .address-picker-location-input {
    width: 100%; }
  .address-picker-location {
    width: 100%; }
  .profile-search-container {
    padding: 10px 20px 30px 20px; }
  .profile-search-input-controls .profile-search-submit {
    width: 100%; }
  .profile-search-keyword .profile-search-keyword-input {
    width: 100%; }
  .featured-section-header-outer {
    padding: 20px 23px 20px 23px; }
  .featured-section-header-inner {
    padding: 0px 60px 0px 0px; }
  #section-nav a {
    padding: 12px 23px 12px 23px; }
  #section-nav a.nav-has-children {
    padding-right: 69px; }
  #section-nav ul ul a {
    padding-left: 43px; }
  #section-nav ul ul ul a {
    padding-left: 63px; }
  #section-nav .fs-nav-subarrow i {
    top: calc( 12px + (1 * 1em) / 2); } }

.reports-list .oc-container.animate {
  overflow: hidden;
  -webkit-transition: height 600ms ease-in-out;
  -o-transition: height 600ms ease-in-out;
  transition: height 600ms ease-in-out; }

.org-chart-container .profile-image-clip {
  margin: 0 20px 20px 0;
  width: 80px;
  float: left; }

.manager-chain > ol, .manager-chain > ol > li, .reports-list > ul {
  margin: 0;
  padding: 0; }

.manager-chain > ol, .reports-list > ul, .manager-chain > ol > li, .reports-list > ul > li {
  list-style: none; }

.reports-list ul {
  margin: 30px 0 0 0;
  padding: 0; }

.reports-list .org-con-item-container {
  display: inline-block;
  width: 465px;
  vertical-align: top;
  margin-left: 30px;
  margin-bottom: 30px; }

.manager-chain .org-con-item-container, .staff-member-container, .org-chart-error-container {
  margin: 0 auto;
  width: 580px; }

.org-chart-xsmall .org-connections {
  width: 100%; }

.org-chart-xsmall .org-con-list {
  width: 100%; }

.org-chart-xsmall .org-con-item-container {
  width: 100%; }

.org-chart-xsmall .org-con-item-container {
  margin-left: 0px; }

.org-chart-xsmall .org-con-item-container .profile-image-clip {
  display: none; }

.org-chart-xsmall .org-con-item-container .staff-name {
  border: none;
  margin-bottom: 0; }

.org-chart-xsmall .org-con-item-container p {
  display: none; }

.org-chart-xsmall .org-con-item-container .user-detai-value {
  display: block;
  margin-bottom: 15px; }

.org-chart-xsmall .profile-image-clip {
  float: none; }

.org-chart-xsmall .staff-member-container {
  width: 100%; }

.org-chart-small .org-connections {
  width: 100%; }

.org-chart-small .org-con-list {
  width: 100%; }

.org-chart-small .org-con-item-container {
  width: 100%; }

.org-chart-small .org-con-item-container {
  margin-left: 0px; }

.org-chart-small .org-con-item-container .profile-image-clip {
  display: none; }

.org-chart-small .profile-image-clip {
  float: none; }

.org-chart-small .staff-member-container {
  width: 100%; }

.org-chart-medium .org-con-list {
  width: 580px; }

.org-chart-medium .org-con-item-container {
  width: 100%; }

.org-chart-medium .org-con-item-container {
  margin-left: 0px; }

.org-chart-large .org-con-list {
  max-width: 960px; }

.org-chart-large .reports-list .org-con-item-container {
  width: 465px; }

.org-chart-large .reports-list .org-con-item-container:nth-child(2n-1) {
  margin-left: 0px; }

.org-chart-xlarge .org-con-list {
  max-width: 1080px; }

.org-chart-xlarge .reports-list .org-con-item-container {
  width: 340px; }

.org-chart-xlarge .org-con-item-container:nth-child(3n-2) {
  margin-left: 0px; }

.reports-list .org-con-item-container .staff-member-related {
  width: auto; }

.flexbox .reports-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flexbox .reports-list .org-con-item-container .staff-member-related, .flexbox .reports-list .org-con-item-container .staff-member-related > a {
  height: 100%; }

.manager-chain .staff-member-related::after, .reports-list::before, .manager-chain .has-manager:first-child .staff-member-related::before {
  content: '';
  display: block;
  width: 50%;
  width: calc(50% - 1px);
  border-right: 2px solid #ededed;
  background: transparent; }

.org-empty.manager-chain .staff-member-related::after, .org-empty.reports-list::before, .org-empty.manager-chain .has-manager:first-child .staff-member-related::before {
  display: none; }

.manager-chain .staff-member-related::after {
  height: 80px; }

.reports-list::before {
  height: 80px; }

.manager-chain .has-manager:first-child .staff-member-related::before {
  height: 40px; }

.org-chart-xsmall .manager-chain .staff-member-related::after {
  height: 40px; }

.org-chart-xsmall .reports-list::before {
  height: 40px; }

.org-chart-xsmall .manager-chain .has-manager:first-child .staff-member-related::before {
  height: 20px; }

.org-chart-small .manager-chain .staff-member-related::after {
  height: 40px; }

.org-chart-small .reports-list::before {
  height: 40px; }

.org-chart-small .manager-chain .has-manager:first-child .staff-member-related::before {
  height: 20px; }

.direct-reports-title {
  text-align: center;
  display: block;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 15px 0px;
  font-family: inherit;
  font-size: 1.125em;
  font-weight: 300;
  color: #1F1F1F;
  font-style: normal;
  border-bottom: 2px solid #ededed; }

.org-connections {
  display: table;
  margin: 0 auto; }

.org-con-item-container a {
  background-color: #fff;
  padding: 20px 25px 20px 25px; }

.org-chart-container .profile-info-container .staff-name {
  font-size: 1em; }

.org-chart-container .profile-info-container p {
  font-size: 1em; }

.org-chart-container .profile-info-container .staff-details {
  margin-top: 15px; }

.org-chart-container .profile-info-container .staff-details p {
  margin-top: .5em; }

.org-chart-container .profile-info-container p .user-detai-label {
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
  margin-right: 10px; }

a.staff-name-container, a.staff-name-container:hover, a.staff-name-container:focus {
  text-decoration: none; }

a.staff-name-container .staff-name {
  text-decoration: none;
  color: #09692D; }

a.staff-name-container:visited .staff-name {
  text-decoration: underline;
  color: #003E16; }

a.staff-name-container:hover .staff-name, a.staff-name-container:focus .staff-name {
  text-decoration: underline;
  color: #09692D; }

.oc-i-email.oc-icon, .oc-i-email.oc-icon-b::before, .oc-i-email.oc-icon-a::after, .oc-i-email .oc-icon, .oc-i-email .oc-icon-b::before, .oc-i-email .oc-icon-a::after, .oc-i-email_svg.oc-icon, .oc-i-email_svg.oc-icon-b::before, .oc-i-email_svg.oc-icon-a::after, .oc-i-email_svg .oc-icon, .oc-i-email_svg .oc-icon-b::before, .oc-i-email_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMjIuNDA3MyA5Yy44OCAwIDEuNTkyNy43MzE2NCAxLjU5MjcgMS42MzEzdi4zMzgyYzAgLjQwMjktLjI3ODUuODk1Mi0uNjIyNSAxLjEwMWwtNi45ODkxIDQuMTY5NWMtLjE5NDIuMTE2NC0uNTgxOS4xMTY0LS43NzYgMGwtNi45ODkxMy00LjE2OTVjLS4zNDMyNy0uMjA1LS42MjMyNy0uNjk4MS0uNjIzMjctMS4xMDF2LS4zMzgyYzAtLjkwMTEyLjcxODU1LTEuNjMxMyAxLjU5MjczLTEuNjMxM3ptMCAxMy4wOTA5Yy44NzQyIDAgMS41OTI3LS43Mjk1IDEuNTkyNy0xLjYzMTN2LS4wMDA3LTYuNjA4OGMwLS40MDU4LS4yNzg1LS41NjM2LS42MjE4LS4zNmwtNi4zODU1IDMuODA5NWMtLjU2NzIuMzM5Ni0xLjQxNjcuMzM5Ni0xLjk4NTQgMGwtNi4zODU0OC0zLjgwOTVjLS4zMzgxOC0uMjAxNC0uNjIxODItLjA0MzYtLjYyMTgyLjM2MDh2Ni42MDg3YzAgLjg5OTYuNzEyNzMgMS42MzEzIDEuNTkyNzMgMS42MzEzeiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.oc-i-facebook_svg.oc-icon, .oc-i-facebook_svg.oc-icon-b::before, .oc-i-facebook_svg.oc-icon-a::after, .oc-i-facebook_svg .oc-icon, .oc-i-facebook_svg .oc-icon-b::before, .oc-i-facebook_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNy44OTEiIHZpZXdCb3g9IjAgMCAxOCAxNy44OTEiPg0KICA8cGF0aCBpZD0ic29jaWFsLWljb24tZmIiIGQ9Ik0xOCw5QTksOSwwLDEsMCw3LjU5NCwxNy44OTFWMTEuNkg1LjMwOVY5SDcuNTk0VjcuMDE3YTMuMTc2LDMuMTc2LDAsMCwxLDMuNC0zLjUsMTMuODQsMTMuODQsMCwwLDEsMi4wMTUuMTc2VjUuOTA2SDExLjg3M2ExLjMsMS4zLDAsMCwwLTEuNDY3LDEuNDA1VjloMi41bC0uNCwyLjZoLTIuMXY2LjI4OUE5LDksMCwwLDAsMTgsOVoiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K"); }

.oc-i-facebook.oc-icon, .oc-i-facebook.oc-icon-b::before, .oc-i-facebook.oc-icon-a::after, .oc-i-facebook .oc-icon, .oc-i-facebook .oc-icon-b::before, .oc-i-facebook .oc-icon-a::after, .oc-i-facebook_svg.oc-icon, .oc-i-facebook_svg.oc-icon-b::before, .oc-i-facebook_svg.oc-icon-a::after, .oc-i-facebook_svg .oc-icon, .oc-i-facebook_svg .oc-icon-b::before, .oc-i-facebook_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNy44OTEiIHZpZXdCb3g9IjAgMCAxOCAxNy44OTEiPg0KICA8cGF0aCBpZD0ic29jaWFsLWljb24tZmIiIGQ9Ik0xOCw5QTksOSwwLDEsMCw3LjU5NCwxNy44OTFWMTEuNkg1LjMwOVY5SDcuNTk0VjcuMDE3YTMuMTc2LDMuMTc2LDAsMCwxLDMuNC0zLjUsMTMuODQsMTMuODQsMCwwLDEsMi4wMTUuMTc2VjUuOTA2SDExLjg3M2ExLjMsMS4zLDAsMCwwLTEuNDY3LDEuNDA1VjloMi41bC0uNCwyLjZoLTIuMXY2LjI4OUE5LDksMCwwLDAsMTgsOVoiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K"); }

.oc-i-flickr-11.oc-icon, .oc-i-flickr-11.oc-icon-b::before, .oc-i-flickr-11.oc-icon-a::after, .oc-i-flickr-11 .oc-icon, .oc-i-flickr-11 .oc-icon-b::before, .oc-i-flickr-11 .oc-icon-a::after, .oc-i-flickr-11_svg.oc-icon, .oc-i-flickr-11_svg.oc-icon-b::before, .oc-i-flickr-11_svg.oc-icon-a::after, .oc-i-flickr-11_svg .oc-icon, .oc-i-flickr-11_svg .oc-icon-b::before, .oc-i-flickr-11_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTkyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMS40LDI1Mi4ySDB2LTI1LjloMjJ2LTYuOWMwLTMxLjksMTUtNDMsNDQuNi00M3MxNC4yLDEuMiwxOC45LDIuMWwtMi4yLDI1LjVjLTMuMS0xLTYuMi0xLjctMTEuNy0xLjctOS41LDAtMTMuMSw2LjYtMTMuMSwxNy4xdjYuOWgyNi44djI1LjloLTI2Ljl2ODAuOUgyMS40czAtODAuOSwwLTgwLjlaTTk5LjUsMTc4LjhoMzd2MTU0LjNoLTM3di0xNTQuM1pNMTU1LjEsMTgxLjNoMzd2MjcuMmgtMzd2LTI3LjJaTTE1NS4xLDIyNi4yaDM3djEwNi45aC0zN3YtMTA2LjlaTTI5Mi41LDI1Ni42Yy02LjgtNC4xLTEzLjYtNS45LTIyLjQtNS45LTE2LjEsMC0yOC40LDExLjEtMjguNCwyOS42czE0LjQsMjguMiwzMC40LDI4LjIsMTYuOS0xLjgsMjMtNS4xbC44LDI3LjZjLTkuMywzLjEtMjAuNCw0LjctMzAuMyw0LjctMzUuNCwwLTYyLjMtMjAuNi02Mi4zLTU2czI2LjktNTYuMiw2Mi4zLTU2LjIsMjEsMS45LDI5LjQsNmwtMi41LDI3LjFoMFpNMzExLjQsMTc4LjhoMzd2OTIuMmguNGwzMC45LTQ1aDQwLjVsLTM3LjIsNDkuMSw0MC4zLDU4aC00NC44bC0yOS42LTUzLjFoLS40djUzLjFoLTM3di0xNTQuM2gtLjFaTTUxMC4xLDI1NS42Yy00LjEtMS4yLTguMi0xLjItMTIuNS0xLjItMTcuMywwLTI3LDEyLjYtMjcsMzMuNXY0NS4yaC0zN3YtMTA3LjFoMzMuN3YxOS43aC40YzYuNC0xMy42LDE1LjYtMjIuMiwzMS43LTIyLjJzOC45LjYsMTIuNSwxLjJsLTEuOCwzMC45aDBaIi8+Cjwvc3ZnPg=="); }

.oc-i-flickr-svgrepo-com.oc-icon, .oc-i-flickr-svgrepo-com.oc-icon-b::before, .oc-i-flickr-svgrepo-com.oc-icon-a::after, .oc-i-flickr-svgrepo-com .oc-icon, .oc-i-flickr-svgrepo-com .oc-icon-b::before, .oc-i-flickr-svgrepo-com .oc-icon-a::after, .oc-i-flickr-svgrepo-com_svg.oc-icon, .oc-i-flickr-svgrepo-com_svg.oc-icon-b::before, .oc-i-flickr-svgrepo-com_svg.oc-icon-a::after, .oc-i-flickr-svgrepo-com_svg .oc-icon, .oc-i-flickr-svgrepo-com_svg .oc-icon-b::before, .oc-i-flickr-svgrepo-com_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTAsMHY0NTVoNDU1VjBIMHogTTE0MC41OTksMjk3LjVDMTAxLjYwMSwyOTcuNSw3MCwyNjYuMTU4LDcwLDIyNy41MTcNCgljMC0zOC42NzUsMzEuNjAxLTcwLjAxOCw3MC41OTktNzAuMDE4YzM4Ljk4MSwwLDcwLjU4MiwzMS4zNDMsNzAuNTgyLDcwLjAxOEMyMTEuMTgxLDI2Ni4xNTgsMTc5LjU4MSwyOTcuNSwxNDAuNTk5LDI5Ny41eg0KCSBNMzE0LjQwMSwyOTcuNWMtMzguOTgxLDAtNzAuNTgyLTMxLjM0My03MC41ODItNjkuOTgzYzAtMzguNjc1LDMxLjYwMS03MC4wMTgsNzAuNTgyLTcwLjAxOGMzOC45OTksMCw3MC41OTksMzEuMzQzLDcwLjU5OSw3MC4wMTgNCglDMzg1LDI2Ni4xNTgsMzUzLjM5OSwyOTcuNSwzMTQuNDAxLDI5Ny41eiIvPg0KPC9zdmc+"); }

.oc-i-help.oc-icon, .oc-i-help.oc-icon-b::before, .oc-i-help.oc-icon-a::after, .oc-i-help .oc-icon, .oc-i-help .oc-icon-b::before, .oc-i-help .oc-icon-a::after, .oc-i-help_svg.oc-icon, .oc-i-help_svg.oc-icon-b::before, .oc-i-help_svg.oc-icon-a::after, .oc-i-help_svg .oc-icon, .oc-i-help_svg .oc-icon-b::before, .oc-i-help_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggZD0ibTE2IDhjLTEuNTgyMiAwLTMuMTI5LjQ2OTE5LTQuNDQ0NiAxLjM0ODI0LTEuMzE1Ni44NzkwNi0yLjM0MDkzIDIuMTI4NDYtMi45NDY0MyAzLjU5MDI2cy0uNzYzOTMgMy4wNzA0LS40NTUyNSA0LjYyMjJjLjMwODY4IDEuNTUxOSAxLjA3MDYxIDIuOTc3MyAyLjE4OTM4IDQuMDk2MiAxLjExODkgMS4xMTg4IDIuNTQ0MyAxLjg4MDcgNC4wOTYyIDIuMTg5NCAxLjU1MTguMzA4NyAzLjE2MDQuMTUwMiA0LjYyMjItLjQ1NTNzMi43MTEyLTEuNjMwOCAzLjU5MDMtMi45NDY0Yy44NzktMS4zMTU2IDEuMzQ4Mi0yLjg2MjQgMS4zNDgyLTQuNDQ0NiAwLTIuMTIxNy0uODQyOS00LjE1NjYtMi4zNDMxLTUuNjU2OS0xLjUwMDMtMS41MDAyNS0zLjUzNTItMi4zNDMxLTUuNjU2OS0yLjM0MzF6bS44NjI0IDExLjk3NDRjMCAuMDkxNy0uMDM2NC4xNzk2LS4xMDEyLjI0NDRzLS4xNTI3LjEwMTItLjI0NDQuMTAxMmgtMS4zMzc2Yy0uMDkxNyAwLS4xNzk2LS4wMzY0LS4yNDQ0LS4xMDEycy0uMTAxMi0uMTUyNy0uMTAxMi0uMjQ0NHYtMS4xMmMwLS4wOTE3LjAzNjQtLjE3OTYuMTAxMi0uMjQ0NHMuMTUyNy0uMTAxMi4yNDQ0LS4xMDEyaDEuMzM3NmMuMDkxNyAwIC4xNzk2LjAzNjQuMjQ0NC4xMDEycy4xMDEyLjE1MjcuMTAxMi4yNDQ0em0xLjI1NDQtNC4wNjg4Yy0uMTgyNC4xMjk2LS4zODI0LjIzNTItLjU3MjguMzU2OC0uMzIuMjA2NC0uNTg0LjQ2MjQtLjY0Ljg2ODgtLjAyMDguMTM5Mi0uMTI2NC4xOTM2LS4yNjI0LjE5MzZoLS43NTJjLS4yNDQ4IDAtLjQ4OCAwLS43MzI4IDAtLjIwMzIgMC0uMjc1Mi0uMDg5Ni0uMjk0NC0uMjg4LS4wNzUyLS43NDA4LjMwNC0xLjI0Ljg2MDgtMS42NDQ4LjE2LS4xMi4zNTM2LS4yMTEyLjUyOTYtLjMyLjE0NDYtLjA3NDIuMjgzNi0uMTU4Ny40MTYtLjI1MjguMDgyNC0uMDYwOC4xNDktLjE0MDQuMTk0Mi0uMjMyMy4wNDUzLS4wOTE4LjA2NzgtLjE5MzEuMDY1OC0uMjk1NS0uMDAyMS0uMTAyMy0uMDI4Ni0uMjAyNy0uMDc3NS0uMjkyNy0uMDQ4OC0uMDg5OS0uMTE4Ni0uMTY2OS0uMjAzMy0uMjI0My0uMjMyMi0uMTczLS41MTgzLS4yNTc5LS44MDczLS4yMzk0LS4yODkuMDE4NC0uNTYyLjEzOS0uNzcwMy4zNDAyLS4xODI0LjE4NTYtLjM1MDQuMzg1Ni0uNTEwNC41ODI0LS4wMTguMDMxNS0uMDQzMS4wNTg1LS4wNzMzLjA3ODYtLjAzMDIuMDIwMi0uMDY0Ny4wMzMtLjEwMDcuMDM3NXMtLjA3MjYuMDAwNi0uMTA2OC0uMDExNWMtLjAzNDMtLjAxMjEtLjA2NTItLjAzMi0uMDkwNC0uMDU4MmwtLjk4NzItLjcyOGMtLjIwMTYtLjE0ODgtLjIxNzYtLjIyNzItLjA4MzItLjQ0NDguNTEwNC0uODI1NiAxLjIxMTItMS4zODU2IDIuMTc5Mi0xLjU3NiAxLjEwMDgtLjIxNzYgMi4wOC4wMzUyIDIuODkyOC44MDguMjI1Ny4xOTU1LjQxMDQuNDMzNi41NDM2LjcwMDhzLjIxMjIuNTU4MS4yMzI0Ljg1NmMuMDMuMzQ2My0uMDMyOC42OTQzLS4xODIyIDEuMDA4Mi0uMTQ5My4zMTM5LS4zNzk3LjU4MjMtLjY2NzQuNzc3NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4="); }

.oc-i-information.oc-icon, .oc-i-information.oc-icon-b::before, .oc-i-information.oc-icon-a::after, .oc-i-information .oc-icon, .oc-i-information .oc-icon-b::before, .oc-i-information .oc-icon-a::after, .oc-i-information_svg.oc-icon, .oc-i-information_svg.oc-icon-b::before, .oc-i-information_svg.oc-icon-a::after, .oc-i-information_svg .oc-icon, .oc-i-information_svg .oc-icon-b::before, .oc-i-information_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggZD0ibTE2IDhjLTEuNTgyMiAwLTMuMTI5LjQ2OTE5LTQuNDQ0NiAxLjM0ODI0LTEuMzE1Ni44NzkwNi0yLjM0MDkzIDIuMTI4NDYtMi45NDY0MyAzLjU5MDI2cy0uNzYzOTMgMy4wNzA0LS40NTUyNSA0LjYyMjJjLjMwODY4IDEuNTUxOSAxLjA3MDYxIDIuOTc3MyAyLjE4OTM4IDQuMDk2MiAxLjExODkgMS4xMTg4IDIuNTQ0MyAxLjg4MDcgNC4wOTYyIDIuMTg5NCAxLjU1MTguMzA4NyAzLjE2MDQuMTUwMiA0LjYyMjItLjQ1NTNzMi43MTEyLTEuNjMwOCAzLjU5MDMtMi45NDY0Yy44NzktMS4zMTU2IDEuMzQ4Mi0yLjg2MjQgMS4zNDgyLTQuNDQ0NiAwLTIuMTIxNy0uODQyOS00LjE1NjYtMi4zNDMxLTUuNjU2OS0xLjUwMDMtMS41MDAyNS0zLjUzNTItMi4zNDMxLTUuNjU2OS0yLjM0MzF6bS0uMDg2NCAyLjk2Yy4zNjU0IDAgLjcxNTguMTQ1MS45NzQxLjQwMzUuMjU4NC4yNTgzLjQwMzUuNjA4Ny40MDM1Ljk3NDFzLS4xNDUxLjcxNTgtLjQwMzUuOTc0MWMtLjI1ODMuMjU4NC0uNjA4Ny40MDM1LS45NzQxLjQwMzUtLjE4MDkgMC0uMzYtLjAzNTYtLjUyNzItLjEwNDktLjE2NzEtLjA2OTItLjMxOS0uMTcwNy0uNDQ2OS0uMjk4NnMtLjIyOTQtLjI3OTgtLjI5ODYtLjQ0NjljLS4wNjkzLS4xNjcyLS4xMDQ5LS4zNDYzLS4xMDQ5LS41Mjcycy4wMzU2LS4zNi4xMDQ5LS41MjcyYy4wNjkyLS4xNjcxLjE3MDctLjMxOS4yOTg2LS40NDY5cy4yNzk4LS4yMjk0LjQ0NjktLjI5ODZjLjE2NzItLjA2OTMuMzQ2My0uMTA0OS41MjcyLS4xMDQ5em0yLjIgMTAuMDhoLTIuMzI4di0uMDA5NmMtLjI4NTEtLjAzNDMtLjU0NzktLjE3MTctLjczODgtLjM4NjItLjE5MS0uMjE0NS0uMjk2OS0uNDkxNC0uMjk4LS43Nzg2di0zLjI1OTJoLS44NjI0di0xLjZoMi4zMzc2Yy4zMTE0LjAwMDguNjA5Ny4xMjQ4LjgzMDEuMzQ0OC4yMjAzLjIyLjM0NDYuNTE4Mi4zNDU5LjgyOTZ2My4yNjU2aC43MTM2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }

.oc-i-instagram.oc-icon, .oc-i-instagram.oc-icon-b::before, .oc-i-instagram.oc-icon-a::after, .oc-i-instagram .oc-icon, .oc-i-instagram .oc-icon-b::before, .oc-i-instagram .oc-icon-a::after, .oc-i-instagram_svg.oc-icon, .oc-i-instagram_svg.oc-icon-b::before, .oc-i-instagram_svg.oc-icon-a::after, .oc-i-instagram_svg .oc-icon, .oc-i-instagram_svg .oc-icon-b::before, .oc-i-instagram_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4NCiAgPHBhdGggaWQ9InNvY2lhbC1pY29uLWlnIiBkPSJNLTI3MC04NGgtMy42ODFhNC43NzcsNC43NzcsMCwwLDEtMi4xODItLjQwOUE0LjMxOSw0LjMxOSwwLDAsMS0yNzcuNS04NS41YTUuNyw1LjcsMCwwLDEtMS4wOTEtMS42MzZBNC43OCw0Ljc4LDAsMCwxLTI3OS04OS4zMTh2LTcuMzY0YTIxLjM4MSwyMS4zODEsMCwwLDEsLjQwOS0yLjE4MUE0LjMxLDQuMzEsMCwwLDEtMjc3LjUtMTAwLjVhNC4zLDQuMywwLDAsMSwxLjYzNi0xLjA5MSw0Ljc3Nyw0Ljc3NywwLDAsMSwyLjE4Mi0uNDA5aDcuMzY0Yy45NTQuMTM2LDEuNS4yNzIsMi4xODEuNDA5QTQuMyw0LjMsMCwwLDEtMjYyLjUtMTAwLjVhNS42OSw1LjY5LDAsMCwxLDEuMDkxLDEuNjM2QTQuNzc2LDQuNzc2LDAsMCwxLTI2MS05Ni42ODJ2Ny4zNjRhNC43OCw0Ljc4LDAsMCwxLS40MDksMi4xODJBNC4zMSw0LjMxLDAsMCwxLTI2Mi41LTg1LjVhNS43MDcsNS43MDcsMCwwLDEtMS42MzYsMS4wOTEsNC43NzYsNC43NzYsMCwwLDEtMi4xODEuNDA5Wm0tNS4zMTktMTYuMDkxYTIuMTUsMi4xNSwwLDAsMC0xLjA5LjY4MSw0Ljc2Nyw0Ljc2NywwLDAsMC0uNjgyLDEuMDkxLDMuOTIsMy45MiwwLDAsMC0uMjczLDEuNjM2djcuMzY0YTMuOTE4LDMuOTE4LDAsMCwwLC4yNzMsMS42MzYsMi4xNDQsMi4xNDQsMCwwLDAsLjY4MiwxLjA5MSw0Ljc2Myw0Ljc2MywwLDAsMCwxLjA5LjY4MiwzLjkyNSwzLjkyNSwwLDAsMCwxLjYzNy4yNzNoNy4zNjRhMy45MjEsMy45MjEsMCwwLDAsMS42MzYtLjI3MywyLjE1MSwyLjE1MSwwLDAsMCwxLjA5MS0uNjgyLDQuNzkxLDQuNzkxLDAsMCwwLC42ODEtMS4wOTEsMy45LDMuOSwwLDAsMCwuMjczLTEuNjM2di03LjM2NGEzLjkwNywzLjkwNywwLDAsMC0uMjczLTEuNjM2LDIuMTU2LDIuMTU2LDAsMCwwLS42ODEtMS4wOTEsNC43OTEsNC43OTEsMCwwLDAtMS4wOTEtLjY4MSwzLjkwNywzLjkwNywwLDAsMC0xLjYzNi0uMjczaC03LjM2NEEzLjkxMiwzLjkxMiwwLDAsMC0yNzUuMzE5LTEwMC4wOTFabS42ODIsNy4wOTFBNC42LDQuNiwwLDAsMS0yNzAtOTcuNjM2LDQuNjg2LDQuNjg2LDAsMCwxLTI2NS4zNjQtOTMsNC42LDQuNiwwLDAsMS0yNzAtODguMzYzLDQuNiw0LjYsMCwwLDEtMjc0LjYzNy05M1pNLTI3My05M2EzLjAyNywzLjAyNywwLDAsMCwzLDMsMy4wMjcsMy4wMjcsMCwwLDAsMy0zLDMuMDI3LDMuMDI3LDAsMCwwLTMtM0EzLjAyNywzLjAyNywwLDAsMC0yNzMtOTNabTYuNjgzLTQuNzczYTEuMDkxLDEuMDkxLDAsMCwxLDEuMDktMS4wOTEsMS4wOTEsMS4wOTEsMCwwLDEsMS4wOTEsMS4wOTEsMS4wOTEsMS4wOTEsMCwwLDEtMS4wOTEsMS4wOUExLjA5MSwxLjA5MSwwLDAsMS0yNjYuMzE4LTk3Ljc3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3OSAxMDIpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg=="); }

.oc-i-link.oc-icon, .oc-i-link.oc-icon-b::before, .oc-i-link.oc-icon-a::after, .oc-i-link .oc-icon, .oc-i-link .oc-icon-b::before, .oc-i-link .oc-icon-a::after, .oc-i-link_svg.oc-icon, .oc-i-link_svg.oc-icon-b::before, .oc-i-link_svg.oc-icon-a::after, .oc-i-link_svg .oc-icon, .oc-i-link_svg .oc-icon-b::before, .oc-i-link_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMjEuOTgwMyA4LjgzNjM3IDEuMTg0NCAxLjE4NDQzYzEuMTE1NiAxLjExNjYgMS4xMTU2IDIuOTMxNi0uMDAxMSA0LjA0ODNsLTQuNjM0NCA0LjYzNDVjLS41NTc5LjU1NzgtMS4yOTE1LjgzNjctMi4wMjQyLjgzNjctLjczMzcgMC0xLjQ2NjMtLjI3ODktMi4wMjQyLS44MzY3bC0uNTkyMi0uNTkyMmMtLjMyOTQtLjMyODQtLjMyOTQtLjg2MiAwLTEuMTkwNS4zMjg1LS4zMjg0Ljg2Mi0uMzI4NCAxLjE5MDUgMGwuNTkyMi41OTIyYy40NTk4LjQ1NzggMS4yMDg2LjQ1ODggMS42Njg0LS4wMDFsNC42MzQ1LTQuNjM0NWMuMjIxMy0uMjIxMy4zNDI2LS41MTc0LjM0MjYtLjgzMzdzLS4xMjEzLS42MTI0LS4zNDI2LS44MzM3bC0xLjE4NDQtMS4xODQ0Yy0uNDU5OC0uNDU4NzgtMS4yMDc2LS40NTg3OC0xLjY2NzQgMGwtMS41NTUzIDEuNTU1M2MtLjU3Ny0uMzE5NC0xLjIwNjYtLjQ5ODItMS44NDgzLS41MzE2bDIuMjEzMS0yLjIxMzEzYzEuMTE0Ny0xLjExNDY2IDIuOTMxNy0xLjExNTY3IDQuMDQ4NCAwem0tMTAuNzY4NyAxMy4xMzc0M2MuNDU5OC40NTk4IDEuMjA3Ni40NTk4IDEuNjY3NCAwbDEuNTU1My0xLjU1NDNjLjU3ODEuMzE4NCAxLjIwNzYuNDk4MiAxLjg0OTQuNTMxNmwtMi4yMTQyIDIuMjEzMWMtLjUzODYuNTM4Ny0xLjI1ODIuODM1OC0yLjAyNDIuODM1OHMtMS40ODU1LS4yOTcxLTIuMDI0Mi0uODM1OGwtMS4xODQzNS0xLjE4NDNjLTEuMTE1NjctMS4xMTc3LTEuMTE1NjctMi45MzI3IDAtNC4wNDg0bDQuNjM0NDUtNC42MzU1YzEuMTE1Ny0xLjExNTcgMi45MzI3LTEuMTE0NiA0LjA0NzQgMGwuNTkzMi41OTMyYy4zMjg0LjMyODUuMzI4NC44NjEgMCAxLjE5MDUtLjMyNzQuMzI4NC0uODYxLjMyODQtMS4xOTA1IDBsLS41OTIyLS41OTIyYy0uNDU5OC0uNDU5OC0xLjIwNzYtLjQ1ODgtMS42Njc0IDBsLTQuNjMzNSA0LjYzNDVjLS40NTk3OS40NTk4LS40NTk3OSAxLjIwNzYgMCAxLjY2NzR6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4="); }

.oc-i-linkedin.oc-icon, .oc-i-linkedin.oc-icon-b::before, .oc-i-linkedin.oc-icon-a::after, .oc-i-linkedin .oc-icon, .oc-i-linkedin .oc-icon-b::before, .oc-i-linkedin .oc-icon-a::after, .oc-i-linkedin_svg.oc-icon, .oc-i-linkedin_svg.oc-icon-b::before, .oc-i-linkedin_svg.oc-icon-a::after, .oc-i-linkedin_svg .oc-icon, .oc-i-linkedin_svg .oc-icon-b::before, .oc-i-linkedin_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnDQogICB2aWV3Qm94PSIwIDAgNDggNDgiDQogICB2ZXJzaW9uPSIxLjEiDQogICBpZD0ic3ZnMTIiDQogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGRlZnMNCiAgICAgaWQ9ImRlZnMxNiIgLz4NCiAgPHJlY3QNCiAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lO2ZpbGw6IzBhNjZjMjtzdHJva2Utd2lkdGg6Ny4yNzM4NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQiDQogICAgIGlkPSJyZWN0MjExMCINCiAgICAgd2lkdGg9IjQ4Ig0KICAgICBoZWlnaHQ9IjQ4Ig0KICAgICB4PSIwIg0KICAgICB5PSIwIiAvPg0KICA8cGF0aA0KICAgICBkPSJNIDkuNjk5OTgxNyw5LjMxOTA1IEggMzguNjYyOTQ5IFYgMzguMjkyMzkxIEggOS42OTk5ODE3IFoiDQogICAgIGZpbGw9IiM0NTViOWMiDQogICAgIGlkPSJwYXRoMzEzNy02Ig0KICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmU7ZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZS13aWR0aDowLjYwMzUwNCIgLz4NCiAgPHBhdGgNCiAgICAgZmlsbD0iIzBhNjZjMiINCiAgICAgZD0ibSAzNi4yNDE1ODgsMzYuMjcwMTk5IGggLTUuMTQxMDA3IHYgLTguMDUxMDI1IGMgMCwtMS45MTk4NDMgLTAuMDM0MjcsLTQuMzkxMjczIC0yLjY3Mzg1NiwtNC4zOTEyNzMgLTIuNjc3NjAxLDAgLTMuMDg3Mjc2LDIuMDkxNzQ0IC0zLjA4NzI3Niw0LjI1MTUwMSB2IDguMTkwMjU5IEggMjAuMTk4NDQzIFYgMTkuNzEzNDkgaCA0LjkzNTM2NSB2IDIuMjYyNTc1IGggMC4wNjkwOCBjIDEuMDA2MzQ5LC0xLjcyMDY1NSAyLjg3NzUyOSwtMi43NDgzMzIgNC44Njk0OTIsLTIuNjc0MzkzIDUuMjEwNjIyLDAgNi4xNzEzNDQsMy40MjczMzYgNi4xNzEzNDQsNy44ODYwODMgeiBNIDE0LjM5NzY3OSwxNy40NTAzNzkgYyAtMi42NTgwOTksNC43OGUtNCAtMy45ODkzNzcsLTMuMjEyODA0IC0yLjExMDM4MywtNS4wOTI0NzUgMS44Nzg5OTMsLTEuODc5NjcxIDUuMDkyNzU1LC0wLjU0OTU1MiA1LjA5MzIzNSwyLjEwODU0NyAyLjk4ZS00LDEuNjQ3NjgyIC0xLjMzNTE3MSwyLjk4MzYzMiAtMi45ODI4NTIsMi45ODM5MjggbSAyLjU3MDUwMSwxOC44MTk4MiBIIDExLjgyMTgxOSBWIDE5LjcxMzQ5IEggMTYuOTY4MTggWiBNIDYuNjIyNjA0NCw2LjYyNTU5NzkgNi42MjU0MzI4LDQxLjM3NTY2NiBjIDAsMCAyOC43NDE1ODQyLDMuNWUtNCAzNC43NTE5NjMyLDMuNWUtNCAwLDAgLTAuMDAzNiwtMjguNDgwNTg2IC0wLjAwNCwtMzQuNzUyMDMyMSINCiAgICAgaWQ9InBhdGgyMzczLTMiDQogICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtzdHJva2Utd2lkdGg6MC41MzU1MjIiIC8+DQo8L3N2Zz4NCg=="); }

.oc-i-map_pin.oc-icon, .oc-i-map_pin.oc-icon-b::before, .oc-i-map_pin.oc-icon-a::after, .oc-i-map_pin .oc-icon, .oc-i-map_pin .oc-icon-b::before, .oc-i-map_pin .oc-icon-a::after, .oc-i-map_pin_svg.oc-icon, .oc-i-map_pin_svg.oc-icon-b::before, .oc-i-map_pin_svg.oc-icon-a::after, .oc-i-map_pin_svg .oc-icon, .oc-i-map_pin_svg .oc-icon-b::before, .oc-i-map_pin_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMjEuMjQ0NiAxMy41OTc1YzAtMy4wNzEyLTIuNTI2My01LjU5NzUtNS42NDcxLTUuNTk3NS0zLjA3MTIgMC01LjU5NzUgMi41MjYzLTUuNTk3NSA1LjU5NzUgMCAzLjM2ODQgMy4zMTg5IDcuODc2MiA1LjQ0ODkgMTAuNDAyNSAyLjIyOTEtMi41MjYzIDUuNzk1Ny02Ljg4NTQgNS43OTU3LTEwLjQwMjV6bS01LjY0NzEgMi4xMzAxYzEuMTg4OSAwIDIuMTMwMS0uOTQxMiAyLjEzMDEtMi4xMzAxIDAtMS4xMzkzLS45NDEyLTIuMDgwNS0yLjEzMDEtMi4wODA1LTEuMTM5MyAwLTIuMDgwNS45NDEyLTIuMDgwNSAyLjA4MDUgMCAxLjE4ODkuOTQxMiAyLjEzMDEgMi4wODA1IDIuMTMwMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.oc-i-phone.oc-icon, .oc-i-phone.oc-icon-b::before, .oc-i-phone.oc-icon-a::after, .oc-i-phone .oc-icon, .oc-i-phone .oc-icon-b::before, .oc-i-phone .oc-icon-a::after, .oc-i-phone_svg.oc-icon, .oc-i-phone_svg.oc-icon-b::before, .oc-i-phone_svg.oc-icon-a::after, .oc-i-phone_svg .oc-icon, .oc-i-phone_svg .oc-icon-b::before, .oc-i-phone_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggZD0ibTIyLjcyNTQgMTkuNzIyOC0zLjE2OC0xLjg0NzRjLS4xMDU0LS4wNjE3LS4yMjgyLS4wODY3LS4zNDkzLS4wNzExLS4xMjExLjAxNTUtLjIzMzcuMDcwNy0uMzIwMS4xNTctLjM5MjkuMzkyMi0xLjA3OTcgMS4wNzc2LTEuNTAwMiAxLjQ5NzEtLjExMzMuMTEyNC0uMjU3LjE4OS0uNDEzMy4yMjA0LS4xNTY0LjAzMTQtLjMxODYuMDE2Mi0uNDY2NC0uMDQzNy0uOTMwOC0uMzgyLTEuNzc2NC0uOTQ1LTIuNDg3OS0xLjY1NjRzLTEuMjc0Ni0xLjU1NjktMS42NTY3LTIuNDg3N2MtLjA1OTktLjE0NzgtLjA3NTEtLjMwOTktLjA0MzctLjQ2NjMuMDMxNC0uMTU2My4xMDgtLjMuMjIwNC0uNDEzMi40MTk1LS40MjA1IDEuMTA1MS0xLjEwNzIgMS40OTc0LTEuNS4wODYyLS4wODY0LjE0MTQtLjE5OS4xNTctLjMyMDEuMDE1NS0uMTIxMS0uMDA5NS0uMjQzOS0uMDcxMS0uMzQ5M2wtMS44NDc3LTMuMTY3NDhjLS4wNDg3LS4wODM1Ny0uMTE4NS0uMTUyOS0uMjAyNC0uMjAxMDgtLjA4MzktLjA0ODE5LS4xNzktLjA3MzU0LS4yNzU3LS4wNzM1NGgtMi40MzAyMWMtLjA0ODc4LS4wMDAxLS4wOTcxLjAwOTUyLS4xNDIxMS4wMjgzMi0uMDQ1MDIuMDE4OC0uMDg1ODMuMDQ2NC0uMTIwMDUuMDgxMTctLjAzNDIxLjAzNDc3LS4wNjExNS4wNzYwMi0uMDc5MjMuMTIxMzMtLjAxODA3LjA0NTMxLS4wMjY5My4wOTM3Ny0uMDI2MDQuMTQyNTUuMDUyNjEgMi44MTIzMy43MjI2MyA3LjAzNDkzIDMuNjQwNzQgOS45NjEyMy4wMDM3LjAwMzguMDE5NC4wMTk1LjAyMzIuMDIzMyAyLjk2ODkgMi45NTk3IDUuOTUzMiAzLjYwNjUgOS45NjY0IDMuNjQyMS4wNDg1LjAwMDMuMDk2NS0uMDA5LjE0MTMtLjAyNzMuMDQ0OC0uMDE4NC4wODU2LS4wNDU0LjExOTktLjA3OTUuMDM0NC0uMDM0MS4wNjE2LS4wNzQ3LjA4MDItLjExOTQuMDE4Ni0uMDQ0OC4wMjgyLS4wOTI3LjAyODItLjE0MTF2LTIuNDMxOWMwLS4wOTY3LS4wMjU0LS4xOTE3LS4wNzM1LS4yNzU2LS4wNDgyLS4wODM5LS4xMTc2LS4xNTM3LS4yMDExLS4yMDI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }

.oc-i-pinterest.oc-icon, .oc-i-pinterest.oc-icon-b::before, .oc-i-pinterest.oc-icon-a::after, .oc-i-pinterest .oc-icon, .oc-i-pinterest .oc-icon-b::before, .oc-i-pinterest .oc-icon-a::after, .oc-i-pinterest_svg.oc-icon, .oc-i-pinterest_svg.oc-icon-b::before, .oc-i-pinterest_svg.oc-icon-a::after, .oc-i-pinterest_svg .oc-icon, .oc-i-pinterest_svg .oc-icon-b::before, .oc-i-pinterest_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnDQogICB2aWV3Qm94PSIwIDAgNDggNDgiDQogICB2ZXJzaW9uPSIxLjEiDQogICBpZD0ic3ZnNDAwMCINCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcw0KICAgICBpZD0iZGVmczQwMDQiIC8+DQogIDxwYXRoDQogICAgIGQ9Ik0gMCwwIEggNDggViA0OCBIIDAgWiINCiAgICAgZmlsbD0iIzQ1NWI5YyINCiAgICAgaWQ9InBhdGgxNzYiDQogICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiNmZGU0ZWM7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlLXdpZHRoOjAuOTk5OTk4IiAvPg0KICA8cGF0aA0KICAgICBkPSJtIDI0LjAxMzg4OSw2LjU1ODg0ODYgYyAtOS4zNDU1MjEsMCAtMTYuOTIyMjE4Niw3LjgwMjYyMTQgLTE2LjkyMjIxODYsMTcuNDI2ODEwNCAwLDcuMzg2Njc2IDQuNDU2ODgwNiwxMy42OTc2MTkgMTAuNzUyMjI1NiwxNi4yMzYzNCAtMC4xNTMxNTIsLTEuMzc2OTM2IC0wLjI3ODU1NSwtMy40OTk3MDcgMC4wNTU2NiwtNS4wMDU3MjcgMC4zMDY0MDMsLTEuMzYyNTg5IDEuOTc3NzQxLC04LjY2MzIwNSAxLjk3Nzc0MSwtOC42NjMyMDUgMCwwIC0wLjUwMTQsLTEuMDQ3MDQ5IC0wLjUwMTQsLTIuNTgxNzUgMCwtMi40MjM5NzYgMS4zNjQ5MTQsLTQuMjMxMjAxIDMuMDY0MTA1LC00LjIzMTIwMSAxLjQ0ODQ4OSwwIDIuMTQ0ODc0LDEuMTE4NzUyIDIuMTQ0ODc0LDIuNDUyNjYxIDAsMS40OTE2OCAtMC45MTkyMjUsMy43MjkxOTYgLTEuNDA2NzA5LDUuODA4OTM4IC0wLjQwMzkxLDEuNzM1NTEgMC44NDk1OTgsMy4xNTU0NzMgMi41MDY5OTcsMy4xNTU0NzMgMy4wMDgzOTUsMCA1LjMyMDQwMiwtMy4yNzAyMTcgNS4zMjA0MDIsLTcuOTc0NzM5IDAsLTQuMTczODI5IC0yLjkxMDkwMSwtNy4wODU0NjggLTcuMDc1Mjk5LC03LjA4NTQ2OCAtNC44MTkwMDMsMCAtNy42NDYzMzgsMy43MTQ4NSAtNy42NDYzMzgsNy41NTg3ODggMCwxLjQ5MTY4MSAwLjU1NzExMSwzLjA5ODEwMSAxLjI1MzQ5MiwzLjk3MzAyOCAwLjEzOTMxOSwwLjE3MjExNyAwLjE1MzE1MiwwLjMyOTg4NiAwLjExMTQ4OCwwLjUwMjAwMyAtMC4xMjUzMjEsMC41NDUwNDYgLTAuNDE3ODQyLDEuNzM1NTExIC0wLjQ3MzUzNiwxLjk3OTM0MiAtMC4wNjk2NiwwLjMxNTUzOSAtMC4yNTA2OTIsMC4zODcyNTkgLTAuNTcxMDQzLDAuMjI5NDg5IC0yLjExNzAyMywtMS4wMTgzNTQgLTMuNDQwMTU5LC00LjE4ODE2OSAtMy40NDAxNTksLTYuNzU1NTc2IDAsLTUuNDkzMzkgMy44NzE5MTYsLTEwLjU0MjE0NiAxMS4xODM5ODUsLTEwLjU0MjE0NiA1Ljg2MzU4NiwwIDEwLjQzMTg4Niw0LjMwMjkxNyAxMC40MzE4ODYsMTAuMDY4ODI1IDAsNi4wMDk3NCAtMy42NzY5MjYsMTAuODQzMzUgLTguNzc0NDgzLDEwLjg0MzM1IC0xLjcxMzExNCwwIC0zLjMyODczMywtMC45MTc5NTcgLTMuODcxOTE1LC0yLjAwODAyOCAwLDAgLTAuODQ5NTk5LDMuMzI3NTg4IC0xLjA1ODUxMiw0LjE0NTE0MyAtMC4zNzYwNDUsMS41MjAzNTggLTEuNDA2NzA5LDMuNDEzNjQ2IC0yLjEwMzA5LDQuNTc1NDM1IDEuNTg3NzU5LDAuNTAyMDAzIDMuMjU5MDk1LDAuNzc0NTE3IDUuMDEzOTksMC43NzQ1MTcgOS4zNDU1MjMsMCAxNi45MjIyMjEsLTcuODAyNjIyIDE2LjkyMjIyMSwtMTcuNDI2ODEgQyA0MC45MzYwODMsMTQuMzYxNDcgMzMuMzU5NDEzLDYuNTU4ODQ4NiAyNC4wMTM4ODksNi41NTg4NDg2IFoiDQogICAgIGZpbGw9IiNmZmZmZmYiDQogICAgIGlkPSJwYXRoMzk5OCINCiAgICAgc3R5bGU9ImZpbGw6I2RkMjMyNjtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MC4xNDEzMzkiIC8+DQo8L3N2Zz4NCg=="); }

.oc-i-print.oc-icon, .oc-i-print.oc-icon-b::before, .oc-i-print.oc-icon-a::after, .oc-i-print .oc-icon, .oc-i-print .oc-icon-b::before, .oc-i-print .oc-icon-a::after, .oc-i-print_svg.oc-icon, .oc-i-print_svg.oc-icon-b::before, .oc-i-print_svg.oc-icon-a::after, .oc-i-print_svg .oc-icon, .oc-i-print_svg .oc-icon-b::before, .oc-i-print_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggZD0ibTIzLjIxNDIgMTEuNzAyNmgtMi40Njk1di0yLjcwMjZoLTkuNDg5NHYyLjY5NGgtMi40NzgxOGMtLjQzMTczIDAtLjc3NzEyLjM0NTQtLjc3NzEyLjc3NzF2Ni42MTQyaDMuMjU1M3YxLjEzMTFsMy42MDkyIDMuNjA5M2g1Ljg4MDJ2LTQuNjk3M2gzLjI1NTN2LTYuNjQ4NmMtLjAwODYtLjQzMTgtLjM1NC0uNzc3Mi0uNzg1OC0uNzc3MnptLTExLjA0MzctMS43Nzg2OWg3LjY1MDN2MS43Nzg2OWgtNy42NTAzem05LjQ4MDkgNy45MjY1OWgtLjkwNjd2LTEuODEzM2gtLjkxNTJ2Ni44NzMyaC0zLjc1NjFjLTEuMzY0MyAwLS43MDgtMy4yMjkzLS43MDgtMy4yMjkzcy0zLjE1MTcuNzY4NC0zLjE4NjItLjY3MzV2LTIuOTYxN2gtLjkxNTN2MS43Nzg3aC0uOTE1M3YtMy4wOTEyaDExLjMwMjh6bS42NDc2LTQuMjM5NmMtLjM0NTQgMC0uNjIxNy0uMjc2My0uNjIxNy0uNjIxN3MuMjc2My0uNjIxNy42MjE3LS42MjE3LjYyMTcuMjc2My42MjE3LjYyMTctLjI3NjMuNjIxNy0uNjIxNy42MjE3em0tMy41NTc1IDIuNTU1OWgtNS4yNjcxdi45MTUyaDUuMjY3MXptLTUuMjc1OCAyLjcxOTloNS4yNjcydi0uOTE1M2gtNS4yNjcyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }

.oc-i-twitter.oc-icon, .oc-i-twitter.oc-icon-b::before, .oc-i-twitter.oc-icon-a::after, .oc-i-twitter .oc-icon, .oc-i-twitter .oc-icon-b::before, .oc-i-twitter .oc-icon-a::after, .oc-i-twitter_svg.oc-icon, .oc-i-twitter_svg.oc-icon-b::before, .oc-i-twitter_svg.oc-icon-a::after, .oc-i-twitter_svg .oc-icon, .oc-i-twitter_svg .oc-icon-b::before, .oc-i-twitter_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnDQogICB2aWV3Qm94PSIwIDAgNDggNDgiDQogICB2ZXJzaW9uPSIxLjEiDQogICBpZD0ic3ZnODMxNCINCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcw0KICAgICBpZD0iZGVmczgzMTgiIC8+DQogIDxwYXRoDQogICAgIGQ9Ik0gMCwwIEggNDggViA0OCBIIDAgWiINCiAgICAgZmlsbD0iIzcwYWVmMyINCiAgICAgaWQ9InBhdGg4MzEwIg0KICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmU7ZmlsbDojMWQ5YmYwO2ZpbGwtb3BhY2l0eToxIiAvPg0KICA8cGF0aA0KICAgICBkPSJtIDM5LjY3NTYwNiwxNC4yODY1MjIgYSAxMi44MjU0OTYsMTIuODI1NDk2IDAgMCAxIC0zLjY5MDg5NCwxLjAxMTc4OSA2LjQ0MTI0OSw2LjQ0MTI0OSAwIDAgMCAyLjg1MDExLC0zLjU2MjYzOCAxMi44MjU0OTYsMTIuODI1NDk2IDAgMCAxIC00LjA4OTkwNiwxLjU2NzU2MSA2LjQyNjk5ODUsNi40MjY5OTg1IDAgMCAwIC0xMC45NTg2NzUsNS44NzEyMjYgMTguMzQwNDYsMTguMzQwNDYgMCAwIDEgLTEzLjI1MzAxMywtNi43MjYyNTkgNi40NDEyNDksNi40NDEyNDkgMCAwIDAgMS45OTUwNzgsOC41NTAzMzEgNi40NTU0OTk1LDYuNDU1NDk5NSAwIDAgMSAtMi44NTAxMTEsLTAuODEyMjgyIHYgMC4wODU1IGEgNi40MTI3NDgsNi40MTI3NDggMCAwIDAgNS4xNTg3LDYuMjk4NzQzIDYuNDY5NzUwMSw2LjQ2OTc1MDEgMCAwIDEgLTIuODUwMTEsMC4xMTQwMDUgNi40MTI3NDgsNi40MTI3NDggMCAwIDAgNS44NTY5NzgsNC40NDYxNzEgMTIuODI1NDk2LDEyLjgyNTQ5NiAwIDAgMSAtNy45ODAzMTAyLDIuODUwMTEgOS4yOTEzNTksOS4yOTEzNTkgMCAwIDEgLTEuNTM5MDU5LC0wLjEyODI1NiAxOC4yODM0NTcsMTguMjgzNDU3IDAgMCAwIDI4LjE1OTA4ODIsLTE1LjQwNDg0NyBjIDAsLTAuMjcwNzYgMCwtMC41NTU3NzEgMCwtMC44MjY1MzEgYSAxMy4yMTAyNiwxMy4yMTAyNiAwIDAgMCAzLjE5MjEyNCwtMy4zMzQ2MjgiDQogICAgIGZpbGw9IiNmZmZmZmYiDQogICAgIGZpbGwtcnVsZT0iZXZlbm9kZCINCiAgICAgaWQ9InBhdGg4MzEyIg0KICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmU7c3Ryb2tlLXdpZHRoOjEuNDI1MDYiIC8+DQo8L3N2Zz4NCg=="); }

.oc-i-web.oc-icon, .oc-i-web.oc-icon-b::before, .oc-i-web.oc-icon-a::after, .oc-i-web .oc-icon, .oc-i-web .oc-icon-b::before, .oc-i-web .oc-icon-a::after, .oc-i-web_svg.oc-icon, .oc-i-web_svg.oc-icon-b::before, .oc-i-web_svg.oc-icon-a::after, .oc-i-web_svg .oc-icon, .oc-i-web_svg .oc-icon-b::before, .oc-i-web_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzIgMGgtMzJ2MzJoMzJ6IiBmaWxsPSIjODU4OThlIi8+PHBhdGggZD0ibTE2IDhjLTQuNDExMyAwLTggMy41ODg3LTggOHMzLjU4ODcgOCA4IDggOC0zLjU4ODcgOC04LTMuNTg4Ny04LTgtOHptNS40Mzk4IDQuMzYzNmgtMi4xODUxYy0uMjAxNi0uOTEzNi0uNDgxOC0xLjc1MjktLjgzNzYtMi40NDYzMyAxLjIzNzQuNDkzNDMgMi4yOSAxLjM1NDAzIDMuMDIyNyAyLjQ0NjMzem0tNS40Mzk4LTIuOTA5MDVjLjU3NjIgMCAxLjMyMTEgMS4wNjk4NSAxLjc3NDUgMi45MDkwNWgtMy41NDljLjQ1MzQtMS44MzkyIDEuMTk4My0yLjkwOTA1IDEuNzc0NS0yLjkwOTA1em0tNi4xNzEwOSA4LjcyNzI1Yy0uMjQyLS42ODI3LS4zNzQzNi0xLjQxNzEtLjM3NDM2LTIuMTgxOHMuMTMyMzYtMS40OTkxLjM3NDM2LTIuMTgxOGgyLjY2ODM5Yy0uMDg4OC43MTY1LS4xMzM3IDEuNDUzNC0uMTMzNyAyLjE4MThzLjA0NDkgMS40NjUzLjEzMzcgMi4xODE4em0uNzMxMjkgMS40NTQ2aDIuMTg0OWMuMjAxNi45MTM2LjQ4MTggMS43NTI5LjgzNzYgMi40NDYzLTEuMjM3Mi0uNDkzNC0yLjI4OTgtMS4zNTQtMy4wMjI1LTIuNDQ2M3ptMi4xODUxLTcuMjcyOGgtMi4xODUxYy43MzI3LTEuMDkyMyAxLjc4NTMtMS45NTI5IDMuMDIyNS0yLjQ0NjMzLS4zNTU2LjY5MzQzLS42MzYgMS41MzI3My0uODM3NCAyLjQ0NjMzem0zLjI1NDcgMTAuMTgxOWMtLjU3NjIgMC0xLjMyMTEtMS4wNjk5LTEuNzc0NS0yLjkwOTFoMy41NDljLS40NTM0IDEuODM5Mi0xLjE5ODMgMi45MDkxLTEuNzc0NSAyLjkwOTF6bTIuMDQ0NS00LjM2MzdoLTQuMDg5Yy0uMDg3MS0uNjY1OC0uMTM3My0xLjM5NTYtLjEzNzMtMi4xODE4cy4wNTAyLTEuNTE2LjEzNzMtMi4xODE4aDQuMDg4OWMuMDg3Mi42NjU4LjEzNzQgMS4zOTU2LjEzNzQgMi4xODE4cy0uMDUwMiAxLjUxNi0uMTM3MyAyLjE4MTh6bS4zNzI2IDMuOTAwOWMuMzU1OC0uNjkzNC42MzYtMS41MzI3LjgzNzYtMi40NDYzaDIuMTg0OWMtLjczMjUgMS4wOTIzLTEuNzg1MSAxLjk1MjktMy4wMjI1IDIuNDQ2M3ptNC4xMjg0LTYuMDgyN2MwIC43NjQ3LS4xMzI0IDEuNDk5MS0uMzc0NCAyLjE4MThoLTIuNjY4NGMuMDg4OC0uNzE2NS4xMzM3LTEuNDUzNC4xMzM3LTIuMTgxOHMtLjA0NDktMS40NjUzLS4xMzM3LTIuMTgxOGgyLjY2ODRjLjI0Mi42ODI3LjM3NDQgMS40MTcxLjM3NDQgMi4xODE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }

.oc-i-x_svg.oc-icon, .oc-i-x_svg.oc-icon-b::before, .oc-i-x_svg.oc-icon-a::after, .oc-i-x_svg .oc-icon, .oc-i-x_svg .oc-icon-b::before, .oc-i-x_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42MTMiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNy42MTMgMTgiPg0KICA8cGF0aCBpZD0ic29jaWFsLWljb24teCIgZD0iTTEwLjQ4Miw3LjYyMiwxNy4wMzksMEgxNS40ODVMOS43OTIsNi42MTgsNS4yNDUsMEgwTDYuODc2LDEwLjAwNywwLDE4SDEuNTU0bDYuMDEyLTYuOTg5TDEyLjM2OCwxOGg1LjI0NUwxMC40ODIsNy42MjJaTTguMzU0LDEwLjFsLS43LTFMMi4xMTQsMS4xN0g0LjVsNC40NzQsNi40LjcsMSw1LjgxNSw4LjMxOEgxMy4xTDguMzU0LDEwLjFaIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg=="); }

.oc-i-x.oc-icon, .oc-i-x.oc-icon-b::before, .oc-i-x.oc-icon-a::after, .oc-i-x .oc-icon, .oc-i-x .oc-icon-b::before, .oc-i-x .oc-icon-a::after, .oc-i-x_svg.oc-icon, .oc-i-x_svg.oc-icon-b::before, .oc-i-x_svg.oc-icon-a::after, .oc-i-x_svg .oc-icon, .oc-i-x_svg .oc-icon-b::before, .oc-i-x_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy42MTMiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNy42MTMgMTgiPg0KICA8cGF0aCBpZD0ic29jaWFsLWljb24teCIgZD0iTTEwLjQ4Miw3LjYyMiwxNy4wMzksMEgxNS40ODVMOS43OTIsNi42MTgsNS4yNDUsMEgwTDYuODc2LDEwLjAwNywwLDE4SDEuNTU0bDYuMDEyLTYuOTg5TDEyLjM2OCwxOGg1LjI0NUwxMC40ODIsNy42MjJaTTguMzU0LDEwLjFsLS43LTFMMi4xMTQsMS4xN0g0LjVsNC40NzQsNi40LjcsMSw1LjgxNSw4LjMxOEgxMy4xTDguMzU0LDEwLjFaIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg=="); }

.oc-i-youtube.oc-icon, .oc-i-youtube.oc-icon-b::before, .oc-i-youtube.oc-icon-a::after, .oc-i-youtube .oc-icon, .oc-i-youtube .oc-icon-b::before, .oc-i-youtube .oc-icon-a::after, .oc-i-youtube_svg.oc-icon, .oc-i-youtube_svg.oc-icon-b::before, .oc-i-youtube_svg.oc-icon-a::after, .oc-i-youtube_svg .oc-icon, .oc-i-youtube_svg .oc-icon-b::before, .oc-i-youtube_svg .oc-icon-a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNi44IiB2aWV3Qm94PSIwIDAgMjQgMTYuOCI+DQogIDxwYXRoIGlkPSJzb2NpYWwtaWNvbi1mb290ZXIteXQiIGQ9Ik0yMy43MzMsMy41NzJBNi4xMTMsNi4xMTMsMCwwLDAsMjIuOCwxLjE5MSw0LjAxOCw0LjAxOCwwLDAsMCwyMC40LjEzMkMxNy4wNjcsMCwxMiwwLDEyLDBoMFM2LjkzMywwLDMuNi4yNjVBMi44NjMsMi44NjMsMCwwLDAsMS4yLDEuMzIzLDUuMTQ1LDUuMTQ1LDAsMCwwLC4yNjcsMy41NzIsMzQuMTQ4LDM0LjE0OCwwLDAsMCwwLDcuNTRWOS4zOTJhMzMuNDMsMzMuNDMsMCwwLDAsLjI2NywzLjgzNkE2LjExMyw2LjExMywwLDAsMCwxLjIsMTUuNjA5YTQuNjI2LDQuNjI2LDAsMCwwLDIuNjY3LDEuMDU4QzUuNzMzLDE2LjgsMTIsMTYuOCwxMiwxNi44czUuMDY3LDAsOC40LS4yNjVhMi44NjMsMi44NjMsMCwwLDAsMi40LTEuMDU4LDUuNDY0LDUuNDY0LDAsMCwwLC45MzMtMi4zODFBMjkuNzg3LDI5Ljc4NywwLDAsMCwyNCw5LjM5MlY3LjU0QTM0LjE0OCwzNC4xNDgsMCwwLDAsMjMuNzMzLDMuNTcyWm0tMTQuMjY3LDguMlY1LjAyN2w2LjQsMy4zMDdaIiBmaWxsPSIjZmZmZmZmIi8+DQo8L3N2Zz4NCg=="); }

@media (min-width: 992px) {
  .overlay-container {
    background-color: rgba(34, 34, 34, 0.95); } }
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  width: 100%;
  display: none; }

.sf-menu.xactive {
  display: block; }

.sf-menu li {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  float: none;
  display: block;
  width: 100%; }

.sf-menu li a {
  float: none; }

.sf-menu a {
  display: block;
  position: relative;
  padding: 13px 15px 13px 15px;
  text-decoration: none;
  zoom: 1;
  color: #003E16;
  font-family: inherit; }

.sf-menu > li {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0px solid #ddd; }

.sf-menu > li:first-child {
  border-top: none; }

.sf-menu > li.xpopdrop + li, .sf-menu > li > ul > li:first-child {
  border-top: 0px solid #ddd; }

.sf-menu > li > ul > li > ul > li:first-child {
  border-top: 0px solid #ddd; }

.sf-menu > li a:hover, .sf-menu > li a:focus, .sf-menu > li .sf-menu li a:focus, .sf-menu > li .sf-menu li a:hover, .sf-menu > li > a:focus, .sf-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #09692D;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.sf-menu > li > a {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  text-align: left;
  font-size: 1.125em;
  font-weight: bold;
  color: #003E16;
  font-style: normal; }

.sf-menu > li > ul a {
  font-size: 1.125em; }

.sf-menu ul {
  -webkit-transition: display 0.1s ease;
  -o-transition: display 0.1s ease;
  transition: display 0.1s ease;
  min-width: 100%;
  width: 100%; }

.sf-menu ul li {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0px solid #ddd; }

.sf-menu ul li > a {
  background-color: rgba(0, 0, 0, 0);
  color: #003E16; }

.sf-menu ul li > a:hover, .sf-menu ul li > a:focus, .sf-menu ul .sf-menu ul ul li a:focus, .sf-menu ul .sf-menu ul ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #003E16;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.sf-menu ul ul li {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0px solid #ddd; }

.sf-menu ul ul li a {
  background-color: rgba(0, 0, 0, 0);
  color: #003E16; }

.sf-menu ul ul li a:hover, .sf-menu ul ul li a:focus, .sf-menu ul ul li .sf-menu ul ul li a:hover, .sf-menu ul ul li .sf-menu ul ul li a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #003E16;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.sf-menu.sf-mobile ul {
  position: static;
  display: none; }

.sf-menu.sf-mobile .xpopdrop > ul {
  display: block; }

.sf-menu.sf-mobile .navigation-top-tasks-container {
  background-color: #444;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

.sf-menu.sf-mobile .navigation-top-tasks-heading {
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  padding: 12px 25px 13px 12px;
  margin: 0px 0px 0px 0px;
  display: inline-block; }

.sf-menu.sf-mobile .navigation-top-tasks-list {
  display: block; }

.sf-menu.sf-mobile .navigation-top-tasks-list li {
  border-top: none;
  background-color: transparent; }

.sf-menu.sf-mobile .navigation-top-tasks-list a {
  background-color: #444;
  padding: 12px 25px 12px 12px;
  margin: 0px 0px 0px 0px;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  color: #fff; }

.sf-menu.sf-mobile .navigation-top-tasks-list a:hover, .sf-menu.sf-mobile .navigation-top-tasks-list a:focus {
  background-color: #A2A2A2;
  color: #000; }

.sf-menu .nav-has-children {
  padding-right: 40px; }

#mobnav-btn {
  font-size: 20px;
  font-weight: 700;
  background-color: blue;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  width: 50px; }

.mobnav-subarrow-child, .mobnav-subarrow {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.mobnav-subarrow {
  width: 40px;
  background-color: #333; }

.mobnav-subarrow-child {
  width: 40px;
  background-color: #F2F2F2; }

.mobnav-subarrow:focus, .mobnav-subarrow:hover {
  background-color: #09692D; }

.mobnav-subarrow-child:focus, .mobnav-subarrow-child:hover {
  background-color: #09692D; }

.mobnav-subarrow-child i, .mobnav-subarrow i {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
  background-position: -166px -529px;
  background-repeat: no-repeat;
  background-size: 600px 600px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px; }

.mobnav-subarrow i {
  margin: 16px 11px 16px 11px;
  border-left: 0px none #333; }

.mobnav-subarrow-child i {
  margin: 16px 11px 16px 11px;
  border-left: 0px none #333; }

.no-svg .mobnav-subarrow-child i, .no-svg .mobnav-subarrow i {
  background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }

.mobnav-subarrow {
  display: block; }

.js .nav-offscreen-menu .mobnav-subarrow, .js .nav-offscreen-menu .mobnav-subarrow-child {
  display: none; }

.js .nav-offscreen-menu.offscreen-active-menu .mobnav-subarrow, .js .nav-offscreen-menu.offscreen-active-menu .mobnav-subarrow-child, .js .nav-offscreen-menu .offscreen-active-menu .mobnav-subarrow, .js .nav-offscreen-menu .offscreen-active-menu .mobnav-subarrow-child {
  display: block; }

.js .side-menu .navigation-outer-container {
  -webkit-box-shadow: 0 0 5px #888888;
          box-shadow: 0 0 5px #888888;
  z-index: 1;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  width: 80%; }

.js .side-menu .navigation-outer-container ul {
  margin: 0px;
  padding: 0px; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu {
  background-color: rgba(0, 0, 0, 0); }

.js .side-menu .navigation-outer-container .nav-offscreen-menu a {
  padding: 13px 15px 13px 15px;
  font-family: inherit; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu a.nav-has-children {
  padding-right: 40px; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu li.nav-active-path > a {
  color: #003E16;
  background-color: rgba(0, 0, 0, 0); }

.js .side-menu .navigation-outer-container .nav-offscreen-menu > li {
  border-bottom: 0px solid #ddd; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu > li > a {
  font-size: 1.125em;
  font-weight: bold;
  color: #003E16;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0); }

.js .side-menu .navigation-outer-container .nav-offscreen-menu > li > a:hover, .js .side-menu .navigation-outer-container .nav-offscreen-menu > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #09692D; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul {
  background-color: rgba(0, 0, 0, 0); }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul li {
  border-bottom: 0px solid #ddd; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul li > a {
  color: #003E16;
  background-color: rgba(0, 0, 0, 0); }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul li > a:hover, .js .side-menu .navigation-outer-container .nav-offscreen-menu ul li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #003E16; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul {
  background-color: rgba(0, 0, 0, 0); }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li {
  border-bottom: 0px solid #ddd; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li > a {
  color: #003E16;
  background-color: rgba(0, 0, 0, 0); }

.js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li > a:hover, .js .side-menu .navigation-outer-container .nav-offscreen-menu ul ul li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #003E16; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu .mobnav-subarrow, .js .side-menu .navigation-outer-container .nav-offscreen-menu .mobnav-subarrow-child {
  top: 0;
  right: 0; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu .mobnav-subarrow i, .js .side-menu .navigation-outer-container .nav-offscreen-menu .mobnav-subarrow-child i {
  background-position: -1px -526px; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-container {
  background-color: #444;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-heading {
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  padding: 12px 25px 13px 12px;
  margin: 0px 0px 0px 0px;
  display: inline-block; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a {
  background-color: #444;
  padding: 12px 25px 12px 12px;
  margin: 0px 0px 0px 0px;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  color: #fff; }

.js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a:hover, .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a:focus {
  background-color: #A2A2A2;
  color: #000; }

.side-menu-btn {
  margin: 18px 18px 0px 0px;
  padding: 13px 16px 6px 16px;
  background-color: #A2C132; }

.side-menu-btn button {
  padding-top: 35px;
  line-height: 1; }

.side-menu-btn button, .side-menu-btn button:hover, .side-menu-btn button:focus {
  color: #003E16;
  font-size: 1em; }

.side-menu-btn i, .side-menu-btn i::before, .side-menu-btn i::after {
  background-color: #003E16;
  height: 4px;
  width: 42px; }

.side-menu-btn i {
  top: 11px; }

.side-menu-btn i:before {
  top: 11px; }

.side-menu-btn i:after {
  bottom: 11px; }

@media (min-width: 768px) {
  .side-menu-btn {
    margin: 18px 18px 0px 0px;
    padding: 13px 16px 6px 16px; }
  .header-website-settings {
    margin: 18px 18px 0px 0px;
    padding: 13px 16px 6px 16px; }
  .js .side-menu .navigation-outer-container {
    width: 50%; }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-container {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-heading {
    padding: 12px 25px 13px 12px;
    margin: 0px 0px 0px 0px; }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a {
    padding: 12px 25px 12px 12px;
    margin: 0px 0px 0px 0px; }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a.navigation-top-task-icon::before {
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 0px; } }
@media (min-width: 992px) {
  .header-outer-container, .navigation-outer-container, .content-outer-container, .footer-outer-container {
    padding: 0 10px; }
  .header-layout-1 > .header-site-logo {
    float: none; }
  .main-outer-container, .header-container, .footer-container, .navigation-container {
    max-width: 1140px;
    overflow-x: visible; }
  .header-full-width .header-container, .header-full-width .navigation-container, .header-full-width .toolbar-inner-container {
    max-width: none; }
  .layout-modern.content-type-oc-profile .main-outer-container {
    max-width: 100%; }
  .header-layout-4 .navigation-outer-container, .header-layout-3 .navigation-outer-container {
    float: left; }
  .header-layout-3 #header-search {
    float: right; }
  .header-layout-3 .header-search-control-container {
    clear: none; }
  .header-site-logo {
    text-align: center;
    margin-left: 0; }
  .header-site-logo img {
    width: auto; }
  .header-site-logo > a {
    margin: 0 auto; }
  .search-inner-container {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    padding: 10px 0; }
  #header-search {
    width: auto;
    position: relative;
    top: 50px; }
  .header-layout-2 .search-inner-container {
    padding: 0; }
  .header-search-control-container {
    display: block; }
  .mobile-search-btn, #btn-mob-search, #btn-mob-nav {
    display: none; }
  #sub-navigation-container {
    display: block; }
  .sc-search-text {
    width: 400px; }
  .accordion-trigger.search-filter-trigger {
    display: none; }
  .sc-search-button {
    width: auto; }
  .sc-search-panel {
    padding: 0px; }
  #predictiveResults {
    position: absolute; }
  .profile-featured-text {
    width: 60%; }
  .profile-tabbed-listing > li {
    float: left;
    width: 33.3%; }
  .profile-list .large-thumbnail-image {
    display: block; }
  .profile-list .list-item-block-date {
    left: 10px;
    position: absolute;
    top: 10px; }
  .profile-events-listing.without-images .profile-list .list-item-block-date {
    position: static; }
  .tabs-panel .more-than-3-items .item-0 .large-thumbnail-image {
    display: block; }
  .tabs-panel .more-than-3-items .item-0 .list-item-block-date {
    position: absolute;
    top: 20px;
    left: 20px; }
  #sub-navigation-container.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index: 6;
    left: auto;
    max-width: 364px;
    width: 31%; }
  #sub-navigation-container ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
  #sub-navigation-container > ul ul {
    padding-left: 25px; }
  #sub-navigation-container a {
    display: block;
    padding: 5px; }
  .map-canvas {
    display: block;
    margin-bottom: 2em;
    position: relative;
    height: 300px; }
  .image-gallery-container .image-gallery-item:nth-child(2n+1) {
    clear: none; }
  .image-gallery-container .image-gallery-item:nth-child(3n+1) {
    clear: left; }
  .user-registration-widget .sc-register-form, .pass-reset-widget .sc-reset-pass-form, .change-pass-widget .sc-register-form {
    width: 50%; }
  .sf-menu ul {
    z-index: 10000 !important; }
  .header-layout-2 > .header-search-control-container {
    float: right;
    clear: none; }
  .top-task-homepage > .grid > div:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-1 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-2 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-3 > .profile-news-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-news-listing-option-4 > .profile-news-listing .col-m-6:nth-child(2n+2), .profile-listing-container.profile-events-listing-option-1 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-2 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-3 > .profile-events-listing .col-m-6:nth-child(2n+1), .profile-listing-container.profile-events-listing-option-4 > .profile-events-listing .col-m-6:nth-child(2n+2), .profile-listing-container > .profile-consultation-listing .col-m-6:nth-child(2n+1), .profile-listing-container > .profile-da-listing .col-m-6:nth-child(2n+1), .profile-listing-container > .profile-public-notices-listing .col-m-6:nth-child(2n+1) {
    clear: none; }
  .top-task-homepage > .grid > div:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-1 > .profile-news-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-2 > .profile-news-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-3 > .profile-news-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-news-listing-option-4 > .profile-news-listing .col-m-6:nth-child(3n+2), .profile-listing-container.profile-events-listing-option-1 > .profile-events-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-events-listing-option-2 > .profile-events-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-events-listing-option-3 > .profile-events-listing .col-m-6:nth-child(3n+1), .profile-listing-container.profile-events-listing-option-4 > .profile-events-listing .col-m-6:nth-child(3n+2), .profile-listing-container > .profile-consultation-listing .col-m-6:nth-child(3n+1), .profile-listing-container > .profile-da-listing .col-m-6:nth-child(3n+1), .profile-listing-container > .profile-public-notices-listing .col-m-6:nth-child(3n+1) {
    clear: left; }
  .top-task-homepage.top-task-homepage-format-8 > .grid > div:nth-child(3n+1), .top-task-homepage.top-task-homepage-format-11 > .grid > div:nth-child(3n+1), .top-task-homepage.top-task-homepage-format-9 > .grid > div:nth-child(3n+1) {
    clear: none; }
  .top-task-homepage.top-task-homepage-format-8 > .grid > div:nth-child(4n+1), .top-task-homepage.top-task-homepage-format-11 > .grid > div:nth-child(4n+1), .top-task-homepage.top-task-homepage-format-9 > .grid > div:nth-child(4n+1) {
    clear: left; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(3n+1) {
    clear: none; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(6n+1) {
    clear: left; }
  .profile-elected-officials-listing-option-2 .grid > div:nth-child(3n+1), .profile-elected-officials-listing-option-3 .grid > div:nth-child(3n+2) {
    clear: none; }
  .profile-elected-officials-listing-option-2 .grid > div:nth-child(4n+1), .profile-elected-officials-listing-option-3 .grid > div:nth-child(4n+2) {
    clear: left; }
  .profile-slideshow.slideshow-layout-2 .controls, .profile-slideshow.slideshow-layout-2 article .slide-text {
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: 0 auto; }
  .profile-slideshow.slideshow-layout-2 .ocflex-pauseplay, .profile-slideshow.slideshow-layout-2 .ocflex-direction-nav, .profile-slideshow.slideshow-layout-2 article .slide-text-inner {
    left: 5%;
    position: absolute; }
  .profile-slideshow.slideshow-layout-2 .ocflex-control-paging {
    right: 25%;
    position: absolute; }
  .profile-slideshow.slideshow-layout-2 article .slide-text-inner {
    width: 70%;
    top: 0;
    min-height: 155px;
    padding: 50px 15px 5px;
    background-color: #202020;
    background-color: rgba(32, 32, 32, 0.8); }
  .profile-slideshow.slideshow-layout-2 article .slide-text {
    background-color: transparent;
    min-height: 0; }
  .tab-group-inner-page .tab-header-title .item-icon {
    display: none; }
  .list-container > .grid > .col-lg-4:nth-child(odd), .grid > .list-container > .col-lg-4:nth-child(odd) {
    clear: none; }
  .list-container > .grid > .col-lg-6:nth-child(2n+1), .list-container > .grid > .col-lg-4:nth-child(3n+1), .grid > .list-container > .col-lg-4:nth-child(3n+1), .module-interface-in-my-neighbourhood > .councillors-widget > .grid > .col-lg-6:nth-child(2n+1), .module-interface-in-my-neighbourhood > .councillors-widget > .grid > .col-lg-4:nth-child(3n+1), .module-interface-in-my-neighbourhood > .waste-services-widget > .grid > .col-m-6:nth-child(2n+1), .module-interface-in-my-neighbourhood > .waste-services-widget > .grid > .col-m-4:nth-child(3n+1), .oc-quick-list-grid > .grid > .col-m-4:nth-child(3n+1), .oc-quick-list-grid > .grid > .col-m-6:nth-child(odd) {
    clear: left; }
  .elected-official .side-box:first-child {
    margin-top: 0; }
  .add-page-link-container {
    float: right; }
  .main-container button.category-filter-toggle {
    display: block;
    background-color: transparent;
    border: solid 1px #333;
    color: #333;
    font-size: 16px;
    padding: 0px 26px 0px 10px;
    margin: 10px 0;
    font-weight: normal; }
  .main-container button.category-filter-toggle:hover, .main-container button.category-filter-toggle:focus {
    background-color: #333333;
    border-color: #333333;
    color: #FFFFFF; }
  .main-container button.category-filter-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border: solid transparent 6px;
    border-top-color: #333;
    position: absolute;
    top: 6px;
    right: 7px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .main-container button.category-filter-toggle:hover:after, .main-container button.category-filter-toggle:focus:after {
    border-top-color: #fff; }
  .main-container button.category-filter-toggle.filters-hidden:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 12px; }
  .quick-links-no-accord-list li {
    width: 33%; }
  .address-picker-container {
    padding: 20px; }
  .address-picker-location, .address-picker-location .address-picker-location-input {
    width: 615px; }
  .address-picker-location .address-picker-location-input {
    padding-left: 20px; }
  .address-picker-container.option-1 .address-picker-location {
    display: inline-block;
    margin-bottom: 0; }
  .address-picker-container.option-1 .address-picker-title, .address-picker-container.option-1 .address-picker-input-controls {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .address-picker-input-controls .address-picker-submit {
    width: 280px; }
  .address-picker-container.option-1 .address-picker-submit {
    position: absolute;
    right: 0;
    bottom: 0; }
  .profile-search-container {
    padding: 20px; }
  .profile-search-keyword .profile-search-keyword-input {
    width: 615px; }
  .profile-search-keyword .profile-search-keyword-input {
    padding-left: 20px; }
  .profile-search-container.option-1 .profile-search-keyword {
    display: inline-block;
    margin-bottom: 0; }
  .profile-search-container.option-1 .profile-search-title, .profile-search-container.option-1 .profile-search-input-controls {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .profile-search-input-controls .profile-search-submit {
    width: 280px; }
  .profile-search-container.option-1 .profile-search-submit {
    position: absolute;
    right: 0;
    bottom: 0; } }

@media (min-width: 992px) {
  .my-meighbourhood-filter .filter-title {
    display: none; }
  .inputBox.text-address-js {
    width: 60%; }
  html.geolocation .span-or {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 20px;
    width: auto; } }

@media (min-width: 1140px) {
  .slideshow-widget.slideshow-layout-1 .controls, .slideshow-widget.slideshow-layout-1 article .slide-text h2, .slideshow-widget.slideshow-layout-1 article .slide-text p {
    margin: 0 auto;
    max-width: 1140px; }
  .slideshow-widget.slideshow-layout-1 .controls {
    position: relative; } }
@media (min-width: 992px) {
  .header-site-logo {
    padding: 0px 0px 0px 0px;
    margin: 23px 0px 22px 15px; }
  .header-outer-container, .navigation-outer-container {
    padding: 0; }
  .header-site-logo > a {
    width: 195px;
    height: 95px;
    background-position: 0px 0px; }
  .header-layout-4 .navigation-outer-container, .header-layout-3 .navigation-outer-container {
    width: calc(100% - 195px - 15px - 0px - 0px - 0px); }
  .header-container.header-layout-4:before, .header-container.header-layout-3:before {
    content: "";
    height: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    left: 0;
    top: 0; }
  .header-container.header-layout-3, .header-container.header-layout-4 {
    position: initial; }
  .sc-search-text {
    width: 325px; }
  .mobile-search-btn {
    margin: 20px 20px 0px 20px;
    padding: 0px 0px 0px 0px; }
  #header-search {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px; }
  .header-layout-1 > #header-search {
    top: 0; }
  input.sc-search-button[type="submit"] {
    width: 125px; }
  .row-container .row-content-container {
    padding: 0px 15px 0px 15px; }
  .content-outer-container {
    padding: 99px 15px 80px 15px; }
  .main-inner-container {
    padding: 25px 20px 25px 20px; }
  .footer-outer-container {
    padding: 60px 10px 0px 10px; }
  .footer-outer-container.footer-second-row {
    padding: 30px 10px 30px 10px; }
  #predictiveResults {
    width: 345px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  #predictiveResults.wider-results {
    width: 690px; }
  #predictiveResults.wider-results .nested-results {
    float: left;
    width: 345px; }
  #predictiveResults a.search-view-more {
    margin: 15px 15px 15px 15px; }
  #predictiveResults .predictive-search-link-item {
    padding: 20px 20px 20px 20px; }
  #predictiveResults.wider-results .nested-results > h2 {
    padding: 20px 20px 20px 20px;
    margin-bottom: 0px; }
  .website-type-intranet .header-layout-2 #predictiveResults {
    right: 0; }
  #predictiveResults.wider-results .results-full-results {
    float: left;
    width: 100%; }
  .header-layout-2 #predictiveResults {
    right: 0; }
  #sub-navigation-outter-container {
    display: block; }
  .main-outer-container, .footer-container {
    overflow-x: visible; }
  .profile-featured-text, a.profile-featured-text:visited {
    width: 60%; }
  .profile-featured-panels {
    padding: 0px 0px 0px 0px; }
  .profile-featured-panel {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px; }
  .main-outer-container {
    overflow: visible; }
  .main-outer-container {
    overflow: hidden; }
  .footer-outer-container {
    overflow-x: hidden; }
  .tab-header-title .item-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: -137px -134px; }
  .tab-header-title.tab-type-homepage-top-task-homepage .item-icon, .tab-header-title.tab-type-homepage-top-task-homepage.selected .item-icon {
    background-position: 0px -135px; }
  .tab-header-title.tab-type-homepage-news-listing .item-icon, .tab-header-title.tab-type-homepage-news-listing.selected .item-icon {
    background-position: -45px -135px; }
  .tab-header-title.tab-type-homepage-events-listing .item-icon, .tab-header-title.tab-type-homepage-events-listing.selected .item-icon {
    background-position: -90px -135px; }
  .top-task-homepage > .grid > div:nth-child(2n+1) {
    clear: none; }
  .top-task-homepage > .grid > div:nth-child(3n+1) {
    clear: left; }
  .top-task-homepage.top-task-homepage-format-8 > .grid > div:nth-child(3n+1), .top-task-homepage.top-task-homepage-format-9 > .grid > div:nth-child(3n+1), .top-task-homepage.top-task-homepage-format-11 > .grid > div:nth-child(3n+1) {
    clear: none; }
  .top-task-homepage.top-task-homepage-format-8 > .grid > div:nth-child(4n+1), .top-task-homepage.top-task-homepage-format-11 > .grid > div:nth-child(4n+1), .top-task-homepage.top-task-homepage-format-9 > .grid > div:nth-child(3n+1) {
    clear: left; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(3n+1) {
    clear: none; }
  .top-task-homepage.top-task-homepage-format-10 > .grid > div:nth-child(6n+1) {
    clear: left; }
  .top-task-homepage {
    padding: 50px 20px 40px 20px; }
  .top-task-homepage .profile-list {
    padding: 42px 10px 10px 10px;
    margin: 0px 0px 36px 0px; }
  .tabs-panel .wysiwyg-content {
    padding: 20px 25px; }
  .row-content-container > .profile-events-listing .profile-list.item-0 .list-item-block-date, .profile-events-listing .profile-list .list-item-block-date, .profile-events-listing .profile-list.item-0 .list-item-block-date, .tabs-panel .more-than-3-items .item-0 .list-item-block-date {
    position: absolute;
    top: 10px;
    left: 10px; }
  .profile-events-listing.without-images .profile-list .list-item-block-date, .profile-events-listing.without-images .profile-list.item-0 .list-item-block-date {
    position: static; }
  .profile-tabbed-listing .no-item-text {
    padding: 0px 30px; }
  .search-filter-body.landing-page-search {
    width: 50%; }
  .landing-page-search > input[type="submit"] {
    width: 30%; }
  .az-list-container article {
    width: 80%;
    margin-left: 20%; }
  .panel-button, .panel-button:visited {
    margin: 3px 50px 59px;
    padding: 8px; }
  a.item-navigation.prev-item {
    margin-right: 8px; }
  a.item-navigation.next-item {
    margin-left: 8px; }
  .profile-listing-container .panel-button, .profile-listing-container .panel-button:visited {
    width: 100%; }
  .header-first-row {
    border: none; }
  .header-website-settings a {
    margin: 5px 4px; }
  .header-first-row {
    float: left; }
  .header-website-settings {
    margin: 20px 20px 0px 20px;
    padding: 13px 0px 0px 1px; }
  #skip-to-content-container {
    position: absolute; }
  .search-inner-container {
    max-width: 600px;
    margin: 0; }
  .header-layout-4 .search-inner-container, .header-layout-1 .search-inner-container {
    margin: 0 auto; }
  .accordion-trigger.quick-links {
    display: none; }
  .light-theme a, .light-theme span {
    min-width: 14px; }
  #sub-navigation-container {
    padding: 0 0 0 15px;
    background-color: transparent; }
  #sub-navigation-container.sticky {
    width: 30%;
    max-width: 355px; }
  p.sub-nav-header {
    font-size: 1.375em;
    font-weight: bold;
    background-color: #003E16;
    font-family: inherit;
    color: #fff;
    padding: 17px 35px 21px 35px;
    margin: 0px 0px 0px 0px; }
  #sub-navigation-outter-container {
    position: relative;
    top: -0.75em; }
  #sub-navigation-container a {
    display: block;
    padding: 21px 35px 21px 35px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    color: #003E16;
    background-color: #E8F2E2; }
  #sub-navigation-container a:hover, #sub-navigation-container a:focus {
    color: #fff;
    background-color: #09692D; }
  #sub-navigation-container .nav-level-2 a {
    color: #003E16;
    background-color: #BDD171; }
  #sub-navigation-container .nav-level-2 a:hover, #sub-navigation-container .nav-level-2 a:focus {
    color: #003E16;
    background-color: #BDD171; }
  #sub-navigation-container .nav-level-3 a {
    color: #003E16;
    background-color: #BDD171; }
  #sub-navigation-container .nav-level-3 a:hover, #sub-navigation-container .nav-level-3 a:focus {
    color: #003E16;
    background-color: #BDD171; }
  #sub-navigation-container > ul ul {
    padding-left: 0; }
  #sub-navigation-container > ul ul a {
    padding-left: 70px; }
  #sub-navigation-container > ul ul ul a {
    padding-left: 105px; }
  #sub-navigation-container li.nav-active-page > a {
    font-weight: bold; }
  .no-js .slideshow-widget, .profile-slideshow article {
    height: 750px; }
  .profile-slideshow.slideshow-layout-2 article .slide-text-inner {
    min-height: 90px; }
  .profile-slideshow.slideshow-layout-2 .controls, .profile-slideshow.slideshow-layout-2 article .slide-text {
    top: 60%; }
  .profile-slideshow.slideshow-layout-2 .ocflex-pauseplay, .profile-slideshow.slideshow-layout-2 .ocflex-direction-nav, .profile-slideshow.slideshow-layout-2 article .slide-text-inner {
    left: 5%; }
  .profile-slideshow.slideshow-layout-2 .ocflex-control-paging {
    right: 25%; }
  .profile-slideshow.slideshow-layout-2 article .slide-text-inner {
    width: 70%;
    padding: 23px 30px 22px 30px;
    padding-top: 73px;
    background-color: #003E16;
    background-color: rgba(0, 62, 22, 0.85); }
  .search-filter-body input[type="submit"] {
    width: 100%; }
  .layout-modern.content-type-oc-profile .content-outer-container {
    padding: 0px 0px 0px 0px;
    padding-left: 0;
    padding-right: 0; }
  .main-container a.styled-button.button-my-location {
    margin-top: 0; }
  .address-picker-container {
    padding: 20px 20px 40px 20px; }
  .address-picker-location, .address-picker-location .address-picker-location-input {
    width: 615px; }
  .address-picker-input-controls .address-picker-submit {
    width: 280px; }
  .profile-search-container {
    padding: 20px 20px 40px 20px; }
  .profile-search-keyword .profile-search-keyword-input {
    width: 615px; }
  .profile-search-input-controls .profile-search-submit {
    width: 280px; }
  .featured-section-header-outer {
    padding: 25px 30px 25px 30px; }
  .featured-section-header-inner {
    padding: 0px 60px 0px 0px; }
  #section-nav a {
    padding: 12px 30px 12px 30px; }
  #section-nav a.nav-has-children {
    padding-right: 76px; }
  #section-nav ul ul a {
    padding-left: 50px; }
  #section-nav ul ul ul a {
    padding-left: 70px; }
  #section-nav .fs-nav-subarrow i {
    top: calc( 12px + (1 * 1em) / 2); } }

@media (min-width: 1140px) {
  .slideshow-widget.slideshow-layout-1 .controls {
    position: relative;
    top: 50px; }
  .slideshow-widget.slideshow-layout-1 {
    margin-top: -50px; } }
@media (min-width: 992px) {
  .sf-menu {
    display: block;
    float: left;
    width: 100%; }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    width: 300px; }
  .sf-menu ul ul {
    top: 0;
    left: 100%; }
  .sf-menu > li {
    float: left;
    border-top: none;
    width: 12.5%; }
  .sf-menu > li.nav-section-quarters-4 > ul, .sf-menu > li.nav-section-quarters-3 > ul {
    right: 0;
    left: auto; }
  .sf-menu > li.nav-section-quarters-4 > ul ul, .sf-menu > li.nav-section-quarters-3 > ul ul {
    right: 100%;
    left: auto; }
  .sf-menu > li > a {
    height: 50px;
    text-align: center;
    overflow: hidden; }
  .sf-menu > li > ul a {
    padding: 5px 25px 5px 12px; }
  .sf-menu > li > ul > li > ul a {
    padding: 5px 25px 5px 12px; }
  .sf-menu > li.first-item > a span.item-text {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sf-menu > li.first-item > a i.item-icon {
    width: 23px;
    height: 23px;
    background-image: url("sprite-general-boilerplate.svg?t=638978988494566373");
    background-position: -394px 0px;
    background-size: 600px 600px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .no-svg .sf-menu > li.first-item > a i.item-icon {
    background-image: url("sprite-general-boilerplate.svg?t=638978988494566373"); }
  .navigation-container-option-7 .sf-menu > li.first-item > a span.item-text, .navigation-container-option-8 .sf-menu > li.first-item > a span.item-text {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
  .navigation-container-option-7 .sf-menu > li.first-item > a i.item-icon, .navigation-container-option-8 .sf-menu > li.first-item > a i.item-icon {
    display: none; }
  .sf-menu > li.nav-active-path > a {
    background-color: rgba(0, 0, 0, 0);
    color: #003E16; }
  .sf-menu > li.nav-active-path:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: border 300ms ease-out 0s;
    -o-transition: border 300ms ease-out 0s;
    transition: border 300ms ease-out 0s; }
  .sf-menu > li.nav-active-path:hover:after, .sf-menu > li.nav-active-path:focus:after, .sf-menu > li.nav-active-path.sfHover:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 10px solid rgba(0, 0, 0, 0); }
  .sf-menu > li.nav-active-path > a {
    background-color: rgba(0, 0, 0, 0); }
  .sf-menu > li:hover > a, .sf-menu > li:focus > a, .sf-menu > li.sfHover > a {
    color: #09692D;
    background-color: rgba(0, 0, 0, 0); }
  .sf-menu > li > a + .mobnav-subarrow {
    color: #09692D; }
  .sf-menu > li.xpopdrop + li, .sf-menu > li > ul > li:first-child, .sf-menu > li > ul > li > ul > li:first-child {
    border-top: none; }
  .sf-menu li:hover > ul, .sf-menu li:focus > ul, .sf-menu li.sfHover > ul {
    display: block; }
  .sf-menu li:hover, .sf-menu li:focus, .sf-menu .sf-menu li.sfHover {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .sf-menu ul li {
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px solid #ddd; }
  .sf-menu ul li.navigation-top-tasks-container {
    background-color: #444;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; }
  .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-heading {
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    padding: 12px 25px 13px 12px;
    margin: 0px 0px 0px 0px; }
  .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-list {
    display: inline-block;
    position: relative;
    left: 0;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-list li {
    background-color: transparent;
    border: none; }
  .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-list a {
    background-color: #444;
    padding: 12px 25px 12px 12px;
    margin: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    color: #fff; }
  .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-list a:hover, .sf-menu ul li.navigation-top-tasks-container .navigation-top-tasks-list a:focus {
    background-color: #A2A2A2;
    color: #000; }
  .sf-menu ul li > a + .mobnav-subarrow-child {
    color: #003E16; }
  .sf-menu ul ul li {
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px solid #ddd; }
  .sf-menu a, .sf-menu ul a, .sf-menu ul ul a, .sf-menu > li > .nav-has-children {
    padding: 0px 10px 0px 10px; }
  .sf-menu.mega-menu li.second-level-item .nav-has-children {
    padding-right: 25px; }
  .sf-menu #mobnav-btn:focus, .sf-menu .mobnav-subarrow:focus {
    display: block;
    z-index: 1; }
  .sf-menu #mobnav-btn, .sf-menu .mobnav-subarrow {
    display: block;
    z-index: -1; }
  .mobnav-subarrow-child i {
    background-position: -1px -526px; }
  .js .side-menu .navigation-outer-container {
    width: 400px; }
  .side-menu-btn {
    margin: 20px 20px 0px 20px;
    padding: 13px 0px 0px 1px; }
  .side-menu-right .header-layout-2 #header-search {
    margin-right: 83px; }
  .oc-two-level-menu .navigation-outer-container {
    position: relative; }
  .oc-two-level-menu .navigation-container-option-1, .oc-two-level-menu .navigation-container-option-2, .oc-two-level-menu .navigation-container-option-7, .oc-two-level-menu .navigation-container-option-8, .oc-two-level-menu .header-layout-3 .navigation-outer-container, .oc-two-level-menu .header-layout-4 .navigation-outer-container {
    position: static; }
  .oc-two-level-menu button.mobnav-subarrow {
    position: relative;
    float: right;
    top: -50px;
    height: 50px; }
  .oc-two-level-menu .sf-menu ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    top: 50px; }
  .oc-two-level-menu .sf-menu ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border-top: none;
    border-bottom: 0px solid #ddd; }
  .oc-two-level-menu .sf-menu li {
    position: static; }
  .oc-two-level-menu .sf-menu > li {
    height: 50px; }
  .oc-two-level-menu .sf-menu > li.nav-active-path:after {
    display: none; }
  .oc-two-level-menu .sf-menu .navigation-top-tasks-container {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all; }
  .oc-two-level-menu .sf-menu .navigation-top-tasks-container section ul.navigation-top-tasks-list {
    background: transparent;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto; }
  .oc-two-level-menu .sf-menu .navigation-top-tasks-container li {
    display: inline-block;
    width: auto; }
  .oc-two-level-menu .header-layout-3 .sf-menu ul, .oc-two-level-menu .header-layout-4 .sf-menu ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    padding-left: calc(195px + 15px + 0px + 0px + 0px); }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-container {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-heading {
    padding: 12px 25px 13px 12px;
    margin: 0px 0px 0px 0px; }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a {
    padding: 12px 25px 12px 12px;
    margin: 0px 0px 0px 0px; }
  .js .side-menu .navigation-outer-container .nav-offscreen-menu .navigation-top-tasks-list a.navigation-top-task-icon::before {
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 0px; }
  .mega-menu .mobnav-subarrow-child {
    display: none; }
  .mega-menu > li > button.mobnav-subarrow {
    position: relative;
    float: right;
    top: -50PX;
    height: 50px; }
  .mega-menu > li {
    position: static;
    height: 50px; }
  .mega-menu ul.second-level-container {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px; }
  .mega-menu ul.second-level-container.ch-1 {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto; }
  .mega-menu ul.second-level-container.ch-1 li.second-level-item {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 20px;
    width: calc(((100% - ((4 - 1) * 20px)) / 4));
    margin-bottom: 0; }
  .mega-menu ul.second-level-container.ch-1 li.second-level-item:last-child {
    margin-right: 0; }
  .mega-menu ul.second-level-container.ch-2 {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto; }
  .mega-menu ul.second-level-container.ch-2 li.second-level-item {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 20px;
    width: calc(((100% - ((4 - 1) * 20px)) / 4));
    margin-bottom: 0; }
  .mega-menu ul.second-level-container.ch-2 li.second-level-item:last-child {
    margin-right: 0; }
  .mega-menu ul.second-level-container.ch-3 {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto; }
  .mega-menu ul.second-level-container.ch-3 li.second-level-item {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 20px;
    width: calc(((100% - ((4 - 1) * 20px)) / 4));
    margin-bottom: 0; }
  .mega-menu ul.second-level-container.ch-3 li.second-level-item:last-child {
    margin-right: 0; }
  .mega-menu ul.second-level-container.ch-4 {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto; }
  .mega-menu ul.second-level-container.ch-4 li.second-level-item {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 20px;
    width: calc(((100% - ((4 - 1) * 20px)) / 4));
    margin-bottom: 0; }
  .mega-menu ul.second-level-container.ch-4 li.second-level-item:last-child {
    margin-right: 0; }
  .mega-menu li.second-level-item {
    margin-bottom: 20px;
    background-color: transparent; }
  .mega-menu li.second-level-item > a {
    font-family: inherit;
    font-size: 1.125em;
    font-weight: bold; }
  .mega-menu li.second-level-item ul.third-level-container {
    position: relative;
    left: 0;
    width: auto;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .mega-menu li.second-level-item, .mega-menu ul.third-level-container {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
  .mega-menu li.third-level-item > a {
    font-family: inherit;
    font-size: 1.125em;
    font-weight: 300; }
  .mega-menu .navigation-top-tasks-container {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all; }
  .mega-menu .navigation-top-tasks-container section ul.navigation-top-tasks-list {
    background: transparent;
    top: 0;
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto; }
  .mega-menu .navigation-top-tasks-container li {
    display: inline-block;
    width: auto; } }

@media (min-width: 1160px) {
  .oc-two-level-menu .header-layout-3 .sf-menu ul, .oc-two-level-menu .header-layout-4 .sf-menu ul {
    padding-left: calc(195px + 15px + 0px + 0px + 0px + ((100% - 1140px) / 2)); }
  .header-full-width.oc-two-level-menu .header-layout-3 .sf-menu ul, .header-full-width.oc-two-level-menu .header-layout-4 .sf-menu ul {
    padding-left: calc(195px + 15px + 0px + 0px + 0px); } }

@media (min-width: 1180px) {
  .oc-two-level-menu .navigation-container-option-1 .sf-menu ul, .oc-two-level-menu .navigation-container-option-2 .sf-menu ul {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1140px) / 2); }
  .header-full-width.oc-two-level-menu .navigation-container-option-1 .sf-menu ul, .header-full-width.oc-two-level-menu .navigation-container-option-2 .sf-menu ul {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .oc-two-level-menu .header-layout-3 .sf-menu ul, .oc-two-level-menu .header-layout-4 .sf-menu ul {
    padding-right: calc((100% - 1140px) / 2); }
  .header-full-width.oc-two-level-menu .header-layout-3 .sf-menu ul, .header-full-width.oc-two-level-menu .header-layout-4 .sf-menu ul {
    padding-right: 20px;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3; }
  .header-full-width.oc-two-level-menu .navigation-container-option-1 .sf-menu ul, .header-full-width.oc-two-level-menu .navigation-container-option-2 .sf-menu ul {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4; } }

@media (min-width: 1273px) {
  .side-menu-right .header-layout-2 #header-search {
    margin-right: 0; }
  .side-menu-right.header-full-width .header-layout-2 #header-search {
    margin-right: 83px; } }
/* keep this import at the bottom! */
body.high-contrast {
  --green: #3c9c70;
  --blue: #182a32;
  --gold: #ff9210;
  --blue-grey: #a1a7ab;
  --grey: #ffffff;
  --dark-grey: #9ba1a5;
  --darker-grey: #58595b;
  --text-color: #000000;
  --text-light: 400; }
  body.high-contrast .accessibility__color {
    background: yellow !important;
    color: black !important; }
  body.high-contrast #translate .menu ul a:focus, body.high-contrast #translate .menu ul a:hover {
    background: var(--blue);
    color: #ffffff; }
  body.high-contrast .btn--blue {
    position: inherit; }
  body.high-contrast > headernav ul.dropdown.services li.lvl-2 > a {
    color: #000000 !important; }
  body.high-contrast > header .search--btn {
    background: #ffffff !important;
    border-bottom: 2px solid var(--blue); }
    body.high-contrast > header .search--btn i {
      color: #000000 !important; }
    body.high-contrast > header .search--btn__submit span {
      background: #2e7756; }
  body.high-contrast > header nav#main_nav {
    background: #182a32; }
  body.high-contrast main.template__home .section__grid .grid-item h3 {
    color: #000000 !important; }
  body.high-contrast .section__header .heading h1 {
    color: #000000 !important; }
  body.high-contrast .section__header .slideshow .captions {
    background: var(--blue) !important; }
  body.high-contrast .section__help-tool {
    background: var(--blue) !important; }
    body.high-contrast .section__help-tool .heading h2 {
      color: #ffffff !important;
      position: inherit; }
    body.high-contrast .section__help-tool .tool form .input-wrap label {
      color: #000000 !important; }
    body.high-contrast .section__help-tool .tool form .input-wrap select {
      background: url("../img/select-icon.svg") 96%/8% no-repeat #2e7756 !important;
      color: #ffffff; }
    body.high-contrast .section__help-tool .tool form button {
      background: #000000 !important; }
      body.high-contrast .section__help-tool .tool form button:disabled {
        background: #666666 !important; }
  body.high-contrast .section__serve .block h3 {
    color: #000000 !important; }
  body.high-contrast .section__connect {
    background: #2e7756 !important; }
    body.high-contrast .section__connect form label {
      color: var(--darker-grey); }
    body.high-contrast .section__connect form .actions input {
      background: #000000 !important;
      font-size: 2.5rem;
      font-weight: 600; }
      body.high-contrast .section__connect form .actions input:focus {
        border: 2px solid #ffffff !important;
        -webkit-box-shadow: 0 0 5px #ffffff !important;
                box-shadow: 0 0 5px #ffffff !important; }
  body.high-contrast #footer {
    position: inherit; }
  body.high-contrast .wysiwyg_styles a {
    color: #396377;
    text-decoration: underline;
    -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 100ms cubic-bezier(0.4, 0, 0.2, 1); }
    body.high-contrast .wysiwyg_styles a:hover, body.high-contrast .wysiwyg_styles a:focus {
      color: #ffffff !important;
      background: #396377;
      -webkit-box-shadow: 0 0 0 0.15rem #396377;
              box-shadow: 0 0 0 0.15rem #396377; }
  body.high-contrast .wysiwyg_styles h2::after, body.high-contrast .wysiwyg_styles h3::after {
    background: var(--blue); }
  body.high-contrast .wysiwyg_styles .accordion .card {
    border-left-color: var(--blue);
    border-right-color: var(--blue); }
  body.high-contrast .wysiwyg_styles blockquote p::before, body.high-contrast .wysiwyg_styles blockquote p::after {
    color: black !important; }
  body.high-contrast .wysiwyg_styles blockquote footer {
    color: black !important; }
  body.high-contrast .template__interior header .heading .wrap {
    background: #2e7756; }
  body.high-contrast .template__interior .section__call-out::before {
    content: none; }
  body.high-contrast .template__interior .section__main-content {
    background: none;
    color: #000000; }
  body.high-contrast .template__interior .section__team {
    background: none;
    color: #000000; }
  body.high-contrast .template__interior .section__ad-space::before {
    content: none; }
  body.high-contrast .template__interior .section__contact {
    background: var(--blue); }
  body.high-contrast .template__blog-landing .post .content-wrap {
    border-color: var(--blue); }
    body.high-contrast .template__blog-landing .post .content-wrap time {
      color: var(--darker-grey); }
  body.high-contrast .template__blog-post .section__main-content {
    color: var(--text-color); }
  body.high-contrast .template__blog-post .section__related-posts::before {
    background: #2e7756 !important; }
  body.high-contrast .template__blog-post .section__related-posts .block:hover {
    outline: 1px dotted #000000; }

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

:root {
  font-size: 62.5%;
  --nav-left-offset: 350px;
  --nav-top-offset: 126.5px; }
  @media (max-width: 1199px) {
    :root {
      --nav-top-offset: 101.5px; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    :root {
      --nav-top-offset: 121.5px; } }
  @media (max-width: 979px) {
    :root {
      --nav-left-offset: 60vw; } }
  @media (max-width: 674px) {
    :root {
      --nav-top-offset: 91.5px; } }

[tabindex]:focus {
  outline: 1px dotted black; }

p {
  line-height: 1.5; }
  @media (max-width: 979px) {
    p {
      line-height: 1.4; } }

body.logged-in .pac-container.pac-logo {
  margin-top: -32px; }

@media (max-width: 979px) {
  body.logged-in header#main-header {
    padding-top: 46px; } }

@media (min-width: 783px) and (max-width: 979px) {
  body.logged-in header#main-header {
    padding-top: 32px; } }

@media (max-width: 674px) {
  html #wpadminbar {
    position: fixed; } }

.fancybox-navigation {
  position: unset; }

@media (max-width: 674px) {
  .fancybox-slide {
    padding: 44px 0; } }

.board-modal img {
  float: left;
  margin: 1rem 5rem 3rem 0; }
  @media (max-width: 979px) {
    .board-modal img {
      float: none;
      margin: 2rem auto; } }

img.transparent-image {
  background: transparent !important; }

.protected-post-form {
  max-width: 500px;
  background: white;
  border-radius: 5px;
  margin: 6rem auto 10rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .protected-post-form p {
    margin-bottom: 2rem; }
  .protected-post-form .input-wrap input {
    padding: 2.75rem 2rem 1.25rem;
    width: 100%; }
    @media (max-width: 979px) {
      .protected-post-form .input-wrap input {
        padding: 2.2rem 1rem 1rem; } }
  .protected-post-form .input-wrap label {
    font-size: 1.6rem;
    z-index: 1;
    margin: 0;
    color: rgba(35, 31, 32, 0.8);
    position: absolute;
    top: 0.55rem;
    left: 1.25rem; }
    @media (max-width: 979px) {
      .protected-post-form .input-wrap label {
        top: 0.3rem;
        left: 0.5rem; } }
  .protected-post-form input[type="submit"] {
    margin-left: auto; }

.skipToMain {
  background: var(--blue);
  color: #ffffff;
  border: 2px solid #ffffff;
  border-top: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 2rem;
  font-weight: 400;
  left: 50%;
  padding: 1rem;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999; }
  .skipToMain:active, .skipToMain:focus {
    color: #ffffff;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.btn {
  --primaryColor: hsl(var(--color),var(--l));
  --primaryColor-darker: hsl(var(--color),calc(var(--l) - 5%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--accentColor) !important;
  background: var(--primaryColor);
  padding: .5rem 2.5rem;
  font-size: 2.2rem;
  font-family: "caecilia", serif;
  line-height: 1.2;
  text-align: left;
  text-transform: lowercase;
  border: none !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important; }
  @media (max-width: 674px) {
    .btn {
      font-size: 2rem; } }
  @media (max-width: 479px) {
    .btn {
      font-size: 1.8rem; } }
  .btn::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--accentColor);
    border-right: 1px solid var(--accentColor);
    margin-left: 1rem;
    -webkit-transform: translate(0, 1px) rotate(45deg);
        -ms-transform: translate(0, 1px) rotate(45deg);
            transform: translate(0, 1px) rotate(45deg);
    -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 100ms cubic-bezier(0.4, 0, 0.2, 1); }
  .btn:hover, .btn:focus {
    color: var(--accentColor) !important;
    background: var(--primaryColor-darker) !important; }
    .btn:hover::after, .btn:focus::after {
      -webkit-transform: translate(5px, 1px) rotate(45deg);
          -ms-transform: translate(5px, 1px) rotate(45deg);
              transform: translate(5px, 1px) rotate(45deg); }
  .btn:focus {
    outline: 1px dotted black !important; }
  .btn--gold {
    --color: 34, 100%;
    --l: 53%;
    --accentColor: #000000; }
  .btn--green {
    --color: 153, 44%;
    --l: 42%;
    --accentColor: #ffffff; }
  .btn--blue {
    --color: 199, 35%;
    --l: 35%;
    --accentColor: #ffffff; }
  .btn--white {
    --color: 0,0%;
    --l: 100%;
    --accentColor: #000000;
    border: 2px solid var(--gold) !important; }

.section__main-content .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.pagination {
  clear: both;
  text-align: center;
  background: #ffffff;
  padding: 1rem; }
  @media (min-width: 480px) {
    .pagination .page-numbers {
      font-size: 2.2rem;
      padding: 0 0.25rem; } }
  .pagination .page-numbers:not(.current):hover {
    color: #ffffff;
    background: var(--blue); }

body {
  font-family: "Gotham Rounded A", "Gotham Rounded B", helvetica, sans-serif;
  font-size: 1.79em;
  line-height: 1.2;
  font-weight: 400;
  color: var(--text-color);
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

#translate {
  position: fixed;
  bottom: 15rem;
  left: calc((((100vw - 1440px) / 2) + 1440px) + 1.5rem);
  cursor: pointer;
  -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1; }
  @media (max-width: 1680px) {
    #translate {
      left: unset;
      right: 2rem; } }
  @media (max-width: 979px) {
    #translate {
      right: 0; } }
  @media (max-width: 674px) {
    #translate {
      bottom: 7rem; } }
  @media (max-width: 379px) {
    #translate {
      bottom: 12rem; } }
  #translate #translate-toggle {
    background: #ffffff;
    padding: 0.5rem 1.3rem;
    border-radius: 5px;
    border: 2px solid var(--blue);
    z-index: 1;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.8rem;
    color: var(--blue);
    -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 90px;
    min-height: 62px; }
    @media (max-width: 979px) {
      #translate #translate-toggle {
        border-top-right-radius: 0;
        border-right: none;
        border-bottom-right-radius: 0;
        padding: 0rem 1rem;
        min-width: 82px;
        min-height: 52px; } }
    @media (max-width: 479px) {
      #translate #translate-toggle {
        padding: 0.5rem;
        min-width: unset;
        min-height: unset;
        line-height: .8;
        -webkit-transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 150ms cubic-bezier(0.4, 0, 0.2, 1); } }
  #translate .label {
    position: absolute;
    top: 94%;
    left: 0;
    background: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0 0.5rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media (max-width: 979px) {
      #translate .label {
        font-size: 1.2rem;
        border-bottom-right-radius: 0; } }
    @media (max-width: 479px) {
      #translate .label {
        display: none; } }
  #translate .menu {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius: 100%;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    border: 2px solid var(--blue); }
    @media (max-width: 979px) {
      #translate .menu {
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        right: 0;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }
    @media (max-width: 479px) {
      #translate .menu {
        -webkit-transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 150ms cubic-bezier(0.4, 0, 0.2, 1); } }
    #translate .menu ul {
      list-style: none;
      padding-left: 0;
      margin: 6.2rem 0 1rem; }
      @media (max-width: 479px) {
        #translate .menu ul {
          margin: 5.2rem 0 0.5rem; } }
      #translate .menu ul li:not(:last-of-type) {
        margin-bottom: 0.5rem; }
      #translate .menu ul a {
        color: #000000;
        font-size: 1.8rem;
        padding: 0.25rem 2rem;
        display: block;
        -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 100ms cubic-bezier(0.4, 0, 0.2, 1); }
        #translate .menu ul a:hover, #translate .menu ul a:focus {
          text-decoration: none;
          background: #ffb55d; }
  #translate.open #translate-toggle {
    border-color: #ffffff; }
    @media (max-width: 479px) {
      #translate.open #translate-toggle {
        -webkit-transform: translateX(-25%);
            -ms-transform: translateX(-25%);
                transform: translateX(-25%); } }
    @media (max-width: 479px) {
      #translate.open #translate-toggle.spanish {
        -webkit-transform: translateX(-15%);
            -ms-transform: translateX(-15%);
                transform: translateX(-15%); } }
  #translate.open .menu {
    -webkit-transform: scale(1) translateY(-2px);
        -ms-transform: scale(1) translateY(-2px);
            transform: scale(1) translateY(-2px);
    border-radius: 5px; }

@media (max-width: 1199px) {
  body.nav-open > header nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    body.nav-open > header nav ul.dropdown {
      opacity: 1; }
  body.nav-open #overlay {
    opacity: 1; }
  body.nav-open main,
  body.nav-open #footer {
    display: inherit; }
  body.nav-open #translate {
    display: none; } }

body > header {
  position: fixed;
  width: 100vw;
  top: 0;
  white-space: nowrap;
  background: var(--blue);
  color: #ffffff;
  z-index: 100;
  --logoHeight: 55px;
  --YPadding: 2rem; }
  @media (max-width: 1439px) {
    body > header {
      --logoHeight: 50px; } }
  @media (max-width: 1199px) {
    body > header {
      --YPadding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 674px) {
    body > header {
      --logoHeight: 40px; } }
  body > header .social_media {
    background: var(--text-color);
    padding: 7px;
    color: var(--white);
    text-align: right;
    font-size: 1.75rem; }
    @media (max-width: 1199px) {
      body > header .social_media {
        text-align: center;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    body > header .social_media a {
      color: var(--white);
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
    body > header .social_media .social_media_group {
      max-width: 1440px;
      margin: auto;
      padding-right: 155px;
      height: 1em; }
      @media (max-width: 1199px) {
        body > header .social_media .social_media_group {
          padding-right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    body > header .social_media i.fa-brands.fab {
      margin-left: 1.0em; }
      @media (max-width: 674px) {
        body > header .social_media i.fa-brands.fab {
          margin: 0; } }
  body > header.scrolled > .social_media {
    display: none; }
  body > header .wrap {
    display: grid;
    grid-template-columns: auto 1fr auto; }
    @media (max-width: 1199px) {
      body > header .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 0.5rem; } }
  body > header .hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 1.5rem 1rem;
    margin: auto 0;
    display: block;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    @media (min-width: 1200px) {
      body > header .hamburger {
        display: none; } }
    body > header .hamburger span {
      display: block;
      background: #ffffff;
      height: 2px;
      width: 30px;
      -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left; }
      body > header .hamburger span:not(:last-of-type) {
        margin-bottom: 7px; }
      body > header .hamburger span:nth-child(1) {
        -webkit-transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
                transform: translate3d(0, 0, 0) rotate(0) scaleX(1); }
      body > header .hamburger span:nth-child(2) {
        -webkit-transform: scaleX(0.5);
            -ms-transform: scaleX(0.5);
                transform: scaleX(0.5); }
      body > header .hamburger span:nth-child(3) {
        -webkit-transform: translate3d(0, 0, 0) rotate(0) scaleX(0.75);
                transform: translate3d(0, 0, 0) rotate(0) scaleX(0.75); }
    body > header .hamburger rect {
      fill: white; }
    body > header .hamburger span {
      display: inherit; }
    body > header .hamburger.open {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); }
      body > header .hamburger.open span:nth-child(1) {
        -webkit-transform: translate3d(19px, -1px, 0) rotate(45deg) scaleX(0.5);
                transform: translate3d(19px, -1px, 0) rotate(45deg) scaleX(0.5); }
      body > header .hamburger.open span:nth-child(2) {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
      body > header .hamburger.open span:nth-child(3) {
        -webkit-transform: translate3d(19px, 1px, 0) rotate(-45deg) scaleX(0.5);
                transform: translate3d(19px, 1px, 0) rotate(-45deg) scaleX(0.5); }
  body > header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: var(--YPadding) 1.5rem;
    -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 100ms cubic-bezier(0.4, 0, 0.2, 1); }
    @media (max-width: 1439px) {
      body > header .logo {
        padding: var(--YPadding) 3rem; } }
    body > header .logo img {
      height: var(--logoHeight);
      max-width: 100%; }
  body > header nav {
    padding-right: 4rem;
    position: unset; }
    @media (max-width: 1439px) {
      body > header nav {
        padding-right: 2rem; } }
    @media (max-width: 1199px) {
      body > header nav {
        display: block;
        height: calc((var(--vh, 1vh) * 100) - var(--nav-top-offset));
        position: absolute;
        top: var(--nav-top-offset);
        left: 0;
        width: var(--nav-left-offset);
        padding: 0;
        background: #4a8099;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(calc(var(--nav-left-offset) * -1));
            -ms-transform: translateX(calc(var(--nav-left-offset) * -1));
                transform: translateX(calc(var(--nav-left-offset) * -1));
        -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); } }
    body > header nav * {
      line-height: 1.2; }
    body > header nav ul {
      list-style: none;
      padding-left: 0; }
    body > header nav ul.main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0;
      height: 100%;
      position: unset; }
      @media (max-width: 1199px) {
        body > header nav ul.main {
          position: relative;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); }
          body > header nav ul.main.open {
            -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                    transform: translateX(-100%); } }
      body > header nav ul.main li.lvl-1 {
        position: relative; }
        body > header nav ul.main li.lvl-1.services {
          position: unset; }
        body > header nav ul.main li.lvl-1::after {
          --width: 8rem;
          display: block;
          opacity: 0;
          -webkit-transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
          -o-transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
          top: -3rem;
          left: 50%;
          -webkit-transform: translate(-50%, 10px);
              -ms-transform: translate(-50%, 10px);
                  transform: translate(-50%, 10px);
          width: var(--width);
          height: calc(var(--width)*.75);
          background: #ff9210;
          -webkit-clip-path: polygon(50% 0%, 100% 66.66%, 75% 100%, 50% 66.66%, 25% 100%, 0% 66.66%);
                  clip-path: polygon(50% 0%, 100% 66.66%, 75% 100%, 50% 66.66%, 25% 100%, 0% 66.66%);
          pointer-events: none; }
          @media (min-width: 1200px) {
            body > header nav ul.main li.lvl-1::after {
              content: ''; } }
          @media (max-width: 1439px) {
            body > header nav ul.main li.lvl-1::after {
              --width: 6rem;
              top: -2rem; } }
        body > header nav ul.main li.lvl-1 > a {
          color: #ffffff;
          font-weight: 300;
          padding: 0 2rem;
          -webkit-transition: background 100ms cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: background 100ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: background 100ms cubic-bezier(0.4, 0, 0.2, 1); }
          @media (min-width: 1200px) {
            body > header nav ul.main li.lvl-1 > a {
              display: grid;
              place-items: center;
              height: 100%; } }
          @media (max-width: 1199px) {
            body > header nav ul.main li.lvl-1 > a {
              display: block;
              padding: 2.2rem 2rem;
              font-size: 2.2rem; }
              body > header nav ul.main li.lvl-1 > a:hover {
                background: rgba(57, 99, 119, 0.85);
                text-decoration: none; } }
          @media (max-width: 674px) {
            body > header nav ul.main li.lvl-1 > a {
              font-size: 1.8rem; } }
        @media (min-width: 1200px) {
          body > header nav ul.main li.lvl-1:hover::after, body > header nav ul.main li.lvl-1:focus::after, body > header nav ul.main li.lvl-1:focus-within::after {
            opacity: 1;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); }
          body > header nav ul.main li.lvl-1:hover > a, body > header nav ul.main li.lvl-1:focus > a, body > header nav ul.main li.lvl-1:focus-within > a {
            text-decoration: none;
            background: #284655; }
          body > header nav ul.main li.lvl-1:hover ul.dropdown, body > header nav ul.main li.lvl-1:focus ul.dropdown, body > header nav ul.main li.lvl-1:focus-within ul.dropdown {
            opacity: 1;
            visibility: visible; } }
        @media (max-width: 1199px) {
          body > header nav ul.main li.lvl-1 {
            position: unset !important;
            width: 100%; }
            body > header nav ul.main li.lvl-1.open .dropdown {
              z-index: 1;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; } }
    body > header nav ul.dropdown {
      --imgWidth: 400px;
      left: 50%;
      -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
      position: absolute;
      opacity: 0; }
      @media (min-width: 1200px) {
        body > header nav ul.dropdown {
          visibility: hidden;
          background: #ffffff;
          -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
                  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
          -webkit-clip-path: polygon(-10% 0, 110% 0, 110% 110%, -10% 110%);
                  clip-path: polygon(-10% 0, 110% 0, 110% 110%, -10% 110%);
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          min-width: 200px;
          padding: 4rem 0 0; } }
      @media (max-width: 1649px) {
        body > header nav ul.dropdown {
          --imgWidth: 350px; } }
      @media (max-width: 1439px) {
        body > header nav ul.dropdown {
          --imgWidth: 300px; } }
      @media (max-width: 1199px) {
        body > header nav ul.dropdown {
          height: calc((var(--vh, 1vh) * 100) - var(--nav-top-offset)) !important;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transition: -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transform: translateX(100%);
              -ms-transform: translateX(100%);
                  transform: translateX(100%);
          background: #4a8099;
          opacity: 0; }
          body > header nav ul.dropdown.open {
            opacity: 1;
            z-index: 99; } }
      body > header nav ul.dropdown:not(.services) li.lvl-2 > a {
        display: block;
        color: #000000;
        padding: 1rem 3rem; }
        @media (min-width: 1200px) {
          body > header nav ul.dropdown:not(.services) li.lvl-2 > a:hover, body > header nav ul.dropdown:not(.services) li.lvl-2 > a:focus {
            text-decoration: none;
            background: #ff9210; }
            body > header nav ul.dropdown:not(.services) li.lvl-2 > a:hover::before, body > header nav ul.dropdown:not(.services) li.lvl-2 > a:hover::after, body > header nav ul.dropdown:not(.services) li.lvl-2 > a:focus::before, body > header nav ul.dropdown:not(.services) li.lvl-2 > a:focus::after {
              opacity: 1; } }
        @media (max-width: 1439px) {
          body > header nav ul.dropdown:not(.services) li.lvl-2 > a {
            padding: 1rem 2rem; } }
        @media (max-width: 1199px) {
          body > header nav ul.dropdown:not(.services) li.lvl-2 > a {
            padding: 2rem 1.5rem;
            width: 100%;
            border-bottom: 1px solid #ffffff;
            color: #ffffff;
            white-space: initial; }
            body > header nav ul.dropdown:not(.services) li.lvl-2 > a:hover {
              background: #417188;
              text-decoration: none; } }
        @media (max-width: 674px) {
          body > header nav ul.dropdown:not(.services) li.lvl-2 > a {
            font-size: 1.7rem; } }
        @media (max-width: 479px) {
          body > header nav ul.dropdown:not(.services) li.lvl-2 > a {
            padding: 1.5rem 1rem;
            font-size: 1.6rem; } }
      body > header nav ul.dropdown.services {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 675px;
        padding: 8rem 6rem calc(var(--imgWidth) / 4);
        left: 0; }
        @media (min-width: 1200px) {
          body > header nav ul.dropdown.services {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column wrap;
                    flex-flow: column wrap;
            -ms-flex-line-pack: justify;
                align-content: space-between; } }
        @media (max-width: 1649px) {
          body > header nav ul.dropdown.services {
            padding: 5rem 4rem calc(var(--imgWidth) / 4);
            height: 630px; } }
        @media (max-width: 1439px) {
          body > header nav ul.dropdown.services {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: 520px;
            padding: 3rem 1.5rem calc(var(--imgWidth) / 4); }
            body > header nav ul.dropdown.services .lvl-2 {
              max-width: 280px; } }
        @media (max-width: 1199px) {
          body > header nav ul.dropdown.services {
            padding: 0;
            overflow: scroll; }
            body > header nav ul.dropdown.services .lvl-2 {
              max-width: unset; } }
        body > header nav ul.dropdown.services::after {
          display: block;
          position: absolute;
          top: calc(100% - (var(--imgWidth) / 4));
          left: calc(var(--imgWidth) / -18);
          width: var(--imgWidth);
          height: calc((var(--imgWidth) / 4) * 3);
          background: url("../img/nav-img.svg") no-repeat center/cover;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 33.33333%, 0 33.33333%);
                  clip-path: polygon(0 0, 100% 0, 100% 33.33333%, 0 33.33333%); }
          @media (min-width: 1200px) {
            body > header nav ul.dropdown.services::after {
              content: ''; } }
        @media (min-width: 1200px) {
          body > header nav ul.dropdown.services li.lvl-2 {
            max-width: 290px; } }
        body > header nav ul.dropdown.services li.lvl-2 > a {
          color: #3c9c70;
          font-weight: 500;
          font-size: 2rem;
          display: block;
          border-bottom: 2px solid #3c9c70;
          padding-bottom: 0.5rem;
          margin-bottom: 0.75rem;
          cursor: default; }
          @media (min-width: 1200px) {
            body > header nav ul.dropdown.services li.lvl-2 > a {
              overflow-wrap: break-word;
              white-space: normal;
              line-height: 1; } }
          @media (max-width: 1439px) {
            body > header nav ul.dropdown.services li.lvl-2 > a {
              font-size: 1.8rem;
              padding-bottom: 0.25rem;
              margin-bottom: 0.5rem; } }
          @media (max-width: 1199px) {
            body > header nav ul.dropdown.services li.lvl-2 > a {
              padding: 0.75rem 1.5rem;
              margin: 0;
              background: #ffffff;
              color: var(--blue);
              border: none;
              white-space: initial; } }
          @media (max-width: 674px) {
            body > header nav ul.dropdown.services li.lvl-2 > a {
              font-size: 1.7rem; } }
          @media (max-width: 479px) {
            body > header nav ul.dropdown.services li.lvl-2 > a {
              padding: 0.75rem 1rem;
              font-size: 1.4rem; } }
          body > header nav ul.dropdown.services li.lvl-2 > a:hover {
            text-decoration: none; }
        body > header nav ul.dropdown.services li.lvl-2 ul {
          margin-bottom: 4rem; }
          @media (max-width: 1439px) {
            body > header nav ul.dropdown.services li.lvl-2 ul {
              margin-bottom: 2rem; } }
          @media (max-width: 1199px) {
            body > header nav ul.dropdown.services li.lvl-2 ul {
              margin: 0; } }
        body > header nav ul.dropdown.services li.lvl-3 > a {
          display: inline-block;
          color: #000000;
          padding: 0.5rem 0; }
          @media (min-width: 1200px) {
            body > header nav ul.dropdown.services li.lvl-3 > a {
              overflow-wrap: break-word;
              white-space: normal;
              line-height: 1; }
              body > header nav ul.dropdown.services li.lvl-3 > a:hover, body > header nav ul.dropdown.services li.lvl-3 > a:focus {
                text-decoration: none; }
                body > header nav ul.dropdown.services li.lvl-3 > a:hover::before, body > header nav ul.dropdown.services li.lvl-3 > a:hover::after, body > header nav ul.dropdown.services li.lvl-3 > a:focus::before, body > header nav ul.dropdown.services li.lvl-3 > a:focus::after {
                  opacity: 1; } }
          @media (max-width: 1439px) {
            body > header nav ul.dropdown.services li.lvl-3 > a {
              white-space: normal; } }

@media (max-width: 1439px) and (min-width: 980px) {
  body > header nav ul.dropdown.services li.lvl-3 > a {
    font-size: 1.6rem; } }
          @media (max-width: 1199px) {
            body > header nav ul.dropdown.services li.lvl-3 > a {
              padding: 2rem 1.5rem;
              width: 100%;
              border-bottom: 1px solid #ffffff;
              color: #ffffff;
              white-space: initial; }
              body > header nav ul.dropdown.services li.lvl-3 > a:hover {
                background: #417188;
                text-decoration: none; } }
          @media (max-width: 674px) {
            body > header nav ul.dropdown.services li.lvl-3 > a {
              font-size: 1.7rem; } }
          @media (max-width: 479px) {
            body > header nav ul.dropdown.services li.lvl-3 > a {
              padding: 1.75rem 1rem;
              font-size: 1.6rem; } }
          body > header nav ul.dropdown.services li.lvl-3 > a::before, body > header nav ul.dropdown.services li.lvl-3 > a::after {
            display: block;
            position: absolute;
            opacity: 0;
            -webkit-transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1); }
            @media (min-width: 1200px) {
              body > header nav ul.dropdown.services li.lvl-3 > a::before, body > header nav ul.dropdown.services li.lvl-3 > a::after {
                content: ''; } }
          body > header nav ul.dropdown.services li.lvl-3 > a::before {
            --iconWidth: 2.5rem;
            top: 50%;
            left: -2.75rem;
            -webkit-transform: translateY(-50%) rotate(90deg);
                -ms-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg);
            width: var(--iconWidth);
            height: calc(var(--iconWidth) * .75);
            background: #ff9210;
            -webkit-clip-path: polygon(50% 0%, 100% 66.66%, 75% 100%, 50% 66.66%, 25% 100%, 0% 66.66%);
                    clip-path: polygon(50% 0%, 100% 66.66%, 75% 100%, 50% 66.66%, 25% 100%, 0% 66.66%);
            pointer-events: none; }
            @media (max-width: 1439px) {
              body > header nav ul.dropdown.services li.lvl-3 > a::before {
                left: -2.5rem; } }
          body > header nav ul.dropdown.services li.lvl-3 > a::after {
            width: 100%;
            height: 2px;
            background: #000000;
            bottom: 2px;
            opacity: 0; }
            @media (max-width: 1439px) {
              body > header nav ul.dropdown.services li.lvl-3 > a::after {
                bottom: 3px; } }
      body > header nav ul.dropdown .mobile-back {
        display: block;
        cursor: pointer;
        background: #ff9210;
        color: var(--text-color);
        font-size: 2rem;
        padding: 1rem 1.5rem;
        font-weight: var(--text-medium); }
        @media (min-width: 1200px) {
          body > header nav ul.dropdown .mobile-back {
            display: none !important; } }
        @media (max-width: 674px) {
          body > header nav ul.dropdown .mobile-back {
            font-size: 1.9rem; } }
        @media (max-width: 479px) {
          body > header nav ul.dropdown .mobile-back {
            padding: 1rem;
            font-size: 1.7rem; } }
  body > header .search {
    display: block;
    position: unset; }
    body > header .search::before {
      content: '';
      width: calc(var(--logoHeight) + (2* var(--YPadding)));
      height: 100%;
      position: absolute;
      background: #bcc0c3;
      right: 0;
      -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      border-bottom: 2px solid transparent;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
      @media (max-width: 1199px) {
        body > header .search::before {
          background: none; } }
    body > header .search.open::before {
      -webkit-transform: scaleX(50);
          -ms-transform: scaleX(50);
              transform: scaleX(50);
      z-index: 1;
      background: #ffffff;
      border-bottom-color: #000000; }
    body > header .search.open .search--form {
      display: grid;
      opacity: 1;
      -webkit-transition-delay: 500ms;
           -o-transition-delay: 500ms;
              transition-delay: 500ms; }
    body > header .search.open .search--btn {
      border-bottom-color: #000000; }
      body > header .search.open .search--btn:hover, body > header .search.open .search--btn:focus {
        border-bottom-color: #000000; }
    body > header .search--btn {
      width: calc(var(--logoHeight) + (2* var(--YPadding)));
      height: 100%;
      background: #a1a7ab;
      cursor: pointer;
      display: grid;
      place-items: center;
      cursor: pointer;
      -webkit-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: 100ms cubic-bezier(0.4, 0, 0.2, 1);
      border: none;
      border-bottom: 2px solid transparent;
      outline: none; }
      @media (max-width: 1199px) {
        body > header .search--btn {
          background: none;
          width: auto;
          padding: 1rem 2rem;
          border: none; } }
      @media (min-width: 1200px) {
        body > header .search--btn:hover, body > header .search--btn:focus {
          background: #bcc0c3;
          border-bottom-color: #bcc0c3; } }
      body > header .search--btn i {
        color: var(--blue);
        -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1);
        font-size: 2.5rem; }
        @media (max-width: 1199px) {
          body > header .search--btn i {
            color: #ffffff;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; } }
      body > header .search--btn__close {
        background: none; }
        body > header .search--btn__close i {
          font-size: 3rem;
          color: #000000; }
      body > header .search--btn__submit {
        padding: 0;
        background: none; }
        body > header .search--btn__submit span {
          font-weight: var(--text-medium);
          color: #ffffff;
          width: 100%;
          height: 100%;
          display: grid;
          place-items: center;
          font-size: 2.6rem;
          background: var(--green);
          padding: 1rem 1.5rem; }
          @media (max-width: 1199px) {
            body > header .search--btn__submit span {
              border-bottom: 2px solid black;
              font-size: 2.3rem; } }
          @media (max-width: 674px) {
            body > header .search--btn__submit span {
              font-size: 2.1rem;
              padding: 1rem 1.25rem; } }
        @media (min-width: 1200px) {
          body > header .search--btn__submit:hover, body > header .search--btn__submit:focus {
            background: none; }
            body > header .search--btn__submit:hover span, body > header .search--btn__submit:focus span {
              background: #333333; } }
    body > header .search--form {
      display: none;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
      grid-template-columns: auto 1fr auto auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 1.5rem; }
      @media (max-width: 674px) {
        body > header .search--form {
          padding-left: 1rem; } }
      body > header .search--form .fa-search {
        font-size: 2.5rem;
        padding: 1.5rem 2rem 1.5rem 0;
        color: #000000; }
        @media (max-width: 674px) {
          body > header .search--form .fa-search {
            padding-right: 1rem; } }
      body > header .search--form input {
        background: none;
        border: none;
        color: #000000;
        width: 100%;
        font-size: 3rem;
        padding: 1rem 2rem;
        border-left: 2px solid #000000; }
        @media (max-width: 1199px) {
          body > header .search--form input {
            padding: 0.5rem 1.5rem;
            font-size: 2.6rem; } }
        @media (max-width: 674px) {
          body > header .search--form input {
            font-size: 2.4rem; } }
        @media (max-width: 479px) {
          body > header .search--form input {
            padding: 0.5rem 1rem;
            font-size: 2.2rem; } }
        body > header .search--form input:active, body > header .search--form input:focus {
          outline: none; }
  body > header.scrolled {
    --YPadding: 1rem; }
    body > header.scrolled .logo {
      display: inherit; }
    body > header.scrolled nav ul.main li.lvl-1::after {
      --width: 6rem;
      top: -2rem; }
    @media (max-width: 1199px) {
      body > header.scrolled nav#main_nav {
        top: calc(var(--nav-top-offset) - 31.5px); } }

#overlay {
  position: fixed;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99; }

main {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: var(--nav-top-offset); }

.section__help-tool {
  background: var(--gold);
  margin: 5rem auto; }
  @media (max-width: 1439px) {
    .section__help-tool {
      margin-bottom: 4rem auto; } }
  .section__help-tool h2 {
    color: #231f20 !important;
    text-transform: uppercase;
    font-size: 4rem; }
    @media (max-width: 979px) {
      .section__help-tool h2 {
        font-size: 3.8rem; } }
    @media (max-width: 674px) {
      .section__help-tool h2 {
        font-size: 3.2rem; } }
  .section__help-tool .container-custom, .section__help-tool body > header .wrap, body > header .section__help-tool .wrap, .section__help-tool .section__help-tool {
    display: grid;
    grid-template-columns: 1fr 2.25fr;
    padding: 6rem 10rem; }
    @media (max-width: 1439px) {
      .section__help-tool .container-custom, .section__help-tool body > header .wrap, body > header .section__help-tool .wrap, .section__help-tool .section__help-tool {
        grid-template-columns: 1fr 800px;
        padding: 6rem 5rem 6rem 1.5rem; } }
    @media (max-width: 1199px) {
      .section__help-tool .container-custom, .section__help-tool body > header .wrap, body > header .section__help-tool .wrap, .section__help-tool .section__help-tool {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem 4rem; } }
    @media (max-width: 379px) {
      .section__help-tool .container-custom, .section__help-tool body > header .wrap, body > header .section__help-tool .wrap, .section__help-tool .section__help-tool {
        padding: 3rem 1rem 4rem; } }
  .section__help-tool .heading {
    display: grid;
    place-items: center; }
    .section__help-tool .heading h2 {
      text-align: right;
      color: #ffffff;
      margin: 0; }
      @media (max-width: 1199px) {
        .section__help-tool .heading h2 {
          text-align: center;
          margin-bottom: 3rem; } }
  .section__help-tool .tool form {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    background: #ffffff;
    padding: 4rem 6rem 4rem 0;
    grid-template-columns: repeat(2, 1fr);
    /* 1dp elevation */
    -webkit-box-shadow: 0px 20px 28.2px 1.8px rgba(0, 0, 0, 0.15), 0px 8px 40.18px 0.82px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 28.2px 1.8px rgba(0, 0, 0, 0.15), 0px 8px 40.18px 0.82px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1199px) {
      .section__help-tool .tool form {
        grid-template-columns: repeat(2, 1fr) auto;
        grid-column-gap: 2rem;
        padding: 4rem 3rem; } }
    @media (max-width: 979px) {
      .section__help-tool .tool form {
        grid-template-columns: 1fr auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-row-gap: 2rem;
        grid-column-gap: 3rem; } }
    @media (max-width: 674px) {
      .section__help-tool .tool form {
        padding: 4rem 1.5rem;
        grid-column-gap: 1.5rem; } }
    @media (max-width: 479px) {
      .section__help-tool .tool form {
        grid-template-columns: 1fr;
        grid-row-gap: 1.5rem;
        padding: 3rem 1.5rem 2rem; } }
    @media (max-width: 379px) {
      .section__help-tool .tool form {
        padding: 3rem 1rem 2rem; } }
    .section__help-tool .tool form .input-wrap {
      display: grid;
      grid-template-columns: 1fr 270px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1439px) {
        .section__help-tool .tool form .input-wrap {
          grid-template-columns: auto 260px; } }
      @media (min-width: 1200px) {
        .section__help-tool .tool form .input-wrap:first-of-type {
          padding-right: 2rem; } }

@media (max-width: 1199px) and (min-width: 980px) {
  .section__help-tool .tool form .input-wrap:last-of-type {
    justify-self: flex-start; } }
      @media (max-width: 674px) {
        .section__help-tool .tool form .input-wrap {
          grid-template-columns: auto 220px; } }
      .section__help-tool .tool form .input-wrap label {
        padding-right: 1rem;
        text-align: right;
        margin: 0;
        color: var(--blue);
        font-size: 2rem; }
        @media (max-width: 674px) {
          .section__help-tool .tool form .input-wrap label {
            font-size: 2rem; } }
      .section__help-tool .tool form .input-wrap select {
        padding: 1.25rem 1rem;
        padding-right: 3.5rem;
        border: none;
        border-radius: 0;
        outline: none;
        max-width: 100%;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        cursor: pointer;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: url("../img/select-icon.svg") 96%/8% no-repeat #3c9c70;
        -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1); }
        .section__help-tool .tool form .input-wrap select:disabled {
          opacity: 0.5;
          cursor: default; }
        @media (max-width: 1439px) {
          .section__help-tool .tool form .input-wrap select {
            padding: 1.25rem 0.5rem;
            padding-right: 3.5rem; } }
      .section__help-tool .tool form .input-wrap select, .section__help-tool .tool form .input-wrap option {
        font-size: 2rem;
        font-family: "caecilia", serif;
        color: #231f20; }
        @media (max-width: 674px) {
          .section__help-tool .tool form .input-wrap select, .section__help-tool .tool form .input-wrap option {
            font-size: 1.6rem; } }
      .section__help-tool .tool form .input-wrap option {
        line-height: 1.4; }
        .section__help-tool .tool form .input-wrap option:nth-child(1) {
          padding-top: 0.5rem; }
        .section__help-tool .tool form .input-wrap option:nth-child(-1) {
          padding-bottom: 0.5rem; }
    .section__help-tool .tool form #toolSubmit {
      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;
      font-size: 3rem;
      font-family: "caecilia", serif;
      font-weight: 850;
      background: var(--blue);
      color: white;
      width: 75px;
      height: 75px;
      outline: none;
      border: none;
      padding: 0;
      border-radius: 50%;
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
              box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      -webkit-transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 1200px) {
        .section__help-tool .tool form #toolSubmit {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); } }

@media (max-width: 979px) and (min-width: 480px) {
  .section__help-tool .tool form #toolSubmit {
    grid-row: 1/3;
    grid-column: 2/3; } }
      @media (max-width: 674px) {
        .section__help-tool .tool form #toolSubmit {
          font-size: 2.6rem;
          width: 60px;
          height: 60px;
          -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
                  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); } }
      @media (max-width: 479px) {
        .section__help-tool .tool form #toolSubmit {
          justify-self: center;
          width: 65px;
          height: 65px; } }
      .section__help-tool .tool form #toolSubmit:hover {
        background: #315566;
        text-decoration: none; }
      .section__help-tool .tool form #toolSubmit:disabled, .section__help-tool .tool form #toolSubmit.disabled {
        background: #85b0c4;
        color: #231f20;
        cursor: default; }

.section__connect {
  background: #3c9c70;
  max-width: unset !important;
  padding: 4rem 3rem; }
  @media (max-width: 674px) {
    .section__connect {
      padding: 4rem 1.5rem; } }
  .section__connect .container-custom, .section__connect body > header .wrap, body > header .section__connect .wrap, .section__connect .section__help-tool {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 960px; }
    @media (max-width: 1439px) {
      .section__connect .container-custom, .section__connect body > header .wrap, body > header .section__connect .wrap, .section__connect .section__help-tool {
        grid-template-columns: 1fr; } }
    @media (max-width: 1199px) {
      .section__connect .container-custom, .section__connect body > header .wrap, body > header .section__connect .wrap, .section__connect .section__help-tool {
        grid-template-columns: 1fr; } }
  .section__connect .cta {
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 1199px) {
      .section__connect .cta {
        margin-bottom: 3rem; } }
    .section__connect .cta h3 {
      font-size: 3rem;
      font-weight: 300;
      color: #ffffff; }
    .section__connect .cta p {
      margin: 0;
      color: #ffffff; }

.wFormContainer {
  max-width: unset !important;
  margin: 0; }

.wForm {
  padding: 0 !important;
  /*
			.actions {
				position: relative;
				margin: 0 !important;
				padding: 0 !important;
				display: grid;
				grid-template-columns: .1fr .05fr;
				grid-column: 1 / -1;
				transform: translate(0,-50%);
				justify-content: end;
				@include media('<sm') {
					transform: translate(0,0);
					justify-content: center;
				}
				#google-captcha {
					transform: translate(0);
					@include media('<md') {
						transform: translate(15%);
					}
					@include media('<sm') {
						transform: translate(7.5%);
					}
				}
				input {
					transform: translate(-25%);
					@include media('<md') {
						transform: translate(5%);
					}
					@include media('<sm') {
						transform: translate(0);
						border-radius: 50%;
						width: 5.2rem;
						height: 5.2rem;
					}
				}
			}
      */ }
  .wForm .inputWrapper {
    display: unset !important; }

.wFormHeader,
.wFormFooter,
.supportInfo {
  display: none; }

:root {
  font-size: 16px; }

body {
  font-size: 1rem;
  background: #f4f4f4; }

body,
.montserrat,
.questrial {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: <weight>;*/
  font-style: normal; }

.template__interior .section__main-content .wFormContainer .wForm legend::after,
.tfa-resets .wFormContainer .wForm legend::after {
  display: none; }

body > header .social_media {
  display: none; }

.template__interior header {
  margin: 0rem 0 0rem;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 102, 51, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 102, 51, 0.15); }

body > header .wrap,
main.template__home .section {
  max-width: none; }

body > header .wrap,
main.template__home .section {
  max-width: 1140px; }

.toolbar-outer-container {
  background-color: #09692D;
  height: 40px;
  width: 100%; }

header#main-header {
  display: block;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
  height: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 102, 51, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 102, 51, 0.15);
  z-index: 8;
  position: relative;
  background-color: #E8F2E2;
  color: #09692d;
  font-family: Montserrat; }

#nav,
#nav a,
body > header nav ul.main li.lvl-1 > a {
  color: #1F1F1F; }

#main_nav {
  display: none; }

body > header .search {
  display: none; }

.template__interior .section__main-content {
  background: #f4f4f4;
  margin: 0 auto;
  display: block; }

body > header .logo {
  display: block;
  background-image: url("https://www.oak-park.us/files/oc-templates/00000000-0000-0000-0000-000000000000/33f27c8a-200b-4e87-833e-a6d4565e4cad/v/144/logo.svg?t=638978988494566373");
  width: 195px;
  height: 95px;
  background-position: 0px 0px;
  padding: 0; }

.logo img {
  display: none; }

#main {
  padding-top: 0; }

.template__interior header .heading {
  display: none; }

.wForm h1,
.wForm h1.long {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 2.375em !important;
  font-weight: bold !important;
  color: #003E16 !important;
  margin: 0px 0px 2rem 0px !important;
  font-style: normal !important; }
  @media (max-width: 979px) {
    .wForm h1,
    .wForm h1.long {
      font-size: 1.725rem !important; } }

.template__interior header .heading .wrap {
  -webkit-box-shadow: 0 20px 28.2px 1.8px rgba(0, 0, 0, 0.15), 0 8px 40.18px 0.82px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 28.2px 1.8px rgba(0, 0, 0, 0.15), 0 8px 40.18px 0.82px rgba(0, 0, 0, 0.1); }

.template__interior header .heading .wrap {
  padding: 3rem 4.5rem;
  background: white; }

.template__interior header .heading .wrap::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--iconWidth);
  height: calc(var(--iconWidth) * .75);
  pointer-events: none; }

p,
.wForm p {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  margin: 0 0 14px !important;
  font-size: 1.125rem !important;
  color: #1f1f1f !important;
  font-weight: 450 !important;
  margin-bottom: 1rem !important;
  line-height: 1.5 !important; }

.wForm .htmlSection {
  padding: 2px 0; }

.template__interior .section__main-content .wFormContainer .wForm br,
.tfa-resets .wFormContainer .wForm br {
  display: block !important;
  margin-bottom: 0.5rem; }

.template__interior .section__main-content h4,
.template__team .section__team h4,
.wysiwyg_styles h4,
main.template__blog-post .section__main-content h4 {
  font-size: 1.125rem; }

.template__interior .section__main-content h5,
.template__team .section__team h5,
.wysiwyg_styles h5,
main.template__blog-post .section__main-content h5 {
  font-size: 1.125rem; }

.template__interior .section__main-content .wFormContainer .wForm label,
.tfa-resets .wFormContainer .wForm label,
.wFormContainer .wForm label,
.template__interior .section__main-content .wFormContainer .wForm div[role="group"] > label,
.template__interior .section__main-content .wFormContainer .wForm div[role="radiogroup"] > label,
.tfa-resets .wFormContainer .wForm div[role="group"] > label,
.tfa-resets .wFormContainer .wForm div[role="radiogroup"] > label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  border: none; }

.template__interior .section__main-content .wFormContainer .wForm legend,
.tfa-resets .wFormContainer .wForm legend,
.wform,
.wform p,
.wForm textarea,
.wForm input[type="text"],
.wForm select,
.wForm legend {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 1.125rem !important; }

.wForm textarea {
  height: 3rem;
  min-height: 3rem; }

.wForm textarea,
.wForm input[type="text"],
.wForm select,
.wForm .htmlSection {
  width: 100%;
  min-width: 0px;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-property: var(--chakra-transition-property-common);
  -o-transition-property: var(--chakra-transition-property-common);
  transition-property: var(--chakra-transition-property-common);
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: top;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  border-radius: 0.375rem;
  border-style: solid;
  border-width: 1px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  border-color: inherit;
  background: inherit;
  font-size: 0.875rem;
  line-height: 133%;
  font-weight: var(--chakra-fontWeights-normal);
  color: var(--chakra-colors-gray-700); }

.wForm .htmlContent {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0; }

.template__interior .section__main-content h4 i {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-style: italic; }

.wForm .reqMark::after {
  content: "*" !important;
  display: inline;
  margin-left: 0.25rem; }

#tfa_1 {
  padding: 1.5rem 6px !important; }

#tfa_11 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0 !important; }

#tfa_82 {
  clear: both; }

#tfa_11 .field-container-D,
#tfa_15 .field-container-D,
#tfa_89 .field-container-D {
  float: left;
  width: 50%;
  max-width: 50%; }
  @media (max-width: 979px) {
    #tfa_11 .field-container-D,
    #tfa_15 .field-container-D,
    #tfa_89 .field-container-D {
      float: none;
      width: 100%;
      max-width: 100%; } }

.wForm #tfa_77 {
  border: 1px solid #231f20;
  height: 200px;
  overflow-y: auto;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0.5rem;
  width: 98.5%;
  margin-left: auto;
  margin-right: auto; }

.wForm #tfa_77-HTML {
  padding: 2px 6px;
  border: none; }

.wForm #tfa_77 div {
  margin: 0 0 0.5rem; }

.template__interior .section__main-content .wFormContainer .wForm b,
.tfa-resets .wFormContainer .wForm b {
  font-weight: 700 !important; }

.template__interior .section__main-content .wFormContainer .wForm u,
.tfa-resets .wFormContainer .wForm u {
  font-style: italic !important; }

.wForm #submit_button {
  /*
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  */
  display: inline-block;
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 2px;
  line-height: 1.2;
  border-radius: 0.5rem;
  font-weight: 700;
  -webkit-transition-property: var(--chakra-transition-property-common);
  -o-transition-property: var(--chakra-transition-property-common);
  transition-property: var(--chakra-transition-property-common);
  -webkit-transition-duration: var(--chakra-transition-duration-normal);
       -o-transition-duration: var(--chakra-transition-duration-normal);
          transition-duration: var(--chakra-transition-duration-normal);
  /*variant: solid;*/
  background-color: #09692d;
  color: #ffffff;
  font-family: inherit;
  width: initial;
  height: 2.5rem; }
  @media (max-width: 979px) {
    .wForm #submit_button {
      height: 3rem;
      float: none;
      width: 100%;
      max-width: 100%; } }

.btn--gold,
.template__interior .section__ad-space .grid .img a,
.template__interior .section__contact form #submit_button,
.template__interior .section__main-content #search_tool #submit,
.template__interior .section__main-content .wFormContainer .wForm input[type="submit"],
.tfa-resets .wFormContainer .wForm input[type="submit"] {
  --color: #ffffff !important;
  color: #ffffff !important; }

.btn:focus,
.btn:hover,
.template__interior .section__ad-space .grid .img a:focus,
.template__interior .section__ad-space .grid .img a:hover,
.template__interior .section__contact form #submit_button:focus,
.template__interior .section__contact form #submit_button:hover,
.template__interior .section__main-content #search_tool #submit:focus,
.template__interior .section__main-content #search_tool #submit:hover,
.template__interior .section__main-content .wFormContainer .wForm input:focus[type="submit"],
.template__interior .section__main-content .wFormContainer .wForm input:hover[type="submit"],
.tfa-resets .wFormContainer .wForm input:focus[type="submit"],
.tfa-resets .wFormContainer .wForm input:hover[type="submit"] {
  --color: #ffffff !important;
  color: #ffffff !important;
  background-color: #09692d !important; }

.wFormContainer .supportInfo {
  display: none; }

.wForm .section {
  margin: 2rem 0 1rem; }

.wForm .hintsBelow .field-hint, .wForm .hintsBelow .field-hint-inactive {
  margin-top: 0.25rem;
  left: unset !important;
  top: unset !important; }

.template__interior .section__main-content .wFormContainer .wForm .hint {
  opacity: 1; }

.template__interior .section__main-content .container {
  font-family: "Montserrat", sans-serif;
  max-width: 1140px;
  background: white;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px; }

.breadcrumbs-container {
  height: 4rem;
  background-color: #E8F2E2;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

.wForm legend {
  width: 100%; }

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

footer {
  background: url("https://www.oak-park.us/files/oc-templates/00000000-0000-0000-0000-000000000000/33f27c8a-200b-4e87-833e-a6d4565e4cad/v/144/footer-img-bg.jpg") center top no-repeat;
  background-size: cover; }

@media (min-width: 992px) {
  .footer-outer-container {
    overflow-x: hidden; } }

@media (min-width: 992px) {
  .footer-outer-container {
    padding: 60px 10px 0px 10px; } }

@media (min-width: 992px) {
  .header-outer-container, .navigation-outer-container, .content-outer-container, .footer-outer-container {
    padding: 0 10px; } }

@media (min-width: 768px) {
  .footer-outer-container {
    padding: 10px 15px 10px 15px; } }

.footer-outer-container {
  background-color: rgba(0, 0, 0, 0);
  padding: 50px 38px 10px 38px; }

.content-outer-container, .footer-outer-container, .background-container {
  position: relative; }

@media (min-width: 992px) {
  .footer-outer-container.footer-second-row {
    padding: 30px 10px 30px 10px; } }

@media (min-width: 768px) {
  .footer-outer-container.footer-second-row {
    padding: 30px 15px 35px 15px; } }

.footer-outer-container.footer-second-row {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 38px 50px 38px; }

@media (min-width: 992px) {
  .footer-outer-container {
    overflow-x: hidden; } }

@media (min-width: 992px) {
  .footer-outer-container {
    padding: 60px 10px 0px 10px; } }

@media (min-width: 992px) {
  .header-outer-container, .navigation-outer-container, .content-outer-container, .footer-outer-container {
    padding: 0 10px; } }

@media (min-width: 768px) {
  .footer-outer-container {
    padding: 10px 15px 10px 15px; } }

.footer-outer-container {
  background-color: rgba(0, 0, 0, 0);
  padding: 50px 38px 10px 38px; }

.content-outer-container, .footer-outer-container, .background-container {
  position: relative; }

.footer-second-row:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 90%;
  max-width: 1140px;
  background: #09692D; }

.footer-first-row .grid-pad, .footer-second-row .grid-pad {
  padding: 0; }

.footer-first-row .grid-pad, .footer-second-row .grid-pad {
  padding-left: 0px;
  padding-right: 0px; }

.footer-secondary-links {
  color: #fff;
  font-size: .875em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 300;
  font-style: normal; }

.grid-pad {
  padding: 15px; }

.grid {
  margin: 0 -1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

user agent stylesheet div {
  display: block;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate; }

.footer-first-row .grid-pad p,
.footer-first-row .grid-pad .powered-by,
.footer-second-row .grid-pad p,
.footer-second-row .grid-pad .powered-by {
  color: #E8F2E2; }

@media (min-width: 768px) {
  .col-m-5.powered-by {
    float: right; } }

@media (min-width: 768px) {
  .powered-by {
    margin-top: 0; } }

.powered-by {
  margin-top: 20px; }

@media (min-width: 480px) {
  .powered-by {
    margin-top: 0px; } }

.powered-by {
  margin-top: 10px; }

ul.footer-links a, div.footer-secondary-links > div:first-child a {
  text-decoration: none; }

.footer-second-row .footer-secondary-links a {
  font-size: 1em; }

.footer-first-row .grid-pad a,
.footer-second-row .grid-pad a {
  outline-offset: 2px;
  color: #E8F2E2; }

.footer-container .footer-secondary-links a {
  color: #fff; }

.footer-container address, .footer-container a, .footer-container p {
  color: #fff;
  font-size: 1.125em;
  font-family: inherit;
  font-weight: 300;
  font-style: normal; }

a, a:visited {
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

a {
  text-decoration: underline;
  color: #09692D; }

a, a:visited {
  text-decoration: underline;
  color: #006BB7;
  -webkit-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s; }

@media (min-width: 992px) {
  .main-outer-container, .footer-container {
    overflow-x: visible; } }

@media (min-width: 992px) {
  .main-outer-container, .header-container, .footer-container, .navigation-container {
    max-width: 1140px;
    overflow-x: visible; } }

.main-outer-container, .header-container, .footer-container, .navigation-container {
  margin: 0 auto;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden; }

@media (min-width: 992px) {
  .main-outer-container, .footer-container {
    overflow-x: visible; } }

@media (min-width: 992px) {
  .main-outer-container, .header-container, .footer-container, .navigation-container {
    max-width: 1140px;
    overflow-x: visible; } }

.main-outer-container, .header-container, .footer-container, .navigation-container {
  margin: 0 auto;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden; }

@media (min-width: 992px) {
  .main-outer-container, .footer-container {
    overflow-x: visible; } }

@media (min-width: 992px) {
  .main-outer-container, .header-container, .footer-container, .navigation-container {
    max-width: 1140px;
    overflow-x: visible; } }

.main-outer-container, .header-container, .footer-container, .navigation-container {
  margin: 0 auto;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden; }

h3.footer-title {
  font-family: inherit;
  border-bottom: 0px none #5C5C5C;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  font-style: normal;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 20px 0px; }

@media (min-width: 768px) {
  .col-m-7 {
    width: 58.3333%; } }

[class*=" col-"], [class^="col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1%;
  padding-left: 1%; }

.footer-first-row .grid-pad a,
.footer-second-row .grid-pad a {
  outline-offset: 2px;
  color: #E8F2E2; }

ul.footer-links a, div.footer-secondary-links > div:first-child a {
  text-decoration: none; }

.footer-container address, .footer-container a, .footer-container p {
  color: #fff;
  font-size: 1.125em;
  font-family: inherit;
  font-weight: 300;
  font-style: normal; }

.footer-first-row .grid-pad a,
.footer-second-row .grid-pad a {
  outline-offset: 2px;
  color: #E8F2E2; }

ul.footer-links a {
  margin-bottom: 20px; }

ul.footer-links a, div.footer-secondary-links > div:first-child a {
  text-decoration: none; }

a, a:visited {
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

.footer-container address, .footer-container a, .footer-container p {
  color: #fff;
  font-size: 1.125em;
  font-family: inherit;
  font-weight: 300;
  font-style: normal; }

@media (min-width: 992px) {
  .footer-outer-container.footer-first-row .grid > div {
    margin-bottom: 50px; } }

.footer-first-row .grid > div {
  margin-bottom: 40px; }

.wForm fieldset {
  /*margin: 0 !important;*/
  border: none !important;
  padding: 0 !important; }

#HUD_table {
  margin: 1rem 0; }

#HUD_table td, #HUD_table th {
  padding: 0.5rem;
  border: 1px solid #333;
  text-align: center; }

#tfa_83 {
  margin-top: 2rem; }

.wForm h2 {
  font-size: 1.5rem !important;
  margin: 0.2rem 0 !important; }

.wForm #tfa_54 h2 {
  margin-bottom: 0; }

.template__interior .section__main-content .wFormContainer .wForm u,
.tfa-resets .wFormContainer .wForm u {
  font-style: normal !important; }

.wForm .lengthIndicator {
  display: none !important; }
