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

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

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

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

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #000000;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1e1e1e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: black;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

.lead {
  font-size: 1.40625rem;
  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, .comment-list {
  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.40625rem; }

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

.img-fluid, .wp-caption > img {
  max-width: 100%;
  height: auto; }

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

.figure, .wp-caption {
  display: inline-block; }

.figure-img, .wp-caption > img {
  margin-bottom: 0.5rem;
  line-height: 1; }

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-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.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-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.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-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.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-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.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control, .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea, .search-form .search-field {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, 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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control, .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea, .search-form .search-field {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand, .comment-form input[type="text"]::-ms-expand,
  .comment-form input[type="email"]::-ms-expand,
  .comment-form input[type="url"]::-ms-expand,
  .comment-form textarea::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .comment-form input[type="text"]:focus,
  .comment-form input[type="email"]:focus,
  .comment-form input[type="url"]:focus,
  .comment-form textarea:focus, .search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder,
  .comment-form input[type="email"]::-webkit-input-placeholder,
  .comment-form input[type="url"]::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .comment-form input[type="text"]:-ms-input-placeholder,
  .comment-form input[type="email"]:-ms-input-placeholder,
  .comment-form input[type="url"]:-ms-input-placeholder,
  .comment-form textarea:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, .comment-form input[type="text"]::placeholder,
  .comment-form input[type="email"]::placeholder,
  .comment-form input[type="url"]::placeholder,
  .comment-form textarea::placeholder, .search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .comment-form input[type="text"]:disabled,
  .comment-form input[type="email"]:disabled,
  .comment-form input[type="url"]:disabled,
  .comment-form textarea:disabled, .search-form .search-field:disabled, .form-control[readonly], .comment-form input[readonly][type="text"],
  .comment-form input[readonly][type="email"],
  .comment-form input[readonly][type="url"],
  .comment-form textarea[readonly], .search-form [readonly].search-field {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.3333333333;
  color: #000000;
  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.9765625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control,
.comment-form textarea, .search-form textarea.search-field {
  height: auto; }

.form-group, .comment-form p, .search-form label {
  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 {
    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: #28a745; }

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

.was-validated .form-control:valid, .was-validated .comment-form input[type="text"]:valid, .comment-form .was-validated input[type="text"]:valid, .was-validated
.comment-form input[type="email"]:valid,
.comment-form .was-validated input[type="email"]:valid, .was-validated
.comment-form input[type="url"]:valid,
.comment-form .was-validated input[type="url"]:valid, .was-validated
.comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .form-control.is-valid, .comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid, .search-form .is-valid.search-field, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .comment-form input[type="text"]:valid:focus, .comment-form .was-validated input[type="text"]:valid:focus, .was-validated
  .comment-form input[type="email"]:valid:focus,
  .comment-form .was-validated input[type="email"]:valid:focus, .was-validated
  .comment-form input[type="url"]:valid:focus,
  .comment-form .was-validated input[type="url"]:valid:focus, .was-validated
  .comment-form textarea:valid:focus,
  .comment-form .was-validated textarea:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .form-control.is-valid:focus, .comment-form input.is-valid[type="text"]:focus,
  .comment-form input.is-valid[type="email"]:focus,
  .comment-form input.is-valid[type="url"]:focus,
  .comment-form textarea.is-valid:focus, .search-form .is-valid.search-field:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .comment-form input[type="text"]:valid ~ .valid-feedback, .comment-form .was-validated input[type="text"]:valid ~ .valid-feedback, .was-validated
  .comment-form input[type="email"]:valid ~ .valid-feedback,
  .comment-form .was-validated input[type="email"]:valid ~ .valid-feedback, .was-validated
  .comment-form input[type="url"]:valid ~ .valid-feedback,
  .comment-form .was-validated input[type="url"]:valid ~ .valid-feedback, .was-validated
  .comment-form textarea:valid ~ .valid-feedback,
  .comment-form .was-validated textarea:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .comment-form input[type="text"]:valid ~ .valid-tooltip, .comment-form
  .was-validated input[type="text"]:valid ~ .valid-tooltip,
  .was-validated
  .comment-form input[type="email"]:valid ~ .valid-tooltip,
  .comment-form
  .was-validated input[type="email"]:valid ~ .valid-tooltip,
  .was-validated
  .comment-form input[type="url"]:valid ~ .valid-tooltip,
  .comment-form
  .was-validated input[type="url"]:valid ~ .valid-tooltip,
  .was-validated
  .comment-form textarea:valid ~ .valid-tooltip,
  .comment-form
  .was-validated textarea:valid ~ .valid-tooltip,
  .was-validated .search-form .search-field:valid ~ .valid-tooltip, .search-form
  .was-validated .search-field:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .comment-form input.is-valid[type="text"] ~ .valid-feedback,
  .comment-form input.is-valid[type="email"] ~ .valid-feedback,
  .comment-form input.is-valid[type="url"] ~ .valid-feedback,
  .comment-form textarea.is-valid ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .comment-form input.is-valid[type="text"] ~ .valid-tooltip,
  .comment-form input.is-valid[type="email"] ~ .valid-tooltip,
  .comment-form input.is-valid[type="url"] ~ .valid-tooltip,
  .comment-form textarea.is-valid ~ .valid-tooltip, .search-form .is-valid.search-field ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .was-validated .comment-form input[type="text"]:invalid, .comment-form .was-validated input[type="text"]:invalid, .was-validated
.comment-form input[type="email"]:invalid,
.comment-form .was-validated input[type="email"]:invalid, .was-validated
.comment-form input[type="url"]:invalid,
.comment-form .was-validated input[type="url"]:invalid, .was-validated
.comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .form-control.is-invalid, .comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid, .search-form .is-invalid.search-field, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .comment-form input[type="text"]:invalid:focus, .comment-form .was-validated input[type="text"]:invalid:focus, .was-validated
  .comment-form input[type="email"]:invalid:focus,
  .comment-form .was-validated input[type="email"]:invalid:focus, .was-validated
  .comment-form input[type="url"]:invalid:focus,
  .comment-form .was-validated input[type="url"]:invalid:focus, .was-validated
  .comment-form textarea:invalid:focus,
  .comment-form .was-validated textarea:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .form-control.is-invalid:focus, .comment-form input.is-invalid[type="text"]:focus,
  .comment-form input.is-invalid[type="email"]:focus,
  .comment-form input.is-invalid[type="url"]:focus,
  .comment-form textarea.is-invalid:focus, .search-form .is-invalid.search-field:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .comment-form input[type="text"]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type="text"]:invalid ~ .invalid-feedback, .was-validated
  .comment-form input[type="email"]:invalid ~ .invalid-feedback,
  .comment-form .was-validated input[type="email"]:invalid ~ .invalid-feedback, .was-validated
  .comment-form input[type="url"]:invalid ~ .invalid-feedback,
  .comment-form .was-validated input[type="url"]:invalid ~ .invalid-feedback, .was-validated
  .comment-form textarea:invalid ~ .invalid-feedback,
  .comment-form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .comment-form input[type="text"]:invalid ~ .invalid-tooltip, .comment-form
  .was-validated input[type="text"]:invalid ~ .invalid-tooltip,
  .was-validated
  .comment-form input[type="email"]:invalid ~ .invalid-tooltip,
  .comment-form
  .was-validated input[type="email"]:invalid ~ .invalid-tooltip,
  .was-validated
  .comment-form input[type="url"]:invalid ~ .invalid-tooltip,
  .comment-form
  .was-validated input[type="url"]:invalid ~ .invalid-tooltip,
  .was-validated
  .comment-form textarea:invalid ~ .invalid-tooltip,
  .comment-form
  .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated .search-form .search-field:invalid ~ .invalid-tooltip, .search-form
  .was-validated .search-field:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
  .comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
  .comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
  .comment-form textarea.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
  .comment-form textarea.is-invalid ~ .invalid-tooltip, .search-form .is-invalid.search-field ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

.form-inline, .search-form {
  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, .search-form .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label, .search-form 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, .search-form .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .search-form .comment-form p, .comment-form .search-form p, .form-inline .search-form label, .search-form .form-inline label, .search-form label {
      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, .search-form .form-control, .form-inline .comment-form input[type="text"], .comment-form .form-inline input[type="text"], .search-form .comment-form input[type="text"], .comment-form .search-form input[type="text"], .form-inline
    .comment-form input[type="email"],
    .comment-form .form-inline input[type="email"], .search-form
    .comment-form input[type="email"],
    .comment-form .search-form input[type="email"], .form-inline
    .comment-form input[type="url"],
    .comment-form .form-inline input[type="url"], .search-form
    .comment-form input[type="url"],
    .comment-form .search-form input[type="url"], .form-inline
    .comment-form textarea,
    .comment-form .form-inline textarea, .search-form
    .comment-form textarea,
    .comment-form .search-form textarea, .search-form .search-field {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .search-form .input-group,
    .form-inline .custom-select, .search-form .custom-select {
      width: auto; }
    .form-inline .form-check, .search-form .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, .search-form .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control, .search-form .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, .search-form .custom-control-label {
      margin-bottom: 0; } }

.btn, .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-load-more button, .comment-form input[type="submit"], .facetwp-pager .facetwp-page, .search-form .search-submit, .juicer-feed .j-paginate {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  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, 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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-load-more button, .comment-form input[type="submit"], .facetwp-pager .facetwp-page, .search-form .search-submit, .juicer-feed .j-paginate {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-load-more button:hover, .comment-form input[type="submit"]:hover, .facetwp-pager .facetwp-page:hover, .search-form .search-submit:hover, .juicer-feed .j-paginate:hover, .btn:focus, .event-archive .pagination-wrap .facetwp-facet-load_more button:focus, .event-archive .pagination-wrap .facetwp-load-more button:focus, .comment-form input[type="submit"]:focus, .facetwp-pager .facetwp-page:focus, .search-form .search-submit:focus, .juicer-feed .j-paginate:focus {
    text-decoration: none; }
  .btn:focus, .event-archive .pagination-wrap .facetwp-facet-load_more button:focus, .event-archive .pagination-wrap .facetwp-load-more button:focus, .comment-form input[type="submit"]:focus, .facetwp-pager .facetwp-page:focus, .search-form .search-submit:focus, .juicer-feed .j-paginate:focus, .btn.focus, .event-archive .pagination-wrap .facetwp-facet-load_more button.focus, .event-archive .pagination-wrap .facetwp-load-more button.focus, .comment-form input.focus[type="submit"], .facetwp-pager .focus.facetwp-page, .search-form .focus.search-submit, .juicer-feed .focus.j-paginate {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .event-archive .pagination-wrap .facetwp-facet-load_more button.disabled, .event-archive .pagination-wrap .facetwp-load-more button.disabled, .comment-form input.disabled[type="submit"], .facetwp-pager .disabled.facetwp-page, .search-form .disabled.search-submit, .juicer-feed .disabled.j-paginate, .btn:disabled, .event-archive .pagination-wrap .facetwp-facet-load_more button:disabled, .event-archive .pagination-wrap .facetwp-load-more button:disabled, .comment-form input[type="submit"]:disabled, .facetwp-pager .facetwp-page:disabled, .search-form .search-submit:disabled, .juicer-feed .j-paginate:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .event-archive .pagination-wrap .facetwp-facet-load_more button:not(:disabled):not(.disabled), .event-archive .pagination-wrap .facetwp-load-more button:not(:disabled):not(.disabled), .comment-form input[type="submit"]:not(:disabled):not(.disabled), .facetwp-pager .facetwp-page:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled), .juicer-feed .j-paginate:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .facetwp-pager a.disabled.facetwp-page, .search-form a.disabled.search-submit, .juicer-feed a.disabled.j-paginate,
fieldset:disabled a.btn,
fieldset:disabled .facetwp-pager a.facetwp-page, .facetwp-pager
fieldset:disabled a.facetwp-page,
fieldset:disabled .search-form a.search-submit, .search-form
fieldset:disabled a.search-submit,
fieldset:disabled .juicer-feed a.j-paginate, .juicer-feed
fieldset:disabled a.j-paginate {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

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

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

.btn-warning {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #0b0b0b;
    border-color: #050505; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #050505;
    border-color: black; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5); }

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

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

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

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

.btn-outline-warning {
  color: #1e1e1e;
  background-color: transparent;
  background-image: none;
  border-color: #1e1e1e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #1e1e1e;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5); }

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1e1e1e;
  background-color: transparent; }
  .btn-link:hover {
    color: black;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-lg > button, .event-archive .pagination-wrap .facetwp-load-more .btn-group-lg > button, .comment-form .btn-group-lg > input[type="submit"], .facetwp-pager .btn-group-lg > .facetwp-page, .search-form .btn-group-lg > .search-submit, .juicer-feed .btn-group-lg > .j-paginate {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-sm > button, .event-archive .pagination-wrap .facetwp-load-more .btn-group-sm > button, .comment-form .btn-group-sm > input[type="submit"], .facetwp-pager .btn-group-sm > .facetwp-page, .search-form .btn-group-sm > .search-submit, .juicer-feed .btn-group-sm > .j-paginate {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  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, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button, .event-archive .pagination-wrap .facetwp-load-more .btn-group > button, .comment-form .btn-group > input[type="submit"], .facetwp-pager .btn-group > .facetwp-page, .search-form .btn-group > .search-submit, .juicer-feed .btn-group > .j-paginate,
  .btn-group-vertical > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical > button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical > button, .comment-form
  .btn-group-vertical > input[type="submit"], .facetwp-pager
  .btn-group-vertical > .facetwp-page, .search-form
  .btn-group-vertical > .search-submit, .juicer-feed
  .btn-group-vertical > .j-paginate {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button:hover, .event-archive .pagination-wrap .facetwp-load-more .btn-group > button:hover, .comment-form .btn-group > input[type="submit"]:hover, .facetwp-pager .btn-group > .facetwp-page:hover, .search-form .btn-group > .search-submit:hover, .juicer-feed .btn-group > .j-paginate:hover,
    .btn-group-vertical > .btn:hover, .event-archive .pagination-wrap .facetwp-facet-load_more
    .btn-group-vertical > button:hover, .event-archive .pagination-wrap .facetwp-load-more
    .btn-group-vertical > button:hover, .comment-form
    .btn-group-vertical > input[type="submit"]:hover, .facetwp-pager
    .btn-group-vertical > .facetwp-page:hover, .search-form
    .btn-group-vertical > .search-submit:hover, .juicer-feed
    .btn-group-vertical > .j-paginate:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button:focus, .event-archive .pagination-wrap .facetwp-load-more .btn-group > button:focus, .comment-form .btn-group > input[type="submit"]:focus, .facetwp-pager .btn-group > .facetwp-page:focus, .search-form .btn-group > .search-submit:focus, .juicer-feed .btn-group > .j-paginate:focus, .btn-group > .btn:active, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button:active, .event-archive .pagination-wrap .facetwp-load-more .btn-group > button:active, .comment-form .btn-group > input[type="submit"]:active, .facetwp-pager .btn-group > .facetwp-page:active, .search-form .btn-group > .search-submit:active, .juicer-feed .btn-group > .j-paginate:active, .btn-group > .btn.active, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button.active, .event-archive .pagination-wrap .facetwp-load-more .btn-group > button.active, .comment-form .btn-group > input.active[type="submit"], .facetwp-pager .btn-group > .active.facetwp-page, .search-form .btn-group > .active.search-submit, .juicer-feed .btn-group > .active.j-paginate,
    .btn-group-vertical > .btn:focus, .event-archive .pagination-wrap .facetwp-facet-load_more
    .btn-group-vertical > button:focus, .event-archive .pagination-wrap .facetwp-load-more
    .btn-group-vertical > button:focus, .comment-form
    .btn-group-vertical > input[type="submit"]:focus, .facetwp-pager
    .btn-group-vertical > .facetwp-page:focus, .search-form
    .btn-group-vertical > .search-submit:focus, .juicer-feed
    .btn-group-vertical > .j-paginate:focus,
    .btn-group-vertical > .btn:active, .event-archive .pagination-wrap .facetwp-facet-load_more
    .btn-group-vertical > button:active, .event-archive .pagination-wrap .facetwp-load-more
    .btn-group-vertical > button:active, .comment-form
    .btn-group-vertical > input[type="submit"]:active, .facetwp-pager
    .btn-group-vertical > .facetwp-page:active, .search-form
    .btn-group-vertical > .search-submit:active, .juicer-feed
    .btn-group-vertical > .j-paginate:active,
    .btn-group-vertical > .btn.active, .event-archive .pagination-wrap .facetwp-facet-load_more
    .btn-group-vertical > button.active, .event-archive .pagination-wrap .facetwp-load-more
    .btn-group-vertical > button.active, .comment-form
    .btn-group-vertical > input.active[type="submit"], .facetwp-pager
    .btn-group-vertical > .active.facetwp-page, .search-form
    .btn-group-vertical > .active.search-submit, .juicer-feed
    .btn-group-vertical > .active.j-paginate {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more button + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group button + .btn, .btn-group .event-archive .pagination-wrap .facetwp-load-more button + .btn, .event-archive .pagination-wrap .facetwp-load-more .btn-group button + .btn, .btn-group .comment-form input[type="submit"] + .btn, .comment-form .btn-group input[type="submit"] + .btn, .btn-group .facetwp-pager .facetwp-page + .btn, .facetwp-pager .btn-group .facetwp-page + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group .juicer-feed .j-paginate + .btn, .juicer-feed .btn-group .j-paginate + .btn, .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .btn + button, .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more button + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group button + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group .facetwp-facet-load_more button + button, .btn-group .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .comment-form input[type="submit"] + button, .comment-form .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form .btn-group input[type="submit"] + button, .btn-group .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .facetwp-pager .facetwp-page + button, .facetwp-pager .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager .btn-group .facetwp-page + button, .btn-group .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .search-form .search-submit + button, .search-form .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more .search-form .btn-group .search-submit + button, .btn-group .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .juicer-feed .j-paginate + button, .juicer-feed .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed .btn-group .j-paginate + button, .btn-group .event-archive .pagination-wrap .facetwp-load-more .btn + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .facetwp-load-more button + button, .btn-group .event-archive .pagination-wrap .facetwp-load-more button + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group button + button, .btn-group .comment-form .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group .comment-form input[type="submit"] + button, .comment-form .btn-group .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more .comment-form .btn-group input[type="submit"] + button, .btn-group .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group .facetwp-pager .facetwp-page + button, .facetwp-pager .btn-group .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager .btn-group .facetwp-page + button, .btn-group .search-form .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group .search-form .search-submit + button, .search-form .btn-group .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more .search-form .btn-group .search-submit + button, .btn-group .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group .juicer-feed .j-paginate + button, .juicer-feed .btn-group .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .juicer-feed .btn-group .j-paginate + button, .btn-group .comment-form .btn + input[type="submit"], .comment-form .btn-group .btn + input[type="submit"], .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form button + input[type="submit"], .comment-form .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group button + input[type="submit"], .btn-group .event-archive .pagination-wrap .facetwp-load-more .comment-form button + input[type="submit"], .comment-form .btn-group .event-archive .pagination-wrap .facetwp-load-more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-load-more .btn-group .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-load-more .btn-group button + input[type="submit"], .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .btn-group input[type="submit"] + input[type="submit"], .btn-group .facetwp-pager .comment-form .facetwp-page + input[type="submit"], .comment-form .btn-group .facetwp-pager .facetwp-page + input[type="submit"], .facetwp-pager .btn-group .comment-form .facetwp-page + input[type="submit"], .comment-form .facetwp-pager .btn-group .facetwp-page + input[type="submit"], .btn-group .search-form .comment-form .search-submit + input[type="submit"], .comment-form .btn-group .search-form .search-submit + input[type="submit"], .search-form .btn-group .comment-form .search-submit + input[type="submit"], .comment-form .search-form .btn-group .search-submit + input[type="submit"], .btn-group .juicer-feed .comment-form .j-paginate + input[type="submit"], .comment-form .btn-group .juicer-feed .j-paginate + input[type="submit"], .juicer-feed .btn-group .comment-form .j-paginate + input[type="submit"], .comment-form .juicer-feed .btn-group .j-paginate + input[type="submit"], .btn-group .facetwp-pager .btn + .facetwp-page, .facetwp-pager .btn-group .btn + .facetwp-page, .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager button + .facetwp-page, .facetwp-pager .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group button + .facetwp-page, .btn-group .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager button + .facetwp-page, .facetwp-pager .btn-group .event-archive .pagination-wrap .facetwp-load-more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-load-more .btn-group .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .btn-group button + .facetwp-page, .btn-group .comment-form .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager .btn-group .comment-form input[type="submit"] + .facetwp-page, .comment-form .btn-group .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager .comment-form .btn-group input[type="submit"] + .facetwp-page, .btn-group .facetwp-pager .facetwp-page + .facetwp-page, .facetwp-pager .btn-group .facetwp-page + .facetwp-page, .btn-group .search-form .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager .btn-group .search-form .search-submit + .facetwp-page, .search-form .btn-group .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager .search-form .btn-group .search-submit + .facetwp-page, .btn-group .juicer-feed .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager .btn-group .juicer-feed .j-paginate + .facetwp-page, .juicer-feed .btn-group .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager .juicer-feed .btn-group .j-paginate + .facetwp-page, .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .search-form button + .search-submit, .search-form .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more button + .search-submit, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group button + .search-submit, .btn-group .event-archive .pagination-wrap .facetwp-load-more .search-form button + .search-submit, .search-form .btn-group .event-archive .pagination-wrap .facetwp-load-more button + .search-submit, .event-archive .pagination-wrap .facetwp-load-more .btn-group .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-load-more .btn-group button + .search-submit, .btn-group .comment-form .search-form input[type="submit"] + .search-submit, .search-form .btn-group .comment-form input[type="submit"] + .search-submit, .comment-form .btn-group .search-form input[type="submit"] + .search-submit, .search-form .comment-form .btn-group input[type="submit"] + .search-submit, .btn-group .facetwp-pager .search-form .facetwp-page + .search-submit, .search-form .btn-group .facetwp-pager .facetwp-page + .search-submit, .facetwp-pager .btn-group .search-form .facetwp-page + .search-submit, .search-form .facetwp-pager .btn-group .facetwp-page + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit, .btn-group .juicer-feed .search-form .j-paginate + .search-submit, .search-form .btn-group .juicer-feed .j-paginate + .search-submit, .juicer-feed .btn-group .search-form .j-paginate + .search-submit, .search-form .juicer-feed .btn-group .j-paginate + .search-submit, .btn-group .juicer-feed .btn + .j-paginate, .juicer-feed .btn-group .btn + .j-paginate, .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed button + .j-paginate, .juicer-feed .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more button + .j-paginate, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group button + .j-paginate, .btn-group .event-archive .pagination-wrap .facetwp-load-more .juicer-feed button + .j-paginate, .juicer-feed .btn-group .event-archive .pagination-wrap .facetwp-load-more button + .j-paginate, .event-archive .pagination-wrap .facetwp-load-more .btn-group .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .btn-group button + .j-paginate, .btn-group .comment-form .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed .btn-group .comment-form input[type="submit"] + .j-paginate, .comment-form .btn-group .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed .comment-form .btn-group input[type="submit"] + .j-paginate, .btn-group .facetwp-pager .juicer-feed .facetwp-page + .j-paginate, .juicer-feed .btn-group .facetwp-pager .facetwp-page + .j-paginate, .facetwp-pager .btn-group .juicer-feed .facetwp-page + .j-paginate, .juicer-feed .facetwp-pager .btn-group .facetwp-page + .j-paginate, .btn-group .search-form .juicer-feed .search-submit + .j-paginate, .juicer-feed .btn-group .search-form .search-submit + .j-paginate, .search-form .btn-group .juicer-feed .search-submit + .j-paginate, .juicer-feed .search-form .btn-group .search-submit + .j-paginate, .btn-group .juicer-feed .j-paginate + .j-paginate, .juicer-feed .btn-group .j-paginate + .j-paginate,
  .btn-group .btn + .btn-group,
  .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more button + .btn-group, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group button + .btn-group,
  .btn-group .event-archive .pagination-wrap .facetwp-load-more button + .btn-group, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group button + .btn-group,
  .btn-group .comment-form input[type="submit"] + .btn-group, .comment-form
  .btn-group input[type="submit"] + .btn-group,
  .btn-group .facetwp-pager .facetwp-page + .btn-group, .facetwp-pager
  .btn-group .facetwp-page + .btn-group,
  .btn-group .search-form .search-submit + .btn-group, .search-form
  .btn-group .search-submit + .btn-group,
  .btn-group .juicer-feed .j-paginate + .btn-group, .juicer-feed
  .btn-group .j-paginate + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group .btn-group + button,
  .btn-group .event-archive .pagination-wrap .facetwp-load-more .btn-group + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group .btn-group + button,
  .btn-group .comment-form .btn-group + input[type="submit"], .comment-form
  .btn-group .btn-group + input[type="submit"],
  .btn-group .facetwp-pager .btn-group + .facetwp-page, .facetwp-pager
  .btn-group .btn-group + .facetwp-page,
  .btn-group .search-form .btn-group + .search-submit, .search-form
  .btn-group .btn-group + .search-submit,
  .btn-group .juicer-feed .btn-group + .j-paginate, .juicer-feed
  .btn-group .btn-group + .j-paginate,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more button + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical button + .btn,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button + .btn, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical button + .btn,
  .btn-group-vertical .comment-form input[type="submit"] + .btn, .comment-form
  .btn-group-vertical input[type="submit"] + .btn,
  .btn-group-vertical .facetwp-pager .facetwp-page + .btn, .facetwp-pager
  .btn-group-vertical .facetwp-page + .btn,
  .btn-group-vertical .search-form .search-submit + .btn, .search-form
  .btn-group-vertical .search-submit + .btn,
  .btn-group-vertical .juicer-feed .j-paginate + .btn, .juicer-feed
  .btn-group-vertical .j-paginate + .btn,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .btn + button,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more button + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical button + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .facetwp-facet-load_more button + button,
  .btn-group-vertical .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .comment-form input[type="submit"] + button, .comment-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form
  .btn-group-vertical input[type="submit"] + button,
  .btn-group-vertical .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .facetwp-pager .facetwp-page + button, .facetwp-pager
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager
  .btn-group-vertical .facetwp-page + button,
  .btn-group-vertical .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .search-form .search-submit + button, .search-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more .search-form
  .btn-group-vertical .search-submit + button,
  .btn-group-vertical .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .juicer-feed .j-paginate + button, .juicer-feed
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed
  .btn-group-vertical .j-paginate + button,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .btn + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .facetwp-load-more button + button,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical button + button,
  .btn-group-vertical .comment-form .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .comment-form input[type="submit"] + button, .comment-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more .comment-form
  .btn-group-vertical input[type="submit"] + button,
  .btn-group-vertical .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .facetwp-pager .facetwp-page + button, .facetwp-pager
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager
  .btn-group-vertical .facetwp-page + button,
  .btn-group-vertical .search-form .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .search-form .search-submit + button, .search-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more .search-form
  .btn-group-vertical .search-submit + button,
  .btn-group-vertical .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .juicer-feed .j-paginate + button, .juicer-feed
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .juicer-feed
  .btn-group-vertical .j-paginate + button,
  .btn-group-vertical .comment-form .btn + input[type="submit"], .comment-form
  .btn-group-vertical .btn + input[type="submit"],
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form button + input[type="submit"], .comment-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical button + input[type="submit"],
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .comment-form button + input[type="submit"], .comment-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical button + input[type="submit"],
  .btn-group-vertical .comment-form input[type="submit"] + input[type="submit"], .comment-form
  .btn-group-vertical input[type="submit"] + input[type="submit"],
  .btn-group-vertical .facetwp-pager .comment-form .facetwp-page + input[type="submit"], .comment-form
  .btn-group-vertical .facetwp-pager .facetwp-page + input[type="submit"], .facetwp-pager
  .btn-group-vertical .comment-form .facetwp-page + input[type="submit"], .comment-form .facetwp-pager
  .btn-group-vertical .facetwp-page + input[type="submit"],
  .btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"], .comment-form
  .btn-group-vertical .search-form .search-submit + input[type="submit"], .search-form
  .btn-group-vertical .comment-form .search-submit + input[type="submit"], .comment-form .search-form
  .btn-group-vertical .search-submit + input[type="submit"],
  .btn-group-vertical .juicer-feed .comment-form .j-paginate + input[type="submit"], .comment-form
  .btn-group-vertical .juicer-feed .j-paginate + input[type="submit"], .juicer-feed
  .btn-group-vertical .comment-form .j-paginate + input[type="submit"], .comment-form .juicer-feed
  .btn-group-vertical .j-paginate + input[type="submit"],
  .btn-group-vertical .facetwp-pager .btn + .facetwp-page, .facetwp-pager
  .btn-group-vertical .btn + .facetwp-page,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager button + .facetwp-page, .facetwp-pager
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical button + .facetwp-page,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager button + .facetwp-page, .facetwp-pager
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical button + .facetwp-page,
  .btn-group-vertical .comment-form .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager
  .btn-group-vertical .comment-form input[type="submit"] + .facetwp-page, .comment-form
  .btn-group-vertical .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager .comment-form
  .btn-group-vertical input[type="submit"] + .facetwp-page,
  .btn-group-vertical .facetwp-pager .facetwp-page + .facetwp-page, .facetwp-pager
  .btn-group-vertical .facetwp-page + .facetwp-page,
  .btn-group-vertical .search-form .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager
  .btn-group-vertical .search-form .search-submit + .facetwp-page, .search-form
  .btn-group-vertical .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager .search-form
  .btn-group-vertical .search-submit + .facetwp-page,
  .btn-group-vertical .juicer-feed .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager
  .btn-group-vertical .juicer-feed .j-paginate + .facetwp-page, .juicer-feed
  .btn-group-vertical .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager .juicer-feed
  .btn-group-vertical .j-paginate + .facetwp-page,
  .btn-group-vertical .search-form .btn + .search-submit, .search-form
  .btn-group-vertical .btn + .search-submit,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .search-form button + .search-submit, .search-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more button + .search-submit, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical button + .search-submit,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .search-form button + .search-submit, .search-form
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button + .search-submit, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical button + .search-submit,
  .btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit, .search-form
  .btn-group-vertical .comment-form input[type="submit"] + .search-submit, .comment-form
  .btn-group-vertical .search-form input[type="submit"] + .search-submit, .search-form .comment-form
  .btn-group-vertical input[type="submit"] + .search-submit,
  .btn-group-vertical .facetwp-pager .search-form .facetwp-page + .search-submit, .search-form
  .btn-group-vertical .facetwp-pager .facetwp-page + .search-submit, .facetwp-pager
  .btn-group-vertical .search-form .facetwp-page + .search-submit, .search-form .facetwp-pager
  .btn-group-vertical .facetwp-page + .search-submit,
  .btn-group-vertical .search-form .search-submit + .search-submit, .search-form
  .btn-group-vertical .search-submit + .search-submit,
  .btn-group-vertical .juicer-feed .search-form .j-paginate + .search-submit, .search-form
  .btn-group-vertical .juicer-feed .j-paginate + .search-submit, .juicer-feed
  .btn-group-vertical .search-form .j-paginate + .search-submit, .search-form .juicer-feed
  .btn-group-vertical .j-paginate + .search-submit,
  .btn-group-vertical .juicer-feed .btn + .j-paginate, .juicer-feed
  .btn-group-vertical .btn + .j-paginate,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed button + .j-paginate, .juicer-feed
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more button + .j-paginate, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical button + .j-paginate,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .juicer-feed button + .j-paginate, .juicer-feed
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button + .j-paginate, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical button + .j-paginate,
  .btn-group-vertical .comment-form .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed
  .btn-group-vertical .comment-form input[type="submit"] + .j-paginate, .comment-form
  .btn-group-vertical .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed .comment-form
  .btn-group-vertical input[type="submit"] + .j-paginate,
  .btn-group-vertical .facetwp-pager .juicer-feed .facetwp-page + .j-paginate, .juicer-feed
  .btn-group-vertical .facetwp-pager .facetwp-page + .j-paginate, .facetwp-pager
  .btn-group-vertical .juicer-feed .facetwp-page + .j-paginate, .juicer-feed .facetwp-pager
  .btn-group-vertical .facetwp-page + .j-paginate,
  .btn-group-vertical .search-form .juicer-feed .search-submit + .j-paginate, .juicer-feed
  .btn-group-vertical .search-form .search-submit + .j-paginate, .search-form
  .btn-group-vertical .juicer-feed .search-submit + .j-paginate, .juicer-feed .search-form
  .btn-group-vertical .search-submit + .j-paginate,
  .btn-group-vertical .juicer-feed .j-paginate + .j-paginate, .juicer-feed
  .btn-group-vertical .j-paginate + .j-paginate,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more button + .btn-group, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical button + .btn-group,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button + .btn-group, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical button + .btn-group,
  .btn-group-vertical .comment-form input[type="submit"] + .btn-group, .comment-form
  .btn-group-vertical input[type="submit"] + .btn-group,
  .btn-group-vertical .facetwp-pager .facetwp-page + .btn-group, .facetwp-pager
  .btn-group-vertical .facetwp-page + .btn-group,
  .btn-group-vertical .search-form .search-submit + .btn-group, .search-form
  .btn-group-vertical .search-submit + .btn-group,
  .btn-group-vertical .juicer-feed .j-paginate + .btn-group, .juicer-feed
  .btn-group-vertical .j-paginate + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical .btn-group + button,
  .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more .btn-group + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical .btn-group + button,
  .btn-group-vertical .comment-form .btn-group + input[type="submit"], .comment-form
  .btn-group-vertical .btn-group + input[type="submit"],
  .btn-group-vertical .facetwp-pager .btn-group + .facetwp-page, .facetwp-pager
  .btn-group-vertical .btn-group + .facetwp-page,
  .btn-group-vertical .search-form .btn-group + .search-submit, .search-form
  .btn-group-vertical .btn-group + .search-submit,
  .btn-group-vertical .juicer-feed .btn-group + .j-paginate, .juicer-feed
  .btn-group-vertical .btn-group + .j-paginate,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button:first-child, .event-archive .pagination-wrap .facetwp-load-more .btn-group > button:first-child, .comment-form .btn-group > input[type="submit"]:first-child, .facetwp-pager .btn-group > .facetwp-page:first-child, .search-form .btn-group > .search-submit:first-child, .juicer-feed .btn-group > .j-paginate:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button:not(:last-child):not(.dropdown-toggle), .event-archive .pagination-wrap .facetwp-load-more .btn-group > button:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .facetwp-pager .btn-group > .facetwp-page:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .juicer-feed .btn-group > .j-paginate:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
.btn-group > .btn-group:not(:last-child) > button, .event-archive .pagination-wrap .facetwp-load-more
.btn-group > .btn-group:not(:last-child) > button, .comment-form
.btn-group > .btn-group:not(:last-child) > input[type="submit"], .facetwp-pager
.btn-group > .btn-group:not(:last-child) > .facetwp-page, .search-form
.btn-group > .btn-group:not(:last-child) > .search-submit, .juicer-feed
.btn-group > .btn-group:not(:last-child) > .j-paginate {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group > button:not(:first-child), .event-archive .pagination-wrap .facetwp-load-more .btn-group > button:not(:first-child), .comment-form .btn-group > input[type="submit"]:not(:first-child), .facetwp-pager .btn-group > .facetwp-page:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .juicer-feed .btn-group > .j-paginate:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
.btn-group > .btn-group:not(:first-child) > button, .event-archive .pagination-wrap .facetwp-load-more
.btn-group > .btn-group:not(:first-child) > button, .comment-form
.btn-group > .btn-group:not(:first-child) > input[type="submit"], .facetwp-pager
.btn-group > .btn-group:not(:first-child) > .facetwp-page, .search-form
.btn-group > .btn-group:not(:first-child) > .search-submit, .juicer-feed
.btn-group > .btn-group:not(:first-child) > .j-paginate {
  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, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-sm > button + .dropdown-toggle-split, .event-archive .pagination-wrap .facetwp-load-more .btn-group-sm > button + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .facetwp-pager .btn-group-sm > .facetwp-page + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .juicer-feed .btn-group-sm > .j-paginate + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-lg > button + .dropdown-toggle-split, .event-archive .pagination-wrap .facetwp-load-more .btn-group-lg > button + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .facetwp-pager .btn-group-lg > .facetwp-page + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .juicer-feed .btn-group-lg > .j-paginate + .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 .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical button, .btn-group-vertical .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical button, .btn-group-vertical .comment-form input[type="submit"], .comment-form .btn-group-vertical input[type="submit"], .btn-group-vertical .facetwp-pager .facetwp-page, .facetwp-pager .btn-group-vertical .facetwp-page, .btn-group-vertical .search-form .search-submit, .search-form .btn-group-vertical .search-submit, .btn-group-vertical .juicer-feed .j-paginate, .juicer-feed .btn-group-vertical .j-paginate,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button + .btn, .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button + .btn, .comment-form .btn-group-vertical > input[type="submit"] + .btn, .facetwp-pager .btn-group-vertical > .facetwp-page + .btn, .search-form .btn-group-vertical > .search-submit + .btn, .juicer-feed .btn-group-vertical > .j-paginate + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button + button, .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form .btn-group-vertical > input[type="submit"] + button, .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager .btn-group-vertical > .facetwp-page + button, .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more .search-form .btn-group-vertical > .search-submit + button, .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed .btn-group-vertical > .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > .btn + button, .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button + button, .comment-form .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more .comment-form .btn-group-vertical > input[type="submit"] + button, .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager .btn-group-vertical > .facetwp-page + button, .search-form .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more .search-form .btn-group-vertical > .search-submit + button, .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .juicer-feed .btn-group-vertical > .j-paginate + button, .comment-form .btn-group-vertical > .btn + input[type="submit"], .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form .btn-group-vertical > button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button + input[type="submit"], .event-archive .pagination-wrap .facetwp-load-more .comment-form .btn-group-vertical > button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button + input[type="submit"], .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"], .facetwp-pager .comment-form .btn-group-vertical > .facetwp-page + input[type="submit"], .comment-form .facetwp-pager .btn-group-vertical > .facetwp-page + input[type="submit"], .search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"], .comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"], .juicer-feed .comment-form .btn-group-vertical > .j-paginate + input[type="submit"], .comment-form .juicer-feed .btn-group-vertical > .j-paginate + input[type="submit"], .facetwp-pager .btn-group-vertical > .btn + .facetwp-page, .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager .btn-group-vertical > button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button + .facetwp-page, .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager .btn-group-vertical > button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button + .facetwp-page, .comment-form .facetwp-pager .btn-group-vertical > input[type="submit"] + .facetwp-page, .facetwp-pager .comment-form .btn-group-vertical > input[type="submit"] + .facetwp-page, .facetwp-pager .btn-group-vertical > .facetwp-page + .facetwp-page, .search-form .facetwp-pager .btn-group-vertical > .search-submit + .facetwp-page, .facetwp-pager .search-form .btn-group-vertical > .search-submit + .facetwp-page, .juicer-feed .facetwp-pager .btn-group-vertical > .j-paginate + .facetwp-page, .facetwp-pager .juicer-feed .btn-group-vertical > .j-paginate + .facetwp-page, .search-form .btn-group-vertical > .btn + .search-submit, .event-archive .pagination-wrap .facetwp-facet-load_more .search-form .btn-group-vertical > button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button + .search-submit, .event-archive .pagination-wrap .facetwp-load-more .search-form .btn-group-vertical > button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button + .search-submit, .comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit, .facetwp-pager .search-form .btn-group-vertical > .facetwp-page + .search-submit, .search-form .facetwp-pager .btn-group-vertical > .facetwp-page + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit, .juicer-feed .search-form .btn-group-vertical > .j-paginate + .search-submit, .search-form .juicer-feed .btn-group-vertical > .j-paginate + .search-submit, .juicer-feed .btn-group-vertical > .btn + .j-paginate, .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed .btn-group-vertical > button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button + .j-paginate, .event-archive .pagination-wrap .facetwp-load-more .juicer-feed .btn-group-vertical > button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button + .j-paginate, .comment-form .juicer-feed .btn-group-vertical > input[type="submit"] + .j-paginate, .juicer-feed .comment-form .btn-group-vertical > input[type="submit"] + .j-paginate, .facetwp-pager .juicer-feed .btn-group-vertical > .facetwp-page + .j-paginate, .juicer-feed .facetwp-pager .btn-group-vertical > .facetwp-page + .j-paginate, .search-form .juicer-feed .btn-group-vertical > .search-submit + .j-paginate, .juicer-feed .search-form .btn-group-vertical > .search-submit + .j-paginate, .juicer-feed .btn-group-vertical > .j-paginate + .j-paginate,
  .btn-group-vertical > .btn + .btn-group, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical > button + .btn-group, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical > button + .btn-group, .comment-form
  .btn-group-vertical > input[type="submit"] + .btn-group, .facetwp-pager
  .btn-group-vertical > .facetwp-page + .btn-group, .search-form
  .btn-group-vertical > .search-submit + .btn-group, .juicer-feed
  .btn-group-vertical > .j-paginate + .btn-group,
  .btn-group-vertical > .btn-group + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical > .btn-group + button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical > .btn-group + button, .comment-form
  .btn-group-vertical > .btn-group + input[type="submit"], .facetwp-pager
  .btn-group-vertical > .btn-group + .facetwp-page, .search-form
  .btn-group-vertical > .btn-group + .search-submit, .juicer-feed
  .btn-group-vertical > .btn-group + .j-paginate,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .facetwp-pager .btn-group-vertical > .facetwp-page:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .juicer-feed .btn-group-vertical > .j-paginate:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical > .btn-group:not(:last-child) > button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical > .btn-group:not(:last-child) > button, .comment-form
  .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .facetwp-pager
  .btn-group-vertical > .btn-group:not(:last-child) > .facetwp-page, .search-form
  .btn-group-vertical > .btn-group:not(:last-child) > .search-submit, .juicer-feed
  .btn-group-vertical > .btn-group:not(:last-child) > .j-paginate {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-vertical > button:not(:first-child), .event-archive .pagination-wrap .facetwp-load-more .btn-group-vertical > button:not(:first-child), .comment-form .btn-group-vertical > input[type="submit"]:not(:first-child), .facetwp-pager .btn-group-vertical > .facetwp-page:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .juicer-feed .btn-group-vertical > .j-paginate:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-vertical > .btn-group:not(:first-child) > button, .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-vertical > .btn-group:not(:first-child) > button, .comment-form
  .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .facetwp-pager
  .btn-group-vertical > .btn-group:not(:first-child) > .facetwp-page, .search-form
  .btn-group-vertical > .btn-group:not(:first-child) > .search-submit, .juicer-feed
  .btn-group-vertical > .btn-group:not(:first-child) > .j-paginate {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-toggle > button, .event-archive .pagination-wrap .facetwp-load-more .btn-group-toggle > button, .comment-form .btn-group-toggle > input[type="submit"], .facetwp-pager .btn-group-toggle > .facetwp-page, .search-form .btn-group-toggle > .search-submit, .juicer-feed .btn-group-toggle > .j-paginate,
.btn-group-toggle > .btn-group > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
.btn-group-toggle > .btn-group > button, .event-archive .pagination-wrap .facetwp-load-more
.btn-group-toggle > .btn-group > button, .comment-form
.btn-group-toggle > .btn-group > input[type="submit"], .facetwp-pager
.btn-group-toggle > .btn-group > .facetwp-page, .search-form
.btn-group-toggle > .btn-group > .search-submit, .juicer-feed
.btn-group-toggle > .btn-group > .j-paginate {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .event-archive .pagination-wrap .facetwp-facet-load_more .btn-group-toggle > button input[type="radio"], .event-archive .pagination-wrap .facetwp-load-more .btn-group-toggle > button input[type="radio"], .comment-form .btn-group-toggle > input[type="submit"] input[type="radio"], .facetwp-pager .btn-group-toggle > .facetwp-page input[type="radio"], .search-form .btn-group-toggle > .search-submit input[type="radio"], .juicer-feed .btn-group-toggle > .j-paginate input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"], .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-toggle > button input[type="checkbox"], .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-toggle > button input[type="checkbox"], .comment-form
  .btn-group-toggle > input[type="submit"] input[type="checkbox"], .facetwp-pager
  .btn-group-toggle > .facetwp-page input[type="checkbox"], .search-form
  .btn-group-toggle > .search-submit input[type="checkbox"], .juicer-feed
  .btn-group-toggle > .j-paginate input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"], .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-toggle > .btn-group > button input[type="radio"], .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-toggle > .btn-group > button input[type="radio"], .comment-form
  .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"], .facetwp-pager
  .btn-group-toggle > .btn-group > .facetwp-page input[type="radio"], .search-form
  .btn-group-toggle > .btn-group > .search-submit input[type="radio"], .juicer-feed
  .btn-group-toggle > .btn-group > .j-paginate input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .event-archive .pagination-wrap .facetwp-facet-load_more
  .btn-group-toggle > .btn-group > button input[type="checkbox"], .event-archive .pagination-wrap .facetwp-load-more
  .btn-group-toggle > .btn-group > button input[type="checkbox"], .comment-form
  .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"], .facetwp-pager
  .btn-group-toggle > .btn-group > .facetwp-page input[type="checkbox"], .search-form
  .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"], .juicer-feed
  .btn-group-toggle > .btn-group > .j-paginate 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, .comment-form .input-group > input[type="text"],
  .comment-form .input-group > input[type="email"],
  .comment-form .input-group > input[type="url"],
  .comment-form .input-group > textarea, .search-form .input-group > .search-field,
  .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%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .comment-form .input-group > input[type="text"] + .form-control,
    .comment-form .input-group > input[type="email"] + .form-control,
    .comment-form .input-group > input[type="url"] + .form-control,
    .comment-form .input-group > textarea + .form-control, .search-form .input-group > .search-field + .form-control, .comment-form .input-group > .form-control + input[type="text"], .comment-form .input-group > input[type="text"] + input[type="text"], .comment-form .input-group > input[type="email"] + input[type="text"], .comment-form .input-group > input[type="url"] + input[type="text"], .comment-form .input-group > textarea + input[type="text"], .search-form .comment-form .input-group > .search-field + input[type="text"], .comment-form .search-form .input-group > .search-field + input[type="text"],
    .comment-form .input-group > .form-control + input[type="email"], .comment-form .input-group > input[type="text"] + input[type="email"], .comment-form .input-group > input[type="email"] + input[type="email"], .comment-form .input-group > input[type="url"] + input[type="email"], .comment-form .input-group > textarea + input[type="email"], .search-form
    .comment-form .input-group > .search-field + input[type="email"],
    .comment-form .search-form .input-group > .search-field + input[type="email"],
    .comment-form .input-group > .form-control + input[type="url"], .comment-form .input-group > input[type="text"] + input[type="url"], .comment-form .input-group > input[type="email"] + input[type="url"], .comment-form .input-group > input[type="url"] + input[type="url"], .comment-form .input-group > textarea + input[type="url"], .search-form
    .comment-form .input-group > .search-field + input[type="url"],
    .comment-form .search-form .input-group > .search-field + input[type="url"],
    .comment-form .input-group > .form-control + textarea, .comment-form .input-group > input[type="text"] + textarea, .comment-form .input-group > input[type="email"] + textarea, .comment-form .input-group > input[type="url"] + textarea, .comment-form .input-group > textarea + textarea, .search-form
    .comment-form .input-group > .search-field + textarea,
    .comment-form .search-form .input-group > .search-field + textarea, .search-form .input-group > .form-control + .search-field, .comment-form .search-form .input-group > input[type="text"] + .search-field, .search-form .comment-form .input-group > input[type="text"] + .search-field,
    .comment-form .search-form .input-group > input[type="email"] + .search-field, .search-form
    .comment-form .input-group > input[type="email"] + .search-field,
    .comment-form .search-form .input-group > input[type="url"] + .search-field, .search-form
    .comment-form .input-group > input[type="url"] + .search-field,
    .comment-form .search-form .input-group > textarea + .search-field, .search-form
    .comment-form .input-group > textarea + .search-field, .search-form .input-group > .search-field + .search-field,
    .input-group > .form-control + .custom-select, .comment-form
    .input-group > input[type="text"] + .custom-select,
    .comment-form
    .input-group > input[type="email"] + .custom-select,
    .comment-form
    .input-group > input[type="url"] + .custom-select,
    .comment-form
    .input-group > textarea + .custom-select, .search-form
    .input-group > .search-field + .custom-select,
    .input-group > .form-control + .custom-file, .comment-form
    .input-group > input[type="text"] + .custom-file,
    .comment-form
    .input-group > input[type="email"] + .custom-file,
    .comment-form
    .input-group > input[type="url"] + .custom-file,
    .comment-form
    .input-group > textarea + .custom-file, .search-form
    .input-group > .search-field + .custom-file,
    .input-group > .custom-select + .form-control, .comment-form
    .input-group > .custom-select + input[type="text"],
    .comment-form
    .input-group > .custom-select + input[type="email"],
    .comment-form
    .input-group > .custom-select + input[type="url"],
    .comment-form
    .input-group > .custom-select + textarea, .search-form
    .input-group > .custom-select + .search-field,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control, .comment-form
    .input-group > .custom-file + input[type="text"],
    .comment-form
    .input-group > .custom-file + input[type="email"],
    .comment-form
    .input-group > .custom-file + input[type="url"],
    .comment-form
    .input-group > .custom-file + textarea, .search-form
    .input-group > .custom-file + .search-field,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .comment-form .input-group > input[type="text"]:focus,
  .comment-form .input-group > input[type="email"]:focus,
  .comment-form .input-group > input[type="url"]:focus,
  .comment-form .input-group > textarea:focus, .search-form .input-group > .search-field: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(:last-child), .comment-form .input-group > input[type="text"]:not(:last-child),
  .comment-form .input-group > input[type="email"]:not(:last-child),
  .comment-form .input-group > input[type="url"]:not(:last-child),
  .comment-form .input-group > textarea:not(:last-child), .search-form .input-group > .search-field:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .comment-form .input-group > input[type="text"]:not(:first-child),
  .comment-form .input-group > input[type="email"]:not(:first-child),
  .comment-form .input-group > input[type="url"]:not(:first-child),
  .comment-form .input-group > textarea:not(:first-child), .search-form .input-group > .search-field: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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend button, .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend button, .input-group-prepend .comment-form input[type="submit"], .comment-form .input-group-prepend input[type="submit"], .input-group-prepend .facetwp-pager .facetwp-page, .facetwp-pager .input-group-prepend .facetwp-page, .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit, .input-group-prepend .juicer-feed .j-paginate, .juicer-feed .input-group-prepend .j-paginate,
  .input-group-append .btn,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button,
  .input-group-append .comment-form input[type="submit"], .comment-form
  .input-group-append input[type="submit"],
  .input-group-append .facetwp-pager .facetwp-page, .facetwp-pager
  .input-group-append .facetwp-page,
  .input-group-append .search-form .search-submit, .search-form
  .input-group-append .search-submit,
  .input-group-append .juicer-feed .j-paginate, .juicer-feed
  .input-group-append .j-paginate {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend button + .btn, .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button + .btn, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend button + .btn, .input-group-prepend .comment-form input[type="submit"] + .btn, .comment-form .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .facetwp-pager .facetwp-page + .btn, .facetwp-pager .input-group-prepend .facetwp-page + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .juicer-feed .j-paginate + .btn, .juicer-feed .input-group-prepend .j-paginate + .btn, .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .btn + button, .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button + button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend button + button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .facetwp-facet-load_more button + button, .input-group-prepend .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .comment-form input[type="submit"] + button, .comment-form .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form .input-group-prepend input[type="submit"] + button, .input-group-prepend .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .facetwp-pager .facetwp-page + button, .facetwp-pager .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager .input-group-prepend .facetwp-page + button, .input-group-prepend .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .search-form .search-submit + button, .search-form .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more .search-form .input-group-prepend .search-submit + button, .input-group-prepend .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .juicer-feed .j-paginate + button, .juicer-feed .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed .input-group-prepend .j-paginate + button, .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .btn + button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .facetwp-load-more button + button, .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button + button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend button + button, .input-group-prepend .comment-form .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .comment-form input[type="submit"] + button, .comment-form .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more .comment-form .input-group-prepend input[type="submit"] + button, .input-group-prepend .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .facetwp-pager .facetwp-page + button, .facetwp-pager .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager .input-group-prepend .facetwp-page + button, .input-group-prepend .search-form .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .search-form .search-submit + button, .search-form .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more .search-form .input-group-prepend .search-submit + button, .input-group-prepend .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .juicer-feed .j-paginate + button, .juicer-feed .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .juicer-feed .input-group-prepend .j-paginate + button, .input-group-prepend .comment-form .btn + input[type="submit"], .comment-form .input-group-prepend .btn + input[type="submit"], .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form button + input[type="submit"], .comment-form .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend button + input[type="submit"], .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .comment-form button + input[type="submit"], .comment-form .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend button + input[type="submit"], .input-group-prepend .comment-form input[type="submit"] + input[type="submit"], .comment-form .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .facetwp-pager .comment-form .facetwp-page + input[type="submit"], .comment-form .input-group-prepend .facetwp-pager .facetwp-page + input[type="submit"], .facetwp-pager .input-group-prepend .comment-form .facetwp-page + input[type="submit"], .comment-form .facetwp-pager .input-group-prepend .facetwp-page + input[type="submit"], .input-group-prepend .search-form .comment-form .search-submit + input[type="submit"], .comment-form .input-group-prepend .search-form .search-submit + input[type="submit"], .search-form .input-group-prepend .comment-form .search-submit + input[type="submit"], .comment-form .search-form .input-group-prepend .search-submit + input[type="submit"], .input-group-prepend .juicer-feed .comment-form .j-paginate + input[type="submit"], .comment-form .input-group-prepend .juicer-feed .j-paginate + input[type="submit"], .juicer-feed .input-group-prepend .comment-form .j-paginate + input[type="submit"], .comment-form .juicer-feed .input-group-prepend .j-paginate + input[type="submit"], .input-group-prepend .facetwp-pager .btn + .facetwp-page, .facetwp-pager .input-group-prepend .btn + .facetwp-page, .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager button + .facetwp-page, .facetwp-pager .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend button + .facetwp-page, .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager button + .facetwp-page, .facetwp-pager .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend button + .facetwp-page, .input-group-prepend .comment-form .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager .input-group-prepend .comment-form input[type="submit"] + .facetwp-page, .comment-form .input-group-prepend .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager .comment-form .input-group-prepend input[type="submit"] + .facetwp-page, .input-group-prepend .facetwp-pager .facetwp-page + .facetwp-page, .facetwp-pager .input-group-prepend .facetwp-page + .facetwp-page, .input-group-prepend .search-form .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager .input-group-prepend .search-form .search-submit + .facetwp-page, .search-form .input-group-prepend .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager .search-form .input-group-prepend .search-submit + .facetwp-page, .input-group-prepend .juicer-feed .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager .input-group-prepend .juicer-feed .j-paginate + .facetwp-page, .juicer-feed .input-group-prepend .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager .juicer-feed .input-group-prepend .j-paginate + .facetwp-page, .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .search-form button + .search-submit, .search-form .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button + .search-submit, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend button + .search-submit, .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .search-form button + .search-submit, .search-form .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button + .search-submit, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend button + .search-submit, .input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit, .search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit, .comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit, .search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit, .input-group-prepend .facetwp-pager .search-form .facetwp-page + .search-submit, .search-form .input-group-prepend .facetwp-pager .facetwp-page + .search-submit, .facetwp-pager .input-group-prepend .search-form .facetwp-page + .search-submit, .search-form .facetwp-pager .input-group-prepend .facetwp-page + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit, .input-group-prepend .juicer-feed .search-form .j-paginate + .search-submit, .search-form .input-group-prepend .juicer-feed .j-paginate + .search-submit, .juicer-feed .input-group-prepend .search-form .j-paginate + .search-submit, .search-form .juicer-feed .input-group-prepend .j-paginate + .search-submit, .input-group-prepend .juicer-feed .btn + .j-paginate, .juicer-feed .input-group-prepend .btn + .j-paginate, .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed button + .j-paginate, .juicer-feed .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button + .j-paginate, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-prepend button + .j-paginate, .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .juicer-feed button + .j-paginate, .juicer-feed .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button + .j-paginate, .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .input-group-prepend button + .j-paginate, .input-group-prepend .comment-form .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed .input-group-prepend .comment-form input[type="submit"] + .j-paginate, .comment-form .input-group-prepend .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed .comment-form .input-group-prepend input[type="submit"] + .j-paginate, .input-group-prepend .facetwp-pager .juicer-feed .facetwp-page + .j-paginate, .juicer-feed .input-group-prepend .facetwp-pager .facetwp-page + .j-paginate, .facetwp-pager .input-group-prepend .juicer-feed .facetwp-page + .j-paginate, .juicer-feed .facetwp-pager .input-group-prepend .facetwp-page + .j-paginate, .input-group-prepend .search-form .juicer-feed .search-submit + .j-paginate, .juicer-feed .input-group-prepend .search-form .search-submit + .j-paginate, .search-form .input-group-prepend .juicer-feed .search-submit + .j-paginate, .juicer-feed .search-form .input-group-prepend .search-submit + .j-paginate, .input-group-prepend .juicer-feed .j-paginate + .j-paginate, .juicer-feed .input-group-prepend .j-paginate + .j-paginate,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more button + .input-group-text, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-prepend button + .input-group-text,
  .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more button + .input-group-text, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-prepend button + .input-group-text,
  .input-group-prepend .comment-form input[type="submit"] + .input-group-text, .comment-form
  .input-group-prepend input[type="submit"] + .input-group-text,
  .input-group-prepend .facetwp-pager .facetwp-page + .input-group-text, .facetwp-pager
  .input-group-prepend .facetwp-page + .input-group-text,
  .input-group-prepend .search-form .search-submit + .input-group-text, .search-form
  .input-group-prepend .search-submit + .input-group-text,
  .input-group-prepend .juicer-feed .j-paginate + .input-group-text, .juicer-feed
  .input-group-prepend .j-paginate + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-text + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-prepend .input-group-text + button,
  .input-group-prepend .event-archive .pagination-wrap .facetwp-load-more .input-group-text + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-prepend .input-group-text + button,
  .input-group-prepend .comment-form .input-group-text + input[type="submit"], .comment-form
  .input-group-prepend .input-group-text + input[type="submit"],
  .input-group-prepend .facetwp-pager .input-group-text + .facetwp-page, .facetwp-pager
  .input-group-prepend .input-group-text + .facetwp-page,
  .input-group-prepend .search-form .input-group-text + .search-submit, .search-form
  .input-group-prepend .input-group-text + .search-submit,
  .input-group-prepend .juicer-feed .input-group-text + .j-paginate, .juicer-feed
  .input-group-prepend .input-group-text + .j-paginate,
  .input-group-append .btn + .btn,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button + .btn,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button + .btn, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button + .btn,
  .input-group-append .comment-form input[type="submit"] + .btn, .comment-form
  .input-group-append input[type="submit"] + .btn,
  .input-group-append .facetwp-pager .facetwp-page + .btn, .facetwp-pager
  .input-group-append .facetwp-page + .btn,
  .input-group-append .search-form .search-submit + .btn, .search-form
  .input-group-append .search-submit + .btn,
  .input-group-append .juicer-feed .j-paginate + .btn, .juicer-feed
  .input-group-append .j-paginate + .btn,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .btn + button,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .facetwp-facet-load_more button + button,
  .input-group-append .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .comment-form input[type="submit"] + button, .comment-form
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form
  .input-group-append input[type="submit"] + button,
  .input-group-append .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .facetwp-pager .facetwp-page + button, .facetwp-pager
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager
  .input-group-append .facetwp-page + button,
  .input-group-append .search-form .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .search-form .search-submit + button, .search-form
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .search-submit + button, .event-archive .pagination-wrap .facetwp-facet-load_more .search-form
  .input-group-append .search-submit + button,
  .input-group-append .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .juicer-feed .j-paginate + button, .juicer-feed
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .j-paginate + button, .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed
  .input-group-append .j-paginate + button,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .btn + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .btn + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .facetwp-load-more button + button,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button + button,
  .input-group-append .comment-form .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .comment-form input[type="submit"] + button, .comment-form
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more input[type="submit"] + button, .event-archive .pagination-wrap .facetwp-load-more .comment-form
  .input-group-append input[type="submit"] + button,
  .input-group-append .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .facetwp-pager .facetwp-page + button, .facetwp-pager
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .facetwp-page + button, .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager
  .input-group-append .facetwp-page + button,
  .input-group-append .search-form .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .search-form .search-submit + button, .search-form
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .search-submit + button, .event-archive .pagination-wrap .facetwp-load-more .search-form
  .input-group-append .search-submit + button,
  .input-group-append .juicer-feed .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .juicer-feed .j-paginate + button, .juicer-feed
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .j-paginate + button, .event-archive .pagination-wrap .facetwp-load-more .juicer-feed
  .input-group-append .j-paginate + button,
  .input-group-append .comment-form .btn + input[type="submit"], .comment-form
  .input-group-append .btn + input[type="submit"],
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .comment-form button + input[type="submit"], .comment-form
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button + input[type="submit"],
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .comment-form button + input[type="submit"], .comment-form
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button + input[type="submit"], .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .comment-form button + input[type="submit"], .comment-form .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button + input[type="submit"],
  .input-group-append .comment-form input[type="submit"] + input[type="submit"], .comment-form
  .input-group-append input[type="submit"] + input[type="submit"],
  .input-group-append .facetwp-pager .comment-form .facetwp-page + input[type="submit"], .comment-form
  .input-group-append .facetwp-pager .facetwp-page + input[type="submit"], .facetwp-pager
  .input-group-append .comment-form .facetwp-page + input[type="submit"], .comment-form .facetwp-pager
  .input-group-append .facetwp-page + input[type="submit"],
  .input-group-append .search-form .comment-form .search-submit + input[type="submit"], .comment-form
  .input-group-append .search-form .search-submit + input[type="submit"], .search-form
  .input-group-append .comment-form .search-submit + input[type="submit"], .comment-form .search-form
  .input-group-append .search-submit + input[type="submit"],
  .input-group-append .juicer-feed .comment-form .j-paginate + input[type="submit"], .comment-form
  .input-group-append .juicer-feed .j-paginate + input[type="submit"], .juicer-feed
  .input-group-append .comment-form .j-paginate + input[type="submit"], .comment-form .juicer-feed
  .input-group-append .j-paginate + input[type="submit"],
  .input-group-append .facetwp-pager .btn + .facetwp-page, .facetwp-pager
  .input-group-append .btn + .facetwp-page,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .facetwp-pager button + .facetwp-page, .facetwp-pager
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button + .facetwp-page,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .facetwp-pager button + .facetwp-page, .facetwp-pager
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button + .facetwp-page, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .facetwp-pager button + .facetwp-page, .facetwp-pager .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button + .facetwp-page,
  .input-group-append .comment-form .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager
  .input-group-append .comment-form input[type="submit"] + .facetwp-page, .comment-form
  .input-group-append .facetwp-pager input[type="submit"] + .facetwp-page, .facetwp-pager .comment-form
  .input-group-append input[type="submit"] + .facetwp-page,
  .input-group-append .facetwp-pager .facetwp-page + .facetwp-page, .facetwp-pager
  .input-group-append .facetwp-page + .facetwp-page,
  .input-group-append .search-form .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager
  .input-group-append .search-form .search-submit + .facetwp-page, .search-form
  .input-group-append .facetwp-pager .search-submit + .facetwp-page, .facetwp-pager .search-form
  .input-group-append .search-submit + .facetwp-page,
  .input-group-append .juicer-feed .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager
  .input-group-append .juicer-feed .j-paginate + .facetwp-page, .juicer-feed
  .input-group-append .facetwp-pager .j-paginate + .facetwp-page, .facetwp-pager .juicer-feed
  .input-group-append .j-paginate + .facetwp-page,
  .input-group-append .search-form .btn + .search-submit, .search-form
  .input-group-append .btn + .search-submit,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .search-form button + .search-submit, .search-form
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button + .search-submit, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button + .search-submit,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .search-form button + .search-submit, .search-form
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button + .search-submit, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .search-form button + .search-submit, .search-form .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button + .search-submit,
  .input-group-append .comment-form .search-form input[type="submit"] + .search-submit, .search-form
  .input-group-append .comment-form input[type="submit"] + .search-submit, .comment-form
  .input-group-append .search-form input[type="submit"] + .search-submit, .search-form .comment-form
  .input-group-append input[type="submit"] + .search-submit,
  .input-group-append .facetwp-pager .search-form .facetwp-page + .search-submit, .search-form
  .input-group-append .facetwp-pager .facetwp-page + .search-submit, .facetwp-pager
  .input-group-append .search-form .facetwp-page + .search-submit, .search-form .facetwp-pager
  .input-group-append .facetwp-page + .search-submit,
  .input-group-append .search-form .search-submit + .search-submit, .search-form
  .input-group-append .search-submit + .search-submit,
  .input-group-append .juicer-feed .search-form .j-paginate + .search-submit, .search-form
  .input-group-append .juicer-feed .j-paginate + .search-submit, .juicer-feed
  .input-group-append .search-form .j-paginate + .search-submit, .search-form .juicer-feed
  .input-group-append .j-paginate + .search-submit,
  .input-group-append .juicer-feed .btn + .j-paginate, .juicer-feed
  .input-group-append .btn + .j-paginate,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .juicer-feed button + .j-paginate, .juicer-feed
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button + .j-paginate, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button + .j-paginate,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .juicer-feed button + .j-paginate, .juicer-feed
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button + .j-paginate, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .juicer-feed button + .j-paginate, .juicer-feed .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button + .j-paginate,
  .input-group-append .comment-form .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed
  .input-group-append .comment-form input[type="submit"] + .j-paginate, .comment-form
  .input-group-append .juicer-feed input[type="submit"] + .j-paginate, .juicer-feed .comment-form
  .input-group-append input[type="submit"] + .j-paginate,
  .input-group-append .facetwp-pager .juicer-feed .facetwp-page + .j-paginate, .juicer-feed
  .input-group-append .facetwp-pager .facetwp-page + .j-paginate, .facetwp-pager
  .input-group-append .juicer-feed .facetwp-page + .j-paginate, .juicer-feed .facetwp-pager
  .input-group-append .facetwp-page + .j-paginate,
  .input-group-append .search-form .juicer-feed .search-submit + .j-paginate, .juicer-feed
  .input-group-append .search-form .search-submit + .j-paginate, .search-form
  .input-group-append .juicer-feed .search-submit + .j-paginate, .juicer-feed .search-form
  .input-group-append .search-submit + .j-paginate,
  .input-group-append .juicer-feed .j-paginate + .j-paginate, .juicer-feed
  .input-group-append .j-paginate + .j-paginate,
  .input-group-append .btn + .input-group-text,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more button + .input-group-text, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append button + .input-group-text,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more button + .input-group-text, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append button + .input-group-text,
  .input-group-append .comment-form input[type="submit"] + .input-group-text, .comment-form
  .input-group-append input[type="submit"] + .input-group-text,
  .input-group-append .facetwp-pager .facetwp-page + .input-group-text, .facetwp-pager
  .input-group-append .facetwp-page + .input-group-text,
  .input-group-append .search-form .search-submit + .input-group-text, .search-form
  .input-group-append .search-submit + .input-group-text,
  .input-group-append .juicer-feed .j-paginate + .input-group-text, .juicer-feed
  .input-group-append .j-paginate + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .event-archive .pagination-wrap .facetwp-facet-load_more .input-group-text + button, .event-archive .pagination-wrap .facetwp-facet-load_more
  .input-group-append .input-group-text + button,
  .input-group-append .event-archive .pagination-wrap .facetwp-load-more .input-group-text + button, .event-archive .pagination-wrap .facetwp-load-more
  .input-group-append .input-group-text + button,
  .input-group-append .comment-form .input-group-text + input[type="submit"], .comment-form
  .input-group-append .input-group-text + input[type="submit"],
  .input-group-append .facetwp-pager .input-group-text + .facetwp-page, .facetwp-pager
  .input-group-append .input-group-text + .facetwp-page,
  .input-group-append .search-form .input-group-text + .search-submit, .search-form
  .input-group-append .input-group-text + .search-submit,
  .input-group-append .juicer-feed .input-group-text + .j-paginate, .juicer-feed
  .input-group-append .input-group-text + .j-paginate {
    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: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  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, .comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > .search-field,
.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, .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group-lg > .input-group-prepend > button, .event-archive .pagination-wrap .facetwp-load-more
.input-group-lg > .input-group-prepend > button, .comment-form
.input-group-lg > .input-group-prepend > input[type="submit"], .facetwp-pager
.input-group-lg > .input-group-prepend > .facetwp-page, .search-form
.input-group-lg > .input-group-prepend > .search-submit, .juicer-feed
.input-group-lg > .input-group-prepend > .j-paginate,
.input-group-lg > .input-group-append > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group-lg > .input-group-append > button, .event-archive .pagination-wrap .facetwp-load-more
.input-group-lg > .input-group-append > button, .comment-form
.input-group-lg > .input-group-append > input[type="submit"], .facetwp-pager
.input-group-lg > .input-group-append > .facetwp-page, .search-form
.input-group-lg > .input-group-append > .search-submit, .juicer-feed
.input-group-lg > .input-group-append > .j-paginate {
  height: calc(3.109375rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control, .comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > .search-field,
.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, .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group-sm > .input-group-prepend > button, .event-archive .pagination-wrap .facetwp-load-more
.input-group-sm > .input-group-prepend > button, .comment-form
.input-group-sm > .input-group-prepend > input[type="submit"], .facetwp-pager
.input-group-sm > .input-group-prepend > .facetwp-page, .search-form
.input-group-sm > .input-group-prepend > .search-submit, .juicer-feed
.input-group-sm > .input-group-prepend > .j-paginate,
.input-group-sm > .input-group-append > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group-sm > .input-group-append > button, .event-archive .pagination-wrap .facetwp-load-more
.input-group-sm > .input-group-append > button, .comment-form
.input-group-sm > .input-group-append > input[type="submit"], .facetwp-pager
.input-group-sm > .input-group-append > .facetwp-page, .search-form
.input-group-sm > .input-group-append > .search-submit, .juicer-feed
.input-group-sm > .input-group-append > .j-paginate {
  height: calc(1.9765625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group > .input-group-prepend > button, .event-archive .pagination-wrap .facetwp-load-more .input-group > .input-group-prepend > button, .comment-form .input-group > .input-group-prepend > input[type="submit"], .facetwp-pager .input-group > .input-group-prepend > .facetwp-page, .search-form .input-group > .input-group-prepend > .search-submit, .juicer-feed .input-group > .input-group-prepend > .j-paginate,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group > .input-group-append:not(:last-child) > button, .event-archive .pagination-wrap .facetwp-load-more
.input-group > .input-group-append:not(:last-child) > button, .comment-form
.input-group > .input-group-append:not(:last-child) > input[type="submit"], .facetwp-pager
.input-group > .input-group-append:not(:last-child) > .facetwp-page, .search-form
.input-group > .input-group-append:not(:last-child) > .search-submit, .juicer-feed
.input-group > .input-group-append:not(:last-child) > .j-paginate,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle), .event-archive .pagination-wrap .facetwp-load-more
.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle), .comment-form
.input-group > .input-group-append:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .facetwp-pager
.input-group > .input-group-append:last-child > .facetwp-page:not(:last-child):not(.dropdown-toggle), .search-form
.input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle), .juicer-feed
.input-group > .input-group-append:last-child > .j-paginate: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, .event-archive .pagination-wrap .facetwp-facet-load_more .input-group > .input-group-append > button, .event-archive .pagination-wrap .facetwp-load-more .input-group > .input-group-append > button, .comment-form .input-group > .input-group-append > input[type="submit"], .facetwp-pager .input-group > .input-group-append > .facetwp-page, .search-form .input-group > .input-group-append > .search-submit, .juicer-feed .input-group > .input-group-append > .j-paginate,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn, .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group > .input-group-prepend:not(:first-child) > button, .event-archive .pagination-wrap .facetwp-load-more
.input-group > .input-group-prepend:not(:first-child) > button, .comment-form
.input-group > .input-group-prepend:not(:first-child) > input[type="submit"], .facetwp-pager
.input-group > .input-group-prepend:not(:first-child) > .facetwp-page, .search-form
.input-group > .input-group-prepend:not(:first-child) > .search-submit, .juicer-feed
.input-group > .input-group-prepend:not(:first-child) > .j-paginate,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .event-archive .pagination-wrap .facetwp-facet-load_more
.input-group > .input-group-prepend:first-child > button:not(:first-child), .event-archive .pagination-wrap .facetwp-load-more
.input-group > .input-group-prepend:first-child > button:not(:first-child), .comment-form
.input-group > .input-group-prepend:first-child > input[type="submit"]:not(:first-child), .facetwp-pager
.input-group > .input-group-prepend:first-child > .facetwp-page:not(:first-child), .search-form
.input-group > .input-group-prepend:first-child > .search-submit:not(:first-child), .juicer-feed
.input-group > .input-group-prepend:first-child > .j-paginate: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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.3333333333;
  color: #495057;
  background-color: #fff;
  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: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.3333333333;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 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;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 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;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 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;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .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-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 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; }
  @media screen and (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; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    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: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .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: #fff;
  background-color: #007bff; }

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

.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 {
    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.40625rem;
  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.40625rem;
  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:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

@media (min-width: 576px) {
  .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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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; } }

.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 {
    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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e1e1e1; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

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

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

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

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

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

.breadcrumb {
  display: -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: transparent;
  border-radius: 0; }

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

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

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

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

.pagination {
  display: -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: #1e1e1e;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.40625rem;
  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.984375rem;
  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; }
  .badge:empty {
    display: none; }

.btn .badge, .event-archive .pagination-wrap .facetwp-facet-load_more button .badge, .event-archive .pagination-wrap .facetwp-load-more button .badge, .comment-form input[type="submit"] .badge, .facetwp-pager .facetwp-page .badge, .search-form .search-submit .badge, .juicer-feed .j-paginate .badge {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

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

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

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

.badge-warning {
  color: #fff;
  background-color: #1e1e1e; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #050505; }

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .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; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

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

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

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

.alert-warning {
  color: #101010;
  background-color: #d2d2d2;
  border-color: silver; }
  .alert-warning hr {
    border-top-color: #b3b3b3; }
  .alert-warning .alert-link {
    color: black; }

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

@-o-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;
  font-size: 0.84375rem;
  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;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-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: -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: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

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

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

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

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

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

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

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

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

.list-group-item-warning {
  color: #101010;
  background-color: silver; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #101010;
    background-color: #b3b3b3; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #101010;
    border-color: #101010; }

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

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

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

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

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

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

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

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

.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% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333333333;
  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.984375rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333333333;
  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.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  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) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
  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: #000000; }

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -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 {
    position: relative;
    -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: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after, .facetwp-template::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

.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;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.event-archive .pagination-wrap .facetwp-facet-load_more button):not(.event-archive .pagination-wrap .facetwp-load-more button):not(.comment-form input[type="submit"]):not(.facetwp-pager .facetwp-page):not(.search-form .search-submit):not(.juicer-feed .j-paginate) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .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; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-o-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-o-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 0.15s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s, -o-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -o-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -o-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -o-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s, -o-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.1s ease 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/*
 * Brand super dark mixins
 */
/*
 * Brand dark mixins
 */
/*
 * Brand mixins
 */
/*
 * Brand light mixins
 */
body, html {
  width: 100%;
  overflow-x: hidden; }

.container-fluid {
  max-width: 84.375rem; }

@media (max-width: 767.98px) {
  .no-mobile-padding {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0; } }

.header-margin {
  margin-top: 3.9375rem; }
  @media (min-width: 992px) {
    .header-margin {
      margin-top: 10rem; } }

/** Table styles **/
table {
  margin: 15px 0;
  width: 100% !important;
  max-width: 100%; }
  table thead th, table thead td, table tfoot th, table tfoot td {
    background-color: #DFDFDF !important; }
  table tr th, table tr td {
    background-color: #DFDFDF;
    padding: 10px 15px; }
  table tr:nth-child(odd) td {
    background-color: #fefefe; }

.alert-warning {
  width: 100%; }

.link-text {
  display: inline-block;
  color: #28482b;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  border-bottom: solid 2px #28482b;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  body.red .link-text {
    border-color: #a85444; }
  body.blue .link-text {
    border-color: #000000; }
  body.red .link-text {
    color: #a85444; }
  body.blue .link-text {
    color: #355880; }
  .link-text:hover {
    color: #28482b; }
    body.red .link-text:hover {
      color: #92493b; }
    body.blue .link-text:hover {
      color: #2c496a; }

.wp-block-gallery {
  margin: 0 -8px 1rem; }

.external-link {
  /* external link styles, use :before or :after if you want! */
  background-image: url("../images/icons/icon-external.svg");
  padding-right: 16px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 3px right;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .external-link:hover {
    background-image: url("../images/icons/icon-external-hover.svg"); }

body.red .external-link {
  background-image: url("../images/icons/icon-external-red.svg"); }

body.blue .external-link {
  background-image: url("../images/icons/icon-external-blue.svg"); }

.external-link--white {
  /* external link styles, use :before or :after if you want! */
  background-image: url("../images/icons/icon-external-white.svg"); }
  .external-link--white:hover {
    background-image: url("../images/icons/icon-external-white-hover.svg"); }

.embed-responsive::before {
  background: rgba(0, 0, 0, 0.5); }

.wp-block-embed .external-link {
  margin-right: 0.25rem; }

@font-face {
  font-family: "GT-Pressura-Mono";
  src: url("../fonts/GT-Pressura-Mono-LC-Regular.ttf") format("truetype"), url("../fonts/GT-Pressura-Mono-LC-Regular.woff") format("woff"), url("../fonts/GT-Pressura-Mono-LC-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "GT-Pressura-Mono";
  src: url("../fonts/GT-Pressura-Mono-LC-Bold.ttf") format("truetype"), url("../fonts/GT-Pressura-Mono-LC-Bold.woff") format("woff"), url("../fonts/GT-Pressura-Mono-LC-Bold.woff2") format("woff2");
  font-weight: bold; }

.white {
  color: #FFF; }

h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #000000;
  letter-spacing: -0.5px;
  font-family: "GT-Pressura-Mono", sans-serif;
  font-weight: bold; }
  @media (min-width: 992px) {
    h1 {
      font-size: 2.75rem;
      line-height: 3.5rem; } }

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  letter-spacing: -0.5px;
  font-family: "GT-Pressura-Mono", sans-serif;
  font-weight: bold; }
  @media (min-width: 576px) {
    h2 {
      font-size: 1.75rem;
      line-height: 2rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.1875rem;
      line-height: 2.5rem; } }

h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }
  @media (min-width: 992px) {
    h3 {
      font-size: 1.75rem;
      line-height: 2rem; } }

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }
  @media (min-width: 992px) {
    h4 {
      font-size: 1.4375rem;
      line-height: 2rem; } }

h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }

.page .page-content h1, .page .page-content h2, .page .page-content h3 {
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.page .page-content h1 {
  margin-bottom: 2rem; }

.page .page-content h2, .page .page-content h3 {
  margin-bottom: 1rem; }

.page-content .sidebar-link {
  color: #000000;
  padding: 1rem 0 1rem 1rem;
  border-bottom: 0.125rem solid #000000; }
  .page-content .sidebar-link a {
    color: #000000;
    font-size: 1.0625rem;
    font-weight: bold;
    width: calc(100% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-content .sidebar-link a:hover {
      color: #28482b;
      text-decoration: underline; }
      body.red .page-content .sidebar-link a:hover {
        color: #92493b; }
      body.blue .page-content .sidebar-link a:hover {
        color: #2c496a; }
    .page-content .sidebar-link a.attachment {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .page-content .sidebar-link svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 0.625rem;
    height: 0.625rem;
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.sidebar-wrap .widget h2 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media (min-width: 768px) {
    .sidebar-wrap .widget h2 {
      font-size: 1.4375rem;
      line-height: 2rem; } }

.sidebar-wrap .widget .widget-content p {
  color: #000000;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 400; }

.sidebar-wrap .widget.b-sidebar-shortcut-links h2,
.sidebar-wrap .widget.b-sidebar-attachments h2 {
  position: relative;
  border-bottom: 2px solid #000000;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: #000000;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .sidebar-wrap .widget.b-sidebar-shortcut-links h2,
    .sidebar-wrap .widget.b-sidebar-attachments h2 {
      font-size: 1.4375rem;
      line-height: 2rem; } }

.page-content {
  color: #000000; }
  .page-content h1 {
    font-size: 1.625rem;
    line-height: 2rem;
    color: #000000;
    letter-spacing: -1.18px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .page-content h1 {
        font-size: 2.75rem;
        line-height: 3.5rem; } }
  .page-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000000;
    letter-spacing: -0.8px;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .page-content h2 {
        font-size: 2.1875rem;
        line-height: 2.5rem; } }
  .page-content h3 {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.57px; }
    @media (min-width: 768px) {
      .page-content h3 {
        font-size: 1.75rem;
        line-height: 2rem; } }
  .page-content h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.5px; }
    @media (min-width: 768px) {
      .page-content h4 {
        font-size: 1.4375rem;
        line-height: 2rem; } }
  .page-content h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #000000;
    letter-spacing: -0.43px;
    font-weight: bold; }
  .page-content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: -0.38px; }
  .page-content p a, .page-content .wp-block-file a, .page-content ul:not(.sidebar-nav) li:not(.page_item) a {
    color: #28482b;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-decoration: underline; }
    body.red .page-content p a, body.red .page-content .wp-block-file a, body.red .page-content ul:not(.sidebar-nav) li:not(.page_item) a {
      color: #a85444; }
    body.blue .page-content p a, body.blue .page-content .wp-block-file a, body.blue .page-content ul:not(.sidebar-nav) li:not(.page_item) a {
      color: #355880; }
    .page-content p a:hover, .page-content .wp-block-file a:hover, .page-content ul:not(.sidebar-nav) li:not(.page_item) a:hover {
      color: #006619; }
      body.red .page-content p a:hover, body.red .page-content .wp-block-file a:hover, body.red .page-content ul:not(.sidebar-nav) li:not(.page_item) a:hover {
        color: #92493b; }
      body.blue .page-content p a:hover, body.blue .page-content .wp-block-file a:hover, body.blue .page-content ul:not(.sidebar-nav) li:not(.page_item) a:hover {
        color: #2c496a; }
  .page-content ul, .page-content ol {
    margin-bottom: 2rem; }
    .page-content ul li, .page-content ol li {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 400; }
  .page-content ul.blocks-gallery-grid {
    margin: 0; }
  .page-content .blocks-gallery-caption {
    font-size: 16px; }
  .page-content .page-ingress p,
  .page-content .entry-ingress p {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 1.3125rem;
    line-height: 1.33; }
  .page-content .post-ingress p {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 16x;
    line-height: 1.33; }
  .page-content .last-updated p {
    font-size: 1rem; }
  .page-content .table-wrapper {
    display: block;
    overflow-x: scroll;
    max-width: 100% !important;
    margin: 15px 0; }
    @media (min-width: 576px) {
      .page-content .table-wrapper {
        overflow-x: auto; } }
  .page-content img {
    max-width: 100%;
    height: auto; }

.page-content-wrapper a, article.hentry a {
  color: #28482b;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline; }
  .page-content-wrapper a:hover, article.hentry a:hover {
    color: #28482b; }
    body.red .page-content-wrapper a:hover, body.red article.hentry a:hover {
      color: #92493b; }
    body.blue .page-content-wrapper a:hover, body.blue article.hentry a:hover {
      color: #2c496a; }

.page-content-wrapper .wp-block-quote, article.hentry .wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em; }
  .page-content-wrapper .wp-block-quote p, article.hentry .wp-block-quote p {
    font-style: italic;
    margin-bottom: 1rem; }
  .page-content-wrapper .wp-block-quote cite, article.hentry .wp-block-quote cite {
    color: #6c7781;
    font-size: 1rem;
    margin-top: 1em;
    position: relative;
    font-style: normal; }

.page-content-wrapper .wp-block-image figcaption, article.hentry .wp-block-image figcaption {
  font-size: 1rem;
  color: #555d66; }

article.hentry a {
  text-decoration: none; }
  article.hentry a:hover {
    text-decoration: underline; }

section h3, .footer-widget h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  @media (min-width: 992px) {
    section h3, .footer-widget h3 {
      font-size: 1.4375rem; } }

section.text-block p a, section.text-block li a {
  color: #28482b;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline;
  font-weight: bold; }
  body.red section.text-block p a, body.red section.text-block li a {
    color: #a85444; }
  body.blue section.text-block p a, body.blue section.text-block li a {
    color: #355880; }
  section.text-block p a:hover, section.text-block li a:hover {
    color: #28482b; }
    body.red section.text-block p a:hover, body.red section.text-block li a:hover {
      color: #92493b; }
    body.blue section.text-block p a:hover, body.blue section.text-block li a:hover {
      color: #2c496a; }

.mce-content-body a {
  color: #008629; }

a.excerpt-link {
  text-transform: uppercase;
  display: block;
  color: #28482b;
  padding: 0.9375rem 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  a.excerpt-link:hover {
    color: #008629; }

.link__readmore {
  font-size: 1rem;
  font-weight: bold;
  color: #28482b;
  line-height: 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: underline; }
  body.red .link__readmore {
    color: #a85444; }
  body.blue .link__readmore {
    color: #355880; }
  .link__readmore:hover {
    text-decoration: underline; }
    body.red .link__readmore:hover {
      color: #92493b; }
    body.blue .link__readmore:hover {
      color: #2c496a; }

[class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: 'FontAwesome'; }

.rns-plugin .rns-header {
  font-size: 18px;
  font-family: "Roboto", sans-serif; }

.breadcrumb-container {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .breadcrumb-container {
      margin-top: 2rem; } }

.breadcrumbs span {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem; }
  .breadcrumbs span a {
    color: #000000;
    text-decoration: underline;
    font-weight: 700; }
    .breadcrumbs span a:hover {
      color: #28482b; }
      body.red .breadcrumbs span a:hover {
        color: #a85444; }
      body.blue .breadcrumbs span a:hover {
        color: #355880; }
  .breadcrumbs span .breadcrumb_last {
    color: #000000;
    font-weight: 700; }

.single-post .breadcrumb-container, .single-vacancy .breadcrumb-container, .single-blog_post .breadcrumb-container, .single-crisis_post .breadcrumb-container {
  margin: 2.5rem -15px; }

.post-type-archive-valu_people .breadcrumb-container {
  margin-bottom: 1rem;
  margin-top: 0; }
  @media (min-width: 768px) {
    .post-type-archive-valu_people .breadcrumb-container {
      margin-bottom: 2rem; } }

.btn, .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-load-more button, .comment-form input[type="submit"], .facetwp-pager .facetwp-page, .search-form .search-submit, .juicer-feed .j-paginate {
  position: relative;
  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;
  padding: 0.625rem 2.25rem;
  font-size: 1.4375rem;
  font-family: "GT-Pressura-Mono", sans-serif;
  text-align: center;
  font-weight: bold;
  background: none;
  background-color: transparent;
  color: #008629;
  border: none;
  white-space: normal;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.68px;
  z-index: 1;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem; }
  .btn:hover, .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-load-more button:hover, .comment-form input[type="submit"]:hover, .facetwp-pager .facetwp-page:hover, .search-form .search-submit:hover, .juicer-feed .j-paginate:hover, .btn:active, .event-archive .pagination-wrap .facetwp-facet-load_more button:active, .event-archive .pagination-wrap .facetwp-load-more button:active, .comment-form input[type="submit"]:active, .facetwp-pager .facetwp-page:active, .search-form .search-submit:active, .juicer-feed .j-paginate:active, .btn:focus, .event-archive .pagination-wrap .facetwp-facet-load_more button:focus, .event-archive .pagination-wrap .facetwp-load-more button:focus, .comment-form input[type="submit"]:focus, .facetwp-pager .facetwp-page:focus, .search-form .search-submit:focus, .juicer-feed .j-paginate:focus {
    background-color: #28482b;
    color: #FFF; }
  .btn:after, .event-archive .pagination-wrap .facetwp-facet-load_more button:after, .event-archive .pagination-wrap .facetwp-load-more button:after, .comment-form input[type="submit"]:after, .facetwp-pager .facetwp-page:after, .search-form .search-submit:after, .juicer-feed .j-paginate:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: -1px;
    left: -4px;
    -webkit-transform: skewX(-4deg);
         -o-transform: skewX(-4deg);
            transform: skewX(-4deg);
    background: transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .btn:focus, .event-archive .pagination-wrap .facetwp-facet-load_more button:focus, .event-archive .pagination-wrap .facetwp-load-more button:focus, .comment-form input[type="submit"]:focus, .facetwp-pager .facetwp-page:focus, .search-form .search-submit:focus, .juicer-feed .j-paginate:focus {
    outline: #0f69a3 auto 5px; }
  .btn--default {
    color: #28482b; }
    .btn--default:hover, .btn--default:active, .btn--default:focus {
      background-color: #28482b;
      color: #fff !important; }
  .btn--small-text, .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-load-more button, .juicer-feed .j-paginate {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: none; }
  .btn--brand-primary, .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-load-more button, .comment-form input[type="submit"] {
    color: #fff;
    background-color: #28482b; }
    body.red .btn--brand-primary, body.red .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.red button, body.red .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.red button, body.red .comment-form input[type="submit"], .comment-form body.red input[type="submit"] {
      color: #FFF; }
    body.red .btn--brand-primary, body.red .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.red button, body.red .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.red button, body.red .comment-form input[type="submit"], .comment-form body.red input[type="submit"] {
      color: #FFF; }
    body.blue .btn--brand-primary, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button, body.blue .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.blue button, body.blue .comment-form input[type="submit"], .comment-form body.blue input[type="submit"] {
      color: #000000; }
    body.red .btn--brand-primary, body.red .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.red button, body.red .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.red button, body.red .comment-form input[type="submit"], .comment-form body.red input[type="submit"] {
      background-color: #a85444; }
    body.blue .btn--brand-primary, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button, body.blue .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.blue button, body.blue .comment-form input[type="submit"], .comment-form body.blue input[type="submit"] {
      background-color: #98b4d4; }
    .btn--brand-primary:after, .event-archive .pagination-wrap .facetwp-facet-load_more button:after, .event-archive .pagination-wrap .facetwp-load-more button:after, .comment-form input[type="submit"]:after {
      background-color: #28482b; }
      body.red .btn--brand-primary:after, body.red .event-archive .pagination-wrap .facetwp-facet-load_more button:after, .event-archive .pagination-wrap .facetwp-facet-load_more body.red button:after, body.red .event-archive .pagination-wrap .facetwp-load-more button:after, .event-archive .pagination-wrap .facetwp-load-more body.red button:after, body.red .comment-form input[type="submit"]:after, .comment-form body.red input[type="submit"]:after {
        background-color: #a85444; }
      body.blue .btn--brand-primary:after, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button:after, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button:after, body.blue .event-archive .pagination-wrap .facetwp-load-more button:after, .event-archive .pagination-wrap .facetwp-load-more body.blue button:after, body.blue .comment-form input[type="submit"]:after, .comment-form body.blue input[type="submit"]:after {
        background-color: #98b4d4; }
    .btn--brand-primary:hover, .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-load-more button:hover, .comment-form input[type="submit"]:hover {
      background-color: #6d6d6d;
      color: #FFF; }
      body.red .btn--brand-primary:hover, body.red .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.red button:hover, body.red .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.red button:hover, body.red .comment-form input[type="submit"]:hover, .comment-form body.red input[type="submit"]:hover {
        color: #FFF; }
      body.blue .btn--brand-primary:hover, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button:hover, body.blue .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.blue button:hover, body.blue .comment-form input[type="submit"]:hover, .comment-form body.blue input[type="submit"]:hover {
        color: #FFF; }
      body.red .btn--brand-primary:hover, body.red .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.red button:hover, body.red .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.red button:hover, body.red .comment-form input[type="submit"]:hover, .comment-form body.red input[type="submit"]:hover {
        background-color: #6d6d6d; }
      body.blue .btn--brand-primary:hover, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button:hover, body.blue .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.blue button:hover, body.blue .comment-form input[type="submit"]:hover, .comment-form body.blue input[type="submit"]:hover {
        background-color: #6d6d6d; }
      .btn--brand-primary:hover:after, .event-archive .pagination-wrap .facetwp-facet-load_more button:hover:after, .event-archive .pagination-wrap .facetwp-load-more button:hover:after, .comment-form input[type="submit"]:hover:after {
        background-color: #6d6d6d; }
        body.red .btn--brand-primary:hover:after, body.red .event-archive .pagination-wrap .facetwp-facet-load_more button:hover:after, .event-archive .pagination-wrap .facetwp-facet-load_more body.red button:hover:after, body.red .event-archive .pagination-wrap .facetwp-load-more button:hover:after, .event-archive .pagination-wrap .facetwp-load-more body.red button:hover:after, body.red .comment-form input[type="submit"]:hover:after, .comment-form body.red input[type="submit"]:hover:after {
          background-color: #6d6d6d; }
        body.blue .btn--brand-primary:hover:after, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button:hover:after, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button:hover:after, body.blue .event-archive .pagination-wrap .facetwp-load-more button:hover:after, .event-archive .pagination-wrap .facetwp-load-more body.blue button:hover:after, body.blue .comment-form input[type="submit"]:hover:after, .comment-form body.blue input[type="submit"]:hover:after {
          background-color: #6d6d6d; }
    .btn--brand-primary:active, .event-archive .pagination-wrap .facetwp-facet-load_more button:active, .event-archive .pagination-wrap .facetwp-load-more button:active, .comment-form input[type="submit"]:active, .btn--brand-primary:focus, .event-archive .pagination-wrap .facetwp-facet-load_more button:focus, .event-archive .pagination-wrap .facetwp-load-more button:focus, .comment-form input[type="submit"]:focus {
      background-color: #6d6d6d;
      color: #FFF; }
      .btn--brand-primary:active:after, .event-archive .pagination-wrap .facetwp-facet-load_more button:active:after, .event-archive .pagination-wrap .facetwp-load-more button:active:after, .comment-form input[type="submit"]:active:after, .btn--brand-primary:focus:after, .event-archive .pagination-wrap .facetwp-facet-load_more button:focus:after, .event-archive .pagination-wrap .facetwp-load-more button:focus:after, .comment-form input[type="submit"]:focus:after {
        background-color: #6d6d6d; }
  .btn--brand-secondary {
    color: #000000;
    background-color: #ceff23; }
    .btn--brand-secondary:after {
      background-color: #ceff23; }
    .btn--brand-secondary:hover {
      background-color: #000000;
      color: #ceff23; }
      .btn--brand-secondary:hover:after {
        background-color: #000000; }
    .btn--brand-secondary:active, .btn--brand-secondary:focus {
      background-color: #000000;
      color: #ceff23; }
      .btn--brand-secondary:active:after, .btn--brand-secondary:focus:after {
        background-color: #000000; }
  .btn.external-link, .event-archive .pagination-wrap .facetwp-facet-load_more button.external-link, .event-archive .pagination-wrap .facetwp-load-more button.external-link, .comment-form input.external-link[type="submit"], .facetwp-pager .external-link.facetwp-page, .search-form .external-link.search-submit, .juicer-feed .external-link.j-paginate {
    background-image: none; }
  .btn--white-filled {
    color: #000000;
    background-color: #FFF; }
    .btn--white-filled:after {
      background-color: #FFF; }
    .btn--white-filled:hover {
      color: #000000;
      background-color: #66EA84; }
      .btn--white-filled:hover:after {
        background-color: #66EA84; }
    .btn--white-filled:focus, .btn--white-filled:active {
      color: #000000;
      background-color: #FFF; }
      .btn--white-filled:focus:after, .btn--white-filled:active:after {
        background-color: #FFF; }
  .btn--black-filled, .juicer-feed .j-paginate {
    color: #FFF;
    background-color: #000000; }
    body.red .btn--black-filled, body.red .juicer-feed .j-paginate, .juicer-feed body.red .j-paginate {
      background-color: #a85444; }
    body.blue .btn--black-filled, body.blue .juicer-feed .j-paginate, .juicer-feed body.blue .j-paginate {
      background-color: #000000; }
    .btn--black-filled:after, .juicer-feed .j-paginate:after {
      background-color: #000000; }
      body.red .btn--black-filled:after, body.red .juicer-feed .j-paginate:after, .juicer-feed body.red .j-paginate:after {
        background-color: #a85444; }
      body.blue .btn--black-filled:after, body.blue .juicer-feed .j-paginate:after, .juicer-feed body.blue .j-paginate:after {
        background-color: #000000; }
    .btn--black-filled:hover, .juicer-feed .j-paginate:hover {
      background-color: #6d6d6d;
      color: #FFF; }
      body.red .btn--black-filled:hover, body.red .juicer-feed .j-paginate:hover, .juicer-feed body.red .j-paginate:hover {
        background-color: #6d6d6d; }
      body.blue .btn--black-filled:hover, body.blue .juicer-feed .j-paginate:hover, .juicer-feed body.blue .j-paginate:hover {
        background-color: #6d6d6d; }
      .btn--black-filled:hover:after, .juicer-feed .j-paginate:hover:after {
        background-color: #6d6d6d; }
        body.red .btn--black-filled:hover:after, body.red .juicer-feed .j-paginate:hover:after, .juicer-feed body.red .j-paginate:hover:after {
          background-color: #6d6d6d; }
        body.blue .btn--black-filled:hover:after, body.blue .juicer-feed .j-paginate:hover:after, .juicer-feed body.blue .j-paginate:hover:after {
          background-color: #6d6d6d; }
    .btn--black-filled:active, .juicer-feed .j-paginate:active, .btn--black-filled:focus, .juicer-feed .j-paginate:focus {
      background-color: #6d6d6d;
      color: #FFF; }
      .btn--black-filled:active:after, .juicer-feed .j-paginate:active:after, .btn--black-filled:focus:after, .juicer-feed .j-paginate:focus:after {
        background-color: #6d6d6d; }

.pagination-wrap {
  margin-bottom: 6rem; }
  .pagination-wrap ul.pagination {
    margin-bottom: 0; }
    .pagination-wrap ul.pagination li {
      background-color: #FFF;
      border-radius: 1rem;
      text-align: center;
      margin-right: 0.5rem; }
      .pagination-wrap ul.pagination li .page-link, .pagination-wrap ul.pagination li a {
        line-height: 2rem;
        padding: 0 0.6875rem;
        font-size: 1rem;
        font-weight: 400;
        color: #000000;
        text-decoration: none !important;
        display: block;
        background-color: transparent;
        border: none;
        margin: 0; }
      .pagination-wrap ul.pagination li:hover {
        background-color: #28482b; }
        body.red .pagination-wrap ul.pagination li:hover {
          background-color: #a85444; }
        body.blue .pagination-wrap ul.pagination li:hover {
          background-color: #98b4d4; }
        .pagination-wrap ul.pagination li:hover .page-link, .pagination-wrap ul.pagination li:hover a {
          color: #FFF; }
          body.red .pagination-wrap ul.pagination li:hover .page-link, body.red .pagination-wrap ul.pagination li:hover a {
            color: #FFF; }
          body.red .pagination-wrap ul.pagination li:hover .page-link, body.red .pagination-wrap ul.pagination li:hover a {
            color: #FFF; }
          body.blue .pagination-wrap ul.pagination li:hover .page-link, body.blue .pagination-wrap ul.pagination li:hover a {
            color: #000000; }
    .pagination-wrap ul.pagination li.page-item--dots {
      background-color: #FFF; }
      .pagination-wrap ul.pagination li.page-item--dots .page-link, .pagination-wrap ul.pagination li.page-item--dots a {
        color: #000000; }
      .pagination-wrap ul.pagination li.page-item--dots:hover, .pagination-wrap ul.pagination li.page-item--dots:focus {
        background-color: transparent !important; }
    .pagination-wrap ul.pagination li.active {
      background-color: #28482b;
      border-radius: 62.4375rem;
      text-align: center; }
      body.red .pagination-wrap ul.pagination li.active {
        background-color: #a85444; }
      body.blue .pagination-wrap ul.pagination li.active {
        background-color: #98b4d4; }
      .pagination-wrap ul.pagination li.active span {
        line-height: 2rem; }
      .pagination-wrap ul.pagination li.active .page-link, .pagination-wrap ul.pagination li.active a {
        color: #FFF; }
        body.red .pagination-wrap ul.pagination li.active .page-link, body.red .pagination-wrap ul.pagination li.active a {
          color: #FFF; }
        body.red .pagination-wrap ul.pagination li.active .page-link, body.red .pagination-wrap ul.pagination li.active a {
          color: #FFF; }
        body.blue .pagination-wrap ul.pagination li.active .page-link, body.blue .pagination-wrap ul.pagination li.active a {
          color: #000000; }

.event-archive .pagination-wrap .link-text--no-border {
  border-bottom: none; }

.event-archive .pagination-wrap .fwp-load-more-plus {
  font-size: 18px;
  margin: 1px 0 0 8px;
  border-bottom: none; }

.comments h2 {
  margin-bottom: 2rem; }

.comments a {
  text-decoration: underline;
  color: #008629; }
  .comments a:hover {
    color: #28482b; }

.comment-list .comment-body {
  margin-bottom: 2rem; }

.comment-list .comment-content p {
  margin: 0.5rem 0; }

.comment-list ol {
  list-style: none; }

.comment-meta .edit-link {
  margin-left: 0.625rem; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  border-color: #6d6d6d; }

h2.sidebar_facets_title {
  font-size: 1.4375rem;
  line-height: 1.2;
  margin-bottom: 1.75rem; }

.sidebar-wrap .widget h3.facet_header, .sidebar-wrap .widget button.facet_header {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: none;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
  color: #FFF;
  background-color: #28482b; }
  @media (min-width: 768px) {
    .sidebar-wrap .widget h3.facet_header, .sidebar-wrap .widget button.facet_header {
      background-color: transparent;
      color: #000000;
      padding: 0 0 0.375rem;
      border-bottom: 2px solid #28482b; }
      body.red .sidebar-wrap .widget h3.facet_header, body.red .sidebar-wrap .widget button.facet_header {
        border-color: #a85444; }
      body.blue .sidebar-wrap .widget h3.facet_header, body.blue .sidebar-wrap .widget button.facet_header {
        border-color: #000000; } }
  .sidebar-wrap .widget h3.facet_header:after, .sidebar-wrap .widget button.facet_header:after {
    content: "\f2c3";
    font-family: FontAwesome;
    float: right;
    font-size: 1.5rem;
    margin-top: -1px;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear; }
    @media (min-width: 768px) {
      .sidebar-wrap .widget h3.facet_header:after, .sidebar-wrap .widget button.facet_header:after {
        display: none; } }

.sidebar-wrap .widget button.facet_header {
  display: block;
  cursor: pointer; }
  @media (min-width: 768px) {
    .sidebar-wrap .widget button.facet_header {
      display: none; } }

.sidebar-wrap .widget h3.facet_header {
  display: none; }
  @media (min-width: 768px) {
    .sidebar-wrap .widget h3.facet_header {
      display: block; } }
  .sidebar-wrap .widget h3.facet_header:after {
    display: none; }

.sidebar-wrap .widget-department h3.facet_header {
  display: block; }

.sidebar-wrap .widget button.facet_header.opened:after {
  content: "\f2c3";
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear; }

.sidebar-wrap .widget label.facet_header {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  width: 100%; }

.facetwp-toggle {
  display: block;
  position: relative;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  margin-top: 1rem;
  background-color: #28482b;
  width: calc(100% - 14px);
  text-align: center;
  cursor: pointer;
  color: #FFF;
  text-decoration: underline !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  border: 0; }
  body.red .facetwp-toggle {
    background-color: #a85444; }
  body.blue .facetwp-toggle {
    background-color: #98b4d4; }
  body.red .facetwp-toggle {
    color: #FFF; }
  body.red .facetwp-toggle {
    color: #FFF; }
  body.blue .facetwp-toggle {
    color: #000000; }
  .facetwp-toggle:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    left: -4px;
    -webkit-transform: skewX(-4deg);
         -o-transform: skewX(-4deg);
            transform: skewX(-4deg);
    background-color: #28482b;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    body.red .facetwp-toggle:after {
      background-color: #a85444; }
    body.blue .facetwp-toggle:after {
      background-color: #98b4d4; }
  .facetwp-toggle .facetwp-toggle-icon__more {
    margin-left: 8px;
    text-decoration: none;
    /* margin-top: 0px; */
    font-size: 24px;
    position: absolute; }
  .facetwp-toggle .facetwp-toggle-icon__less {
    margin-left: 8px;
    text-decoration: none;
    /* margin-top: 0px; */
    font-size: 24px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.facetwp-seo, .facetwp-hidden {
  display: none; }

.facetwp-pager {
  margin-bottom: 2.1875rem;
  padding-left: 0.9375rem; }
  .facetwp-pager .facetwp-pager-label {
    display: none !important; }
  .facetwp-pager .facetwp-page {
    box-shadow: none;
    border-radius: 0;
    border: 0.0625rem solid #28482b;
    color: #28482b;
    padding: 0 0.1875rem;
    min-width: 1.625rem;
    font-family: "Roboto", sans-serif; }
  .facetwp-pager .facetwp-page.active {
    background-color: #28482b;
    color: #ffffff; }
  .facetwp-pager .dots {
    margin-right: 0.375rem;
    color: #28482b; }

.facetwp-facet {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .facetwp-facet {
      margin-bottom: 1.875rem; } }
  .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-date, .facetwp-facet .flatpickr-alt, .facetwp-facet .flatpickr-input, .facetwp-facet .fs-label-wrap {
    border: 0.125rem solid #000000;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    color: #000000;
    font-weight: 600;
    outline: none; }
    .facetwp-facet input.facetwp-search::-webkit-input-placeholder, .facetwp-facet input.facetwp-date::-webkit-input-placeholder, .facetwp-facet .flatpickr-alt::-webkit-input-placeholder, .facetwp-facet .flatpickr-input::-webkit-input-placeholder, .facetwp-facet .fs-label-wrap::-webkit-input-placeholder {
      color: #000000;
      font-size: 1rem; }
    .facetwp-facet input.facetwp-search:-ms-input-placeholder, .facetwp-facet input.facetwp-date:-ms-input-placeholder, .facetwp-facet .flatpickr-alt:-ms-input-placeholder, .facetwp-facet .flatpickr-input:-ms-input-placeholder, .facetwp-facet .fs-label-wrap:-ms-input-placeholder {
      color: #000000;
      font-size: 1rem; }
    .facetwp-facet input.facetwp-search::placeholder, .facetwp-facet input.facetwp-date::placeholder, .facetwp-facet .flatpickr-alt::placeholder, .facetwp-facet .flatpickr-input::placeholder, .facetwp-facet .fs-label-wrap::placeholder {
      color: #000000;
      font-size: 1rem; }
    .facetwp-facet input.facetwp-search:hover, .facetwp-facet input.facetwp-date:hover, .facetwp-facet .flatpickr-alt:hover, .facetwp-facet .flatpickr-input:hover, .facetwp-facet .fs-label-wrap:hover {
      border: 2px solid #727272; }
    .facetwp-facet input.facetwp-search:focus, .facetwp-facet input.facetwp-date:focus, .facetwp-facet .flatpickr-alt:focus, .facetwp-facet .flatpickr-input:focus, .facetwp-facet .fs-label-wrap:focus {
      border: 2px solid #4B91E3; }
      body.red .facetwp-facet input.facetwp-search:focus, body.red .facetwp-facet input.facetwp-date:focus, body.red .facetwp-facet .flatpickr-alt:focus, body.red .facetwp-facet .flatpickr-input:focus, body.red .facetwp-facet .fs-label-wrap:focus {
        border-color: #a85444; }
      body.blue .facetwp-facet input.facetwp-search:focus, body.blue .facetwp-facet input.facetwp-date:focus, body.blue .facetwp-facet .flatpickr-alt:focus, body.blue .facetwp-facet .flatpickr-input:focus, body.blue .facetwp-facet .fs-label-wrap:focus {
        border-color: #000000; }
  .facetwp-facet input.facetwp-search {
    padding: 1rem 3.5rem 1rem 1rem; }
  .facetwp-facet .search-hint {
    position: absolute;
    color: #28482b;
    padding: 0.3125rem 0 0 0.1875rem;
    font-size: 1.25rem;
    cursor: help; }
  .facetwp-facet.facetwp-type-search {
    position: relative; }
  .facetwp-facet .facetwp-search-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: url(../../dist/images/icons/ikoni-hae.svg) no-repeat center left 0;
    background-size: 1.5rem;
    height: 1.75rem;
    width: 1.75rem;
    border: none;
    background-color: transparent;
    cursor: pointer; }

label.facet_header.opened + .facetwp-facet {
  display: block; }

.facetwp-type-checkboxes, .facetwp-type-radio, .facetwp-type-date_range {
  display: none; }
  @media (min-width: 768px) {
    .facetwp-type-checkboxes, .facetwp-type-radio, .facetwp-type-date_range {
      display: block; } }
  .facetwp-type-checkboxes .facetwp-depth, .facetwp-type-radio .facetwp-depth, .facetwp-type-date_range .facetwp-depth {
    display: none; }
  .facetwp-type-checkboxes .facetwp-depth.visible, .facetwp-type-radio .facetwp-depth.visible, .facetwp-type-date_range .facetwp-depth.visible {
    display: block; }
  .post-type-archive-blog_post .facetwp-type-checkboxes, .post-type-archive-blog_post .facetwp-type-radio, .post-type-archive-blog_post .facetwp-type-date_range {
    display: block; }

.facetwp-type-checkboxes.facetwp-facet-event_organizer {
  overflow-y: auto;
  padding-right: 0.75rem; }

.facetwp-checkbox,
.facetwp-radio {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.3;
  padding-left: 1.5rem !important;
  padding-right: 2.5rem !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 50%; }

.facetwp-checkbox {
  background-image: url(../images/icons/checkbox.png);
  background-size: 17px 17px; }

.facetwp-radio {
  background-image: url(../images/icons/radio.svg);
  background-size: 1rem 1rem; }

.facetwp-checkbox.checked {
  background-image: url(../images/icons/checkbox-on.png);
  background-size: 1.0625rem 1.0625rem !important; }
  body.red .facetwp-checkbox.checked {
    background-image: url(../../dist/images/icons/checkbox-on-red.png) !important; }
  body.blue .facetwp-checkbox.checked {
    background-image: url(../../dist/images/icons/checkbox-on-blue.png) !important; }

.facetwp-radio.checked {
  background-image: url(../images/icons/radio-on.svg); }
  body.red .facetwp-radio.checked {
    background-image: url(../../dist/images/icons/radio-on-red.svg) !important; }
  body.blue .facetwp-radio.checked {
    background-image: url(../../dist/images/icons/radio-on-blue.svg) !important; }

.widget-event-search .facetwp-facet, .widget-event-search input.facetwp-date, .widget-event-search .flatpickr-alt, .widget-event-search .flatpickr-input, .widget-archive-search .facetwp-facet, .widget-archive-search input.facetwp-date, .widget-archive-search .flatpickr-alt, .widget-archive-search .flatpickr-input {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .widget-event-search .facetwp-facet, .widget-event-search input.facetwp-date, .widget-event-search .flatpickr-alt, .widget-event-search .flatpickr-input, .widget-archive-search .facetwp-facet, .widget-archive-search input.facetwp-date, .widget-archive-search .flatpickr-alt, .widget-archive-search .flatpickr-input {
      margin-bottom: 2rem; } }

.widget-event-search .facetwp-type-search, .widget-archive-search .facetwp-type-search {
  margin-bottom: 2rem; }

input.facetwp-date, .flatpickr-alt {
  background-image: url(../images/icons/ikoni-kalenteri.svg);
  background-position: center right 1.125rem;
  background-size: 1.5rem;
  background-repeat: no-repeat; }
  body.red input.facetwp-date, body.red .flatpickr-alt {
    background-image: url(../../dist/images/icons/ikoni-kalenteri-red.svg) !important; }
  body.blue input.facetwp-date, body.blue .flatpickr-alt {
    background-image: url(../../dist/images/icons/ikoni-kalenteri-blue.svg) !important; }

.widget-archive-content-type h3.facet_header:after {
  content: ''; }

.facetwp-type-alpha {
  padding-left: 0.9375rem; }

.facetwp-btn::before {
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem; }

.btn-facet-search {
  margin-top: 0.3125rem; }

.facetwp-counter {
  display: none; }

.widget-organizer__show-all {
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  background-color: #F4F4F5;
  width: 100%;
  text-align: center;
  cursor: pointer; }

.widget-organizer__show-all-plus {
  position: relative;
  top: 4px;
  margin-left: 6px;
  border-bottom: none;
  font-size: 1.625rem; }

.widget-reset {
  margin-top: 1.5rem; }
  .widget-reset .widget-reset__button {
    margin-bottom: 0.625rem;
    padding: 0;
    background: transparent;
    border: none; }
    .widget-reset .widget-reset__button svg {
      margin-left: 0.5rem;
      cursor: pointer; }
      body.red .widget-reset .widget-reset__button svg use, body.red .widget-reset .widget-reset__button svg rect#Rectangle-6 {
        fill: #a85444; }
      body.blue .widget-reset .widget-reset__button svg use, body.blue .widget-reset .widget-reset__button svg rect#Rectangle-6 {
        fill: #000000; }
  .widget-reset .reset-info {
    display: block;
    font-size: 14px;
    margin-bottom: 1rem; }
  .post-type-archive-video .widget-reset.widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 3rem 0 3.5625rem; }

.facetwp-type-fselect .fs-wrap {
  position: relative;
  width: 100% !important; }

.facetwp-type-fselect .fs-label-wrap {
  padding: 0; }

.facetwp-type-fselect .fs-label {
  border: 0;
  width: 100%;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 1rem !important; }
  .facetwp-type-fselect .fs-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1.5625rem;
    right: 1rem;
    background-image: url(../../dist/images/icons/ikoni-nuoli.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 0.8125rem;
    height: 0.5rem;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

.facetwp-type-fselect .fs-open .fs-label:after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); }

.facetwp-type-fselect .fs-arrow {
  display: none; }

.facetwp-type-fselect .fs-dropdown {
  width: 100% !important;
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  margin-top: 0; }

.facetwp-type-fselect .fs-search {
  padding: 0.4375rem !important;
  color: #000000; }
  .facetwp-type-fselect .fs-search input {
    padding: 0.75rem;
    border: 0.125rem solid #6d6d6d !important; }

.facetwp-type-fselect .fs-option {
  padding-right: 2.75rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  word-break: normal; }

.facetwp-type-fselect .fs-option-label {
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.facetwp-type-fselect .facetwp-counter {
  font-size: 1rem;
  margin-right: 0.4375rem; }

.facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #28482b; }

.facetwp-overlay {
  display: none !important; }

.search-form label {
  font-weight: normal; }

.gform_body input[type=text], .gform_body textarea {
  border: 0.125rem solid #6d6d6d;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  color: #000000;
  font-weight: 600;
  outline: none; }
  .gform_body input[type=text]::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; }
  .gform_body input[type=text]:-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; }
  .gform_body input[type=text]::placeholder, .gform_body textarea::placeholder {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; }
  .gform_body input[type=text]:hover, .gform_body textarea:hover {
    border: 2px solid #727272; }
  .gform_body input[type=text]:focus, .gform_body textarea:focus {
    border: 2px solid #4B91E3; }

.gform_body li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_body .gform_wrapper li.gfield_error textarea {
  border: 2px solid #F85359; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box; }

input#gform_submit_button_1 {
  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;
  padding: 0.875rem 2.75rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #28482b;
  border: none;
  white-space: normal;
  border-radius: 36px; }
  input#gform_submit_button_1:hover {
    background-color: #008629; }
  input#gform_submit_button_1:active, input#gform_submit_button_1:focus {
    background-color: #28482b; }

.main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      .sidebar-primary .main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; } }

.sidebar-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .sidebar-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

.sidebar-both {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .sidebar-both .content-page__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important; }
    @media (min-width: 768px) {
      .sidebar-both .content-page__wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 33.3333333333%; } }
    @media (min-width: 992px) {
      .sidebar-both .content-page__wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        margin-left: 25%; } }
  .sidebar-both .page-header {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important; }
    @media (min-width: 768px) {
      .sidebar-both .page-header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0; } }
    @media (min-width: 992px) {
      .sidebar-both .page-header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0; } }
  .sidebar-both .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important; }
    @media (min-width: 768px) {
      .sidebar-both .main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .sidebar-both .main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; } }
  .sidebar-both .sidebar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .sidebar-both .sidebar-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    @media (min-width: 992px) {
      .sidebar-both .sidebar-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
  .sidebar-both .sidebar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .sidebar-both .sidebar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .sidebar-both .sidebar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }

.sidebar-both {
  padding: 0; }

.archive .main, .post-type-archive .main, .blog .main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .archive .main, .post-type-archive .main, .blog .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.6666666667%;
              flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .archive .main, .post-type-archive .main, .blog .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; } }

.archive .sidebar-left, .post-type-archive .sidebar-left, .blog .sidebar-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .archive .sidebar-left, .post-type-archive .sidebar-left, .blog .sidebar-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .archive .sidebar-left, .post-type-archive .sidebar-left, .blog .sidebar-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.archive .sidebar-right, .post-type-archive .sidebar-right, .blog .sidebar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .archive .sidebar-right, .post-type-archive .sidebar-right, .blog .sidebar-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .archive .sidebar-right, .post-type-archive .sidebar-right, .blog .sidebar-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.single-post .main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .single-post .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.6666666667%;
              flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .single-post .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.3333333333%;
              flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }

.single-post .sidebar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .single-post .sidebar-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .single-post .sidebar-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      margin-left: 8.3333333333%; } }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto; }

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem; }
  .alignright {
    float: right;
    margin-left: 0.5rem; } }

/* Valu megamenu styles: Supports flyout and megamenu

Don't output max megamenu own styles, when using this!

Used variables:
*/
.nav-primary {
  border-top: none;
  background-color: transparent;
  box-shadow: none;
  position: relative; }

.mobile-nav-wrapper {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  width: 55px;
  float: right; }
  @media (min-width: 768px) {
    .mobile-nav-wrapper {
      position: static;
      height: auto;
      width: auto;
      float: none; } }

.mega-keyboard-navigation + .mega-menu-toggle.mega-menu-open, .mega-keyboard-navigation a:focus, .mega-keyboard-navigation input:focus,
li.mega-menu-item.mega-toggle-on > a.mega-menu-link, li.mega-menu-item > a.mega-menu-link:hover, li.mega-menu-item > a.mega-menu-link:focus {
  border-bottom: 1px solid #000000; }
  @media (min-width: 768px) {
    .mega-keyboard-navigation + .mega-menu-toggle.mega-menu-open, .mega-keyboard-navigation a:focus, .mega-keyboard-navigation input:focus,
    li.mega-menu-item.mega-toggle-on > a.mega-menu-link, li.mega-menu-item > a.mega-menu-link:hover, li.mega-menu-item > a.mega-menu-link:focus {
      border-bottom: 3px solid #000000; } }

.mega-menu.mega-menu-horizontal > li.mega-current_page_item > a.mega-menu-link,
.mega-menu.mega-menu-horizontal > li.mega-current-page-ancestor > a.mega-menu-link,
.mega-menu.mega-menu-horizontal > li.mega-current-menu-ancestor > a.mega-menu-link {
  border-bottom: 1px solid #28482b !important; }
  @media (min-width: 768px) {
    .mega-menu.mega-menu-horizontal > li.mega-current_page_item > a.mega-menu-link,
    .mega-menu.mega-menu-horizontal > li.mega-current-page-ancestor > a.mega-menu-link,
    .mega-menu.mega-menu-horizontal > li.mega-current-menu-ancestor > a.mega-menu-link {
      border-bottom: 3px solid #28482b !important; } }

#mega-menu-wrap-primary_navigation, .mega-menu-horizontal, ul.mega-sub-menu, li.mega-menu-item, a.mega-menu-link {
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background: none;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto; }
  #mega-menu-wrap-primary_navigation:before, .mega-menu-horizontal:before, ul.mega-sub-menu:before, li.mega-menu-item:before, a.mega-menu-link:before {
    display: none; }

ul.mega-sub-menu, li.mega-menu-item, a.mega-menu-link {
  position: relative; }

.mega-menu-wrap {
  border-radius: 0px 0px 0px 0px; }

li.mega-menu-item {
  margin: 0;
  display: inline-block;
  height: auto;
  vertical-align: middle; }

a.mega-menu-link {
  cursor: pointer;
  margin: 0 5px;
  width: 70%;
  display: inline-block; }
  @media (min-width: 768px) {
    a.mega-menu-link {
      margin: 0;
      width: auto; }
      a.mega-menu-link:hover {
        color: #28482b;
        background-color: transparent; } }

.mega-menu-horizontal {
  visibility: visible;
  text-align: left;
  padding: 0;
  overflow: scroll;
  position: absolute;
  left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .mega-menu-horizontal {
      border-top: none;
      position: static;
      left: 0;
      width: auto;
      overflow: hidden; } }

li.mega-menu-megamenu.mega-menu-item {
  position: static; }

.mega-menu.mega-menu-horizontal > li.mega-menu-item > a {
  border-bottom: 1px solid #fff; }
  @media (min-width: 768px) {
    .mega-menu.mega-menu-horizontal > li.mega-menu-item > a {
      border-bottom: 3px solid transparent; } }
  .mega-menu.mega-menu-horizontal > li.mega-menu-item > a:hover, .mega-menu.mega-menu-horizontal > li.mega-menu-item > a:focus, .mega-menu.mega-menu-horizontal > li.mega-menu-item > a:active {
    border-bottom: 1px solid #28482b; }
    @media (min-width: 768px) {
      .mega-menu.mega-menu-horizontal > li.mega-menu-item > a:hover, .mega-menu.mega-menu-horizontal > li.mega-menu-item > a:focus, .mega-menu.mega-menu-horizontal > li.mega-menu-item > a:active {
        border-bottom: 3px solid #28482b; } }

li.mega-menu-item > a.mega-menu-link {
  outline: none;
  text-decoration: none;
  vertical-align: baseline;
  text-align: left;
  width: auto;
  display: block;
  color: #28482b;
  border-radius: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  height: auto; }
  @media (min-width: 768px) {
    li.mega-menu-item > a.mega-menu-link {
      font-size: 13px;
      padding: 0 7px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    li.mega-menu-item > a.mega-menu-link {
      line-height: 53px; } }
  @media (min-width: 1030px) {
    li.mega-menu-item > a.mega-menu-link {
      padding: 0 10px; } }
  @media (min-width: 1200px) {
    li.mega-menu-item > a.mega-menu-link {
      font-size: 14px; } }
  @media (min-width: 1350px) {
    li.mega-menu-item > a.mega-menu-link {
      font-size: 16px;
      padding: 0 15px; } }
  @media (min-width: 1350px) and (min-width: 768px) {
    li.mega-menu-item > a.mega-menu-link {
      line-height: 53px; } }

@media (min-width: 768px) {
  header.sticky li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
    line-height: 53px;
    height: auto; } }

@media (min-width: 1250px) {
  header.sticky li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    line-height: 53px; } }

li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  border-radius: 0 0 0 0; }

li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1; }

li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0 0 0 0;
  background: #fff;
  left: 0;
  float: left;
  position: static;
  width: 100%; }
  @media (min-width: 768px) {
    li.mega-menu-megamenu > ul.mega-sub-menu {
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
      position: absolute;
      padding: 15px 0;
      float: none; } }

li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  display: block;
  clear: none;
  padding: 0 15px 6px;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 576px) {
    li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
      width: auto;
      border: 0; } }
  @media (min-width: 768px) {
    li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
      float: left;
      padding: 0 15px 0 25px; } }
  li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
    clear: left; }
  li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.clear-none {
    clear: none; }
  li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    font-size: 15px;
    height: auto;
    border: none;
    vertical-align: top;
    display: inline-block;
    color: #28482b;
    margin: 0;
    padding: 5px 0 0; }
    @media (min-width: 768px) {
      li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
        font-size: 18px;
        line-height: 1em;
        padding-bottom: 15px; } }
    @media (min-width: 992px) {
      li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
        line-height: normal;
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
        margin: 0 0 5px;
        padding: 15px 0 0;
        border-bottom: 1px solid #fff; } }
    li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover, li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus {
      border-bottom: 1px solid #28482b; }

li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item-has-children a.mega-menu-link:after,
li.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item-has-children a.mega-menu-link:after {
  content: '';
  display: none; }

li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu {
  visibility: hidden;
  opacity: 1;
  clear: both; }
  li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item {
    width: 100%; }
  li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #383e46;
    line-height: 1.45em;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 300; }
    @media (min-width: 576px) {
      li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
        line-height: 1.25em; } }
    li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover, li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:focus {
      border-bottom: 1px solid #28482b; }

li.mega-menu-item ul.mega-sub-menu li.mega-menu-columns-2-of-5 li.mega-menu-item, li.mega-menu-item ul.mega-sub-menu li.mega-menu-columns-2-of-4 li.mega-menu-item {
  width: 50%; }

/** LEVEL 4 */
li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  display: none !important; }

[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
  opacity: 0;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility; }

[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, [data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  opacity: 0;
  margin-top: 0;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-property: opacity, margin-top, visibility;
  -o-transition-property: opacity, margin-top, visibility;
  transition-property: opacity, margin-top, visibility; }

[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, [data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 0;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-property: margin-top, visibility;
  -o-transition-property: margin-top, visibility;
  transition-property: margin-top, visibility; }

[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, [data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, [data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, [data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1; }

[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, [data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, [data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, [data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1;
  margin-top: 0; }

[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, [data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, [data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, [data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  margin-top: 0; }

.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, .mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  visibility: visible; }

@media (min-width: 992px) {
  li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle; } }

@media (max-width: 767.98px) {
  li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none; } }

@media (max-width: 767.98px) {
  li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0; }
  li.mega-menu-item.mega-item-align-right {
    float: none; } }

@media (min-width: 992px) {
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 33%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 66%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%; } }

@media (min-width: 992px) {
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%; }
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%; } }

/*****************
  Flyout
*******************/
li.mega-menu-flyout ul.mega-sub-menu {
  float: left;
  position: static;
  width: 100%;
  padding: 15px 15px 6px 25px;
  border: 0; }
  @media (min-width: 768px) {
    li.mega-menu-flyout ul.mega-sub-menu {
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
      position: fixed;
      z-index: 999;
      width: auto;
      border: none;
      padding: 0 0 6px;
      background: #fff; } }
  li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
    width: 100%; }
    li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
      width: 100%; }
    @media (min-width: 768px) {
      li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        clear: none; } }
  li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: inline-block;
    background: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    height: auto;
    line-height: 2.2em;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 0 10px; } }
    @media (min-width: 576px) {
      li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        width: 100%; } }
    li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
      border-bottom: 1px solid #fff;
      text-decoration: underline; }

li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  display: none; }

@media (max-width: 767.98px) {
  li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after {
    display: none; } }

li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {
  display: none; }

li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
  text-align: left; }
  @media (min-width: 576px) {
    li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
      text-align: right; } }
  li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px; }

@media (max-width: 767.98px) {
  li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: left;
    margin: 0 6px 0 0; } }

li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
  display: none; }

li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  left: -100%;
  top: 0; }

li[class^='mega-lang-item'] > a.mega-menu-link > img {
  display: inline; }

a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px; }

@media (max-width: 991.98px) {
  li.mega-menu-item.mega-hide-on-mobile, li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
    display: none; } }

@media (min-width: 992px) {
  li.mega-menu-item.mega-hide-on-desktop, li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
    display: none; } }

#mega-menu-wrap-primary_navigation .mega-menu-toggle {
  display: block;
  z-index: 1;
  cursor: pointer;
  background: transparent;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
  /*
	&:hover {
	  background-color: $brand-primary;
	  .mega-toggle-block-1:before, .mega-toggle-block-1:after {
		color: #fff;
	  }
	}
	*/ }
  @media (min-width: 768px) {
    #mega-menu-wrap-primary_navigation .mega-menu-toggle {
      display: none;
      line-height: 53px; } }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block {
    text-align: right;
    padding: 0;
    height: 100%; }
    @media (min-width: 768px) {
      #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block {
        height: auto; } }
    #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block.mega-toggle-block-left {
      float: left;
      margin-left: 6px; }
    #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block.mega-toggle-block-center {
      float: none;
      margin-left: 3px;
      margin-right: 3px; }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1:before {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 25px;
    line-height: 53px;
    margin: 0;
    color: #28482b; }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before {
    content: '\f335';
    color: #28482b; }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1:after {
    display: none; }

@media (max-width: 767.98px) {
  #mega-menu-wrap-primary_navigation .mega-menu-toggle + #mega-menu-primary_navigation li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu, #mega-menu-wrap-primary_navigation .mega-menu-toggle + #mega-menu-primary_navigation li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open + #mega-menu-primary_navigation {
    padding-bottom: 15px;
    border-bottom: 1px solid gray;
    background-color: #fff; } }

@media (max-width: 767.98px) and (min-width: 768px) {
  #mega-menu-wrap-primary_navigation .mega-menu-toggle {
    height: 53px; } }

@media (max-width: 767.98px) {
  #mega-menu-wrap-primary_navigation {
    height: 100%;
    text-align: center; }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle + #mega-menu-primary_navigation {
    display: none; }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle + #mega-menu-primary_navigation li.mega-menu-item > ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1; }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle + #mega-menu-primary_navigation li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary_navigation .mega-menu-toggle + #mega-menu-primary_navigation li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    display: block; }
  #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open + #mega-menu-primary_navigation {
    display: block; }
  li.mega-menu-item > a.mega-menu-link {
    font-size: 17px;
    line-height: 35px;
    height: 35px;
    position: relative; }
  li.mega-menu-item-has-children > a.mega-menu-link:after {
    display: inline-block;
    margin: 0;
    color: #28482b;
    float: right;
    content: ' ';
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path fill="%233B0281" fill-rule="evenodd" d="M3.918239 4.7686954L.118384 1.23163979c-.157845-.15400459-.157845-.40406359 0-.55806818l.57158-.55806817c.157845-.15400459.413734-.15400459.57158 0L4.203825 2.8158537c.157846.1540046.414141.1540046.57158 0L7.738456.11550344c.157846-.15400459.413735-.15400459.57158 0l.57158.55806817c.157845.15400459.157845.40406359 0 .55806818L5.061398 4.7686954c-.315691.3084061-.827468.3084061-1.143159 0z"/></svg>');
    background-size: 9px 5px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 35px;
    position: absolute;
    right: 0; } }

#mega-menu-wrap-primary_navigation .mega-menu-toggle {
  /** Push menu onto new line **/ }

#mega-menu-wrap-primary_navigation {
  clear: both; }

.wf-loading .mega-menu-link {
  font-size: 12px;
  padding-left: 0;
  padding-right: 0; }

#mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block {
  padding-right: 0.9375rem; }

@media (max-width: 767.98px) {
  #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block .mega-toggle-label {
    display: none !important; } }

/*************************
 FOR DEVELEOPMENT ONLY
 **************************/
.top-nav li:first-of-type a {
  padding-left: 0; }

.top-nav a {
  color: #FFF;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  padding: 0 7px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .top-nav a {
      padding: 0 10px;
      font-size: 0.9375rem; } }
  @media (min-width: 1200px) {
    .top-nav a {
      padding: 0 16px; } }

.top-nav a:hover, .top-nav a:active, .top-nav a:focus {
  text-decoration: underline;
  background-color: transparent; }

.top-nav-wrapper__lang {
  padding-left: 1rem; }
  .top-nav-wrapper__lang svg {
    padding: 0.125rem 0;
    height: 1.5rem;
    width: 1.5rem; }

.lang-menu {
  margin: 0;
  padding: 0 16px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .lang-menu {
      padding: 0 2.3125rem 0 1.5rem; } }
  .lang-menu li.lang-item {
    list-style: none;
    padding: 0 2px 0 0; }
    .lang-menu li.lang-item a {
      text-transform: uppercase;
      text-decoration: none;
      padding: 0;
      font-weight: bold;
      font-size: 0.9375rem;
      color: #FFF; }
      .lang-menu li.lang-item a:before {
        content: "/";
        padding-right: 2px;
        font-weight: bold;
        font-size: 0.9375rem; }
  .lang-menu li.lang-item-first a:before {
    display: none; }

/**
* Search
 */
.search-form-container {
  width: 100%;
  padding: 0.75rem 0.5rem; }
  @media (min-width: 992px) {
    .search-form-container {
      width: 12.0625rem;
      padding: 0; } }
  .search-form-container .input-group {
    width: 100%; }
    .search-form-container .input-group input.search-field {
      height: 1.875rem;
      border: none;
      font-weight: bold;
      color: #6d6d6d;
      padding: 0.5rem 1.375rem 0.5rem 3.5rem;
      background-color: #e5e5e5;
      border-radius: 20px 20px;
      font-size: 0.9375rem;
      line-height: 1.5rem;
      display: inline-block;
      background-image: url(../../dist/images/icons/ikoni-haku-dark.svg);
      background-size: 1.1875rem;
      background-repeat: no-repeat;
      background-position: center left 15px; }

/*
* Primary nav
 */
nav.nav-primary {
  display: none; }
  @media (min-width: 992px) {
    nav.nav-primary {
      display: block; } }
  nav.nav-primary > ul.nav > li.menu-item {
    width: 100%;
    -webkit-transition: border linear 0.1s;
    -o-transition: border linear 0.1s;
    transition: border linear 0.1s;
    border-bottom: 1px solid #6d6d6d; }
    @media (min-width: 992px) {
      nav.nav-primary > ul.nav > li.menu-item {
        width: auto;
        border-bottom: 0.25rem solid transparent; }
        nav.nav-primary > ul.nav > li.menu-item.current-page-ancestor, nav.nav-primary > ul.nav > li.menu-item.current-menu-item {
          border-bottom: 0.25rem solid #FFF; } }
    @media (min-width: 992px) {
      nav.nav-primary > ul.nav > li.menu-item:hover {
        width: auto;
        border-bottom: 0.25rem solid #000000; } }
    nav.nav-primary > ul.nav > li.menu-item a {
      display: block;
      color: #FFF;
      font-size: 1.0625rem;
      line-height: 1.5rem;
      font-weight: bold;
      text-decoration: none;
      padding: 0.9375rem 0 0.8125rem; }
      @media (min-width: 992px) {
        nav.nav-primary > ul.nav > li.menu-item a {
          color: #000000; } }

.nav-primary {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  font-weight: 700; }
  .nav-primary .navbar-wrapper {
    width: 100%;
    padding: 0; }
  .nav-primary ul.nav {
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .two-level-main-navigation .nav-primary ul.nav {
        padding-right: 10rem; } }
    @media (min-width: 1640px) {
      .two-level-main-navigation .nav-primary ul.nav {
        padding-right: 0; } }
  @media (min-width: 992px) {
    .nav-primary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-primary .icon-plus {
    height: 4.8rem;
    width: 4.8rem;
    margin: 0 0 auto auto; }
  .nav-primary li.menu-item {
    height: 56px;
    color: #000000;
    list-style: none;
    font-size: 1.2rem; }
    .nav-primary li.menu-item a {
      line-height: 56px;
      color: #000000;
      cursor: pointer; }
    .nav-primary li.menu-item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000000;
      font-size: 1.125rem;
      line-height: 1.5rem;
      text-decoration: none;
      padding: 0.9375rem 0 0.8125rem; }
      @media (min-width: 992px) {
        .nav-primary li.menu-item > a {
          color: #000000; } }
    .nav-primary li.menu-item > a:hover, .nav-primary li.menu-item > a:focus, .nav-primary li.menu-item.active a {
      text-decoration: none;
      border-radius: 0;
      background-color: transparent; }
    .nav-primary li.menu-item > .open-sub-menu {
      display: none; }
    @media (min-width: 992px) {
      .nav-primary li.menu-item {
        position: static;
        -webkit-transition: border linear 0.1s;
        -o-transition: border linear 0.1s;
        transition: border linear 0.1s;
        margin: 0 10px; }
        .nav-primary li.menu-item:first-of-type {
          margin: 0 10px 0 0; }
        .nav-primary li.menu-item:hover, .nav-primary li.menu-item.focus {
          -webkit-transition-delay: 0s;
               -o-transition-delay: 0s;
                  transition-delay: 0s;
          border-bottom: solid 4px #000000; }
          .nav-primary li.menu-item:hover > .sub-menu, .nav-primary li.menu-item.focus > .sub-menu {
            display: block;
            visibility: visible;
            -webkit-transition-delay: 0.1s;
                 -o-transition-delay: 0.1s;
                    transition-delay: 0.1s;
            -webkit-transition-duration: 0.1s;
                 -o-transition-duration: 0.1s;
                    transition-duration: 0.1s; }
            .nav-primary li.menu-item:hover > .sub-menu .sub-menu[aria-expanded=true], .nav-primary li.menu-item.focus > .sub-menu .sub-menu[aria-expanded=true] {
              display: block;
              visibility: visible; }
          .nav-primary li.menu-item:hover .open-sub-menu, .nav-primary li.menu-item.focus .open-sub-menu {
            -webkit-transition-delay: 0s;
                 -o-transition-delay: 0s;
                    transition-delay: 0s; }
        .nav-primary li.menu-item.current-page-ancestor, .nav-primary li.menu-item.current-menu-item {
          border-bottom: solid 4px #FFF; } }
    @media (min-width: 1300px) {
      .nav-primary li.menu-item {
        font-size: 1.4rem; } }
  .nav-primary .open-sub-menu {
    display: block;
    float: right;
    content: '';
    text-align: center;
    height: 56px;
    width: 56px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    .nav-primary .open-sub-menu .close-menu-arrow {
      display: none; }
    .nav-primary .open-sub-menu .open-menu-arrow {
      display: inline-block; }
    .nav-primary .open-sub-menu.is-active {
      background-color: #f5f5f5; }
      .nav-primary .open-sub-menu.is-active .open-menu-arrow {
        display: none; }
      .nav-primary .open-sub-menu.is-active .close-menu-arrow {
        display: inline-block; }
    .nav-primary .open-sub-menu .fa {
      position: relative;
      top: 0.125rem;
      font-size: 1.25rem;
      font-weight: 600;
      color: #FFF;
      height: 20px; }
  .nav-primary .sub-menu {
    position: relative;
    display: none;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1; }
    .nav-primary .sub-menu[aria-expanded=true] {
      display: block; }
    .nav-primary .sub-menu:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: -1;
      width: 300%;
      background: #f5f5f5; }
      @media (min-width: 992px) {
        .nav-primary .sub-menu:after {
          background: #FFF; } }
      @media (min-width: 992px) {
        .two-level-main-navigation .nav-primary .sub-menu:after {
          width: 100%; } }
    @media (min-width: 992px) {
      .nav-primary .sub-menu {
        position: absolute;
        width: calc(100% / 3);
        top: 100%;
        left: 0;
        display: block;
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -o-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
        overflow: visible;
        z-index: 3000; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .two-level-main-navigation .nav-primary .sub-menu {
      left: auto;
      width: auto;
      min-width: 240px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } }
    .nav-primary .sub-menu .open-sub-menu {
      background-color: transparent; }
      .nav-primary .sub-menu .open-sub-menu.is-active {
        background-color: #ececec; }
    .nav-primary .sub-menu a {
      cursor: pointer;
      font-weight: 500; }
      .nav-primary .sub-menu a:hover, .nav-primary .sub-menu a:focus {
        background-color: #ececec; }
    @media (min-width: 992px) {
      .nav-primary .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        width: 100%;
        -webkit-transition: visibility 0s 0s;
        -o-transition: visibility 0s 0s;
        transition: visibility 0s 0s; }
        .nav-primary .sub-menu .sub-menu a:hover, .nav-primary .sub-menu .sub-menu a:focus {
          background: #dcdcdc; }
        .nav-primary .sub-menu .sub-menu[aria-expanded=true] {
          display: block;
          -webkit-transition-delay: 0.5s;
               -o-transition-delay: 0.5s;
                  transition-delay: 0.5s;
          -webkit-transition-duration: 0s;
               -o-transition-duration: 0s;
                  transition-duration: 0s; } }
    .nav-primary .sub-menu .sub-menu:after {
      width: 200%;
      background: #ececec; }
    .nav-primary .sub-menu .sub-menu .sub-menu:after {
      width: 100%;
      background: #dcdcdc; }
    .nav-primary .sub-menu .sub-menu .sub-menu .open-sub-menu {
      display: none; }
    .nav-primary .sub-menu .sub-menu .sub-menu a:hover, .nav-primary .sub-menu .sub-menu .sub-menu a:focus {
      background: #ececec; }
    .nav-primary .sub-menu .sub-menu .open-sub-menu {
      background-color: transparent; }
      .nav-primary .sub-menu .sub-menu .open-sub-menu.is-active {
        background-color: #dcdcdc; }
    .nav-primary .sub-menu .menu-item {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 56px;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-duration: 0.1s;
           -o-transition-duration: 0.1s;
              transition-duration: 0.1s;
      margin: 0; }
      .nav-primary .sub-menu .menu-item:hover, .nav-primary .sub-menu .menu-item.focus {
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transition-duration: 0.1s;
             -o-transition-duration: 0.1s;
                transition-duration: 0.1s;
        border: none;
        color: #000000; }
        .nav-primary .sub-menu .menu-item:hover a, .nav-primary .sub-menu .menu-item.focus a {
          color: #000000; }
          @media (min-width: 992px) {
            .nav-primary .sub-menu .menu-item:hover a:hover, .nav-primary .sub-menu .menu-item.focus a:hover {
              text-decoration: underline; } }
        @media (min-width: 992px) {
          .nav-primary .sub-menu .menu-item:hover > .sub-menu, .nav-primary .sub-menu .menu-item.focus > .sub-menu {
            display: none;
            visibility: hidden; } }
      .two-level-main-navigation .nav-primary .sub-menu .menu-item {
        height: auto; }
      .nav-primary .sub-menu .menu-item .open-sub-menu {
        display: block; }
        .two-level-main-navigation .nav-primary .sub-menu .menu-item .open-sub-menu {
          display: none; }
      @media (min-width: 992px) {
        .nav-primary .sub-menu .menu-item a {
          color: #000000;
          padding: 1rem 1.375rem;
          line-height: 1.3;
          font-size: 1.125rem;
          width: 100%; }
        .nav-primary .sub-menu .menu-item .open-sub-menu {
          display: block;
          width: 56px;
          padding: 1rem 1.25rem; } }
  @media (max-width: 991.98px) {
    .nav-primary.nav-helper-class {
      width: 100%; }
      .nav-primary.nav-helper-class ul.nav {
        margin: 0;
        background-color: #000000; }
        .nav-primary.nav-helper-class ul.nav > .menu-item {
          width: 100%;
          background-color: #000000; }
          .nav-primary.nav-helper-class ul.nav > .menu-item > .open-sub-menu:hover, .nav-primary.nav-helper-class ul.nav > .menu-item > .open-sub-menu:focus {
            background-color: #f5f5f5; }
            .nav-primary.nav-helper-class ul.nav > .menu-item > .open-sub-menu:hover .fa, .nav-primary.nav-helper-class ul.nav > .menu-item > .open-sub-menu:focus .fa {
              color: #000000; }
          .nav-primary.nav-helper-class ul.nav > .menu-item > a {
            padding: 1rem 0rem;
            color: #FFF; }
      .nav-primary.nav-helper-class .menu-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transition-duration: 0.1s;
             -o-transition-duration: 0.1s;
                transition-duration: 0.1s;
        margin: 0; }
        .not-multi-level-main-navigation .nav-primary.nav-helper-class .menu-item:after {
          content: '';
          position: absolute;
          bottom: 0;
          display: block;
          width: calc(100% - 40px);
          height: 1px;
          background-color: #6d6d6d;
          margin-left: 1.25rem; }
        .nav-primary.nav-helper-class .menu-item a {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          line-height: 1.3;
          font-size: 1.125rem;
          width: 80%; }
        .nav-primary.nav-helper-class .menu-item .open-sub-menu {
          position: absolute;
          right: 0;
          top: 0;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          -webkit-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg);
          width: 56px; }
          .nav-primary.nav-helper-class .menu-item .open-sub-menu .fa {
            margin-bottom: 4px; }
        .nav-primary.nav-helper-class .menu-item .sub-menu {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
          .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item a {
            padding: 1rem 1.875rem; }
          .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .open-sub-menu {
            padding: 0; }
          .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
            padding: 1rem 2.5rem; }
          .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .menu-item .open-sub-menu {
            padding: 0; }
          .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .sub-menu .menu-item a {
            padding: 1rem 3.125rem; }
          .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .sub-menu .menu-item .open-sub-menu {
            padding: 0; }
      .nav-primary.nav-helper-class .sub-menu {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        position: relative;
        width: 100%;
        min-height: 0; } }

.nav-top-mobile {
  display: none; }
  .nav-top-mobile ul.nav {
    padding: 1rem 0; }
    .nav-top-mobile ul.nav li.menu-item {
      padding: 0.5rem 0;
      width: 100%; }
      @media (min-width: 992px) {
        .nav-top-mobile ul.nav li.menu-item {
          width: auto; } }
      .nav-top-mobile ul.nav li.menu-item a {
        color: #FFF;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 0; }
        @media (min-width: 992px) {
          .nav-top-mobile ul.nav li.menu-item a {
            color: #FFF; } }

/* Sidebar secondary */
ul.sidebar-nav {
  margin: 0;
  padding: 0 0.9375rem 0 0;
  display: none; }
  @media (min-width: 768px) {
    ul.sidebar-nav {
      display: block; } }
  ul.sidebar-nav > li:first-of-type {
    padding: 0 0 0.25rem; }
  ul.sidebar-nav > li > a {
    padding: 0.25rem 1rem 0.25rem 0 !important;
    display: block;
    font-weight: 700;
    border-radius: 1rem;
    line-height: 1.5rem; }
  ul.sidebar-nav > li > .togglechildren {
    padding: 0.25rem 1rem 0.25rem !important; }
  ul.sidebar-nav > li:hover > a {
    color: #000000;
    text-decoration: none; }
    body.red ul.sidebar-nav > li:hover > a {
      color: #92493b; }
    body.blue ul.sidebar-nav > li:hover > a {
      color: #2c496a; }
  ul.sidebar-nav > li.page_item {
    padding: 0.25rem 0;
    position: relative; }
    ul.sidebar-nav > li.page_item ul.children li.page_item {
      padding: 0;
      margin: 0.25rem 0;
      position: relative; }
      ul.sidebar-nav > li.page_item ul.children li.page_item a {
        display: block;
        border-radius: 1rem;
        padding: 0.25rem 1.75rem 0.25rem 0;
        text-decoration: none;
        font-weight: 400;
        line-height: 1.5rem; }
      ul.sidebar-nav > li.page_item ul.children li.page_item:hover > a {
        text-decoration: underline; }
        body.red ul.sidebar-nav > li.page_item ul.children li.page_item:hover > a {
          color: #92493b; }
        body.blue ul.sidebar-nav > li.page_item ul.children li.page_item:hover > a {
          color: #2c496a; }
    ul.sidebar-nav > li.page_item ul.children li:last-of-type {
      border-bottom: 0; }
  ul.sidebar-nav > li.page_item_has_children {
    border-bottom: 0 !important; }
    ul.sidebar-nav > li.page_item_has_children > a {
      padding: 0.25rem 1.75rem 0.25rem 0 !important;
      width: 100%;
      display: inline-block;
      text-decoration: none; }
      ul.sidebar-nav > li.page_item_has_children > a:hover {
        text-decoration: underline; }
        body.red ul.sidebar-nav > li.page_item_has_children > a:hover {
          color: #92493b; }
        body.blue ul.sidebar-nav > li.page_item_has_children > a:hover {
          color: #2c496a; }
  ul.sidebar-nav .togglechildren {
    position: absolute;
    right: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    top: 0.25rem;
    color: #28482b;
    cursor: pointer;
    padding: 0 1rem;
    background-color: transparent;
    border: 0; }
    ul.sidebar-nav .togglechildren svg {
      width: 0.625rem;
      height: 0.625rem;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      vertical-align: baseline; }
      ul.sidebar-nav .togglechildren svg path {
        fill: #000000; }
    ul.sidebar-nav .togglechildren.open svg {
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  ul.sidebar-nav > li > ul li:before {
    content: "\203A";
    padding-right: 5px;
    color: #bfbfbf;
    font-size: 18px;
    margin-left: -10px;
    position: absolute;
    top: 0.3125rem;
    display: none; }
  ul.sidebar-nav ul.sidebar-menu-walker > li.page_item_has_children.current_page_item > ul.children,
  ul.sidebar-nav ul.sidebar-menu-walker > li.current_page_ancestor > ul.children,
  ul.sidebar-nav ul.sidebar-menu-walker > li.current_page_parent > ul.children {
    display: block; }
  ul.sidebar-nav li.current_page_item > a {
    font-weight: 700 !important;
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    text-decoration: none; }
  ul.sidebar-nav ul {
    margin: 0;
    padding: 0; }
    ul.sidebar-nav ul.sidebar-menu-walker {
      padding: 0.5rem 0 0.5rem 1rem; }
  ul.sidebar-nav ul.children a {
    font-size: 0.775em; }
    @media (min-width: 992px) {
      ul.sidebar-nav ul.children a {
        font-size: 1rem; } }
  ul.sidebar-nav ul.children ul.children ul.children a {
    font-size: 0.847em; }
  ul.sidebar-nav li {
    list-style-type: none;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1; }
    ul.sidebar-nav li a {
      padding: 0;
      color: #212121;
      font-size: 0.889em;
      text-decoration: none; }
      @media (min-width: 992px) {
        ul.sidebar-nav li a {
          font-size: 1.125rem; } }
      @media (max-width: 991.98px) {
        ul.sidebar-nav li a {
          /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
          -ms-word-break: break-word;
          /* Non standard for webkit */
          word-break: break-word;
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto; } }
      ul.sidebar-nav li a:hover, ul.sidebar-nav li a:focus {
        color: #28482b;
        text-decoration: underline; }
        body.red ul.sidebar-nav li a:hover, body.red ul.sidebar-nav li a:focus {
          color: #92493b; }
        body.blue ul.sidebar-nav li a:hover, body.blue ul.sidebar-nav li a:focus {
          color: #2c496a; }

li .children {
  display: none; }

.current_page_item .children {
  display: block; }

.current_page_ancestor > .children, .current_page_parent > .children {
  display: block; }

.current_page_ancestor .togglechildren.open svg, .current_page_parent .togglechildren.open svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/**
* Nav tabs
 */
ul.nav-tabs {
  border-bottom: 0; }
  ul.nav-tabs li.nav-item {
    margin: 0 0.4375rem; }
    ul.nav-tabs li.nav-item a {
      border: 0;
      border-radius: 0;
      padding: 0.75rem 1.5rem;
      background-color: #FFF;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: bold;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      position: relative;
      z-index: 0; }
      ul.nav-tabs li.nav-item a:hover {
        color: #28482b; }
        body.red ul.nav-tabs li.nav-item a:hover {
          color: #a85444; }
        body.blue ul.nav-tabs li.nav-item a:hover {
          color: #355880; }
      ul.nav-tabs li.nav-item a:after {
        z-index: -1;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -4px;
        bottom: 0;
        left: -4px;
        -webkit-transform: skewX(-4deg);
             -o-transform: skewX(-4deg);
                transform: skewX(-4deg);
        background: #FFF;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    ul.nav-tabs li.nav-item a.active {
      background-color: #000000;
      color: #FFF; }
      ul.nav-tabs li.nav-item a.active:hover {
        color: #FFF !important; }
      ul.nav-tabs li.nav-item a.active:after {
        background: #000000; }

.social-share {
  width: 100%; }
  .social-share__label {
    float: left;
    margin-right: 0.875rem;
    line-height: 2.25rem;
    font-size: 1.0625rem;
    font-weight: 500; }
  .social-share .et_social_inline {
    float: left;
    margin: 0;
    min-width: 10rem; }

.et_monarch .et_social_autowidth li {
  margin: 0 1rem 0 0 !important; }
  .et_monarch .et_social_autowidth li a:focus {
    outline: none;
    border: 1px solid #4D90FE;
    box-shadow: 0px 0px 5px  #4D90FE; }

.et_monarch .et_social_networks .et_social_icon, .et_monarch .et_social_networks .et_social_icon:before, .et_monarch .et_social_networks .et_social_icon:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem; }

.et_social_facebook a {
  background-image: url(../../dist/images/icons/ikoni-share-facebook.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.25rem;
  height: 2.25rem; }
  .et_social_facebook a i {
    display: none !important; }

.et_social_twitter a {
  background-image: url(../../dist/images/icons/ikoni-share-twitter.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.25rem;
  height: 2.25rem; }
  .et_social_twitter a i {
    display: none !important; }

.et_social_gmail a {
  background-image: url(../../dist/images/icons/ikoni-share-mail.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.25rem;
  height: 2.25rem; }
  body.red .et_social_gmail a {
    background-image: url(../../dist/images/icons/ikoni-share-mail-red.svg) !important; }
  body.blue .et_social_gmail a {
    background-image: url(../../dist/images/icons/ikoni-share-mail-blue.svg) !important; }
  .et_social_gmail a i {
    display: none !important; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0.125rem solid #6d6d6d;
  height: 3.75rem;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5rem;
  padding: 1rem;
  font-weight: 600;
  color: #000000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 0px;
  right: 15px;
  width: 20px;
  background-image: url(../../dist/images/icons/ikoni-nuoli.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container--default .select2-selection--single.front-page-nav-tabs .select2-selection__arrow {
  background-image: url(../../dist/images/icons/ikoni-nuoli-fff.svg); }

.select2-container--default.select2-container--open .select2-selection--single {
  border: 2px solid #6d6d6d;
  outline: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
    background-image: url(../../dist/images/icons/ikoni-nuoli.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      display: none; }
  .select2-container--default.select2-container--open .select2-selection--single:hover {
    border: 2px solid #727272; }
  .select2-container--default.select2-container--open .select2-selection--single:focus {
    border: 2px solid #4B91E3; }

.select2-container--default.select2-container--open .select2-selection--single.front-page-nav-tabs .select2-selection__arrow {
  background-image: url(../../dist/images/icons/ikoni-nuoli-fff.svg); }

.select2-container--default .select2-results__option {
  background-color: #FFF !important; }

.select2-container--default .select2-results__option--highlighted {
  background-color: #F4F4F5 !important;
  color: #000000 !important;
  font-weight: 500; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-selection.front-page-nav-tabs.select2-selection--single {
  background-color: #000000;
  border: 0;
  height: 3rem; }
  .select2-selection.front-page-nav-tabs.select2-selection--single .select2-selection__rendered {
    color: #FFF;
    padding: 0.75rem; }
  .select2-selection.front-page-nav-tabs.select2-selection--single .select2-selection__arrow {
    height: 3rem; }

.select2-dropdown {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
  .select2-dropdown .select2-results__option {
    font-size: 1.125rem;
    background-color: #FFF;
    line-height: 1.5rem;
    padding: 0.75rem 1rem; }

.admin-bar header.banner {
  top: 46px; }
  @media (min-width: 768px) {
    .admin-bar header.banner {
      top: 32px; } }

header.banner {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030; }
  header.banner .header-wrap {
    position: relative; }
  header.banner .header-top, header.banner .header-bottom {
    padding: 1.1875rem 0 1.125rem;
    border-bottom: 1px solid #000000;
    background-color: #000000; }
    @media (min-width: 992px) {
      header.banner .header-top, header.banner .header-bottom {
        padding: 2rem 0;
        border-bottom: none; } }
  header.banner .header-bottom {
    padding: 0; }
    @media (min-width: 992px) {
      header.banner .header-bottom {
        background-color: #FFF; } }
    header.banner .header-bottom .right.open {
      max-height: calc(100vh - 65px);
      overflow-y: scroll; }
  header.banner .skip-link {
    display: block;
    position: absolute;
    bottom: -4.0625rem; }
  header.banner a.brand .logo-text {
    vertical-align: middle;
    text-transform: uppercase;
    color: #28482b;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.9375rem; }
    body.red header.banner a.brand .logo-text {
      color: #FFF; }
    body.blue header.banner a.brand .logo-text {
      color: #FFF; }
    @media (min-width: 992px) {
      header.banner a.brand .logo-text {
        line-height: 4.6875rem;
        font-size: 1.5rem; } }
  header.banner a.brand svg {
    float: left;
    width: 7.625rem;
    height: 1.5rem; }
    @media (min-width: 992px) {
      header.banner a.brand svg {
        width: 12.6875rem;
        height: 2.5rem; } }
  header.banner a.brand:hover, header.banner a.brand:active, header.banner a.brand:focus {
    text-decoration: none; }
  header.banner a.brand img {
    float: left;
    width: 7.1875rem;
    height: 1.5rem; }
    @media (min-width: 992px) {
      header.banner a.brand img {
        width: 11.9375rem;
        height: 2.5rem; } }
  header.banner a.brand:hover, header.banner a.brand:active, header.banner a.brand:focus {
    text-decoration: none; }
  header.banner .search-field {
    display: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
    @media (min-width: 992px) {
      header.banner .search-field {
        display: inline-block;
        line-height: 2.1875rem; } }
  @media (min-width: 576px) {
    header.banner .search-submit {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

header.banner.opened {
  position: static; }

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  -o-transition: -o-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear, -o-transform 100ms linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%); }

.mobile-menu-toggle {
  position: absolute;
  top: 1.1875rem;
  right: 0.9375rem;
  display: inline-block;
  cursor: pointer;
  padding: 0 0.0625rem 0 0.75rem;
  background-color: #000000;
  border: 0; }
  .mobile-menu-toggle .bar1, .mobile-menu-toggle .bar2, .mobile-menu-toggle .bar3 {
    width: 20px;
    height: 2px;
    background-color: #FFF;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  -o-transform: rotate(-45deg) translate(-5px, 5px);
     transform: rotate(-45deg) translate(-5px, 5px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -o-transform: rotate(45deg) translate(-5px, -5px);
     transform: rotate(45deg) translate(-5px, -5px); }

.lang-toggle {
  position: absolute;
  top: 1.3125rem;
  right: 3rem;
  height: 1.375rem;
  padding: 0 0.75rem;
  background-image: url(../../dist/images/icons/ikoni-muapallo.svg);
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
  border: 0; }
  .lang-toggle.opened {
    background-image: url(../../dist/images/icons/ikoni-hae-sulje.svg);
    background-size: 1.0625rem 1.0625rem; }

.search-toggle {
  position: absolute;
  top: 1.1875rem;
  right: 4.5rem;
  box-sizing: content-box;
  padding: 0 0.75rem;
  background-image: url(../../dist/images/icons/ikoni-haku.svg);
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.625rem;
  width: 1.625rem;
  background-color: #000000;
  border: 0; }
  .search-toggle.opened {
    background-image: url(../../dist/images/icons/ikoni-hae-sulje.svg);
    background-size: 1.0625rem 1.0625rem; }

.mobile-lang-wrapper {
  display: none;
  padding: 1.25rem 0; }

.search-mobile {
  display: none; }

/*.page-content {
	.sidebar-left {
		padding: 0 rem(15px);
		@include media-breakpoint-up(md) {
			padding: 0 rem(25px) 0 rem(15px);
		}
	}

	.sidebar-right {
		padding: 0 rem(15px);
		@include media-breakpoint-up(md) {
			padding: 0 rem(15px) 0 rem(25px);
		}
	}

	.sidebar-left, .sidebar-right {
		@include media-breakpoint-down(sm) {
			width: 100%;
		}
	}
}
*/
.sidebar-wrap {
  padding-bottom: 3.5rem; }
  @media (min-width: 768px) {
    .sidebar-wrap {
      padding-bottom: 1.5625rem; } }

.right-sidebar .widget {
  padding: 0 0 0.9375rem 0; }

.right-sidebar .widget.sidebar-facebook-feed {
  height: 37.5rem; }

.right-sidebar .widget.person-lifts-layout .person-card {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 0.9375rem;
  padding: 0; }
  .right-sidebar .widget.person-lifts-layout .person-card .entry-content {
    width: 100%; }
    .right-sidebar .widget.person-lifts-layout .person-card .entry-content p {
      margin: 0; }
      .right-sidebar .widget.person-lifts-layout .person-card .entry-content p.person-name {
        font-weight: 700; }

.sidebar-left .widget {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .sidebar-left .widget {
      margin-bottom: 2rem; } }

.mobile-nav-toggle {
  background-color: #000000;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border: 0;
  width: 100%; }
  .mobile-nav-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    background-image: url(../../dist/images/icons/ikoni-nuoli-fff.svg);
    background-repeat: no-repeat;
    background-position: center right 1rem;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .mobile-nav-toggle:hover, .mobile-nav-toggle:focus {
    background-color: #1a1a1a; }

.mobile-nav-toggle.opened:after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  right: 10px; }

.widget.sidebar-contacts ul {
  padding: 0; }
  .widget.sidebar-contacts ul li {
    padding: 10px;
    list-style: none;
    border-top: 0.25rem solid #28482b;
    background-color: #F4F4F5;
    margin-bottom: 0.5rem; }

.widget.short-url {
  margin-bottom: 2.5rem;
  margin-top: 1.25rem; }
  .widget.short-url .short-url-address {
    color: #6d6d6d;
    display: block;
    font-size: 1rem; }

.widget-rss .rss a:hover {
  text-decoration: none; }

.widget-rss .rss a span {
  display: inline-block;
  color: #28482b;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  border-bottom: solid 2px #008629;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  body.red .widget-rss .rss a span {
    color: #a85444; }
  body.blue .widget-rss .rss a span {
    color: #355880; }
  body.red .widget-rss .rss a span {
    border-color: #a85444; }
  body.blue .widget-rss .rss a span {
    border-color: #98b4d4; }

.widget-rss .rss a i {
  font-size: 2.5rem;
  margin-top: -8px;
  position: absolute;
  margin-left: 5px;
  text-decoration: none; }

.right-sidebar section.feedback-link.widget {
  padding: 0;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .right-sidebar section.feedback-link.widget {
      margin-bottom: 2rem; } }

.feedback-link {
  width: 100%; }

.secondary-link {
  width: 100%;
  margin-top: 0.5rem; }

.fonecta-link {
  display: inline;
  text-decoration: none; }
  .fonecta-link:hover, .fonecta-link:focus {
    text-decoration: none; }

.skew-mask--footer {
  margin-top: -2px;
  width: 100%; }

footer.content-info {
  background-color: #ceff23;
  background-size: 100%;
  color: #000000;
  position: relative; }
  footer.content-info h1, footer.content-info h2, footer.content-info h3, footer.content-info a, footer.content-info p, footer.content-info span, footer.content-info div {
    color: #000000; }
  footer.content-info a, footer.content-info p, footer.content-info span, footer.content-info div {
    font-size: 1rem;
    line-height: 1.5rem; }
  footer.content-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      footer.content-info ul {
        margin: 0; } }
    footer.content-info ul li {
      padding: 0.125rem 0; }
      footer.content-info ul li a {
        color: #000000;
        text-decoration: underline;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        footer.content-info ul li a:hover {
          color: #000000; }
  footer.content-info .footer-row-first {
    padding-top: 2.5rem; }
    @media (min-width: 768px) {
      footer.content-info .footer-row-first {
        padding-top: 6.4375rem;
        padding-bottom: 2.25rem;
        background-color: transparent; } }
    @media (min-width: 992px) {
      footer.content-info .footer-row-first {
        padding-top: 6.4375rem; } }
  footer.content-info .footer-row-second {
    padding-top: 0; }
    @media (min-width: 768px) {
      footer.content-info .footer-row-second {
        padding-bottom: 5rem; } }
    footer.content-info .footer-row-second .footer-widget {
      padding-bottom: 1.5rem; }
      @media (min-width: 768px) {
        footer.content-info .footer-row-second .footer-widget {
          padding-bottom: 0; } }
      footer.content-info .footer-row-second .footer-widget .widget {
        background-color: transparent; }
  footer.content-info h3 {
    margin-bottom: 0;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    z-index: 0; }
  footer.content-info a.brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    padding-bottom: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      footer.content-info a.brand {
        padding-bottom: 0; } }
    footer.content-info a.brand svg {
      width: 12.4375rem;
      height: 1.3125rem;
      margin-right: 1rem; }
    footer.content-info a.brand svg:nth-child(2) {
      width: 7.625rem;
      height: 1.5rem;
      margin-left: 0.9375rem; }
      @media (min-width: 992px) {
        footer.content-info a.brand svg:nth-child(2) {
          width: 8.6875rem;
          height: 1.75rem; } }
      @media (min-width: 1200px) {
        footer.content-info a.brand svg:nth-child(2) {
          width: 17.75rem;
          height: 1.3125rem; } }
    footer.content-info a.brand h2 {
      font-size: 1.5rem;
      line-height: 4rem;
      font-weight: bold;
      letter-spacing: -0.5px;
      margin: 0; }
      @media (min-width: 768px) {
        footer.content-info a.brand h2 {
          font-size: 2.1875rem; } }
  footer.content-info .widget_nav_menu .sub-menu {
    display: none; }
  footer.content-info .footer-socials {
    margin: 2.5rem 0 2.5rem;
    padding-right: 1.625rem; }
    @media (min-width: 1200px) {
      footer.content-info .footer-socials {
        margin: 0; } }
    footer.content-info .footer-socials .social {
      width: 3.5rem;
      height: 3.5rem;
      line-height: 3.5rem;
      margin: 0 1px 0 0 !important;
      position: relative; }
      footer.content-info .footer-socials .social a {
        position: absolute;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 3.25rem;
        padding-right: 0;
        background-size: auto;
        background-position: initial; }
      footer.content-info .footer-socials .social_facebook {
        z-index: 5; }
        footer.content-info .footer-socials .social_facebook a {
          background-image: url(../../dist/images/icons/icon-facebook.svg); }
          footer.content-info .footer-socials .social_facebook a:hover {
            background-image: url(../../dist/images/icons/icon-facebook-hover.svg); }
      footer.content-info .footer-socials .social_twitter {
        z-index: 4; }
        footer.content-info .footer-socials .social_twitter a {
          background-image: url(../../dist/images/icons/icon-twitter.svg); }
          footer.content-info .footer-socials .social_twitter a:hover {
            background-image: url(../../dist/images/icons/icon-twitter-hover.svg); }
      footer.content-info .footer-socials .social_instagram {
        z-index: 3; }
        footer.content-info .footer-socials .social_instagram a {
          background-image: url(../../dist/images/icons/icon-instagram.svg); }
          footer.content-info .footer-socials .social_instagram a:hover {
            background-image: url(../../dist/images/icons/icon-instagram-hover.svg); }
      footer.content-info .footer-socials .social_youtube {
        z-index: 2; }
        footer.content-info .footer-socials .social_youtube a {
          background-image: url(../../dist/images/icons/icon-youtube.svg); }
          footer.content-info .footer-socials .social_youtube a:hover {
            background-image: url(../../dist/images/icons/icon-youtube-hover.svg); }
      footer.content-info .footer-socials .social_linkedin {
        z-index: 2; }
        footer.content-info .footer-socials .social_linkedin a {
          background-image: url(../../dist/images/icons/icon-linkedin.svg); }
          footer.content-info .footer-socials .social_linkedin a:hover {
            background-image: url(../../dist/images/icons/icon-linkedin-hover.svg); }
    footer.content-info .footer-socials .social:nth-child(odd) {
      width: 3.5rem;
      height: 3.5rem;
      line-height: 56px;
      margin: 0 1px 0 0 !important;
      position: relative; }
      footer.content-info .footer-socials .social:nth-child(odd) a {
        -webkit-transition: background-color linear 0.1s;
        -o-transition: background-color linear 0.1s;
        transition: background-color linear 0.1s; }
    footer.content-info .footer-socials .social:nth-child(even) a {
      -webkit-transition: background-color linear 0.1s;
      -o-transition: background-color linear 0.1s;
      transition: background-color linear 0.1s; }
  footer.content-info .disclaimer-row {
    padding-bottom: 1.5rem; }
    @media (min-width: 768px) {
      footer.content-info .disclaimer-row {
        padding-bottom: 6.5rem; } }
    footer.content-info .disclaimer-row .footer-widget p {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #000000;
      font-weight: bold;
      border-top: 0.125rem solid #000000;
      margin: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }

.page .page-content {
  padding-top: 1.5625rem; }
  .page .page-content img {
    max-width: 100%; }

.blog .page-content, .archive .page-content {
  padding-top: 0rem; }

.blog .archive-wrapper .archive-content-wrap {
  padding: 0 0 1.5rem; }
  @media (min-width: 768px) {
    .blog .archive-wrapper .archive-content-wrap {
      padding: 0 1rem 1.5rem 1rem; } }

.page-content-wrapper {
  max-width: 42.5625rem;
  margin: 0 auto 1.5625rem; }

/*.sidebar-both .main {
	padding: 0 rem(15px);
	@include media-breakpoint-up(md) {
		padding: 0;
	}
}*/
.search .search-wrapper {
  padding: 1.5625rem 0; }
  .search .search-wrapper article {
    border-bottom: 1px solid gray;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem; }

.error404 .error404-wrapper {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .error404 .error404-wrapper {
      padding: 4rem 0; } }

.page-template-template-landing-theme section:nth-child(odd), .page-template-template-landing-theme-sidebar-nav section:nth-child(odd), .home section:nth-child(odd) {
  background-color: #FFF; }
  .page-template-template-landing-theme section:nth-child(odd) .block-blog-post-lift-item__text-wrap,
  .page-template-template-landing-theme section:nth-child(odd) .featured-article,
  .page-template-template-landing-theme section:nth-child(odd) .small-featured-article__wrapper,
  .page-template-template-landing-theme section:nth-child(odd) .small-featured-article-less-space__wrapper,
  .page-template-template-landing-theme section:nth-child(odd) .juicer-feed li.feed-item, .page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .block-blog-post-lift-item__text-wrap,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .featured-article,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .small-featured-article__wrapper,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .small-featured-article-less-space__wrapper,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .juicer-feed li.feed-item, .home section:nth-child(odd) .block-blog-post-lift-item__text-wrap,
  .home section:nth-child(odd) .featured-article,
  .home section:nth-child(odd) .small-featured-article__wrapper,
  .home section:nth-child(odd) .small-featured-article-less-space__wrapper,
  .home section:nth-child(odd) .juicer-feed li.feed-item {
    background-color: #F4F4F5; }

.page-template-template-landing-theme section:nth-child(even), .page-template-template-landing-theme-sidebar-nav section:nth-child(even), .home section:nth-child(even) {
  background-color: #F4F4F5; }
  .page-template-template-landing-theme section:nth-child(even) .block-contact-card-lift-item,
  .page-template-template-landing-theme section:nth-child(even) .block-article-lifts-without-images-item__text-wrap,
  .page-template-template-landing-theme section:nth-child(even) .block-article-lifts-with-image-item__background,
  .page-template-template-landing-theme section:nth-child(even) .block-image-lifts-title-below-item__background,
  .page-template-template-landing-theme section:nth-child(even) .juicer-feed li.feed-item, .page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-contact-card-lift-item,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-article-lifts-without-images-item__text-wrap,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-article-lifts-with-image-item__background,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-image-lifts-title-below-item__background,
  .page-template-template-landing-theme-sidebar-nav section:nth-child(even) .juicer-feed li.feed-item, .home section:nth-child(even) .block-contact-card-lift-item,
  .home section:nth-child(even) .block-article-lifts-without-images-item__text-wrap,
  .home section:nth-child(even) .block-article-lifts-with-image-item__background,
  .home section:nth-child(even) .block-image-lifts-title-below-item__background,
  .home section:nth-child(even) .juicer-feed li.feed-item {
    background-color: #FFF; }

.home section:nth-child(odd) section {
  background-color: #FFF; }
  .home section:nth-child(odd) section .featured-article,
  .home section:nth-child(odd) section .small-featured-article__wrapper, .home section:nth-child(odd) section .small-featured-article-less-space__wrapper {
    background-color: #F4F4F5; }
  .home section:nth-child(odd) section.section-image-column-lift {
    padding: 0 0 3rem; }
    @media (min-width: 768px) {
      .home section:nth-child(odd) section.section-image-column-lift {
        padding: 0 0 6rem; } }

.home section:nth-child(even) section {
  background-color: #F4F4F5; }
  .home section:nth-child(even) section .featured-article,
  .home section:nth-child(even) section .small-featured-article__wrapper, .home section:nth-child(even) section .small-featured-article-less-space__wrapper {
    background-color: #FFF; }
  .home section:nth-child(even) section.section-image-column-lift {
    padding: 0 0 3rem; }
    @media (min-width: 768px) {
      .home section:nth-child(even) section.section-image-column-lift {
        padding: 0 0 6rem; } }

.page-template-template-landing-theme-sidebar-nav .page-content-landing-sidebar {
  padding-top: 1.5625rem; }
  .page-template-template-landing-theme-sidebar-nav .page-content-landing-sidebar section:first-of-type {
    padding-top: 0; }

@media (max-width: 767.98px) {
  .page-template-template-landing-theme-sidebar-nav .sidebar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.page-template-template-landing-theme-sidebar-nav .main {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .main {
      padding-left: 0; } }
  @media (max-width: 767.98px) {
    .page-template-template-landing-theme-sidebar-nav .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
      padding-bottom: 2rem; } }

.section {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .section {
      padding: 6rem 0; } }
  .archive .section {
    padding: 0; }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section {
      padding: 3rem 0; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .section {
      padding: 6rem 0; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section .container-fluid {
      padding-left: 2rem;
      padding-right: 2rem; } }

.page-template-template-landing-theme-sidebar-nav .section-hero {
  padding: 0; }

.single-video .entry-content, .single-live-stream .entry-content {
  max-width: 54.5rem;
  margin: 2.5rem auto; }
  .single-video .entry-content__inner, .single-live-stream .entry-content__inner {
    max-width: 40.5rem; }
    .single-video .entry-content__inner h1, .single-live-stream .entry-content__inner h1 {
      margin-bottom: 1.75rem; }

.rns {
  margin-top: 2rem; }

.archive-wrapper {
  padding-top: 0rem; }
  @media (min-width: 992px) {
    .archive-wrapper {
      padding-left: 3.75rem; } }
  .archive-wrapper__free-text {
    margin-bottom: 4rem; }
    .archive-wrapper__free-text--vacancy, .archive-wrapper__free-text--valu_people {
      margin-bottom: 2rem; }
    .archive-wrapper__free-text--video {
      margin-bottom: 2.3125rem; }
    .archive-wrapper__free-text--blog {
      margin-bottom: 1rem; }
  .archive-wrapper article {
    width: 100%; }
  .archive-wrapper .archive-content-wrap {
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem; }
    @media (min-width: 576px) {
      .archive-wrapper .archive-content-wrap {
        margin-bottom: 2rem;
        padding: 0 0 1.5rem 0; } }
    .archive-wrapper .archive-content-wrap .date {
      color: #6d6d6d;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.5rem; }
      .archive-wrapper .archive-content-wrap .date time {
        margin-right: 10px; }
    .archive-wrapper .archive-content-wrap h2.entry-title {
      margin: 0.25rem 0 1rem;
      line-height: 1.2;
      font-size: 1.375rem;
      font-weight: bold;
      letter-spacing: -0.85px;
      color: #212121; }
      @media (min-width: 576px) {
        .archive-wrapper .archive-content-wrap h2.entry-title {
          font-size: 1.75rem; } }
    .archive-wrapper .archive-content-wrap a:hover {
      color: #28482b;
      -webkit-transition-duration: 0s;
           -o-transition-duration: 0s;
              transition-duration: 0s; }
      .archive-wrapper .archive-content-wrap a:hover h2.entry-title {
        color: #28482b; }
        body.red .archive-wrapper .archive-content-wrap a:hover h2.entry-title {
          color: #92493b; }
        body.blue .archive-wrapper .archive-content-wrap a:hover h2.entry-title {
          color: #2c496a; }
    .archive-wrapper .archive-content-wrap a.external-link {
      background-image: none;
      padding-right: 0; }
      .archive-wrapper .archive-content-wrap a.external-link:hover {
        background-image: none; }
    .archive-wrapper .archive-content-wrap .entry-summary p {
      font-size: 1.125rem;
      line-height: 1.5rem; }
    .archive-wrapper .archive-content-wrap img {
      max-width: 300px; }

.archive-wrapper.event-archive .event {
  -ms-flex-preferred-size: 900px;
      flex-basis: 900px; }

.archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 128px;
  height: 128px;
  background-color: #28482b; }
  body.red .archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
    background-color: #a85444; }
  body.blue .archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
    background-color: #98b4d4; }
  .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg {
    height: 56px;
    width: auto; }
    .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Rectangle-6 {
      fill: #FFF; }

.archive-wrapper.event-archive .archive-content-wrap .date {
  color: #000000;
  line-height: 1.4;
  font-weight: bold; }

.archive-wrapper.event-archive .archive-content-wrap h2.entry-title {
  margin: 0.5rem 0 1rem;
  font-size: 1.375rem;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .archive-wrapper.event-archive .archive-content-wrap h2.entry-title {
      font-size: 1.75rem;
      line-height: 2rem; } }

.archive-wrapper.event-archive .archive-content-wrap img {
  max-width: 128px; }

.archive-wrapper.event-archive .archive-content-wrap .address {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0; }

.archive-wrapper.vacancy-archive .archive-content-wrap .date time {
  margin-right: 0; }

.entry-meta-wrapper time, .entry-meta-wrapper span, .entry-meta-wrapper label {
  color: #6d6d6d;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.entry-meta-wrapper .entry-meta-taxonomy-service-term:after {
  content: ","; }

.entry-meta-wrapper .entry-meta-taxonomy-service-term:last-child:after {
  content: ""; }

.single-post .entry-content {
  max-width: 47.5rem; }
  .single-post .entry-content .entry-image {
    margin-bottom: 2rem; }
    .single-post .entry-content .entry-image img {
      max-width: 100%;
      height: auto; }
  .single-post .entry-content h2 {
    color: #212121; }

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px; }

body#tinymce {
  margin: 12px !important; }

.post-type-archive-valu_people div.wrap article {
  border-bottom: 0;
  padding: 0 0.5rem; }

.post-type-archive-valu_people .facetwp-facet input.facetwp-search {
  font-size: 1.125rem;
  font-weight: 400 !important; }

.post-type-archive-valu_people section.widget-archive-search {
  display: none; }

h4.valu_people-infotext {
  font-weight: 400 !important;
  margin-bottom: 2.5rem;
  display: none; }
  @media (min-width: 768px) {
    h4.valu_people-infotext {
      display: block; } }

.valu_people_facets {
  margin-left: 0.9375rem; }

.valu_people-archive {
  padding-left: 0; }
  .valu_people-archive .facetwp-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px; }
  .valu_people-archive article {
    margin-bottom: 1rem; }
    .valu_people-archive article:nth-child(4n+1) {
      clear: left; }
    .valu_people-archive article .entry-content {
      color: #212121;
      font-size: 1rem;
      line-height: 1.25;
      /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
      -ms-word-break: break-word;
      /* Non standard for webkit */
      word-break: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
      .valu_people-archive article .entry-content h3 {
        font-size: 1rem;
        line-height: 1.25;
        margin-bottom: 0;
        color: #212121; }
      .valu_people-archive article .entry-content a {
        text-decoration: underline;
        font-weight: 400;
        color: #000000;
        display: block;
        background: none; }
        .valu_people-archive article .entry-content a:hover, .valu_people-archive article .entry-content a:focus {
          color: #28482b; }
      .valu_people-archive article .entry-content > a:first-child {
        text-decoration: none; }
      .valu_people-archive article .entry-content span.person_title,
      .valu_people-archive article .entry-content span.person_visit_address,
      .valu_people-archive article .entry-content a.person_email,
      .valu_people-archive article .entry-content a.person_landline,
      .valu_people-archive article .entry-content a.person_mobile_number {
        margin-bottom: 0.625rem; }
      .valu_people-archive article .entry-content span {
        display: block; }
      .valu_people-archive article .entry-content span.person-department {
        display: inline-block; }
      .valu_people-archive article .entry-content .additional_content {
        display: none;
        padding-top: 0.3125rem; }
      .valu_people-archive article .entry-content .btn, .valu_people-archive article .entry-content .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more .valu_people-archive article .entry-content button, .valu_people-archive article .entry-content .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more .valu_people-archive article .entry-content button, .valu_people-archive article .entry-content .comment-form input[type="submit"], .comment-form .valu_people-archive article .entry-content input[type="submit"], .valu_people-archive article .entry-content .facetwp-pager .facetwp-page, .facetwp-pager .valu_people-archive article .entry-content .facetwp-page, .valu_people-archive article .entry-content .search-form .search-submit, .search-form .valu_people-archive article .entry-content .search-submit, .valu_people-archive article .entry-content .juicer-feed .j-paginate, .juicer-feed .valu_people-archive article .entry-content .j-paginate {
        padding-left: 0; }
      .valu_people-archive article .entry-content .btn:active, .valu_people-archive article .entry-content .event-archive .pagination-wrap .facetwp-facet-load_more button:active, .event-archive .pagination-wrap .facetwp-facet-load_more .valu_people-archive article .entry-content button:active, .valu_people-archive article .entry-content .event-archive .pagination-wrap .facetwp-load-more button:active, .event-archive .pagination-wrap .facetwp-load-more .valu_people-archive article .entry-content button:active, .valu_people-archive article .entry-content .comment-form input[type="submit"]:active, .comment-form .valu_people-archive article .entry-content input[type="submit"]:active, .valu_people-archive article .entry-content .facetwp-pager .facetwp-page:active, .facetwp-pager .valu_people-archive article .entry-content .facetwp-page:active, .valu_people-archive article .entry-content .search-form .search-submit:active, .search-form .valu_people-archive article .entry-content .search-submit:active, .valu_people-archive article .entry-content .juicer-feed .j-paginate:active, .juicer-feed .valu_people-archive article .entry-content .j-paginate:active {
        box-shadow: none; }
      .valu_people-archive article .entry-content .show_person {
        text-align: left;
        white-space: normal; }

.shadow-box {
  padding: 2rem 1.5rem;
  background-color: #F4F4F5;
  border-top: 0.125rem solid #28482b; }
  body.red .shadow-box {
    border-color: #a85444; }
  body.blue .shadow-box {
    border-color: #98b4d4; }
  @media (min-width: 576px) {
    .shadow-box {
      height: 100%; } }

.post-type-archive-video .facetwp-facet input.facetwp-search {
  font-size: 1.125rem;
  font-weight: 400 !important; }

.video-archive {
  padding-left: 0; }
  .video-archive .facetwp-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .video-archive .facetwp-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 1rem; }
    .video-archive .facetwp-filters__title-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 9.375rem; }
    .video-archive .facetwp-filters__title {
      font-size: 1.125rem;
      text-transform: uppercase;
      margin: 0;
      font-weight: 700; }
    .video-archive .facetwp-filters__filter-items {
      width: 100%; }
    .video-archive .facetwp-filters__filter-label {
      font-size: 1.0625rem;
      font-weight: 700; }
  .video-archive__item {
    margin-bottom: 2.5rem; }

.block-hero {
  position: relative;
  z-index: 999;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .block-hero {
      min-height: 16.4375rem; } }
  @media (min-width: 992px) {
    .block-hero {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 3.3125rem; } }
  .block-hero__container {
    position: static;
    padding: 1.5rem 0.9375rem; }
    @media (min-width: 768px) {
      .block-hero__container {
        padding: 0 0.9375rem; } }
    .block-hero__container.ml-auto .btn, .block-hero__container.ml-auto .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__container.ml-auto button, .block-hero__container.ml-auto .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__container.ml-auto button, .block-hero__container.ml-auto .comment-form input[type="submit"], .comment-form .block-hero__container.ml-auto input[type="submit"], .block-hero__container.ml-auto .facetwp-pager .facetwp-page, .facetwp-pager .block-hero__container.ml-auto .facetwp-page, .block-hero__container.ml-auto .search-form .search-submit, .search-form .block-hero__container.ml-auto .search-submit, .block-hero__container.ml-auto .juicer-feed .j-paginate, .juicer-feed .block-hero__container.ml-auto .j-paginate {
      right: 0; }
      @media (min-width: 992px) {
        .block-hero__container.ml-auto .btn, .block-hero__container.ml-auto .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__container.ml-auto button, .block-hero__container.ml-auto .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__container.ml-auto button, .block-hero__container.ml-auto .comment-form input[type="submit"], .comment-form .block-hero__container.ml-auto input[type="submit"], .block-hero__container.ml-auto .facetwp-pager .facetwp-page, .facetwp-pager .block-hero__container.ml-auto .facetwp-page, .block-hero__container.ml-auto .search-form .search-submit, .search-form .block-hero__container.ml-auto .search-submit, .block-hero__container.ml-auto .juicer-feed .j-paginate, .juicer-feed .block-hero__container.ml-auto .j-paginate {
          float: right; } }
    .block-hero__container.ml-auto .block-hero__title {
      text-align: right; }
    .block-hero__container.mr-auto.full-width {
      margin-left: 0;
      max-width: 100%; }
      @media (min-width: 768px) {
        .block-hero__container.mr-auto.full-width {
          margin-left: 0; } }
    .block-hero__container.text-center .btn, .block-hero__container.text-center .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__container.text-center button, .block-hero__container.text-center .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__container.text-center button, .block-hero__container.text-center .comment-form input[type="submit"], .comment-form .block-hero__container.text-center input[type="submit"], .block-hero__container.text-center .facetwp-pager .facetwp-page, .facetwp-pager .block-hero__container.text-center .facetwp-page, .block-hero__container.text-center .search-form .search-submit, .search-form .block-hero__container.text-center .search-submit, .block-hero__container.text-center .juicer-feed .j-paginate, .juicer-feed .block-hero__container.text-center .j-paginate {
      left: 50%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 992px) {
        .block-hero__container.text-center .btn, .block-hero__container.text-center .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__container.text-center button, .block-hero__container.text-center .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__container.text-center button, .block-hero__container.text-center .comment-form input[type="submit"], .comment-form .block-hero__container.text-center input[type="submit"], .block-hero__container.text-center .facetwp-pager .facetwp-page, .facetwp-pager .block-hero__container.text-center .facetwp-page, .block-hero__container.text-center .search-form .search-submit, .search-form .block-hero__container.text-center .search-submit, .block-hero__container.text-center .juicer-feed .j-paginate, .juicer-feed .block-hero__container.text-center .j-paginate {
          left: auto;
          -webkit-transform: translateX(0);
               -o-transform: translateX(0);
                  transform: translateX(0); } }
  .block-hero__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5625rem; }
    @media (min-width: 992px) {
      .block-hero__title-row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .block-hero__title {
    color: #FFF;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: bold;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin-bottom: 0; }
    body.red .block-hero__title {
      color: #FFF; }
    body.red .block-hero__title {
      color: #FFF; }
    body.blue .block-hero__title {
      color: #000000; }
    @media (min-width: 576px) {
      .block-hero__title {
        font-size: 2.125rem; } }
    @media (min-width: 992px) {
      .block-hero__title {
        font-size: 2.75rem; } }
    .block-hero__title + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__title + button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__title + button, .comment-form .block-hero__title + input[type="submit"], .facetwp-pager .block-hero__title + .facetwp-page, .search-form .block-hero__title + .search-submit, .juicer-feed .block-hero__title + .j-paginate {
      margin-top: 0.5rem;
      font-size: 1rem;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      @media (min-width: 768px) {
        .block-hero__title + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__title + button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__title + button, .comment-form .block-hero__title + input[type="submit"], .facetwp-pager .block-hero__title + .facetwp-page, .search-form .block-hero__title + .search-submit, .juicer-feed .block-hero__title + .j-paginate {
          font-size: 1.4375rem; } }
  @media (min-width: 992px) {
    .block-hero__description {
      max-width: 44.375rem;
      margin-bottom: 3.9375rem; } }
  .block-hero__description p {
    color: #FFF;
    font-size: 1.125rem; }
    body.red .block-hero__description p {
      color: #FFF; }
    body.red .block-hero__description p {
      color: #FFF; }
    body.blue .block-hero__description p {
      color: #000000; }
    @media (min-width: 992px) {
      .block-hero__description p {
        font-size: 1.4375rem; } }
  .block-hero__description + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__description + button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__description + button, .comment-form .block-hero__description + input[type="submit"], .facetwp-pager .block-hero__description + .facetwp-page, .search-form .block-hero__description + .search-submit, .juicer-feed .block-hero__description + .j-paginate {
    margin-top: 1.5rem;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .block-hero__description + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__description + button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__description + button, .comment-form .block-hero__description + input[type="submit"], .facetwp-pager .block-hero__description + .facetwp-page, .search-form .block-hero__description + .search-submit, .juicer-feed .block-hero__description + .j-paginate {
        font-size: 1.4375rem; } }
  .block-hero .black {
    color: #212121;
    text-shadow: none; }
  .block-hero .white {
    color: #FFF; }
  @media (min-width: 576px) {
    .block-hero__description {
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .block-hero__description + .btn, .event-archive .pagination-wrap .facetwp-facet-load_more .block-hero__description + button, .event-archive .pagination-wrap .facetwp-load-more .block-hero__description + button, .comment-form .block-hero__description + input[type="submit"], .facetwp-pager .block-hero__description + .facetwp-page, .search-form .block-hero__description + .search-submit, .juicer-feed .block-hero__description + .j-paginate {
      margin-top: 2.1875rem; } }
  .block-hero__description p:last-of-type {
    margin-bottom: 0; }
  .block-hero__date {
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #fff;
    color: #fff; }
  .block-hero .singular-left {
    padding-left: 27%; }

.section-hero--noimg .block-hero {
  padding-top: 0;
  min-height: 0; }
  .section-hero--noimg .block-hero__title-row {
    margin-bottom: 0; }
  .section-hero--noimg .block-hero__container {
    max-width: 100%; }
  .section-hero--noimg .block-hero__title {
    display: block;
    width: 100%; }
    body.red.single .section-hero--noimg .block-hero__title {
      color: #000000; }
    body.blue.single .section-hero--noimg .block-hero__title {
      color: #000000; }
  .section-hero--noimg .block-hero h1 {
    margin: 1.5rem 0;
    border-bottom: 0.125rem solid #BCBCBC; }
    @media (min-width: 768px) {
      .section-hero--noimg .block-hero h1 {
        margin: 4.125rem 0;
        font-size: 2.75rem; } }
  .section-hero--noimg .block-hero h1.no-border {
    border-bottom: none;
    margin: 0.5rem 0 2rem;
    padding-bottom: 0; }

@media (min-width: 992px) {
  .frontpage-content .section-hero {
    padding-top: 0; } }

section.section-hero.no-margin {
  margin-top: 0; }

.b-landing-card {
  margin-bottom: 35px; }
  .b-landing-card .background {
    height: 218px; }
  .b-landing-card .entry-image {
    position: relative; }
    .b-landing-card .entry-image .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(28, 76, 147, 0.9);
      text-align: center;
      z-index: 3;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      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; }
      .b-landing-card .entry-image .overlay .overlay_text {
        color: #fff;
        font-weight: 700;
        font-style: italic;
        font-size: 1.667em; }
    .b-landing-card .entry-image a {
      display: block; }
      .b-landing-card .entry-image a:hover .overlay {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; }
  .b-landing-card h3 {
    margin: 0.625rem 0 1.25rem; }
  @media (max-width: 767.98px) {
    .b-landing-card .child-page:nth-child(odd) {
      clear: both; } }
  @media (min-width: 768px) {
    .b-landing-card child-page:nth-child(3n+1) {
      clear: both; } }

.popular-pages-frontpage {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 100;
  width: 100%; }
  @media (min-width: 992px) {
    .popular-pages-frontpage {
      width: 19.5rem;
      bottom: -26px;
      right: 1.3125rem;
      top: auto; } }
  .popular-pages-frontpage__button {
    position: relative;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    border: none;
    padding: 0 15px;
    width: 100%;
    z-index: 20; }
    @media (min-width: 992px) {
      .popular-pages-frontpage__button {
        margin-right: 15px; } }
    .popular-pages-frontpage__button:after {
      z-index: -1;
      content: '';
      background-color: #000000;
      display: block;
      position: absolute;
      top: 0;
      right: -4px;
      bottom: 0;
      left: -4px;
      -webkit-transform: skewX(-4deg);
           -o-transform: skewX(-4deg);
              transform: skewX(-4deg);
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
  .popular-pages-frontpage__button-header {
    color: #fff;
    margin: 0;
    padding: 0;
    float: left;
    font-family: "GT-Pressura-Mono", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .popular-pages-frontpage__button-header {
        font-size: 1.4375rem; } }
  .popular-pages-frontpage .pp-open-close {
    float: right;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari 3-8 */
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    line-height: 3.5rem;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear; }
  .popular-pages-frontpage .pp-open-close.active {
    display: block;
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari 3-8 */
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  .popular-pages-frontpage__content {
    display: none;
    position: absolute;
    top: 3.5rem;
    background-color: #fff;
    width: 100%;
    box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);
    padding: 0 1.5rem 0;
    z-index: -1; }
    @media (min-width: 992px) {
      .popular-pages-frontpage__content {
        bottom: auto;
        margin: 0 15px;
        top: 1.75rem;
        right: -15px;
        padding: 2rem 1.5rem 0; } }
    .popular-pages-frontpage__content a:hover {
      color: #28482b; }
    .popular-pages-frontpage__content li {
      padding: 1rem 0;
      border-bottom: 0.0625rem solid #BCBCBC; }
      .popular-pages-frontpage__content li a {
        color: #000000;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 600; }
    .popular-pages-frontpage__content li:nth-last-of-type(1) {
      border-bottom: none; }

ul.most-popular {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.most-popular a:hover {
    color: #000000; }

.b-sidebar-banner a {
  display: block; }

.b-sidebar-banner a:hover {
  text-decoration: none !important; }

.b-sidebar-banner .overlay {
  background-color: rgba(84, 97, 110, 0.6);
  width: 100%;
  height: 163px;
  text-align: center; }

.b-sidebar-banner h2.b-sidebar-title {
  font-size: 1.375em;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  padding: 0 0.9375rem; }

.b-sidebar-recent .news-row {
  border-bottom: 1px solid gray;
  padding: 15px 0;
  color: #000000;
  margin: 0; }
  .b-sidebar-recent .news-row .date {
    padding-left: 0;
    font-size: 0.875rem;
    color: #6d6d6d;
    line-height: 1.5rem;
    font-weight: 400;
    text-decoration: none; }
  .b-sidebar-recent .news-row .content {
    padding-left: 0; }
    .b-sidebar-recent .news-row .content h4 {
      font-size: 1.0625rem;
      line-height: 1.5rem;
      color: #212121;
      font-weight: bold;
      margin: 0;
      text-decoration: underline; }
  .b-sidebar-recent .news-row a:hover {
    text-decoration: none; }
    .b-sidebar-recent .news-row a:hover h4 {
      text-decoration: underline;
      color: #28482b; }
      body.red .b-sidebar-recent .news-row a:hover h4 {
        color: #92493b; }
      body.blue .b-sidebar-recent .news-row a:hover h4 {
        color: #2c496a; }

.b-sidebar-recent .more-posts {
  margin: 0.9375rem 0; }
  @media (min-width: 768px) {
    .b-sidebar-recent .more-posts {
      margin: 1.5625rem 0; } }

.single-vacancy .b-sidebar-recent .news-row:first-child {
  padding: 0 0 15px; }

.b-sidebar-shortcut-links a.external-link {
  background-image: none;
  padding-right: 0; }
  .b-sidebar-shortcut-links a.external-link:hover {
    background-image: none; }

.back-link-wrapper {
  padding: 1rem 0 1rem; }
  @media (min-width: 768px) {
    .back-link-wrapper {
      padding: 2rem 0 6rem; } }

a.back-link {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.5rem; }
  body.red a.back-link {
    color: #a85444; }
  body.blue a.back-link {
    color: #355880; }
  body.red a.back-link:hover {
    color: #92493b; }
  body.blue a.back-link:hover {
    color: #2c496a; }
  a.back-link i {
    font-size: 0.875rem;
    margin-top: -5px; }

.block-image-lifts-title-below-item__background {
  background-color: #F4F4F5;
  height: 100%; }

.block-image-lifts-title-below-item__img {
  width: 100%; }

.block-image-lifts-title-below-item__title-wrap {
  padding: 1rem;
  width: 100%; }
  .block-image-lifts-title-below-item__title-wrap h3 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: underline; }

.block-image-lifts-title-below-item:hover {
  text-decoration: none; }
  .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
    color: #28482b;
    text-decoration: underline; }
    body.red .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
      color: #92493b; }
    body.blue .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
      color: #2c496a; }

.block-image-lifts-title-on-item__img-wrap {
  width: 100%;
  height: 200px; }
  @media (min-width: 768px) {
    .block-image-lifts-title-on-item__img-wrap {
      height: 240px; } }
  @media (min-width: 1200px) {
    .block-image-lifts-title-on-item__img-wrap {
      height: 330px; } }

.block-image-lifts-title-on-item__title-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  padding: 0 0.625rem; }
  .block-image-lifts-title-on-item__title-wrap h3 {
    color: #FFF;
    font-weight: bold;
    text-align: center; }

.block-image-lifts-title-on-item__gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0 50px;
  min-height: 160px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.block-image-lifts-title-on-item:hover .block-image-lifts-title-on-item__gradient {
  min-height: 100%; }

.block-events-lift-item {
  min-height: 329px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 0; }
  .block-events-lift-item__link {
    display: block;
    width: 100%;
    height: 100%; }
  .block-events-lift-item__gradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    padding: 0 50px;
    min-height: 10rem; }
    .block-events-lift-item__gradient_bg_none {
      background: transparent; }
  .block-events-lift-item__text-content {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 1.5625rem;
    left: 0;
    right: 0;
    padding: 0 0.625rem; }
  .block-events-lift-item__date {
    text-align: center;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 4px black; }
  .block-events-lift-item__title {
    text-align: center;
    color: #FFF;
    text-shadow: 0 0 6px black;
    font-size: 1.4375rem;
    line-height: 2rem; }
  .block-events-lift-item svg {
    margin-bottom: 2.5rem; }

.small-featured-article {
  padding: 0;
  margin: 0 0 1rem; }
  @media (min-width: 768px) {
    .small-featured-article {
      margin: 1rem 0 0 1rem; } }
  .small-featured-article a {
    text-decoration: none; }
    .small-featured-article a:hover .small-featured-article__title {
      text-decoration: underline; }
    .small-featured-article a:hover .link__readmore {
      color: #28482b;
      text-decoration: underline; }
      body.red .small-featured-article a:hover .link__readmore {
        color: #92493b; }
      body.blue .small-featured-article a:hover .link__readmore {
        color: #2c496a; }
    body.red .small-featured-article a .link__readmore {
      color: #a85444; }
    body.blue .small-featured-article a .link__readmore {
      color: #355880; }
  .small-featured-article__wrapper {
    background-color: #FFF;
    height: 100%;
    padding: 1.5rem 1.5rem 2.5rem; }
    @media (min-width: 768px) {
      .small-featured-article__wrapper {
        padding: 1rem 1rem 1.5rem; } }
    @media (min-width: 768px) {
      .small-featured-article__wrapper {
        padding: 1.5rem 1.5rem 1.5rem; } }
  .small-featured-article__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.4;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-family: "Roboto", sans-serif; }
    @media (min-width: 992px) {
      .small-featured-article__title {
        font-size: 1.4375rem; } }
  .small-featured-article__ingress {
    font-family: "Roboto", sans-serif;
    color: #212121;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem; }
  .small-featured-article:last-child {
    margin: 0 0 0rem; }
    @media (min-width: 768px) {
      .small-featured-article:last-child {
        margin: 1rem 0 0 1rem; } }

.small-featured-article-less-space {
  width: 100%;
  padding: 0 0 1rem; }
  @media (min-width: 768px) {
    .small-featured-article-less-space {
      padding: 1rem 0 0 1rem; } }
  @media (min-width: 1380px) {
    .small-featured-article-less-space {
      width: 50%; } }
  .small-featured-article-less-space > a {
    text-decoration: none; }
  .small-featured-article-less-space__wrapper {
    background-color: #FFF;
    height: 100%;
    padding: 1.5rem 1.5rem 2.5rem; }
    @media (min-width: 768px) {
      .small-featured-article-less-space__wrapper {
        padding: 1rem 1rem 1.5rem; } }
    @media (min-width: 768px) {
      .small-featured-article-less-space__wrapper {
        padding: 1.5rem 1.5rem 1.5rem; } }
  .small-featured-article-less-space__title {
    margin-bottom: 1rem; }
  .small-featured-article-less-space__ingress {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem; }
  .small-featured-article-less-space:last-child {
    padding: 0 0 0rem; }
    @media (min-width: 768px) {
      .small-featured-article-less-space:last-child {
        padding: 1rem 0 0 1rem; } }

.block-article-lifts-with-image-item {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .block-article-lifts-with-image-item {
      padding-left: 12px;
      padding-right: 12px; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 1200px) {
    .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item {
      padding-left: 12px;
      padding-right: 12px; } }
  .block-article-lifts-with-image-item__background {
    background-color: #F4F4F5;
    height: 100%; }
  .block-article-lifts-with-image-item__img {
    width: 100%; }
  .block-article-lifts-with-image-item__text-wrap {
    padding: 1.5rem; }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__text-wrap {
        padding: 1rem;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; } }
    @media (min-width: 1200px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__text-wrap {
        padding: 1.5rem;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none; } }
  .block-article-lifts-with-image-item__title {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__title {
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__title {
        font-size: 1.4375rem; } }
  .block-article-lifts-with-image-item__read-more {
    color: #28482b;
    font-weight: 500;
    text-decoration: underline; }
  .block-article-lifts-with-image-item:hover {
    text-decoration: none; }

.block-article-lifts-without-images-item {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .block-article-lifts-without-images-item {
      padding-left: 12px;
      padding-right: 12px; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 1200px) {
    .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item {
      padding-left: 12px;
      padding-right: 12px; } }
  .block-article-lifts-without-images-item__text-wrap {
    padding: 3.25rem 1.5rem 3.5rem;
    background-color: #F4F4F5;
    height: 100%; }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__text-wrap {
        padding: 3.25rem 1rem 3.5rem;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; } }
    @media (min-width: 1200px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__text-wrap {
        padding: 3.25rem 1.5rem 3.5rem;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none; } }
  .block-article-lifts-without-images-item__date {
    text-align: center;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #6d6d6d; }
  .block-article-lifts-without-images-item__title {
    margin-bottom: 1rem;
    text-align: center; }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__title {
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__title {
        font-size: 1.4375rem; } }
  .block-article-lifts-without-images-item__ingress {
    text-align: center;
    margin-bottom: 1.5rem; }
  .block-article-lifts-without-images-item__read-more {
    color: #28482b;
    font-weight: 500;
    text-align: center;
    text-decoration: underline; }
  .block-article-lifts-without-images-item:hover {
    text-decoration: none; }

.block-blog-post-lift-item__text-col {
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .block-blog-post-lift-item__text-col {
      margin-bottom: 1.875rem; } }

.block-blog-post-lift-item__text-wrap {
  background-color: #FFF;
  padding: 2rem 2rem 3.75rem;
  height: 100%; }
  @media (min-width: 768px) {
    .block-blog-post-lift-item__text-wrap {
      padding: 2rem 2rem 5rem; } }
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
    padding: 2rem 0.9375rem 3.75rem; }
    @media (min-width: 576px) {
      .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
        padding: 2rem 2rem 3.75rem; } }
    @media (min-width: 768px) {
      .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
        padding: 1.75rem 1.5rem 6.25rem; } }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
        padding: 2rem 1.5rem 7.5rem; } }

.block-blog-post-lift-item__author-img {
  max-width: 4rem;
  max-height: 4rem;
  border-radius: 2rem;
  margin-right: 0.9375rem; }

.block-blog-post-lift-item__author-name {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0; }

.block-blog-post-lift-item__read-more {
  color: #28482b;
  font-weight: 500;
  text-decoration: underline; }

.block-blog-post-lift-item__link-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: #FFF !important; }

.block-blog-post-lift-item__title {
  text-decoration: underline; }

.block-blog-post-lift-item-image-col {
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .block-blog-post-lift-item-image-col {
      margin-bottom: 1.875rem; } }

.block-blog-post-lift-item-image__image-text-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px; }
  @media (min-width: 768px) {
    .block-blog-post-lift-item-image__image-text-wrap {
      min-height: 536px;
      margin-bottom: 1.875rem; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__image-text-wrap {
      min-height: 400px; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__image-text-wrap {
      min-height: 536px; } }

.block-blog-post-lift-item-image__link-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none !important; }

.block-blog-post-lift-item-image__text-wrap {
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 0 2rem 2rem; }
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
    padding: 0 0.9375rem 2rem; }
    @media (min-width: 576px) {
      .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
        padding: 0 2rem 2rem; } }
    @media (min-width: 768px) {
      .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
        padding: 0 1.5rem 2rem; } }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
        padding: 0 1.5rem 2rem; } }

.block-blog-post-lift-item-image__author-img {
  max-width: 4rem;
  max-height: 4rem;
  border-radius: 2rem;
  margin-right: 0.9375rem;
  color: #FFF;
  border: solid 2px #FFF; }

.block-blog-post-lift-item-image__author-name {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #FFF;
  margin-bottom: 0; }

.block-blog-post-lift-item-image__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #FFF; }

.block-blog-post-lift-item-image__title {
  color: #FFF;
  text-decoration: underline; }

.block-contact-card-lift-item {
  padding: 2rem 1.5rem;
  background-color: #F4F4F5;
  position: relative; }
  .block-contact-card-lift-item:nth-child(1) {
    border-top: 0.25rem solid #28482b; }
    body.red .block-contact-card-lift-item:nth-child(1) {
      border-color: #a85444; }
    body.blue .block-contact-card-lift-item:nth-child(1) {
      border-color: #98b4d4; }
  .block-contact-card-lift-item:nth-child(n+2) {
    border-top: 0.0625rem solid #6d6d6d; }
  .block-contact-card-lift-item__name {
    font-weight: bold !important; }
  .block-contact-card-lift-item__contact-info {
    margin-top: 1rem; }
    .block-contact-card-lift-item__contact-info > div {
      margin-bottom: 0.5rem; }
  .block-contact-card-lift-item label {
    font-weight: 600;
    min-width: 185px;
    margin-bottom: 0;
    display: block; }
    @media (min-width: 576px) {
      .block-contact-card-lift-item label {
        display: inline-block; } }
  .block-contact-card-lift-item__email-link, .block-contact-card-lift-item__phone-number, .block-contact-card-lift-item__mobile-phone-number {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 400 !important; }
    body.red .block-contact-card-lift-item__email-link:hover, body.red .block-contact-card-lift-item__phone-number:hover, body.red .block-contact-card-lift-item__mobile-phone-number:hover {
      color: #92493b; }
    body.blue .block-contact-card-lift-item__email-link:hover, body.blue .block-contact-card-lift-item__phone-number:hover, body.blue .block-contact-card-lift-item__mobile-phone-number:hover {
      color: #2c496a; }
  .block-contact-card-lift-item__toggle {
    position: absolute;
    right: 2.75rem;
    height: 1.75rem;
    top: 44px;
    cursor: pointer;
    border: none;
    background-color: transparent; }
    .block-contact-card-lift-item__toggle svg {
      -webkit-transition: -webkit-transform 0.3s linear;
      transition: -webkit-transform 0.3s linear;
      -o-transition: -o-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear; }
  .block-contact-card-lift-item__toggle.opened svg {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.block-contact-card-lift-item.multiple.closed .block-contact-card-lift-item__contact-info {
  display: none; }

.b-video-lift {
  height: 100%; }
  .b-video-lift__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important; }
    .b-video-lift__link:hover .b-video-lift__title {
      text-decoration: underline !important; }
  .b-video-lift__image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F4F4F5;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: cover; }
  .b-video-lift__img {
    width: 100%; }
  .b-video-lift__img-placeholder {
    position: relative;
    height: 0;
    padding-top: 51.5625%; }
  .b-video-lift__content h3 {
    font-size: 1.125rem;
    line-height: 1.33;
    margin: 0 !important; }
  .b-video-lift__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .b-video-lift__play-icon svg {
      width: 3rem;
      height: 3rem; }
      .b-video-lift__play-icon svg #Rectangle-11 {
        -webkit-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
      .b-video-lift__play-icon svg:hover #Rectangle-11 {
        fill: #008629; }

.b-post-list {
  background-color: #F4F4F5;
  border-top: solid 0.25rem #66EA84;
  padding: 1.25rem 1rem; }
  .b-post-list h2.b-post-list__title {
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-bottom: 1rem; }

.b-post-list-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 0.0625rem #9b9b9b; }
  .b-post-list-item__link:hover {
    text-decoration: none; }
    .b-post-list-item__link:hover h3.b-post-list-item__title {
      text-decoration: underline; }
  .b-post-list-item p.b-post-list-item__time {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #6d6d6d;
    margin: 0; }
  .b-post-list-item h3.b-post-list-item__title {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-bottom: 0; }
  .b-post-list-item:last-of-type {
    border: none; }

.b-video-embedding {
  position: relative;
  margin-bottom: 2.625rem; }
  .b-video-embedding__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    background-color: #F4F4F5;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20; }
  .b-video-embedding__play {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .b-video-embedding__play svg {
      cursor: pointer;
      width: 4rem;
      height: 4rem; }
      .b-video-embedding__play svg #Rectangle-11 {
        -webkit-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
      .b-video-embedding__play svg:hover #Rectangle-11 {
        fill: #008629; }
  .b-video-embedding__play-button {
    background: transparent;
    border: none; }
  .b-video-embedding__link-coming {
    padding: 1.5rem;
    width: 18.75rem;
    background-color: #66EA84;
    color: #000000; }
    .b-video-embedding__link-coming p {
      text-align: center;
      margin-bottom: 0; }
  .b-video-embedding__video-placeholder {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }

.b-video-embedding-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .section-image-column-lift .b-video-embedding-youtube, .section-big-video-lift .b-video-embedding-youtube {
    padding-bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none; }
  .b-video-embedding-youtube__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important; }
  .b-video-embedding-youtube__error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 5rem;
    text-align: center;
    z-index: 1; }
    .b-video-embedding-youtube__error a, .b-video-embedding-youtube__error p {
      color: #fff;
      padding-right: 0; }
    .b-video-embedding-youtube__error a {
      text-decoration: underline; }

.b-video-embedding-struu {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .b-video-embedding-struu__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important; }

.b-video-embedding-twitch {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .b-video-embedding-twitch__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important; }

.b-video-embedding-anchor-podcast__iframe {
  width: 100%;
  height: auto; }

.styles__container___L-NK3 {
  display: none !important; }

.gb-videos {
  margin: 2.625rem 0 0.625rem; }
  .gb-videos__item {
    margin-bottom: 2rem; }

.crisis-container {
  position: relative;
  background-color: #ceff23;
  height: auto;
  z-index: 380;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .crisis-container {
      margin: 4.25rem auto;
      padding: 2.8125rem 2rem 2.25rem; } }
  @media only screen and (max-width: 1400px) and (min-width: 993px) {
    .crisis-container {
      margin: 1.875rem 0.9375rem;
      width: calc(100% - 30px); } }
  .crisis-container .crisis__button-wrapper {
    padding-right: 1.875rem;
    margin-top: 0; }
    @media (min-width: 768px) {
      .crisis-container .crisis__button-wrapper {
        margin-top: 0.9375rem; } }
    @media (min-width: 992px) {
      .crisis-container .crisis__button-wrapper {
        margin-top: 0; } }
  .crisis-container .crisis--title {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    max-width: calc(100% - 32px); }
    @media (min-width: 768px) {
      .crisis-container .crisis--title {
        font-size: 1.3125rem;
        line-height: 2rem;
        max-width: 100%; } }
    .crisis-container .crisis--title:hover, .crisis-container .crisis--title:active, .crisis-container .crisis--title:focus {
      text-decoration: none; }
  .crisis-container .crisis--content {
    display: none; }
    @media (min-width: 576px) {
      .crisis-container .crisis--content {
        display: block; } }
    .crisis-container .crisis--content p {
      font-size: 1rem; }
  .crisis-container .crisis--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer; }

/* header.banner.crisis-header {
	.header-top {
		padding-top: 0;
		@media only screen and (min-width: 1360px) {
			padding-top: 2rem;
		}
	}
} */
.section-hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0; }
  @media (min-width: 992px) {
    .section-hero {
      min-height: 28.125rem; } }
  .section-hero--large {
    min-height: 17.6875rem; }
    @media (min-width: 576px) {
      .section-hero--large {
        height: 26.5rem; } }
    @media (min-width: 992px) {
      .section-hero--large {
        height: 38.9375rem; } }
  .section-hero--simple {
    min-height: 15.625rem; }
    @media (min-width: 992px) {
      .section-hero--simple {
        height: 28.125rem;
        min-height: 28.125rem;
        margin-top: 160px; } }
    .section-hero--simple + .section-hero-textcontent {
      display: none; }
    .section-hero--simple svg.skew-mask {
      width: 101%;
      position: absolute;
      top: -2px;
      left: 0; }
      body.red .section-hero--simple svg.skew-mask path {
        fill: #a85444; }
      body.blue .section-hero--simple svg.skew-mask path {
        fill: #98b4d4; }
    .section-hero--simple svg.skew-mask-white {
      width: 101%;
      position: absolute;
      bottom: -2px;
      right: -2px;
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .section-hero--noimg {
    min-height: 0;
    background-color: transparent !important; }
    .section-hero--noimg .section-hero-overlay {
      display: none !important; }
    .section-hero--noimg + .section-hero-textcontent {
      background-color: #FFF !important; }
      .section-hero--noimg + .section-hero-textcontent .block-hero {
        padding-top: 0; }
        .section-hero--noimg + .section-hero-textcontent .block-hero h1 {
          display: block;
          width: 100%;
          border-bottom: 0.125rem solid #BCBCBC; }
  .section-hero--crisis {
    margin-top: 12.5rem; }
    @media (min-width: 992px) {
      .section-hero--crisis {
        margin-top: 25.25rem; } }
  @media (min-width: 768px) {
    .section-hero--video {
      height: calc(100vw * (17 / 48));
      max-height: calc(100vw * (17 / 48));
      min-height: auto !important; } }
  .section-hero .video-container {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none; }
    @media (min-width: 768px) {
      .section-hero .video-container {
        display: block; } }
  .section-hero .section-hero-overlay {
    height: 100.7%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    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; }
    .section-hero .section-hero-overlay svg:not(.skew-mask) {
      width: 100%;
      height: auto; }
    .section-hero .section-hero-overlay svg.skew-mask {
      width: 100%;
      position: absolute;
      bottom: -2px;
      right: -1px;
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
      body.red .section-hero .section-hero-overlay svg.skew-mask path {
        fill: #a85444; }
      body.blue .section-hero .section-hero-overlay svg.skew-mask path {
        fill: #98b4d4; }
  .section-hero .section-hero-textcontent {
    position: relative;
    background-color: #28482b; }
    body.red .section-hero .section-hero-textcontent {
      background-color: #a85444; }
    body.blue .section-hero .section-hero-textcontent {
      background-color: #98b4d4; }
    .section-hero .section-hero-textcontent .section-hero-skew-mask {
      position: absolute;
      left: 0;
      top: -56px;
      width: 100%;
      height: 7rem;
      background: #28482b;
      -webkit-transform: skewY(-2.5deg);
      -o-transform: skewY(-2.5deg);
      transform: skewY(-2.5deg);
      -webkit-backface-visibility: hidden; }

@media (min-width: 992px) {
  .post-type-archive-blog .section-hero--simple {
    height: 31.875rem; } }

section.section-hero {
  min-height: 0; }

@media (min-width: 1200px) {
  .home .section-hero--large {
    height: 50rem; } }

.back-to-top {
  background-color: #FFF; }
  .back-to-top__wrapper {
    margin: 1rem 0;
    width: auto;
    cursor: pointer; }
  .back-to-top__text {
    font-size: 1.125rem;
    line-height: 3.125rem !important;
    font-weight: bold;
    color: #28482b;
    margin-right: 0.5rem;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    body.red .back-to-top__text {
      color: #a85444; }
    body.blue .back-to-top__text {
      color: #355880; }
  .back-to-top__icon {
    font-size: 1.375rem !important;
    padding: 0.875rem;
    background-color: #28482b;
    border-radius: 2rem;
    color: #FFF;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    body.red .back-to-top__icon {
      color: #FFF; }
    body.red .back-to-top__icon {
      color: #FFF; }
    body.blue .back-to-top__icon {
      color: #000000; }
    body.red .back-to-top__icon {
      background-color: #a85444; }
    body.blue .back-to-top__icon {
      background-color: #98b4d4; }

.back-to-top__wrapper:hover .back-to-top__icon {
  background-color: #6d6d6d; }
  body.red .back-to-top__wrapper:hover .back-to-top__icon {
    background-color: #6d6d6d; }
  body.blue .back-to-top__wrapper:hover .back-to-top__icon {
    background-color: #6d6d6d; }

.back-to-top__wrapper:hover .back-to-top__text {
  color: #6d6d6d;
  text-decoration: underline; }
  body.red .back-to-top__wrapper:hover .back-to-top__text {
    color: #92493b; }
  body.blue .back-to-top__wrapper:hover .back-to-top__text {
    color: #2c496a; }

.section-image-column-lift .image-column-lift {
  background-color: transparent; }
  @media (min-width: 768px) {
    .section-image-column-lift .image-column-lift {
      min-height: 22.5rem; } }
  @media (min-width: 1200px) {
    .section-image-column-lift .image-column-lift {
      min-height: 28rem; } }
  .section-image-column-lift .image-column-lift__date {
    color: #6d6d6d;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem; }
  .section-image-column-lift .image-column-lift__title {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .section-image-column-lift .image-column-lift__content-text p {
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .section-image-column-lift .image-column-lift__content-text a {
    color: #008629;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    text-decoration: underline; }
    .section-image-column-lift .image-column-lift__content-text a:hover {
      text-decoration: none;
      color: #008629; }
  .section-image-column-lift .image-column-lift__btn {
    margin-top: 1rem; }
  .section-image-column-lift .image-column-lift .image {
    min-height: 12.5625rem; }
    @media (min-width: 576px) {
      .section-image-column-lift .image-column-lift .image {
        min-height: 18rem; } }
    @media (min-width: 768px) {
      .section-image-column-lift .image-column-lift .image {
        min-height: 20rem; } }
    @media (min-width: 992px) {
      .section-image-column-lift .image-column-lift .image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 0; } }
  .section-image-column-lift .image-column-lift .image.video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0; }
  .section-image-column-lift .image-column-lift__thumbnail-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-image-column-lift .image-column-lift__play {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .section-image-column-lift .image-column-lift__play svg {
      cursor: pointer;
      width: 4rem;
      height: 4rem; }
      .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
        -webkit-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
        body.red .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
          fill: #a85444; }
        body.blue .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
          fill: #000000; }
      .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
        fill: #008629; }
        body.red .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
          fill: #b96252; }
        body.blue .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
          fill: #0f0f0f; }
  .section-image-column-lift .image-column-lift__play-button {
    background: transparent;
    border: none; }

.image-column-lift.right .image-column-lift__text {
  padding: 0 0.625rem 2rem 0;
  color: #000000; }
  @media (min-width: 768px) {
    .image-column-lift.right .image-column-lift__text {
      padding: 0 1.0625rem 2rem 0.5625rem; } }
  @media (min-width: 992px) {
    .image-column-lift.right .image-column-lift__text {
      padding: 0 2.5625rem 0 1.0625rem; } }
  @media (min-width: 1200px) {
    .image-column-lift.right .image-column-lift__text {
      padding: 0 2.5625rem 0 1.0625rem; } }

.image-column-lift.left .image-column-lift__text {
  padding: 0 0.625rem 2rem 0;
  color: #000000; }
  @media (min-width: 768px) {
    .image-column-lift.left .image-column-lift__text {
      padding: 0 0.5625rem 2rem 1.0625rem; } }
  @media (min-width: 992px) {
    .image-column-lift.left .image-column-lift__text {
      padding: 0 1.0625rem 0 2.5625rem; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .image-column-lift.left .image-column-lift__text {
      padding: 1.5rem 0.5625rem 0 0.5625rem; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .image-column-lift.left .image-column-lift__text {
      padding: 0 1.0625rem 0 1.25rem; } }
  @media (min-width: 1200px) {
    .page-template-template-landing-theme-sidebar-nav .image-column-lift.left .image-column-lift__text {
      padding: 0 1.0625rem 0 1.75rem; } }

.section-news-lift {
  background-color: #F4F4F5; }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-news-lift .container-fluid {
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; } }
  @media (min-width: 1200px) {
    .page-template-template-landing-theme-sidebar-nav .section-news-lift .container-fluid {
      padding-right: 0.25rem;
      padding-left: 0.25rem; } }
  .section-news-lift .select2 {
    display: block; }
    @media (min-width: 768px) {
      .section-news-lift .select2 {
        display: none; } }
  .section-news-lift .article__image {
    width: 100%; }
  .section-news-lift .news-feed, .section-news-lift .announcements-feed, .section-news-lift .jobs-feed {
    background-color: transparent !important; }
    .section-news-lift .news-feed .article, .section-news-lift .announcements-feed .article, .section-news-lift .jobs-feed .article {
      padding-top: 1.5rem;
      padding-left: 0rem;
      padding-right: 0rem; }
      @media (min-width: 768px) {
        .section-news-lift .news-feed .article, .section-news-lift .announcements-feed .article, .section-news-lift .jobs-feed .article {
          padding-top: 2.75rem;
          padding-left: 1.75rem;
          padding-right: 1.75rem; } }
      @media (min-width: 768px) {
        .page-template-template-landing-theme-sidebar-nav .section-news-lift .news-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .announcements-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .jobs-feed .article {
          padding-top: 2.25rem;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      @media (min-width: 1200px) {
        .page-template-template-landing-theme-sidebar-nav .section-news-lift .news-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .announcements-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .jobs-feed .article {
          padding-top: 2.75rem;
          padding-left: 1.75rem;
          padding-right: 1.75rem; } }
      .section-news-lift .news-feed .article a, .section-news-lift .announcements-feed .article a, .section-news-lift .jobs-feed .article a {
        text-decoration: none; }
      .section-news-lift .news-feed .article .article__meta, .section-news-lift .announcements-feed .article .article__meta, .section-news-lift .jobs-feed .article .article__meta {
        display: block;
        margin-bottom: 0.25rem; }
        .section-news-lift .news-feed .article .article__meta span, .section-news-lift .announcements-feed .article .article__meta span, .section-news-lift .jobs-feed .article .article__meta span {
          color: #000000;
          font-size: 0.875rem;
          font-weight: 500;
          line-height: 1.5rem; }
        .section-news-lift .news-feed .article .article__meta .article__date, .section-news-lift .announcements-feed .article .article__meta .article__date, .section-news-lift .jobs-feed .article .article__meta .article__date {
          margin-bottom: 0; }
      .section-news-lift .news-feed .article .article__date, .section-news-lift .announcements-feed .article .article__date, .section-news-lift .jobs-feed .article .article__date {
        color: #000000;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.5rem;
        margin-bottom: 0.3125rem; }
      .section-news-lift .news-feed .article .article__title, .section-news-lift .announcements-feed .article .article__title, .section-news-lift .jobs-feed .article .article__title {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.5rem;
        word-break: break-word;
        font-family: "Roboto", sans-serif; }
      .section-news-lift .news-feed .article p.article__excerpt, .section-news-lift .news-feed .article p, .section-news-lift .announcements-feed .article p.article__excerpt, .section-news-lift .announcements-feed .article p, .section-news-lift .jobs-feed .article p.article__excerpt, .section-news-lift .jobs-feed .article p {
        display: none;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.5rem; }
        @media (min-width: 576px) {
          .section-news-lift .news-feed .article p.article__excerpt, .section-news-lift .news-feed .article p, .section-news-lift .announcements-feed .article p.article__excerpt, .section-news-lift .announcements-feed .article p, .section-news-lift .jobs-feed .article p.article__excerpt, .section-news-lift .jobs-feed .article p {
            display: block; } }
      .section-news-lift .news-feed .article .link__readmore, .section-news-lift .announcements-feed .article .link__readmore, .section-news-lift .jobs-feed .article .link__readmore {
        display: block; }

.section-events-lift {
  padding: 3rem 0 0; }
  @media (min-width: 768px) {
    .section-events-lift {
      padding: 6rem 0 0; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-events-lift {
      padding: 3rem 0 0; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .section-events-lift {
      padding: 6rem 0 0; } }
  .section-events-lift__header {
    text-align: center;
    padding: 0 0 1.5rem; }
    @media (min-width: 768px) {
      .section-events-lift__header {
        padding: 0 0 2.5rem; } }
    .section-events-lift__header h2 {
      letter-spacing: -0.5px;
      text-align: center;
      margin-bottom: 1rem; }
    .section-events-lift__header p {
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.5rem;
      text-align: center;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .section-events-lift__header p {
          font-size: 1.4375rem;
          line-height: 2rem; } }

.section-some-feed {
  padding: 3rem 0 0.25rem; }
  @media (min-width: 768px) {
    .section-some-feed {
      padding: 6rem 0; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-some-feed {
      padding: 3rem 0; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .section-some-feed {
      padding: 6rem 0; } }
  .section-some-feed h2 {
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 2.5rem; }

.juicer-feed li.feed-item {
  padding: 0;
  border: none; }

.juicer-feed .j-meta a,
.juicer-feed .j-date,
.juicer-feed .j-date.j-twitter-date {
  color: #6d6d6d; }

.juicer-feed .j-meta a:hover {
  color: #27B756; }

.juicer-feed .j-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 10rem;
  margin-left: auto;
  margin-right: auto; }

.juicer-feed .j-message p {
  font-family: "Roboto", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 400; }

.juicer-feed .j-message p a, .juicer-feed .j-message a {
  color: #28482b;
  font-weight: 400 !important; }
  .juicer-feed .j-message p a:hover, .juicer-feed .j-message a:hover {
    text-decoration: underline; }

.juicer-feed [class^="fa-"]:before, .juicer-feed [class*=" fa-"]:before {
  font-family: 'fontawesome-5-juicer'; }

section.section-multiple-image-text-column-lift {
  padding: 4.75rem 0 3rem;
  position: relative; }
  @media (min-width: 768px) {
    section.section-multiple-image-text-column-lift {
      padding: 6rem 0; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav section.section-multiple-image-text-column-lift {
      padding: 4.75rem 0 3rem; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav section.section-multiple-image-text-column-lift {
      padding: 6rem 0; } }
  section.section-multiple-image-text-column-lift .container-fluid {
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav section.section-multiple-image-text-column-lift .container-fluid {
        padding-right: 1.0625rem;
        padding-left: 1.0625rem; } }

.featured-article__wrapper {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .featured-article__wrapper {
      margin: 0; } }

.featured-article {
  background-color: #FFF; }
  .featured-article img {
    width: 100%;
    height: auto; }
  .featured-article__background-text {
    position: absolute;
    right: -0.5rem;
    top: -72px;
    font-size: 5.5rem;
    font-family: "GT-Pressura-Mono", sans-serif;
    font-weight: bold;
    color: #E9E9EA; }
    @media (min-width: 768px) {
      .featured-article__background-text {
        font-size: 9.5rem;
        top: -112px;
        right: -16px; } }
    @media (min-width: 992px) {
      .featured-article__background-text {
        font-size: 12.5rem;
        top: -96px;
        right: -64px; } }
  .featured-article__text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2rem 1.5rem 2.5rem; }
  .featured-article__title {
    margin-bottom: 1rem;
    font-family: "GT-Pressura-Mono", sans-serif;
    width: 100%; }
    .page-template-template-landing-theme-sidebar-nav .featured-article__title {
      font-size: 1.5rem;
      line-height: 1.3; }
      @media (min-width: 1200px) {
        .page-template-template-landing-theme-sidebar-nav .featured-article__title {
          font-size: 2rem; } }
  .featured-article__ingress {
    color: #212121;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 3rem;
    font-family: "Roboto", sans-serif; }

.small-featured-wrapper {
  padding-top: 1rem;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .small-featured-wrapper {
      padding-top: 3.9375rem; } }
  @media (min-width: 992px) {
    .small-featured-wrapper {
      margin: 0; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .small-featured-wrapper {
      padding-left: 0; } }

.section-icon-text-lift .icon-text-lift-icon-wrapper {
  margin-bottom: 2rem; }
  .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
    height: 6rem;
    width: 6rem;
    background-color: #28482b;
    margin: 0 auto;
    border-radius: 3rem;
    text-align: center; }
    body.red .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
      background-color: #a85444; }
    body.blue .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
      background-color: #98b4d4; }
    .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon i {
      color: #FFF;
      font-size: 3.5rem;
      line-height: 6rem; }
      body.red .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon i {
        color: #FFF; }
      body.red .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon i {
        color: #FFF; }
      body.blue .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon i {
        color: #000000; }

.section-icon-text-lift .icon-text-lift-textcontent {
  max-width: 54.375rem;
  margin: 0 auto; }
  .section-icon-text-lift .icon-text-lift-textcontent h2 {
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .section-icon-text-lift .icon-text-lift-textcontent h2 {
        font-size: 1.75rem; } }
  .section-icon-text-lift .icon-text-lift-textcontent p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .section-icon-text-lift .icon-text-lift-textcontent p {
        margin-bottom: 2rem; } }
  .section-icon-text-lift .icon-text-lift-textcontent a {
    color: #28482b;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    font-weight: bold;
    text-decoration: underline; }
    .section-icon-text-lift .icon-text-lift-textcontent a:hover {
      color: #28482b; }

.section-columnized-text-lift .columnized-title h2 {
  max-width: 26.5rem;
  margin-bottom: 1rem; }
  .page-template-template-landing-theme-sidebar-nav .section-columnized-text-lift .columnized-title h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    @media (min-width: 1200px) {
      .page-template-template-landing-theme-sidebar-nav .section-columnized-text-lift .columnized-title h2 {
        font-size: 2.25rem; } }

.section-columnized-text-lift .columnized-content p {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .section-columnized-text-lift .columnized-content p {
      margin-bottom: 2rem; } }

.section-columnized-text-lift .columnized-content a {
  color: #28482b;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .section-columnized-text-lift .columnized-content a:hover {
    color: #28482b; }

@media (min-width: 768px) {
  .section-two-column-two-text-lift .left-col, .section-two-column-two-text-lift .right-col {
    padding-right: 4.25rem; } }

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .left-col, .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .right-col {
    padding-right: 0.9375rem; } }

@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .left-col, .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .right-col {
    padding-right: 1.875rem; } }

@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .left-col, .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .right-col {
    padding-right: 3.125rem; } }

.section-two-column-two-text-lift h2 {
  margin-bottom: 1rem; }

.section-two-column-two-text-lift p {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .section-two-column-two-text-lift p {
      margin-bottom: 2rem; } }

.section-two-column-two-text-lift a {
  color: #008629;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 500;
  text-decoration: underline; }
  .section-two-column-two-text-lift a:hover {
    color: #28482b; }

.section-full-image-banner {
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.75rem 0;
  position: relative; }
  @media (min-width: 768px) {
    .section-full-image-banner {
      height: 384px;
      padding: 5rem 0; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-full-image-banner {
      height: 250px;
      padding: 3.75rem 0; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .section-full-image-banner {
      height: 384px;
      padding: 5rem 0; } }
  .section-full-image-banner__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 0; }
  .section-full-image-banner__container-fluid {
    z-index: 1; }
  .section-full-image-banner__title {
    max-width: 800px;
    color: #FFF;
    font-family: "GT-Pressura-Mono", sans-serif;
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .section-full-image-banner__title {
        font-size: 2.25rem; } }
    @media (min-width: 768px) {
      .section-full-image-banner__title {
        font-size: 2.75rem; } }

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-image-lifts-title-below .container-fluid {
    padding-right: 1.75rem;
    padding-left: 1.75rem; } }

.section-image-lifts-title-below__title {
  text-align: center;
  margin-bottom: 2.5rem; }

.section-image-lifts-title-below__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.section-image-lifts-title-on {
  padding: 3rem 0 0; }
  @media (min-width: 768px) {
    .section-image-lifts-title-on {
      padding: 6rem 0 0; } }
  .section-image-lifts-title-on--no-text {
    padding-top: 0; }
    .section-image-lifts-title-on--no-text .section-image-lifts-title-on__items {
      padding-top: 0; }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-image-lifts-title-on {
      padding: 3rem 0 0; } }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .section-image-lifts-title-on {
      padding: 6rem 0 0; } }
  .section-image-lifts-title-on__content {
    width: 100%; }
  .section-image-lifts-title-on__title {
    text-align: center;
    margin-bottom: 1rem; }
  .section-image-lifts-title-on__description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 auto 1rem;
    max-width: 872px; }
    @media (min-width: 768px) {
      .section-image-lifts-title-on__description {
        font-size: 1.25rem;
        line-height: 2rem; } }
  .section-image-lifts-title-on__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1.5rem; }

.section-centered-text-lift .text-content {
  max-width: 54.375rem;
  margin: 0 auto; }
  .section-centered-text-lift .text-content h2 {
    margin-bottom: 1rem;
    text-align: center; }
  .section-centered-text-lift .text-content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .section-centered-text-lift .text-content p {
        margin-bottom: 2rem; } }
    @media (min-width: 768px) {
      .page-template-template-landing-theme-sidebar-nav .section-centered-text-lift .text-content p {
        margin-bottom: 1rem; } }
    @media (min-width: 992px) {
      .page-template-template-landing-theme-sidebar-nav .section-centered-text-lift .text-content p {
        margin-bottom: 2rem; } }

.section-column-text-link-list-lift .text-content-col {
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .section-column-text-link-list-lift .text-content-col {
      padding-right: 4.5rem;
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .section-column-text-link-list-lift .text-content-col {
      padding-right: 8.5rem; } }
  .section-column-text-link-list-lift .text-content-col h2 {
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 1rem; }
  .section-column-text-link-list-lift .text-content-col p {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .section-column-text-link-list-lift .text-content-col p {
        margin-bottom: 2rem; } }
  .section-column-text-link-list-lift .text-content-col p a, .section-column-text-link-list-lift .text-content-col ul li a {
    color: #28482b;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-decoration: underline; }
    .section-column-text-link-list-lift .text-content-col p a:hover, .section-column-text-link-list-lift .text-content-col ul li a:hover {
      color: #28482b; }
  .section-column-text-link-list-lift .text-content-col ul, .section-column-text-link-list-lift .text-content-col ol {
    margin-bottom: 2rem; }
    .section-column-text-link-list-lift .text-content-col ul li, .section-column-text-link-list-lift .text-content-col ol li {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 400; }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-column-text-link-list-lift .text-content-col {
      padding-right: 2rem; } }
  @media (min-width: 1200px) {
    .page-template-template-landing-theme-sidebar-nav .section-column-text-link-list-lift .text-content-col {
      padding-right: 4.5rem; } }

.link-list-col h2 {
  padding: 1rem 1.5rem;
  background-color: #28482b;
  color: #FFF;
  border: none;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal; }
  body.red .link-list-col h2 {
    background-color: #a85444; }
  body.blue .link-list-col h2 {
    background-color: #98b4d4; }
  body.red .link-list-col h2 {
    color: #FFF; }
  body.red .link-list-col h2 {
    color: #FFF; }
  body.blue .link-list-col h2 {
    color: #000000; }

.link-list-col a {
  color: #212121; }
  .link-list-col a:hover {
    text-decoration: none;
    color: #28482b; }
    .link-list-col a:hover p {
      color: #28482b;
      text-decoration: underline; }

.link-list-col a.external-link {
  background-image: none;
  padding-right: 0; }
  .link-list-col a.external-link:hover {
    background-image: none; }

.link-list-col .sidebar-link {
  position: relative;
  color: #000000;
  padding: 1rem 2.625rem 1rem 1.5rem;
  border-bottom: 1px solid #BCBCBC; }
  body.red .link-list-col .sidebar-link:hover p {
    color: #92493b; }
  body.blue .link-list-col .sidebar-link:hover p {
    color: #2c496a; }
  .link-list-col .sidebar-link p {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    margin: 0; }
  .link-list-col .sidebar-link svg {
    position: absolute;
    right: 24px;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
         -o-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    width: 0.625rem;
    height: 0.625rem;
    margin-top: 0.5rem; }

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-article-lifts-with-image .container-fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.section-article-lifts-with-image__content {
  width: 100%; }

.section-article-lifts-with-image__title {
  text-align: center;
  margin-bottom: 2.5rem; }

.section-article-lifts-with-image__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-article-lifts-without-images .container-fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.section-article-lifts-without-images__content {
  width: 100%; }

.section-article-lifts-without-images__title {
  text-align: center;
  margin-bottom: 2.5rem; }

.section-article-lifts-without-images__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.section-blog-post-lift {
  background-color: #F4F4F5; }
  .page-template-template-landing-theme-sidebar-nav .section-blog-post-lift .container-fluid {
    padding: 0; }
  .section-blog-post-lift__content {
    width: 100%; }
  .section-blog-post-lift__title {
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .section-blog-post-lift__title {
        margin-bottom: 2.5rem; } }
  .section-blog-post-lift__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0; }
    @media (min-width: 576px) {
      .section-blog-post-lift__items {
        padding: 0 0.9375rem; }
        .page-template-template-landing-theme-sidebar-nav .section-blog-post-lift__items {
          padding: 0 1rem; } }
  .section-blog-post-lift__button {
    margin-top: 1.25rem;
    padding: 0; }
    @media (min-width: 576px) {
      .section-blog-post-lift__button {
        padding: 0 1.875rem; } }
    @media (min-width: 768px) {
      .section-blog-post-lift__button {
        margin-top: 2.5rem; } }

.section-contact-card-lift .contact-card-lift {
  padding-bottom: 0.9375rem; }
  @media (min-width: 992px) {
    .section-contact-card-lift .contact-card-lift {
      padding-bottom: 0; } }
  .section-contact-card-lift .contact-card-lift p {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .section-contact-card-lift .contact-card-lift p {
        margin-bottom: 2rem; } }

.section-contact-card-lift__title {
  margin-bottom: 1rem; }
  .page-template-template-landing-theme-sidebar-nav .section-contact-card-lift__title {
    font-size: 1.75rem; }

.section-contact-card-lift__content {
  max-width: none; }
  @media (min-width: 992px) {
    .page-template-template-landing-theme-sidebar-nav .section-contact-card-lift__content {
      max-width: none; } }

.section-contact-card-basic-lift {
  padding: 3.125rem 0; }
  @media (min-width: 768px) {
    .section-contact-card-basic-lift {
      padding: 3.75rem 0; } }
  .page .page-content .section-contact-card-basic-lift__title {
    margin-bottom: 2rem; }

.big-video-lift {
  max-width: 54.375rem;
  width: 100%;
  margin: 0 auto; }
  .big-video-lift__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12.5rem;
    position: relative;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .big-video-lift__image {
        height: 32rem;
        margin-bottom: 2.5rem; } }
  .big-video-lift__play {
    position: absolute;
    margin-left: -38px;
    left: 50%; }
    .big-video-lift__play svg {
      cursor: pointer;
      width: 4rem;
      height: 4rem; }
      .big-video-lift__play svg #Rectangle-11 {
        -webkit-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s;
        fill: #28482b; }
        body.red .big-video-lift__play svg #Rectangle-11 {
          fill: #a85444; }
        body.blue .big-video-lift__play svg #Rectangle-11 {
          fill: #000000; }
      .big-video-lift__play svg:hover #Rectangle-11 {
        fill: #66EA84; }
        body.red .big-video-lift__play svg:hover #Rectangle-11 {
          fill: #b96252; }
        body.blue .big-video-lift__play svg:hover #Rectangle-11 {
          fill: #0f0f0f; }
  .big-video-lift__play-button {
    background: transparent;
    border: none; }
  .big-video-lift__title {
    text-align: center;
    margin-bottom: 1rem; }
  .big-video-lift__content {
    text-align: center; }
    .big-video-lift__content p {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .container-fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; } }

@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .container-fluid {
    padding-right: 0.25rem;
    padding-left: 0.25rem; } }

.section-articles-by-category .article {
  padding-top: 1.5rem;
  padding-left: 0rem;
  padding-right: 0rem; }
  @media (min-width: 768px) {
    .section-articles-by-category .article {
      padding-top: 2.75rem;
      padding-left: 1.75rem;
      padding-right: 1.75rem; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .article {
      padding-top: 2.25rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .article {
      padding-top: 2.75rem;
      padding-left: 1.75rem;
      padding-right: 1.75rem; } }
  .section-articles-by-category .article a {
    text-decoration: none; }
  .section-articles-by-category .article .article__meta {
    display: block;
    margin-bottom: 0.25rem; }
    .section-articles-by-category .article .article__meta span {
      color: #000000;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.5rem; }
    .section-articles-by-category .article .article__meta .article__date {
      margin-bottom: 0; }
  .section-articles-by-category .article .article__date {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0.3125rem; }
  .section-articles-by-category .article .article__title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    word-break: break-word;
    text-decoration: underline;
    font-family: "Roboto", sans-serif; }
  .section-articles-by-category .article p.article__excerpt, .section-articles-by-category .article p {
    display: none;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem; }
    @media (min-width: 576px) {
      .section-articles-by-category .article p.article__excerpt, .section-articles-by-category .article p {
        display: block; } }
  .section-articles-by-category .article .link__readmore {
    display: block; }

.section-articles-by-category .article-info-text {
  max-width: 720px;
  text-align: center;
  margin: 2rem auto 0 auto; }

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-blogs-by-category .container-fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; } }

@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-blogs-by-category .container-fluid {
    padding-right: 0.25rem;
    padding-left: 0.25rem; } }

.section-blogs-by-category .article {
  padding-top: 1.5rem;
  padding-left: 0rem;
  padding-right: 0rem; }
  @media (min-width: 768px) {
    .section-blogs-by-category .article {
      padding-top: 2.75rem;
      padding-left: 1.75rem;
      padding-right: 1.75rem; } }
  @media (min-width: 768px) {
    .page-template-template-landing-theme-sidebar-nav .section-blogs-by-category .article {
      padding-top: 2.25rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .page-template-template-landing-theme-sidebar-nav .section-blogs-by-category .article {
      padding-top: 2.75rem;
      padding-left: 1.75rem;
      padding-right: 1.75rem; } }
  .section-blogs-by-category .article a {
    text-decoration: none; }
  .section-blogs-by-category .article .article__meta {
    display: block;
    margin-bottom: 0.25rem; }
    .section-blogs-by-category .article .article__meta span {
      color: #000000;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.5rem; }
    .section-blogs-by-category .article .article__meta .article__date {
      margin-bottom: 0; }
  .section-blogs-by-category .article .article__date {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0.3125rem; }
  .section-blogs-by-category .article .article__title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    word-break: break-word;
    font-family: "Roboto", sans-serif;
    text-decoration: underline; }
  .section-blogs-by-category .article p.article__excerpt, .section-blogs-by-category .article p {
    display: none;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem; }
    @media (min-width: 576px) {
      .section-blogs-by-category .article p.article__excerpt, .section-blogs-by-category .article p {
        display: block; } }
  .section-blogs-by-category .article .link__readmore {
    display: block; }

.section-videos__title {
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 2.5rem; }

.section-videos__item {
  margin-bottom: 2rem; }

.section-videos__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
  width: 100%; }

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