/*!
Theme Name: ae-underscores
Theme URI: http://aeunderscores.listae.comments/
Author: listae
Author URI: https://listae.com
Description: A preetty theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ae-underscores
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ae-underscores is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
# BS Custom import
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 $brand-primary:             #35ad32 !default;
 $brand-info:                #05c7ba !default;
 $grid-gutter-widths-small: (
   xs: 2rem,
   sm: 2rem,
   md: $grid-gutter-width,
   lg: $grid-gutter-width,
   xl: $grid-gutter-width
 ) !default;
*/
button:hover, button:focus, button:active,
.btn:hover,
.btn:focus,
.btn:active {
  cursor: pointer; }

: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: #005650;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #005650;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #000a09;
    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; }

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

select {
  word-wrap: normal; }

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

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

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

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

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; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

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

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

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

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.625rem + 4.5vw) ; } }

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.475rem + 2.7vw) ; } }

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.375rem + 1.5vw) ; } }

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  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: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }

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

.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%;
  padding-right: 1rem;
  padding-left: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 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: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 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: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 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: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    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; }
    .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; }
    .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; }
    .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; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9); }

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .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 {
    border-color: #28a745; }

.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 {
  border-color: #34ce57;
  background-color: #34ce57; }

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

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

.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 ~ .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 {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .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 {
    border-color: #dc3545; }

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

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

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

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

.was-validated .custom-file-input:invalid ~ .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 {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

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

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

.btn-primary {
  color: #fff;
  background-color: #005650;
  border-color: #005650; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00302c;
    border-color: #002321; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #005650;
    border-color: #005650; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002321;
    border-color: #001615; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

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

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

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

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #005650;
  text-decoration: none; }
  .btn-link:hover {
    color: #000a09;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-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;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

.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;
    border-color: #005650;
    background-color: #005650; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #00d6c7; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #0affee;
    border-color: #0affee; }
  .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;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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 {
  border-color: #005650;
  background-color: #005650; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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, 86, 80, 0.5); }

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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, 86, 80, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 86, 80, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #00d6c7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
    .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 {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.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.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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,%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,%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 rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: 100%; }

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

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

.card-deck {
  display: -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: 1rem; }
  @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: -1rem;
      margin-left: -1rem; }
      .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: 1rem;
        margin-bottom: 0;
        margin-left: 1rem; } }

.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: 1rem; }
  @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-columns .card {
  margin-bottom: 0.75rem; }

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #005650;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #000a09;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }

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

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

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

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #005650; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #002321; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }

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

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

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

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

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #002d2a;
  background-color: #ccdddc;
  border-color: #b8d0ce; }
  .alert-primary hr {
    border-top-color: #a9c6c3; }
  .alert-primary .alert-link {
    color: black; }

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

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

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

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

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

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

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

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

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

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

.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: #005650;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

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

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

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

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

.list-group-item-primary {
  color: #002d2a;
  background-color: #b8d0ce; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #002d2a;
    background-color: #a9c6c3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #002d2a;
    border-color: #002d2a; }

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 #dee2e6; }
  .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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

.carousel-control-prev-icon {
  background-image: none; }

.carousel-control-next-icon {
  background-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

@media (min-width: 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.85714%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

.text-truncate {
  overflow: hidden;
  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-lighter {
  font-weight: lighter !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  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; } }

/*--------------------------------------------------------------
# Theme variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Theme mixims
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Typography
--------------------------------------------------------------*/
h1:not(.entry-title):not(.page-title),
h2:not(.entry-title),
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.6em 0; }

dfn, cite, em, i {
  font-style: italic; }

pre {
  background: #e9ecef;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.2;
  max-width: 100%;
  padding: 1.2em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #e9ecef;
  cursor: help; }

mark, ins {
  background: #ffc107;
  text-decoration: none; }

big {
  font-size: 125%; }

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

/*--------------------------------------------------------------
# Tag elements
--------------------------------------------------------------*/
p,
address,
pre,
blockquote,
hr {
  margin-bottom: 1.2em; }

blockquote,
q {
  quotes: "" ""; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: ""; }

ul,
ol {
  margin: 0 0 1.2em 0;
  padding: 0 0 0 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dd {
  margin: 0 1.5em 1.2em; }

.inline-list li {
  display: inline-block; }
  .inline-list li:before {
    content: '\2022\0020'; }

.list-nbig {
  list-style: none;
  counter-reset: li;
  padding-left: 0; }
  .list-nbig li::before {
    font-size: 1.5rem;
    line-height: 2.5rem;
    content: counter(li);
    color: #fff;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    border-radius: 50%;
    background: #495057;
    position: absolute;
    left: 0;
    top: 0.15rem; }
  .list-nbig li {
    position: relative;
    counter-increment: li;
    padding-left: 3.5rem;
    margin-bottom: 1rem; }
    .list-nbig li h2, .list-nbig li h3, .list-nbig li h4 {
      display: inline-block;
      margin-bottom: 0.25rem; }

.table-lines {
  margin: 0 0 1.2em;
  width: 100%; }
  .table-lines thead th {
    padding-bottom: 0.4em; }
  .table-lines th {
    padding: 0.3em;
    text-align: left; }
  .table-lines tr {
    border-bottom: 1px solid #e9ecef; }
  .table-lines td {
    padding: 0.3em; }
  .table-lines th:first-child,
  .table-lines td:first-child {
    padding-left: 0; }
  .table-lines th:last-child,
  .table-lines td:last-child {
    padding-right: 0; }

.table-price td,
.table-price th {
  text-align: center; }

.table-price th:first-child,
.table-price td:first-child {
  text-align: left; }

.table-price .ic {
  font-size: 1.5rem;
  line-height: 1rem;
  vertical-align: middle; }

/*--------------------------------------------------------------
# Custom Forms
--------------------------------------------------------------*/
input[type=submit] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none; }

.layout-container #mc_signup,
.layout-container .contact-form,
.modal-dialog #mc_signup,
.modal-dialog .contact-form {
  max-width: 640px; }
  .layout-container #mc_signup label,
  .layout-container .contact-form label,
  .modal-dialog #mc_signup label,
  .modal-dialog .contact-form label {
    font-weight: 400;
    line-height: 1.5; }
    .layout-container #mc_signup label span,
    .layout-container .contact-form label span,
    .modal-dialog #mc_signup label span,
    .modal-dialog .contact-form label span {
      display: inline-block;
      width: 1em;
      height: 1.2em;
      overflow: hidden;
      padding: 0 0 0 2em;
      margin: 0; }
      .layout-container #mc_signup label span:before,
      .layout-container .contact-form label span:before,
      .modal-dialog #mc_signup label span:before,
      .modal-dialog .contact-form label span:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: Genericons;
        font-weight: normal;
        font-size: inherit;
        line-height: inherit;
        text-decoration: inherit;
        vertical-align: text-bottom;
        content: '\f411';
        speak: none;
        display: inline-block;
        width: 1em;
        margin-right: .2em;
        margin-left: -1.5em; }
  .layout-container #mc_signup input,
  .layout-container #mc_signup input[type='text'],
  .layout-container #mc_signup input[type='email'],
  .layout-container #mc_signup input[type='url'],
  .layout-container #mc_signup textarea,
  .layout-container #mc_signup select,
  .layout-container .contact-form input,
  .layout-container .contact-form input[type='text'],
  .layout-container .contact-form input[type='email'],
  .layout-container .contact-form input[type='url'],
  .layout-container .contact-form textarea,
  .layout-container .contact-form select,
  .modal-dialog #mc_signup input,
  .modal-dialog #mc_signup input[type='text'],
  .modal-dialog #mc_signup input[type='email'],
  .modal-dialog #mc_signup input[type='url'],
  .modal-dialog #mc_signup textarea,
  .modal-dialog #mc_signup select,
  .modal-dialog .contact-form input,
  .modal-dialog .contact-form input[type='text'],
  .modal-dialog .contact-form input[type='email'],
  .modal-dialog .contact-form input[type='url'],
  .modal-dialog .contact-form textarea,
  .modal-dialog .contact-form select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-image: none;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    max-width: 100%;
    margin-bottom: 1.2em; }
    @media (prefers-reduced-motion: reduce) {
      .layout-container #mc_signup input,
      .layout-container #mc_signup input[type='text'],
      .layout-container #mc_signup input[type='email'],
      .layout-container #mc_signup input[type='url'],
      .layout-container #mc_signup textarea,
      .layout-container #mc_signup select,
      .layout-container .contact-form input,
      .layout-container .contact-form input[type='text'],
      .layout-container .contact-form input[type='email'],
      .layout-container .contact-form input[type='url'],
      .layout-container .contact-form textarea,
      .layout-container .contact-form select,
      .modal-dialog #mc_signup input,
      .modal-dialog #mc_signup input[type='text'],
      .modal-dialog #mc_signup input[type='email'],
      .modal-dialog #mc_signup input[type='url'],
      .modal-dialog #mc_signup textarea,
      .modal-dialog #mc_signup select,
      .modal-dialog .contact-form input,
      .modal-dialog .contact-form input[type='text'],
      .modal-dialog .contact-form input[type='email'],
      .modal-dialog .contact-form input[type='url'],
      .modal-dialog .contact-form textarea,
      .modal-dialog .contact-form select {
        -webkit-transition: none;
        transition: none; } }
    .layout-container #mc_signup input::-ms-expand,
    .layout-container #mc_signup input[type='text']::-ms-expand,
    .layout-container #mc_signup input[type='email']::-ms-expand,
    .layout-container #mc_signup input[type='url']::-ms-expand,
    .layout-container #mc_signup textarea::-ms-expand,
    .layout-container #mc_signup select::-ms-expand,
    .layout-container .contact-form input::-ms-expand,
    .layout-container .contact-form input[type='text']::-ms-expand,
    .layout-container .contact-form input[type='email']::-ms-expand,
    .layout-container .contact-form input[type='url']::-ms-expand,
    .layout-container .contact-form textarea::-ms-expand,
    .layout-container .contact-form select::-ms-expand,
    .modal-dialog #mc_signup input::-ms-expand,
    .modal-dialog #mc_signup input[type='text']::-ms-expand,
    .modal-dialog #mc_signup input[type='email']::-ms-expand,
    .modal-dialog #mc_signup input[type='url']::-ms-expand,
    .modal-dialog #mc_signup textarea::-ms-expand,
    .modal-dialog #mc_signup select::-ms-expand,
    .modal-dialog .contact-form input::-ms-expand,
    .modal-dialog .contact-form input[type='text']::-ms-expand,
    .modal-dialog .contact-form input[type='email']::-ms-expand,
    .modal-dialog .contact-form input[type='url']::-ms-expand,
    .modal-dialog .contact-form textarea::-ms-expand,
    .modal-dialog .contact-form select::-ms-expand {
      background-color: transparent;
      border: 0; }
    .layout-container #mc_signup input:focus,
    .layout-container #mc_signup input[type='text']:focus,
    .layout-container #mc_signup input[type='email']:focus,
    .layout-container #mc_signup input[type='url']:focus,
    .layout-container #mc_signup textarea:focus,
    .layout-container #mc_signup select:focus,
    .layout-container .contact-form input:focus,
    .layout-container .contact-form input[type='text']:focus,
    .layout-container .contact-form input[type='email']:focus,
    .layout-container .contact-form input[type='url']:focus,
    .layout-container .contact-form textarea:focus,
    .layout-container .contact-form select:focus,
    .modal-dialog #mc_signup input:focus,
    .modal-dialog #mc_signup input[type='text']:focus,
    .modal-dialog #mc_signup input[type='email']:focus,
    .modal-dialog #mc_signup input[type='url']:focus,
    .modal-dialog #mc_signup textarea:focus,
    .modal-dialog #mc_signup select:focus,
    .modal-dialog .contact-form input:focus,
    .modal-dialog .contact-form input[type='text']:focus,
    .modal-dialog .contact-form input[type='email']:focus,
    .modal-dialog .contact-form input[type='url']:focus,
    .modal-dialog .contact-form textarea:focus,
    .modal-dialog .contact-form select:focus {
      color: #495057;
      background-color: #fff;
      border-color: #00d6c7;
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
    .layout-container #mc_signup input::-webkit-input-placeholder,
    .layout-container #mc_signup input[type='text']::-webkit-input-placeholder,
    .layout-container #mc_signup input[type='email']::-webkit-input-placeholder,
    .layout-container #mc_signup input[type='url']::-webkit-input-placeholder,
    .layout-container #mc_signup textarea::-webkit-input-placeholder,
    .layout-container #mc_signup select::-webkit-input-placeholder,
    .layout-container .contact-form input::-webkit-input-placeholder,
    .layout-container .contact-form input[type='text']::-webkit-input-placeholder,
    .layout-container .contact-form input[type='email']::-webkit-input-placeholder,
    .layout-container .contact-form input[type='url']::-webkit-input-placeholder,
    .layout-container .contact-form textarea::-webkit-input-placeholder,
    .layout-container .contact-form select::-webkit-input-placeholder,
    .modal-dialog #mc_signup input::-webkit-input-placeholder,
    .modal-dialog #mc_signup input[type='text']::-webkit-input-placeholder,
    .modal-dialog #mc_signup input[type='email']::-webkit-input-placeholder,
    .modal-dialog #mc_signup input[type='url']::-webkit-input-placeholder,
    .modal-dialog #mc_signup textarea::-webkit-input-placeholder,
    .modal-dialog #mc_signup select::-webkit-input-placeholder,
    .modal-dialog .contact-form input::-webkit-input-placeholder,
    .modal-dialog .contact-form input[type='text']::-webkit-input-placeholder,
    .modal-dialog .contact-form input[type='email']::-webkit-input-placeholder,
    .modal-dialog .contact-form input[type='url']::-webkit-input-placeholder,
    .modal-dialog .contact-form textarea::-webkit-input-placeholder,
    .modal-dialog .contact-form select::-webkit-input-placeholder {
      color: #CCCCCC;
      opacity: 1; }
    .layout-container #mc_signup input::-moz-placeholder,
    .layout-container #mc_signup input[type='text']::-moz-placeholder,
    .layout-container #mc_signup input[type='email']::-moz-placeholder,
    .layout-container #mc_signup input[type='url']::-moz-placeholder,
    .layout-container #mc_signup textarea::-moz-placeholder,
    .layout-container #mc_signup select::-moz-placeholder,
    .layout-container .contact-form input::-moz-placeholder,
    .layout-container .contact-form input[type='text']::-moz-placeholder,
    .layout-container .contact-form input[type='email']::-moz-placeholder,
    .layout-container .contact-form input[type='url']::-moz-placeholder,
    .layout-container .contact-form textarea::-moz-placeholder,
    .layout-container .contact-form select::-moz-placeholder,
    .modal-dialog #mc_signup input::-moz-placeholder,
    .modal-dialog #mc_signup input[type='text']::-moz-placeholder,
    .modal-dialog #mc_signup input[type='email']::-moz-placeholder,
    .modal-dialog #mc_signup input[type='url']::-moz-placeholder,
    .modal-dialog #mc_signup textarea::-moz-placeholder,
    .modal-dialog #mc_signup select::-moz-placeholder,
    .modal-dialog .contact-form input::-moz-placeholder,
    .modal-dialog .contact-form input[type='text']::-moz-placeholder,
    .modal-dialog .contact-form input[type='email']::-moz-placeholder,
    .modal-dialog .contact-form input[type='url']::-moz-placeholder,
    .modal-dialog .contact-form textarea::-moz-placeholder,
    .modal-dialog .contact-form select::-moz-placeholder {
      color: #CCCCCC;
      opacity: 1; }
    .layout-container #mc_signup input:-ms-input-placeholder,
    .layout-container #mc_signup input[type='text']:-ms-input-placeholder,
    .layout-container #mc_signup input[type='email']:-ms-input-placeholder,
    .layout-container #mc_signup input[type='url']:-ms-input-placeholder,
    .layout-container #mc_signup textarea:-ms-input-placeholder,
    .layout-container #mc_signup select:-ms-input-placeholder,
    .layout-container .contact-form input:-ms-input-placeholder,
    .layout-container .contact-form input[type='text']:-ms-input-placeholder,
    .layout-container .contact-form input[type='email']:-ms-input-placeholder,
    .layout-container .contact-form input[type='url']:-ms-input-placeholder,
    .layout-container .contact-form textarea:-ms-input-placeholder,
    .layout-container .contact-form select:-ms-input-placeholder,
    .modal-dialog #mc_signup input:-ms-input-placeholder,
    .modal-dialog #mc_signup input[type='text']:-ms-input-placeholder,
    .modal-dialog #mc_signup input[type='email']:-ms-input-placeholder,
    .modal-dialog #mc_signup input[type='url']:-ms-input-placeholder,
    .modal-dialog #mc_signup textarea:-ms-input-placeholder,
    .modal-dialog #mc_signup select:-ms-input-placeholder,
    .modal-dialog .contact-form input:-ms-input-placeholder,
    .modal-dialog .contact-form input[type='text']:-ms-input-placeholder,
    .modal-dialog .contact-form input[type='email']:-ms-input-placeholder,
    .modal-dialog .contact-form input[type='url']:-ms-input-placeholder,
    .modal-dialog .contact-form textarea:-ms-input-placeholder,
    .modal-dialog .contact-form select:-ms-input-placeholder {
      color: #CCCCCC;
      opacity: 1; }
    .layout-container #mc_signup input::-ms-input-placeholder,
    .layout-container #mc_signup input[type='text']::-ms-input-placeholder,
    .layout-container #mc_signup input[type='email']::-ms-input-placeholder,
    .layout-container #mc_signup input[type='url']::-ms-input-placeholder,
    .layout-container #mc_signup textarea::-ms-input-placeholder,
    .layout-container #mc_signup select::-ms-input-placeholder,
    .layout-container .contact-form input::-ms-input-placeholder,
    .layout-container .contact-form input[type='text']::-ms-input-placeholder,
    .layout-container .contact-form input[type='email']::-ms-input-placeholder,
    .layout-container .contact-form input[type='url']::-ms-input-placeholder,
    .layout-container .contact-form textarea::-ms-input-placeholder,
    .layout-container .contact-form select::-ms-input-placeholder,
    .modal-dialog #mc_signup input::-ms-input-placeholder,
    .modal-dialog #mc_signup input[type='text']::-ms-input-placeholder,
    .modal-dialog #mc_signup input[type='email']::-ms-input-placeholder,
    .modal-dialog #mc_signup input[type='url']::-ms-input-placeholder,
    .modal-dialog #mc_signup textarea::-ms-input-placeholder,
    .modal-dialog #mc_signup select::-ms-input-placeholder,
    .modal-dialog .contact-form input::-ms-input-placeholder,
    .modal-dialog .contact-form input[type='text']::-ms-input-placeholder,
    .modal-dialog .contact-form input[type='email']::-ms-input-placeholder,
    .modal-dialog .contact-form input[type='url']::-ms-input-placeholder,
    .modal-dialog .contact-form textarea::-ms-input-placeholder,
    .modal-dialog .contact-form select::-ms-input-placeholder {
      color: #CCCCCC;
      opacity: 1; }
    .layout-container #mc_signup input::placeholder,
    .layout-container #mc_signup input[type='text']::placeholder,
    .layout-container #mc_signup input[type='email']::placeholder,
    .layout-container #mc_signup input[type='url']::placeholder,
    .layout-container #mc_signup textarea::placeholder,
    .layout-container #mc_signup select::placeholder,
    .layout-container .contact-form input::placeholder,
    .layout-container .contact-form input[type='text']::placeholder,
    .layout-container .contact-form input[type='email']::placeholder,
    .layout-container .contact-form input[type='url']::placeholder,
    .layout-container .contact-form textarea::placeholder,
    .layout-container .contact-form select::placeholder,
    .modal-dialog #mc_signup input::placeholder,
    .modal-dialog #mc_signup input[type='text']::placeholder,
    .modal-dialog #mc_signup input[type='email']::placeholder,
    .modal-dialog #mc_signup input[type='url']::placeholder,
    .modal-dialog #mc_signup textarea::placeholder,
    .modal-dialog #mc_signup select::placeholder,
    .modal-dialog .contact-form input::placeholder,
    .modal-dialog .contact-form input[type='text']::placeholder,
    .modal-dialog .contact-form input[type='email']::placeholder,
    .modal-dialog .contact-form input[type='url']::placeholder,
    .modal-dialog .contact-form textarea::placeholder,
    .modal-dialog .contact-form select::placeholder {
      color: #CCCCCC;
      opacity: 1; }
    .layout-container #mc_signup input:disabled, .layout-container #mc_signup input[readonly],
    .layout-container #mc_signup input[type='text']:disabled,
    .layout-container #mc_signup input[type='text'][readonly],
    .layout-container #mc_signup input[type='email']:disabled,
    .layout-container #mc_signup input[type='email'][readonly],
    .layout-container #mc_signup input[type='url']:disabled,
    .layout-container #mc_signup input[type='url'][readonly],
    .layout-container #mc_signup textarea:disabled,
    .layout-container #mc_signup textarea[readonly],
    .layout-container #mc_signup select:disabled,
    .layout-container #mc_signup select[readonly],
    .layout-container .contact-form input:disabled,
    .layout-container .contact-form input[readonly],
    .layout-container .contact-form input[type='text']:disabled,
    .layout-container .contact-form input[type='text'][readonly],
    .layout-container .contact-form input[type='email']:disabled,
    .layout-container .contact-form input[type='email'][readonly],
    .layout-container .contact-form input[type='url']:disabled,
    .layout-container .contact-form input[type='url'][readonly],
    .layout-container .contact-form textarea:disabled,
    .layout-container .contact-form textarea[readonly],
    .layout-container .contact-form select:disabled,
    .layout-container .contact-form select[readonly],
    .modal-dialog #mc_signup input:disabled,
    .modal-dialog #mc_signup input[readonly],
    .modal-dialog #mc_signup input[type='text']:disabled,
    .modal-dialog #mc_signup input[type='text'][readonly],
    .modal-dialog #mc_signup input[type='email']:disabled,
    .modal-dialog #mc_signup input[type='email'][readonly],
    .modal-dialog #mc_signup input[type='url']:disabled,
    .modal-dialog #mc_signup input[type='url'][readonly],
    .modal-dialog #mc_signup textarea:disabled,
    .modal-dialog #mc_signup textarea[readonly],
    .modal-dialog #mc_signup select:disabled,
    .modal-dialog #mc_signup select[readonly],
    .modal-dialog .contact-form input:disabled,
    .modal-dialog .contact-form input[readonly],
    .modal-dialog .contact-form input[type='text']:disabled,
    .modal-dialog .contact-form input[type='text'][readonly],
    .modal-dialog .contact-form input[type='email']:disabled,
    .modal-dialog .contact-form input[type='email'][readonly],
    .modal-dialog .contact-form input[type='url']:disabled,
    .modal-dialog .contact-form input[type='url'][readonly],
    .modal-dialog .contact-form textarea:disabled,
    .modal-dialog .contact-form textarea[readonly],
    .modal-dialog .contact-form select:disabled,
    .modal-dialog .contact-form select[readonly] {
      background-color: #e9ecef;
      opacity: 1; }
  .layout-container #mc_signup select,
  .layout-container .contact-form select,
  .modal-dialog #mc_signup select,
  .modal-dialog .contact-form select {
    margin-bottom: 1.2em; }
    .layout-container #mc_signup select:not([size]):not([multiple]),
    .layout-container .contact-form select:not([size]):not([multiple]),
    .modal-dialog #mc_signup select:not([size]):not([multiple]),
    .modal-dialog .contact-form select:not([size]):not([multiple]) {
      height: calc(calc(1.5em + 0.75rem + 2px) + 2px); }
    .layout-container #mc_signup select:focus::-ms-value,
    .layout-container .contact-form select:focus::-ms-value,
    .modal-dialog #mc_signup select:focus::-ms-value,
    .modal-dialog .contact-form select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .layout-container #mc_signup input[type="radio"],
  .layout-container #mc_signup input[type="checkbox"],
  .layout-container .contact-form input[type="radio"],
  .layout-container .contact-form input[type="checkbox"],
  .modal-dialog #mc_signup input[type="radio"],
  .modal-dialog #mc_signup input[type="checkbox"],
  .modal-dialog .contact-form input[type="radio"],
  .modal-dialog .contact-form input[type="checkbox"] {
    float: left;
    margin: 1px 1rem 0;
    width: auto;
    height: 1.5em; }
  .layout-container #mc_signup .clear-form:last-child,
  .layout-container .contact-form .clear-form:last-child,
  .modal-dialog #mc_signup .clear-form:last-child,
  .modal-dialog .contact-form .clear-form:last-child {
    margin-bottom: 1.2em; }
  .layout-container #mc_signup .grunion-field-label.checkbox,
  .layout-container .contact-form .grunion-field-label.checkbox,
  .modal-dialog #mc_signup .grunion-field-label.checkbox,
  .modal-dialog .contact-form .grunion-field-label.checkbox {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400; }
    .layout-container #mc_signup .grunion-field-label.checkbox + .clear-form,
    .layout-container .contact-form .grunion-field-label.checkbox + .clear-form,
    .modal-dialog #mc_signup .grunion-field-label.checkbox + .clear-form,
    .modal-dialog .contact-form .grunion-field-label.checkbox + .clear-form {
      margin-bottom: 1.2em; }
  .layout-container #mc_signup input.checkbox,
  .layout-container .contact-form input.checkbox,
  .modal-dialog #mc_signup input.checkbox,
  .modal-dialog .contact-form input.checkbox {
    position: absolute;
    margin-left: -1.25rem; }
  .layout-container #mc_signup .mc_signup_submit,
  .layout-container #mc_signup .contact-submit,
  .layout-container .contact-form .mc_signup_submit,
  .layout-container .contact-form .contact-submit,
  .modal-dialog #mc_signup .mc_signup_submit,
  .modal-dialog #mc_signup .contact-submit,
  .modal-dialog .contact-form .mc_signup_submit,
  .modal-dialog .contact-form .contact-submit {
    text-align: right;
    padding-top: 1.2em; }
    .layout-container #mc_signup .mc_signup_submit button,
    .layout-container #mc_signup .mc_signup_submit input[type='submit'],
    .layout-container #mc_signup .contact-submit button,
    .layout-container #mc_signup .contact-submit input[type='submit'],
    .layout-container .contact-form .mc_signup_submit button,
    .layout-container .contact-form .mc_signup_submit input[type='submit'],
    .layout-container .contact-form .contact-submit button,
    .layout-container .contact-form .contact-submit input[type='submit'],
    .modal-dialog #mc_signup .mc_signup_submit button,
    .modal-dialog #mc_signup .mc_signup_submit input[type='submit'],
    .modal-dialog #mc_signup .contact-submit button,
    .modal-dialog #mc_signup .contact-submit input[type='submit'],
    .modal-dialog .contact-form .mc_signup_submit button,
    .modal-dialog .contact-form .mc_signup_submit input[type='submit'],
    .modal-dialog .contact-form .contact-submit button,
    .modal-dialog .contact-form .contact-submit input[type='submit'] {
      display: inline-block;
      font-weight: 400;
      line-height: 1.5;
      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: 1rem;
      line-height: 1.5;
      border-radius: 0;
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      width: auto; }
      @media (prefers-reduced-motion: reduce) {
        .layout-container #mc_signup .mc_signup_submit button,
        .layout-container #mc_signup .mc_signup_submit input[type='submit'],
        .layout-container #mc_signup .contact-submit button,
        .layout-container #mc_signup .contact-submit input[type='submit'],
        .layout-container .contact-form .mc_signup_submit button,
        .layout-container .contact-form .mc_signup_submit input[type='submit'],
        .layout-container .contact-form .contact-submit button,
        .layout-container .contact-form .contact-submit input[type='submit'],
        .modal-dialog #mc_signup .mc_signup_submit button,
        .modal-dialog #mc_signup .mc_signup_submit input[type='submit'],
        .modal-dialog #mc_signup .contact-submit button,
        .modal-dialog #mc_signup .contact-submit input[type='submit'],
        .modal-dialog .contact-form .mc_signup_submit button,
        .modal-dialog .contact-form .mc_signup_submit input[type='submit'],
        .modal-dialog .contact-form .contact-submit button,
        .modal-dialog .contact-form .contact-submit input[type='submit'] {
          -webkit-transition: none;
          transition: none; } }
      .layout-container #mc_signup .mc_signup_submit button:hover, .layout-container #mc_signup .mc_signup_submit button:focus,
      .layout-container #mc_signup .mc_signup_submit input[type='submit']:hover,
      .layout-container #mc_signup .mc_signup_submit input[type='submit']:focus,
      .layout-container #mc_signup .contact-submit button:hover,
      .layout-container #mc_signup .contact-submit button:focus,
      .layout-container #mc_signup .contact-submit input[type='submit']:hover,
      .layout-container #mc_signup .contact-submit input[type='submit']:focus,
      .layout-container .contact-form .mc_signup_submit button:hover,
      .layout-container .contact-form .mc_signup_submit button:focus,
      .layout-container .contact-form .mc_signup_submit input[type='submit']:hover,
      .layout-container .contact-form .mc_signup_submit input[type='submit']:focus,
      .layout-container .contact-form .contact-submit button:hover,
      .layout-container .contact-form .contact-submit button:focus,
      .layout-container .contact-form .contact-submit input[type='submit']:hover,
      .layout-container .contact-form .contact-submit input[type='submit']:focus,
      .modal-dialog #mc_signup .mc_signup_submit button:hover,
      .modal-dialog #mc_signup .mc_signup_submit button:focus,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit']:hover,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit']:focus,
      .modal-dialog #mc_signup .contact-submit button:hover,
      .modal-dialog #mc_signup .contact-submit button:focus,
      .modal-dialog #mc_signup .contact-submit input[type='submit']:hover,
      .modal-dialog #mc_signup .contact-submit input[type='submit']:focus,
      .modal-dialog .contact-form .mc_signup_submit button:hover,
      .modal-dialog .contact-form .mc_signup_submit button:focus,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit']:hover,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit']:focus,
      .modal-dialog .contact-form .contact-submit button:hover,
      .modal-dialog .contact-form .contact-submit button:focus,
      .modal-dialog .contact-form .contact-submit input[type='submit']:hover,
      .modal-dialog .contact-form .contact-submit input[type='submit']:focus {
        text-decoration: none; }
      .layout-container #mc_signup .mc_signup_submit button:focus, .layout-container #mc_signup .mc_signup_submit button.focus,
      .layout-container #mc_signup .mc_signup_submit input[type='submit']:focus,
      .layout-container #mc_signup .mc_signup_submit input[type='submit'].focus,
      .layout-container #mc_signup .contact-submit button:focus,
      .layout-container #mc_signup .contact-submit button.focus,
      .layout-container #mc_signup .contact-submit input[type='submit']:focus,
      .layout-container #mc_signup .contact-submit input[type='submit'].focus,
      .layout-container .contact-form .mc_signup_submit button:focus,
      .layout-container .contact-form .mc_signup_submit button.focus,
      .layout-container .contact-form .mc_signup_submit input[type='submit']:focus,
      .layout-container .contact-form .mc_signup_submit input[type='submit'].focus,
      .layout-container .contact-form .contact-submit button:focus,
      .layout-container .contact-form .contact-submit button.focus,
      .layout-container .contact-form .contact-submit input[type='submit']:focus,
      .layout-container .contact-form .contact-submit input[type='submit'].focus,
      .modal-dialog #mc_signup .mc_signup_submit button:focus,
      .modal-dialog #mc_signup .mc_signup_submit button.focus,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit']:focus,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit'].focus,
      .modal-dialog #mc_signup .contact-submit button:focus,
      .modal-dialog #mc_signup .contact-submit button.focus,
      .modal-dialog #mc_signup .contact-submit input[type='submit']:focus,
      .modal-dialog #mc_signup .contact-submit input[type='submit'].focus,
      .modal-dialog .contact-form .mc_signup_submit button:focus,
      .modal-dialog .contact-form .mc_signup_submit button.focus,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit']:focus,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit'].focus,
      .modal-dialog .contact-form .contact-submit button:focus,
      .modal-dialog .contact-form .contact-submit button.focus,
      .modal-dialog .contact-form .contact-submit input[type='submit']:focus,
      .modal-dialog .contact-form .contact-submit input[type='submit'].focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
                box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
      .layout-container #mc_signup .mc_signup_submit button.disabled, .layout-container #mc_signup .mc_signup_submit button:disabled,
      .layout-container #mc_signup .mc_signup_submit input[type='submit'].disabled,
      .layout-container #mc_signup .mc_signup_submit input[type='submit']:disabled,
      .layout-container #mc_signup .contact-submit button.disabled,
      .layout-container #mc_signup .contact-submit button:disabled,
      .layout-container #mc_signup .contact-submit input[type='submit'].disabled,
      .layout-container #mc_signup .contact-submit input[type='submit']:disabled,
      .layout-container .contact-form .mc_signup_submit button.disabled,
      .layout-container .contact-form .mc_signup_submit button:disabled,
      .layout-container .contact-form .mc_signup_submit input[type='submit'].disabled,
      .layout-container .contact-form .mc_signup_submit input[type='submit']:disabled,
      .layout-container .contact-form .contact-submit button.disabled,
      .layout-container .contact-form .contact-submit button:disabled,
      .layout-container .contact-form .contact-submit input[type='submit'].disabled,
      .layout-container .contact-form .contact-submit input[type='submit']:disabled,
      .modal-dialog #mc_signup .mc_signup_submit button.disabled,
      .modal-dialog #mc_signup .mc_signup_submit button:disabled,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit'].disabled,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit']:disabled,
      .modal-dialog #mc_signup .contact-submit button.disabled,
      .modal-dialog #mc_signup .contact-submit button:disabled,
      .modal-dialog #mc_signup .contact-submit input[type='submit'].disabled,
      .modal-dialog #mc_signup .contact-submit input[type='submit']:disabled,
      .modal-dialog .contact-form .mc_signup_submit button.disabled,
      .modal-dialog .contact-form .mc_signup_submit button:disabled,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit'].disabled,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit']:disabled,
      .modal-dialog .contact-form .contact-submit button.disabled,
      .modal-dialog .contact-form .contact-submit button:disabled,
      .modal-dialog .contact-form .contact-submit input[type='submit'].disabled,
      .modal-dialog .contact-form .contact-submit input[type='submit']:disabled {
        opacity: .65; }
      .layout-container #mc_signup .mc_signup_submit button:active, .layout-container #mc_signup .mc_signup_submit button.active,
      .layout-container #mc_signup .mc_signup_submit input[type='submit']:active,
      .layout-container #mc_signup .mc_signup_submit input[type='submit'].active,
      .layout-container #mc_signup .contact-submit button:active,
      .layout-container #mc_signup .contact-submit button.active,
      .layout-container #mc_signup .contact-submit input[type='submit']:active,
      .layout-container #mc_signup .contact-submit input[type='submit'].active,
      .layout-container .contact-form .mc_signup_submit button:active,
      .layout-container .contact-form .mc_signup_submit button.active,
      .layout-container .contact-form .mc_signup_submit input[type='submit']:active,
      .layout-container .contact-form .mc_signup_submit input[type='submit'].active,
      .layout-container .contact-form .contact-submit button:active,
      .layout-container .contact-form .contact-submit button.active,
      .layout-container .contact-form .contact-submit input[type='submit']:active,
      .layout-container .contact-form .contact-submit input[type='submit'].active,
      .modal-dialog #mc_signup .mc_signup_submit button:active,
      .modal-dialog #mc_signup .mc_signup_submit button.active,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit']:active,
      .modal-dialog #mc_signup .mc_signup_submit input[type='submit'].active,
      .modal-dialog #mc_signup .contact-submit button:active,
      .modal-dialog #mc_signup .contact-submit button.active,
      .modal-dialog #mc_signup .contact-submit input[type='submit']:active,
      .modal-dialog #mc_signup .contact-submit input[type='submit'].active,
      .modal-dialog .contact-form .mc_signup_submit button:active,
      .modal-dialog .contact-form .mc_signup_submit button.active,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit']:active,
      .modal-dialog .contact-form .mc_signup_submit input[type='submit'].active,
      .modal-dialog .contact-form .contact-submit button:active,
      .modal-dialog .contact-form .contact-submit button.active,
      .modal-dialog .contact-form .contact-submit input[type='submit']:active,
      .modal-dialog .contact-form .contact-submit input[type='submit'].active {
        background-image: none; }
  .layout-container #mc_signup textarea,
  .layout-container .contact-form textarea,
  .modal-dialog #mc_signup textarea,
  .modal-dialog .contact-form textarea {
    float: none;
    height: 12em; }

.layout-container .widget .contact-form input[type='text'],
.layout-container .widget .contact-form input[type='email'],
.layout-container .widget .contact-form input[type='url'],
.layout-container .widget .contact-form textarea,
.modal-dialog .widget .contact-form input[type='text'],
.modal-dialog .widget .contact-form input[type='email'],
.modal-dialog .widget .contact-form input[type='url'],
.modal-dialog .widget .contact-form textarea {
  width: 100%;
  max-width: 100%; }

.layout-container .mc_custom_border_hdr,
.modal-dialog .mc_custom_border_hdr {
  font-size: 150%;
  margin-bottom: 0.6em; }

.layout-container #mc_signup #mc_subheader,
.modal-dialog #mc_signup #mc_subheader {
  font-size: 120%;
  margin-bottom: 0.6em; }

.layout-container #mc_signup #mc-indicates-required,
.modal-dialog #mc_signup #mc-indicates-required {
  display: none; }

.form-check.form-check-toggle {
  padding-left: 0; }

.tgl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tgl-flex label + label {
    margin-left: 0.6em; }
    .tgl-flex label + label .form-text {
      margin-top: 0; }

.tgl + label {
  margin-left: 0.6em;
  margin-bottom: 0; }

.tgl {
  position: relative;
  display: inline-block;
  height: 2.25rem;
  cursor: pointer;
  margin: 0;
  vertical-align: middle; }
  .tgl > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  .tgl input:disabled + .tgl_body {
    opacity: 0.6; }
  .tgl .tgl_body {
    width: 4.95rem;
    height: 2.25rem;
    background: #fff;
    border: 1px solid #ced4da;
    display: inline-block;
    position: relative;
    border-radius: 1.8675rem; }
    .tgl .tgl_body .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .tgl .tgl_switch {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    border: 1px solid #bfc7cf;
    -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    z-index: 2; }
    @media (prefers-reduced-motion: reduce) {
      .tgl .tgl_switch {
        -webkit-transition: none;
        transition: none; } }
  .tgl .tgl_track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 1.8675rem;
    z-index: 1; }
  .tgl .tgl_bgd {
    position: absolute;
    right: -0.8217rem;
    top: 0;
    bottom: 0;
    width: 4.6467rem;
    -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
    background: #28a745;
    z-index: 0; }
    @media (prefers-reduced-motion: reduce) {
      .tgl .tgl_bgd {
        -webkit-transition: none;
        transition: none; } }
    .tgl .tgl_bgd .icon {
      color: #fff; }
  .tgl .tgl_bgd-negative {
    right: auto;
    left: -3.825rem;
    background: white; }
    .tgl .tgl_bgd-negative .icon {
      color: #ced4da; }
  .tgl:hover .tgl_switch {
    border-color: #a8b3bd;
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  .tgl:active .tgl_switch {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  .tgl > :not(:checked) ~ .tgl_body > .tgl_switch {
    left: 2.7rem; }
  .tgl > :not(:checked) ~ .tgl_body .tgl_bgd {
    right: -3.825rem; }
    .tgl > :not(:checked) ~ .tgl_body .tgl_bgd.tgl_bgd-negative {
      right: auto;
      left: -10px; }

/*--------------------------------------------------------------
# Media elements
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

figure {
  margin: 0 0 1.2em; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.8em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.9em 0;
    font-size: 90%; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Gallery - temporary fix  remove after update jp 01-24 */
.jp-carousel-overlay {
  pointer-events: all !important; }

/*--------------------------------------------------------------
## SVG icons
--------------------------------------------------------------*/
/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em; }

/*
#breadcrumbs .delimiter::before{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	//id='arrow-forward'
	background-image: url("data:image/svg+xml;charset=utf8,<svg  viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/></svg>");
	background-repeat: no-repeat;
	background-size: cover;
}

*/
/*--------------------------------------------------------------
SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback,
.main-nav .dropdown-toggle::after {
  display: none; }

.no-svg .dropdown-toggle::after {
  display: inline-block; }

/* Social Menu fallbacks

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}
*/
/* Show screen reader text in some cases

.no-svg .next.page-numbers .sr-only.sr-only-focusable,
.no-svg .prev.page-numbers .sr-only.sr-only-focusable,
.no-svg .social-navigation li a .sr-only.sr-only-focusable,
.no-svg .search-submit .sr-only.sr-only-focusable{
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	width: auto;
}
*/
.mdi::before {
  display: inline-block;
  font-family: dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }

.mdi-close::before {
  content: "\f335"; }

.mdi-check::before {
  content: "\f147"; }

.link-content .icon-block:before,
.post-thumbnail .icon-block:before,
.entry-meta .icon-block:before,
.streetAddress::before,
.telephone::before {
  font-family: 'Genericons';
  font-size: 2.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased; }

.ic {
  font-size: 125%;
  line-height: 0.88;
  vertical-align: text-top;
  text-align: center;
  transition: color .1s ease-in 0;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none; }

.streetAddress::before,
.telephone::before {
  display: inline-block;
  font-size: 125%;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-top; }

.top-widget-area .streetAddress::before {
  content: '\f417'; }

.top-widget-area .telephone::before {
  content: "\f437"; }

.hentry.sticky .entry-format:before {
  content: '\f308'; }

.hentry.format-aside .entry-format:before {
  content: '\f101'; }

.link-content .icon-block:before,
.hentry.format-link .entry-format:before {
  content: '\f107'; }

.hentry.format-video .entry-format:before {
  content: '\f104'; }

.hentry.format-audio .entry-format:before {
  content: '\f109'; }

.hentry.format-quote .entry-format:before {
  content: '\f106'; }

.hentry.format-status .entry-format:before {
  content: '\f105'; }

.hentry.format-gallery .entry-format:before {
  content: '\f103'; }

.hentry.format-image .entry-format:before {
  content: '\f102'; }

.hentry.format-chat .entry-format:before {
  content: '\f108'; }

.poi-link .ic:before {
  content: "\f417"; }

.link-cat-main .ic:before {
  content: "\f301"; }

.ic-check:before {
  content: "\f418"; }

.ic-cross:before {
  content: "\f405"; }

.ic-show:before {
  content: "\f403"; }

.icons-arrow {
  position: relative;
  display: block;
  width: 26px;
  height: 12px;
  margin: 0;
  -webkit-transform: translateZ(0) scale(1 1);
  transform: translateZ(0) scale(1 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.icons-arrow span {
  position: absolute;
  display: block;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: height 0.3s, width 0.3s, opacity 0.5s;
  transition: height 0.3s, width 0.3s, opacity 0.5s; }

.icons-arrow:after,
.icons-arrow:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 14px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.icons-arrow.up:before,
.icons-arrow.up:after {
  top: 0;
  left: 0;
  -webkit-transform-origin: 12.5px 1.5px;
  transform-origin: 12.5px 1.5px; }

.icons-arrow.up:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.icons-arrow.up:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.icons-arrow.up span {
  top: 1px;
  left: 11px;
  width: 3px;
  height: 0; }

.icons-arrow.down:before,
.icons-arrow.down:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 12.5px 1.5px;
  transform-origin: 12.5px 1.5px; }

.icons-arrow.down:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icons-arrow.down:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.icons-arrow.down span {
  bottom: 1px;
  left: 11px;
  width: 3px;
  height: 0; }

.icons-arrow:hover.up span,
.icons-arrow:hover.down span,
a:hover .icons-arrow.up span,
a:hover .icons-arrow.down span {
  height: 20px;
  opacity: 1; }

.icons-arrow:hover.up,
a:hover .icons-arrow.up {
  margin-top: -5px; }

.icons-arrow:hover.down,
a:hover .icons-arrow.down {
  margin-top: 5px; }

.icons-arrow.left {
  width: 12px;
  height: 26px; }

.icons-arrow.left:before,
.icons-arrow.left:after {
  top: 11px;
  left: 0;
  -webkit-transform-origin: 1.5px 1.5px;
  transform-origin: 1.5px 1.5px; }

.icons-arrow.left:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icons-arrow.left:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.icons-arrow.left span {
  left: 1px;
  top: 11px;
  width: 0;
  height: 3px; }

.icons-arrow.right {
  width: 12px;
  height: 26px; }

.icons-arrow.right:before,
.icons-arrow.right:after {
  top: 11px;
  right: 0;
  -webkit-transform-origin: 12.5px 1.5px;
  transform-origin: 12.5px 1.5px; }

.icons-arrow.right:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.icons-arrow.right:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icons-arrow.right span {
  right: 1px;
  top: 11px;
  width: 0;
  height: 3px; }

.desktop .icons-arrow:hover.left span,
.desktop .icons-arrow:hover.right span,
.desktop a:hover .icons-arrow.left span,
.desktop a:hover .icons-arrow.right span {
  width: 20px;
  opacity: 1; }

.desktop .icons-arrow:hover.left,
.desktop a:hover .icons-arrow.left {
  margin-left: -5px; }

.desktop .icons-arrow:hover.right,
.desktop a:hover .icons-arrow.right {
  margin-left: 5px; }

.nav-links .icons-arrow:after,
.nav-links .icons-arrow:before,
.nav-links .icons-arrow span,
.more-link .icon-more span {
  background-color: #495057; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html,
html body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%; }
  html .parallax-mirror,
  html body .parallax-mirror {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

html .layout-container,
html .layout-content {
  height: 100%;
  position: relative;
  -webkit-transition: transform .5s ease-out;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

html .layout-header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1000; }
  html .layout-header .layout-contact-top {
    position: relative;
    z-index: 1000;
    min-height: 48px; }
    @media (min-width: 992px) {
      html .layout-header .layout-contact-top {
        min-height: 1.875rem; } }
  html .layout-header .site-header {
    padding: 1rem 0; }

html .content-inset.page-template-front-widgets .layout-content .site-content {
  background: none; }

html body:not(.page-template-front-widgets):not(.has-header-image) .layout-content {
  padding-top: 2rem; }

html body:not(.page-template-front-widgets).content-inset .layout-breadcrumb,
html body:not(.page-template-front-widgets).content-inset .layout-content .site-content {
  background: #fff; }

@media (min-width: 768px) {
  html body:not(.page-template-front-widgets).content-inset .layout-content {
    background: none; }
  html body:not(.page-template-front-widgets).content-inset.has-header-image.hm-inside .layout-custom-header {
    margin-bottom: 0; }
  html body:not(.page-template-front-widgets).content-inset.hm-inside .layout-content .layout-custom-header + div,
  html body:not(.page-template-front-widgets).content-inset.hm-top .layout-content .layout-breadcrumb,
  html body:not(.page-template-front-widgets).content-inset.hm-top .layout-content .site-content {
    margin-top: -6rem; }
  html body:not(.page-template-front-widgets).content-inset .layout-breadcrumb {
    background: transparent !important;
    position: relative;
    z-index: 999;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.75); }
    html body:not(.page-template-front-widgets).content-inset .layout-breadcrumb + .site-content {
      margin-top: 0 !important; }
  html body:not(.page-template-front-widgets).content-inset .layout-content .site-content {
    padding: 4rem;
    margin-bottom: 4rem;
    -webkit-box-shadow: 6px 6px 9px 9px rgba(0, 0, 0, 0.25);
            box-shadow: 6px 6px 9px 9px rgba(0, 0, 0, 0.25); } }

html .boxedc.page-template-front-widgets.hm-inside.header-front-trans .layout-header .site-header,
html .boxedc .layout-header {
  background: none !important; }

@media (min-width: 800px) {
  html .boxedc .layout-breadcrumb,
  html .boxedc .site-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  html .boxedc .footer-content .footer-widget-area {
    padding-left: 2rem;
    padding-right: 2rem; } }

html .boxedc .footer-content {
  border-top: 1px solid #e9ecef; }

html .boxedc .layout-footer .footer {
  background: none; }
  html .boxedc .layout-footer .footer .site-footer {
    background: #495057; }

html .layout-content {
  min-width: 280px;
  -webkit-overflow-scrolling: touch;
  height: auto;
  min-height: 100%;
  padding-bottom: 4rem;
  word-wrap: break-word;
  background: #fff; }
  html .layout-content .site-content {
    position: relative;
    padding-bottom: 2rem; }

html .layout-footer-content {
  position: relative; }

html .layout-footer-content:before {
  background: #6c757d;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

html .boxedc .layout-footer-content:before {
  display: none; }

html .boxedc .footer-content {
  background: #6c757d; }

html .hm-inside .layout-content {
  padding-top: 0; }

html .footer-content {
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto; }

html .layout-footer .footer {
  font-size: .85rem;
  position: relative;
  clear: both;
  margin-top: -4rem;
  z-index: 1000;
  background: #495057;
  color: #fff; }
  html .layout-footer .footer .site-info {
    min-height: 4rem;
    text-align: center;
    line-height: 1.2;
    padding: 1rem 2rem; }
    @media (min-width: 576px) {
      html .layout-footer .footer .site-info {
        line-height: 2rem; } }
    html .layout-footer .footer .site-info a,
    html .layout-footer .footer .site-info a:hover {
      color: #f8f9fa; }
    html .layout-footer .footer .site-info .sep {
      display: inline-block; }
      html .layout-footer .footer .site-info .sep:before {
        content: '\007c';
        margin: 0 .3em; }
  html .layout-footer .footer .scroll-top-navigation {
    position: absolute;
    right: 1rem;
    top: 1rem; }
    html .layout-footer .footer .scroll-top-navigation a {
      display: block;
      padding: 0.5rem; }

.w960.has-header-image .custom-header-extra,
.w960:not(.full-content) .layout-breadcrumb,
.w960:not(.full-content) .site-content {
  max-width: 960px; }

.w960.boxedtc .layout-contact-top {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.w960.boxedh .site-header {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.w960.boxedf .footer-content,
.w960.boxedf .layout-footer .site-footer {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 960px) {
  .w960 #layout-site-map-navigation {
    width: 380px;
    transform: translate(380px, 0px);
    -webkit-transform: translate(380px, 0px);
    -o-transform: translate(380px, 0px);
    -ms-transform: translate(380px, 0px); }
  .w960.toggledsitemenu .layout-container,
  .w960.toggledsitemenu .parallax-mirror {
    transform: translateX(-380px) !important;
    -webkit-transform: translateX(-380px) !important;
    -o-transform: translateX(-380px) !important;
    -ms-transform: translateX(-380px) !important; }
  .w960.boxedh.toggledsitemenu .layout-container,
  .w960.boxedh.toggledsitemenu .parallax-mirror {
    transform: translateX(calc(-380px +  50% - 480px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 480px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 480px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 480px)) !important; }
  .w960.boxedc.toggledsitemenu .parallax-mirror {
    left: auto !important;
    right: 380px;
    -webkit-transform: none !important;
            transform: none !important; }
  .w960.boxedc.toggledsitemenu .layout-container {
    transform: translateX(calc(-380px +  50% - 480px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 480px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 480px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 480px)) !important; }
  .w960.boxedc.has-header-image.hm-top .layout-header .site-header:before,
  .w960.boxedc.page-template-front-widgets.hm-inside.header-front-trans .layout-header .site-header:before {
    width: 960px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .w960.boxedc .layout-custom-header,
  .w960.boxedc .layout-content {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .w960.boxedc.boxedc-inset.hm-top .layout-header,
  .w960.boxedc.boxedc-inset.page-template-front-widgets .layout-header {
    top: 2rem; }
  .w960.boxedc.boxedc-inset .layout-container {
    padding-top: 2rem; }
  .w960.boxedc.boxedc-inset .layout-content {
    padding-top: 2rem;
    margin-bottom: 2rem; }
  .w960.boxedc.boxedc-inset .layout-footer .footer {
    margin-top: -6rem; }
  .w960.boxedc.hmh-25.hm-inside .layout-custom-header {
    height: 240px; }
  .w960.boxedc.hmh-25.boxedc.hm-inside .layout-custom-header {
    max-width: 960px; }
  .w960.boxedc.hmh-25.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 880px;
    height: 220px; } }

@media (min-width: 960px) and (min-width: 960px) {
  .w960.boxedc.hmh-25.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 960px) {
  .w960.boxedc.hmh-333.hm-inside .layout-custom-header {
    height: 319.68px; }
  .w960.boxedc.hmh-333.boxedc.hm-inside .layout-custom-header {
    max-width: 960px; }
  .w960.boxedc.hmh-333.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 880px;
    height: 293.04px; } }

@media (min-width: 960px) and (min-width: 960px) {
  .w960.boxedc.hmh-333.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 960px) {
  .w960.boxedc.hmh-5625.hm-inside .layout-custom-header {
    height: 540px; }
  .w960.boxedc.hmh-5625.boxedc.hm-inside .layout-custom-header {
    max-width: 960px; }
  .w960.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 880px;
    height: 495px; } }

@media (min-width: 960px) and (min-width: 960px) {
  .w960.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 960px) {
  .w960.boxedc.hmh-75.hm-inside .layout-custom-header {
    height: 720px; }
  .w960.boxedc.hmh-75.boxedc.hm-inside .layout-custom-header {
    max-width: 960px; }
  .w960.boxedc.hmh-75.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 880px;
    height: 660px; } }

@media (min-width: 960px) and (min-width: 960px) {
  .w960.boxedc.hmh-75.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 960px) {
  .w960.boxedc.hmh-100.hm-inside .layout-custom-header {
    height: 960px; }
  .w960.boxedc.hmh-100.boxedc.hm-inside .layout-custom-header {
    max-width: 960px; }
  .w960.boxedc.hmh-100.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 880px;
    height: 880px; } }

@media (min-width: 960px) and (min-width: 960px) {
  .w960.boxedc.hmh-100.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 960px) {
  .w960.boxedc.hm-inside.page-template-front-widgets .layout-content {
    padding-top: 0; }
  .w960 .bth_cta_widget .layout-cta:not(.layout-wall) .layout-cta-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .w960.page-template-front-widgets .widget-authors-list .container-fluid,
  .w960.page-template-front-widgets .widget-slide-post-list .layout-slide-content {
    max-width: 960px; } }

.w1140.has-header-image .custom-header-extra,
.w1140:not(.full-content) .layout-breadcrumb,
.w1140:not(.full-content) .site-content {
  max-width: 1140px; }

.w1140.boxedtc .layout-contact-top {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

.w1140.boxedh .site-header {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

.w1140.boxedf .footer-content,
.w1140.boxedf .layout-footer .site-footer {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1140px) {
  .w1140 #layout-site-map-navigation {
    width: 380px;
    transform: translate(380px, 0px);
    -webkit-transform: translate(380px, 0px);
    -o-transform: translate(380px, 0px);
    -ms-transform: translate(380px, 0px); }
  .w1140.toggledsitemenu .layout-container,
  .w1140.toggledsitemenu .parallax-mirror {
    transform: translateX(-380px) !important;
    -webkit-transform: translateX(-380px) !important;
    -o-transform: translateX(-380px) !important;
    -ms-transform: translateX(-380px) !important; }
  .w1140.boxedh.toggledsitemenu .layout-container,
  .w1140.boxedh.toggledsitemenu .parallax-mirror {
    transform: translateX(calc(-380px +  50% - 570px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 570px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 570px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 570px)) !important; }
  .w1140.boxedc.toggledsitemenu .parallax-mirror {
    left: auto !important;
    right: 380px;
    -webkit-transform: none !important;
            transform: none !important; }
  .w1140.boxedc.toggledsitemenu .layout-container {
    transform: translateX(calc(-380px +  50% - 570px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 570px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 570px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 570px)) !important; }
  .w1140.boxedc.has-header-image.hm-top .layout-header .site-header:before,
  .w1140.boxedc.page-template-front-widgets.hm-inside.header-front-trans .layout-header .site-header:before {
    width: 1140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .w1140.boxedc .layout-custom-header,
  .w1140.boxedc .layout-content {
    width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  .w1140.boxedc.boxedc-inset.hm-top .layout-header,
  .w1140.boxedc.boxedc-inset.page-template-front-widgets .layout-header {
    top: 2rem; }
  .w1140.boxedc.boxedc-inset .layout-container {
    padding-top: 2rem; }
  .w1140.boxedc.boxedc-inset .layout-content {
    padding-top: 2rem;
    margin-bottom: 2rem; }
  .w1140.boxedc.boxedc-inset .layout-footer .footer {
    margin-top: -6rem; }
  .w1140.boxedc.hmh-25.hm-inside .layout-custom-header {
    height: 285px; }
  .w1140.boxedc.hmh-25.boxedc.hm-inside .layout-custom-header {
    max-width: 1140px; }
  .w1140.boxedc.hmh-25.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1060px;
    height: 265px; } }

@media (min-width: 1140px) and (min-width: 1140px) {
  .w1140.boxedc.hmh-25.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1140px) {
  .w1140.boxedc.hmh-333.hm-inside .layout-custom-header {
    height: 379.62px; }
  .w1140.boxedc.hmh-333.boxedc.hm-inside .layout-custom-header {
    max-width: 1140px; }
  .w1140.boxedc.hmh-333.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1060px;
    height: 352.98px; } }

@media (min-width: 1140px) and (min-width: 1140px) {
  .w1140.boxedc.hmh-333.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1140px) {
  .w1140.boxedc.hmh-5625.hm-inside .layout-custom-header {
    height: 641.25px; }
  .w1140.boxedc.hmh-5625.boxedc.hm-inside .layout-custom-header {
    max-width: 1140px; }
  .w1140.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1060px;
    height: 596.25px; } }

@media (min-width: 1140px) and (min-width: 1140px) {
  .w1140.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1140px) {
  .w1140.boxedc.hmh-75.hm-inside .layout-custom-header {
    height: 855px; }
  .w1140.boxedc.hmh-75.boxedc.hm-inside .layout-custom-header {
    max-width: 1140px; }
  .w1140.boxedc.hmh-75.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1060px;
    height: 795px; } }

@media (min-width: 1140px) and (min-width: 1140px) {
  .w1140.boxedc.hmh-75.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1140px) {
  .w1140.boxedc.hmh-100.hm-inside .layout-custom-header {
    height: 1140px; }
  .w1140.boxedc.hmh-100.boxedc.hm-inside .layout-custom-header {
    max-width: 1140px; }
  .w1140.boxedc.hmh-100.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1060px;
    height: 1060px; } }

@media (min-width: 1140px) and (min-width: 1140px) {
  .w1140.boxedc.hmh-100.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1140px) {
  .w1140.boxedc.hm-inside.page-template-front-widgets .layout-content {
    padding-top: 0; }
  .w1140 .bth_cta_widget .layout-cta:not(.layout-wall) .layout-cta-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  .w1140.page-template-front-widgets .widget-authors-list .container-fluid,
  .w1140.page-template-front-widgets .widget-slide-post-list .layout-slide-content {
    max-width: 1140px; } }

.w1240.has-header-image .custom-header-extra,
.w1240:not(.full-content) .layout-breadcrumb,
.w1240:not(.full-content) .site-content {
  max-width: 1240px; }

.w1240.boxedtc .layout-contact-top {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.w1240.boxedh .site-header {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.w1240.boxedf .footer-content,
.w1240.boxedf .layout-footer .site-footer {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1240px) {
  .w1240 #layout-site-map-navigation {
    width: 380px;
    transform: translate(380px, 0px);
    -webkit-transform: translate(380px, 0px);
    -o-transform: translate(380px, 0px);
    -ms-transform: translate(380px, 0px); }
  .w1240.toggledsitemenu .layout-container,
  .w1240.toggledsitemenu .parallax-mirror {
    transform: translateX(-380px) !important;
    -webkit-transform: translateX(-380px) !important;
    -o-transform: translateX(-380px) !important;
    -ms-transform: translateX(-380px) !important; }
  .w1240.boxedh.toggledsitemenu .layout-container,
  .w1240.boxedh.toggledsitemenu .parallax-mirror {
    transform: translateX(calc(-380px +  50% - 620px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 620px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 620px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 620px)) !important; }
  .w1240.boxedc.toggledsitemenu .parallax-mirror {
    left: auto !important;
    right: 380px;
    -webkit-transform: none !important;
            transform: none !important; }
  .w1240.boxedc.toggledsitemenu .layout-container {
    transform: translateX(calc(-380px +  50% - 620px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 620px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 620px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 620px)) !important; }
  .w1240.boxedc.has-header-image.hm-top .layout-header .site-header:before,
  .w1240.boxedc.page-template-front-widgets.hm-inside.header-front-trans .layout-header .site-header:before {
    width: 1240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .w1240.boxedc .layout-custom-header,
  .w1240.boxedc .layout-content {
    width: 1240px;
    margin-left: auto;
    margin-right: auto; }
  .w1240.boxedc.boxedc-inset.hm-top .layout-header,
  .w1240.boxedc.boxedc-inset.page-template-front-widgets .layout-header {
    top: 2rem; }
  .w1240.boxedc.boxedc-inset .layout-container {
    padding-top: 2rem; }
  .w1240.boxedc.boxedc-inset .layout-content {
    padding-top: 2rem;
    margin-bottom: 2rem; }
  .w1240.boxedc.boxedc-inset .layout-footer .footer {
    margin-top: -6rem; }
  .w1240.boxedc.hmh-25.hm-inside .layout-custom-header {
    height: 310px; }
  .w1240.boxedc.hmh-25.boxedc.hm-inside .layout-custom-header {
    max-width: 1240px; }
  .w1240.boxedc.hmh-25.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1160px;
    height: 290px; } }

@media (min-width: 1240px) and (min-width: 1240px) {
  .w1240.boxedc.hmh-25.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1240px) {
  .w1240.boxedc.hmh-333.hm-inside .layout-custom-header {
    height: 412.92px; }
  .w1240.boxedc.hmh-333.boxedc.hm-inside .layout-custom-header {
    max-width: 1240px; }
  .w1240.boxedc.hmh-333.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1160px;
    height: 386.28px; } }

@media (min-width: 1240px) and (min-width: 1240px) {
  .w1240.boxedc.hmh-333.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1240px) {
  .w1240.boxedc.hmh-5625.hm-inside .layout-custom-header {
    height: 697.5px; }
  .w1240.boxedc.hmh-5625.boxedc.hm-inside .layout-custom-header {
    max-width: 1240px; }
  .w1240.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1160px;
    height: 652.5px; } }

@media (min-width: 1240px) and (min-width: 1240px) {
  .w1240.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1240px) {
  .w1240.boxedc.hmh-75.hm-inside .layout-custom-header {
    height: 930px; }
  .w1240.boxedc.hmh-75.boxedc.hm-inside .layout-custom-header {
    max-width: 1240px; }
  .w1240.boxedc.hmh-75.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1160px;
    height: 870px; } }

@media (min-width: 1240px) and (min-width: 1240px) {
  .w1240.boxedc.hmh-75.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1240px) {
  .w1240.boxedc.hmh-100.hm-inside .layout-custom-header {
    height: 1240px; }
  .w1240.boxedc.hmh-100.boxedc.hm-inside .layout-custom-header {
    max-width: 1240px; }
  .w1240.boxedc.hmh-100.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1160px;
    height: 1160px; } }

@media (min-width: 1240px) and (min-width: 1240px) {
  .w1240.boxedc.hmh-100.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1240px) {
  .w1240.boxedc.hm-inside.page-template-front-widgets .layout-content {
    padding-top: 0; }
  .w1240 .bth_cta_widget .layout-cta:not(.layout-wall) .layout-cta-content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }
  .w1240.page-template-front-widgets .widget-authors-list .container-fluid,
  .w1240.page-template-front-widgets .widget-slide-post-list .layout-slide-content {
    max-width: 1240px; } }

.w1320.has-header-image .custom-header-extra,
.w1320:not(.full-content) .layout-breadcrumb,
.w1320:not(.full-content) .site-content {
  max-width: 1320px; }

.w1320.boxedtc .layout-contact-top {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

.w1320.boxedh .site-header {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

.w1320.boxedf .footer-content,
.w1320.boxedf .layout-footer .site-footer {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1320px) {
  .w1320 #layout-site-map-navigation {
    width: 380px;
    transform: translate(380px, 0px);
    -webkit-transform: translate(380px, 0px);
    -o-transform: translate(380px, 0px);
    -ms-transform: translate(380px, 0px); }
  .w1320.toggledsitemenu .layout-container,
  .w1320.toggledsitemenu .parallax-mirror {
    transform: translateX(-380px) !important;
    -webkit-transform: translateX(-380px) !important;
    -o-transform: translateX(-380px) !important;
    -ms-transform: translateX(-380px) !important; }
  .w1320.boxedh.toggledsitemenu .layout-container,
  .w1320.boxedh.toggledsitemenu .parallax-mirror {
    transform: translateX(calc(-380px +  50% - 660px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 660px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 660px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 660px)) !important; }
  .w1320.boxedc.toggledsitemenu .parallax-mirror {
    left: auto !important;
    right: 380px;
    -webkit-transform: none !important;
            transform: none !important; }
  .w1320.boxedc.toggledsitemenu .layout-container {
    transform: translateX(calc(-380px +  50% - 660px)) !important;
    -webkit-transform: translateX(calc(-380px + 50% - 660px)) !important;
    -o-transform: translateX(calc(-380px + 50% - 660px)) !important;
    -ms-transform: translateX(calc(-380px + 50% - 660px)) !important; }
  .w1320.boxedc.has-header-image.hm-top .layout-header .site-header:before,
  .w1320.boxedc.page-template-front-widgets.hm-inside.header-front-trans .layout-header .site-header:before {
    width: 1320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .w1320.boxedc .layout-custom-header,
  .w1320.boxedc .layout-content {
    width: 1320px;
    margin-left: auto;
    margin-right: auto; }
  .w1320.boxedc.boxedc-inset.hm-top .layout-header,
  .w1320.boxedc.boxedc-inset.page-template-front-widgets .layout-header {
    top: 2rem; }
  .w1320.boxedc.boxedc-inset .layout-container {
    padding-top: 2rem; }
  .w1320.boxedc.boxedc-inset .layout-content {
    padding-top: 2rem;
    margin-bottom: 2rem; }
  .w1320.boxedc.boxedc-inset .layout-footer .footer {
    margin-top: -6rem; }
  .w1320.boxedc.hmh-25.hm-inside .layout-custom-header {
    height: 330px; }
  .w1320.boxedc.hmh-25.boxedc.hm-inside .layout-custom-header {
    max-width: 1320px; }
  .w1320.boxedc.hmh-25.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1240px;
    height: 310px; } }

@media (min-width: 1320px) and (min-width: 1320px) {
  .w1320.boxedc.hmh-25.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1320px) {
  .w1320.boxedc.hmh-333.hm-inside .layout-custom-header {
    height: 439.56px; }
  .w1320.boxedc.hmh-333.boxedc.hm-inside .layout-custom-header {
    max-width: 1320px; }
  .w1320.boxedc.hmh-333.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1240px;
    height: 412.92px; } }

@media (min-width: 1320px) and (min-width: 1320px) {
  .w1320.boxedc.hmh-333.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1320px) {
  .w1320.boxedc.hmh-5625.hm-inside .layout-custom-header {
    height: 742.5px; }
  .w1320.boxedc.hmh-5625.boxedc.hm-inside .layout-custom-header {
    max-width: 1320px; }
  .w1320.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1240px;
    height: 697.5px; } }

@media (min-width: 1320px) and (min-width: 1320px) {
  .w1320.boxedc.hmh-5625.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1320px) {
  .w1320.boxedc.hmh-75.hm-inside .layout-custom-header {
    height: 990px; }
  .w1320.boxedc.hmh-75.boxedc.hm-inside .layout-custom-header {
    max-width: 1320px; }
  .w1320.boxedc.hmh-75.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1240px;
    height: 930px; } }

@media (min-width: 1320px) and (min-width: 1320px) {
  .w1320.boxedc.hmh-75.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1320px) {
  .w1320.boxedc.hmh-100.hm-inside .layout-custom-header {
    height: 1320px; }
  .w1320.boxedc.hmh-100.boxedc.hm-inside .layout-custom-header {
    max-width: 1320px; }
  .w1320.boxedc.hmh-100.boxedc-inset.hm-inside .layout-custom-header {
    max-width: 1240px;
    height: 1240px; } }

@media (min-width: 1320px) and (min-width: 1320px) {
  .w1320.boxedc.hmh-100.boxedc-inset.hm-inside .layout-content {
    padding-top: 2.5rem; } }

@media (min-width: 1320px) {
  .w1320.boxedc.hm-inside.page-template-front-widgets .layout-content {
    padding-top: 0; }
  .w1320 .bth_cta_widget .layout-cta:not(.layout-wall) .layout-cta-content {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
  .w1320.page-template-front-widgets .widget-authors-list .container-fluid,
  .w1320.page-template-front-widgets .widget-slide-post-list .layout-slide-content {
    max-width: 1320px; } }

@media (min-width: 1720px) {
  .w960.boxedh.toggledsitemenu .layout-container,
  .w960.boxedh.toggledsitemenu .parallax-mirror {
    -webkit-transform: none !important;
    transform: none !important; } }

@media (min-width: 1900px) {
  .w1140.boxedh.toggledsitemenu .layout-container,
  .w1140.boxedh.toggledsitemenu .parallax-mirror {
    -webkit-transform: none !important;
    transform: none !important; } }

.content-area {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 800px) {
    .content-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.content-widget-area {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 2rem; }
  @media (min-width: 800px) {
    .content-widget-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-top: 0; } }

.content-widget-area-xtra {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 1020px) {
    .content-widget-area-xtra {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.sidebar-xtra .content-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1020px) {
    .sidebar-xtra .content-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.sidebar-xtra .content-widget-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1020px) {
    .sidebar-xtra .content-widget-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

@media (min-width: 1020px) {
  .sidebar-xtra.sidebar-right #secondary {
    padding-left: 1rem; }
  .sidebar-xtra.sidebar-left #secondary {
    padding-right: 1rem; }
  .sidebar-xtra.sidebar-left .content-widget-area-xtra {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (min-width: 800px) {
  .sidebar-right #secondary {
    padding-left: 2.5rem; } }
  @media (min-width: 800px) and (min-width: 1200px) {
    .sidebar-right #secondary {
      padding-left: 5rem; } }

@media (min-width: 800px) {
  .sidebar-left #secondary {
    padding-right: 2.5rem;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; } }
  @media (min-width: 800px) and (min-width: 1200px) {
    .sidebar-left #secondary {
      padding-right: 5rem; } }

@media (min-width: 800px) {
  .sidebar-no .content-area {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .sidebar-no.sidebar-xtra .content-area {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .sidebar-no.sidebar-xtra .content-widget-area-xtra {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 1rem; }
  .sidebar-xtra.sidebar-right #secondary,
  .sidebar-xtra.sidebar-left #secondary {
    padding-left: 1rem;
    padding-right: 1rem; } }

.sitemap-widget-area {
  padding: 0 2rem 2rem; }

.page-template-front-widgets:not(.has-header-image).header-front-trans .layout-header, .page-template-front-widgets.hm-inside.header-front-trans .layout-header, .page-template-front-widgets.hm-top .layout-header {
  position: absolute;
  top: 0;
  background: none; }
  .page-template-front-widgets:not(.has-header-image).header-front-trans .layout-header .site-header:before, .page-template-front-widgets.hm-inside.header-front-trans .layout-header .site-header:before, .page-template-front-widgets.hm-top .layout-header .site-header:before {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: "";
    display: block;
    position: absolute;
    height: 120%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; }

.page-template-front-widgets.has-header-image.hm-inside .layout-custom-header {
  margin-bottom: 0; }

.page-template-front-widgets.has-header-image.hm-inside.boxedc.boxedc-inset .layout-custom-header {
  max-width: 100% !important; }
  .page-template-front-widgets.has-header-image.hm-inside.boxedc.boxedc-inset .layout-custom-header .wp-custom-header {
    margin: 0; }

.page-template-front-widgets .layout-content,
.page-template-front-widgets.boxedc.boxedc-inset .layout-content {
  background: transparent;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  .page-template-front-widgets .layout-content .site-content,
  .page-template-front-widgets.boxedc.boxedc-inset .layout-content .site-content {
    max-width: 100%;
    padding: 0; }
  .page-template-front-widgets .layout-content .footer-content,
  .page-template-front-widgets.boxedc.boxedc-inset .layout-content .footer-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem; }

.page-template-front-widgets.boxedc .site-content {
  margin-left: 0;
  margin-right: 0; }

.page-template-front-widgets .grid-wall {
  margin-bottom: 0; }

.page-template-front-widgets iframe.google-map {
  float: left;
  width: 100%;
  height: 100%; }

.footer-cta .parallax-mirror {
  z-index: 1 !important; }

.footer-cta .layout-footer-cta {
  position: relative;
  z-index: 2; }

/*--------------------------------------------------------------
## Header layout
--------------------------------------------------------------*/
.layout-title h1.site-title,
.layout-title .site-title,
.layout-title .site-description {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  clear: none; }

.layout-title .site-title {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.875rem; }
  .layout-title .site-title a,
  .layout-title .site-title a:hover {
    text-decoration: none; }

.layout-title .site-icon {
  display: block;
  float: left;
  max-height: 3.125rem;
  max-width: 3.125rem;
  margin-right: 0.625rem; }

.layout-title .site-description {
  font-size: 0.8rem;
  line-height: 1.25rem;
  text-overflow: ellipsis; }

.layout-title.header-site-logo .site-logo {
  display: inline-block; }
  .layout-title.header-site-logo .site-logo img {
    max-height: 3.125rem; }

.layout-title.header-text-hidden .site-title,
.layout-title.header-text-hidden .site-description,
.layout-title.header-desc-text-hidden .site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

.layout-title.header-desc-text-hidden .site-title {
  line-height: 3.125rem; }

@media (min-width: 576px) {
  .layout-title .site-title {
    font-size: 1.2rem; }
  .layout-title.header-desc-text-hidden .site-title {
    font-size: 1.7rem; } }

@media (min-width: 1200px) {
  .layout-title .site-title {
    font-size: 1.5rem; } }

.site-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.site-branding {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  min-height: 3.125rem;
  position: relative;
  z-index: 1000; }
  @media (min-width: 992px) {
    .site-branding {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media (max-width: 991.98px) {
  .site-branding {
    padding-left: 1rem; } }

.site-navigation {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (min-width: 992px) {
    .site-navigation {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

@media (min-width: 992px) {
  .header_ctitle_cnav .layout-header .site-header,
  .header_cnav_ctitle .layout-header .site-header {
    padding-top: 0;
    padding-bottom: 0; }
  .header_ctitle_cnav .site-branding,
  .header_cnav_ctitle .site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
  .header_ctitle_cnav .site-navigation,
  .header_cnav_ctitle .site-navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: left; }
  .header_ctitle_cnav .site-branding,
  .header_cnav_ctitle .site-branding {
    margin-bottom: 1rem; }
  .header_ctitle_cnav .top-navigation,
  .header_cnav_ctitle .top-navigation {
    text-align: left; }
  .header_ctitle_cnav:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-icon,
  .header_cnav_ctitle:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-icon {
    display: inline-block;
    float: none;
    vertical-align: top;
    max-height: 3.125rem;
    max-width: 3.125rem; }
  .header_ctitle_cnav:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-icon + .site-title,
  .header_cnav_ctitle:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-icon + .site-title {
    display: inline-block; }
  .header_ctitle_cnav:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-title,
  .header_cnav_ctitle:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-title {
    font-size: 2.34375rem;
    line-height: 3.125rem; }
  .header_ctitle_cnav:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-description,
  .header_cnav_ctitle:not(.show-fixed-top-nav) .layout-title.header-site-icon .site-description {
    font-size: 1.25rem;
    line-height: 1.5; }
  .header_ctitle_cnav:not(.show-fixed-top-nav) .layout-title.header-site-logo .site-logo img,
  .header_cnav_ctitle:not(.show-fixed-top-nav) .layout-title.header-site-logo .site-logo img {
    max-height: 7.5rem; }
  .header_cnav_ctitle .layout-header .site-header .site-branding {
    margin-top: 1rem;
    margin-bottom: 0; }
  .header_cnav_ctitle .site-navigation {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    .header_cnav_ctitle .site-navigation .top-navigation {
      z-index: 1001; }
  .nositenav .top-navigation {
    padding-right: 0; }
  .nositenav .navbar-toggler {
    display: none; } }

.layout-contact-top .social-toggler + .top-widget-area {
  padding-left: 48px;
  padding-right: 48px; }

.layout-contact-top .top-widget-area {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 48px;
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .layout-contact-top .top-widget-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 992px) {
    .layout-contact-top .top-widget-area {
      min-height: 1.875rem; } }
  .layout-contact-top .top-widget-area .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    font-size: 0.75rem;
    height: 24px;
    line-height: 24px;
    padding-right: 0.39062rem; }
    @media (min-width: 992px) {
      .layout-contact-top .top-widget-area .widget {
        line-height: 1.875rem;
        height: 1.875rem;
        display: inline-block; } }

.layout-contact-top .layout-social-nav {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .layout-contact-top .layout-social-nav .social-navigation {
      display: block; } }

@media (min-width: 768px) {
  .layout-contact-top .top-widget-area + .layout-social-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .layout-contact-top .social-toggler + .top-widget-area {
    padding-left: 1rem;
    padding-right: 0; }
  .layout-contact-top .navbar-toggler {
    display: none; } }

.has-header-image.hm-top .layout-header {
  position: absolute;
  top: 0; }
  .has-header-image.hm-top .layout-header,
  .has-header-image.hm-top .layout-header .site-header {
    background: none !important; }
  .has-header-image.hm-top .layout-header .site-header:before {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: "";
    display: block;
    position: absolute;
    height: 120%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; }

.has-header-image.hm-top .custom-header-extra {
  padding-top: 4.125rem;
  top: auto;
  bottom: 0; }

.has-header-image.hm-top.contact-top .custom-header-extra {
  padding-top: 6rem; }

.has-header-image.hm-top.header_ctitle_cnav .custom-header-extra,
.has-header-image.hm-top.header_cnav_ctitle .custom-header-extra {
  padding-top: 8.25rem; }

.has-header-image.hm-top .layout-content {
  padding-top: 2rem; }

.has-header-image.hm-top.page-template-front-widgets .layout-content {
  padding-top: 0; }

@media (min-width: 768px) {
  .has-header-image.hm-top.content-inset .layout-content {
    padding-top: 0; } }

.has-header-image.hm-inside .layout-custom-header {
  margin-bottom: 2rem; }

.has-header-image .layout-custom-header {
  position: relative;
  width: 100%;
  min-height: 56.25vh;
  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; }
  .has-header-image .layout-custom-header .custom-header-media {
    min-height: 180px;
    width: 100%;
    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;
    overflow: hidden; }
    .has-header-image .layout-custom-header .custom-header-media .wp-custom-header {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      overflow: hidden; }
      .has-header-image .layout-custom-header .custom-header-media .wp-custom-header img,
      .has-header-image .layout-custom-header .custom-header-media .wp-custom-header video,
      .has-header-image .layout-custom-header .custom-header-media .wp-custom-header iframe {
        position: absolute;
        height: auto;
        left: 50%;
        max-width: 1000%;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .has-header-image .layout-custom-header .custom-header-media .wp-custom-header img,
        .has-header-image .layout-custom-header .custom-header-media .wp-custom-header video,
        .has-header-image .layout-custom-header .custom-header-media .wp-custom-header iframe {
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transform: none;
          transform: none; } }
      .has-header-image .layout-custom-header .custom-header-media .wp-custom-header .wp-custom-header-video-button {
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.6);
        color: rgba(255, 255, 255, 0.6);
        height: 45px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        left: 2rem;
        bottom: 2rem;
        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        width: 45px; }
      .has-header-image .layout-custom-header .custom-header-media .wp-custom-header .wp-custom-header-video-button:hover,
      .has-header-image .layout-custom-header .custom-header-media .wp-custom-header .wp-custom-header-video-button:focus {
        /* Specificity prevents .color-dark button overrides */
        border-color: rgba(255, 255, 255, 0.8);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff; }
  .has-header-image .layout-custom-header .video-background-holder {
    width: 100%;
    height: 100%; }
  .has-header-image .layout-custom-header .scroll-alert {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0.3rem;
    z-index: 1001;
    font-size: .9rem;
    font-weight: 400;
    color: white;
    text-align: center; }
    .has-header-image .layout-custom-header .scroll-alert .scroll-text {
      display: block;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
      text-transform: uppercase; }
    .has-header-image .layout-custom-header .scroll-alert .scroll-animation {
      position: relative;
      display: block;
      width: 100%;
      height: 5rem;
      margin-top: 2rem;
      overflow: hidden; }
      .has-header-image .layout-custom-header .scroll-alert .scroll-animation::before {
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        background: white;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-animation: movedown 3s ease 0s infinite;
                animation: movedown 3s ease 0s infinite; }

.has-header-image .custom-header-extra {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
  height: 100%;
  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;
  overflow: hidden;
  z-index: 999; }
  .has-header-image .custom-header-extra .layout-header-extra-inside {
    position: relative;
    width: 100%;
    text-align: center; }
    .has-header-image .custom-header-extra .layout-header-extra-inside .custom-logo {
      text-align: center;
      margin-bottom: 1rem; }
      .has-header-image .custom-header-extra .layout-header-extra-inside .custom-logo img {
        max-height: 7.5rem; }
    .has-header-image .custom-header-extra .layout-header-extra-inside .cta-widget-area {
      text-align: center; }
      .has-header-image .custom-header-extra .layout-header-extra-inside .cta-widget-area .border-bottom {
        border: 0; }
      .has-header-image .custom-header-extra .layout-header-extra-inside .cta-widget-area .background-shadow {
        position: relative;
        color: #fff;
        text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75); }
        .has-header-image .custom-header-extra .layout-header-extra-inside .cta-widget-area .background-shadow:before {
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#00000000',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          bottom: 0;
          content: "";
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          right: 0;
          z-index: -1; }
      .has-header-image .custom-header-extra .layout-header-extra-inside .cta-widget-area .bth_cta_widget.widget {
        margin: 0;
        width: 100%; }
        .has-header-image .custom-header-extra .layout-header-extra-inside .cta-widget-area .bth_cta_widget.widget .container-fluid {
          background: transparent;
          padding-top: 2rem;
          padding-bottom: 2rem; }

.has-header-image.show-scroll-alert .scroll-alert {
  display: block; }

.hmh-25 .layout-custom-header {
  min-height: 25vh; }

.hmh-333 .layout-custom-header {
  min-height: 33.3vh; }

.hmh-5625 .layout-custom-header {
  min-height: 56.25vh; }

.hmh-75 .layout-custom-header {
  min-height: 75vh; }

.hmh-100 .layout-custom-header {
  min-height: 100vh; }

@-webkit-keyframes movedown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes movedown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 1rem;
  right: -.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: .5em;
  position: absolute;
  text-shadow: none;
  top: 0; }

.navbar-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1002; }
  .navbar-toggler.social-toggler {
    left: 0;
    width: 48px;
    height: 48px;
    padding: 0px; }
    .navbar-toggler.social-toggler .icon-share {
      line-height: 24px;
      font-size: 18px; }
  .navbar-toggler.social-toggler:hover, .navbar-toggler.social-toggler:focus, .navbar-toggler.social-toggler:active {
    background-color: transparent; }
  .navbar-toggler.site-map-toggler {
    right: 0.5rem;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 1.875rem;
    padding: 0.625rem; }
    @media (min-width: 768px) {
      .navbar-toggler.site-map-toggler {
        right: 1rem; } }
  .navbar-toggler:focus {
    outline: none; }

.button-lines {
  display: inline-block;
  width: 1.875rem;
  height: 0.1875rem;
  background: #fff;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  margin: 0.825rem 0; }
  .button-lines:before, .button-lines:after {
    display: inline-block;
    width: 1.875rem;
    height: 0.1875rem;
    background: #fff;
    border-radius: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 0;
    -webkit-transform-origin: 0.825rem center;
            transform-origin: 0.825rem center;
    content: ''; }
  .button-lines:before {
    top: -.5rem; }
  .button-lines:after {
    bottom: -.5rem; }

button:not(.collapsed) .button-lines {
  background: transparent !important; }
  button:not(.collapsed) .button-lines:before, button:not(.collapsed) .button-lines:after {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 0;
    bottom: 0;
    width: 1.875rem; }
  button:not(.collapsed) .button-lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); }
  button:not(.collapsed) .button-lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg); }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-nav {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1000; }
  .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-nav ul ul {
      float: left;
      min-width: 100%;
      position: absolute;
      top: 3.125rem;
      left: -999em;
      z-index: 1001;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background: #fff; }
      .main-nav ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0;
        -webkit-transition-property: none;
        transition-property: none; }
      .main-nav ul ul li {
        width: 100%; }
        .main-nav ul ul li:hover > ul,
        .main-nav ul ul li.focus > ul {
          left: 100%; }
    .main-nav ul li:hover > ul,
    .main-nav ul li.focus > ul {
      left: auto; }
  .main-nav li {
    display: inline-block;
    position: relative;
    text-align: left; }
    .main-nav li li {
      display: block;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .main-nav li li a {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
    .main-nav li a {
      font-size: 12px;
      line-height: 1.5625rem;
      padding: 0.78125rem 0.39062rem; }
    .main-nav li.menu-item-has-children ul a {
      font-size: 10.8px;
      line-height: 1.25rem;
      padding: 0.78125rem 0.78125rem; }
  .main-nav a,
  .main-nav a:visited {
    display: block;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap; }
  .main-nav .btn-nav a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0.28125rem 0 0.28125rem 1rem;
    padding: 0.46875rem 1rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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 (prefers-reduced-motion: reduce) {
      .main-nav .btn-nav a {
        -webkit-transition: none;
        transition: none; } }
    .main-nav .btn-nav a:hover {
      color: #212529;
      text-decoration: none; }
    @media (prefers-reduced-motion: reduce) {
      .main-nav .btn-nav a {
        -webkit-transition: none;
        transition: none; } }
    .main-nav .btn-nav a:focus, .main-nav .btn-nav a.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
  .main-nav .btn-nav.btn-nav-primary a {
    color: #fff;
    background-color: #005650;
    border-color: #005650; }
    .main-nav .btn-nav.btn-nav-primary a:hover {
      color: #fff;
      background-color: #00302c;
      border-color: #002321; }
    .main-nav .btn-nav.btn-nav-primary a:focus, .main-nav .btn-nav.btn-nav-primary a.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }
    .main-nav .btn-nav.btn-nav-primary a.disabled, .main-nav .btn-nav.btn-nav-primary a:disabled {
      color: #fff;
      background-color: #005650;
      border-color: #005650; }
    .main-nav .btn-nav.btn-nav-primary a:not(:disabled):not(.disabled):active, .main-nav .btn-nav.btn-nav-primary a:not(:disabled):not(.disabled).active,
    .show > .main-nav .btn-nav.btn-nav-primary a.dropdown-toggle {
      color: #fff;
      background-color: #002321;
      border-color: #001615; }
      .main-nav .btn-nav.btn-nav-primary a:not(:disabled):not(.disabled):active:focus, .main-nav .btn-nav.btn-nav-primary a:not(:disabled):not(.disabled).active:focus,
      .show > .main-nav .btn-nav.btn-nav-primary a.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }
  .main-nav .btn-nav.btn-nav-outline-primary a {
    color: #005650;
    border-color: #005650; }
    .main-nav .btn-nav.btn-nav-outline-primary a:hover {
      color: #fff;
      background-color: #005650;
      border-color: #005650; }
    .main-nav .btn-nav.btn-nav-outline-primary a:focus, .main-nav .btn-nav.btn-nav-outline-primary a.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }
    .main-nav .btn-nav.btn-nav-outline-primary a.disabled, .main-nav .btn-nav.btn-nav-outline-primary a:disabled {
      color: #005650;
      background-color: transparent; }
    .main-nav .btn-nav.btn-nav-outline-primary a:not(:disabled):not(.disabled):active, .main-nav .btn-nav.btn-nav-outline-primary a:not(:disabled):not(.disabled).active,
    .show > .main-nav .btn-nav.btn-nav-outline-primary a.dropdown-toggle {
      color: #fff;
      background-color: #005650;
      border-color: #005650; }
      .main-nav .btn-nav.btn-nav-outline-primary a:not(:disabled):not(.disabled):active:focus, .main-nav .btn-nav.btn-nav-outline-primary a:not(:disabled):not(.disabled).active:focus,
      .show > .main-nav .btn-nav.btn-nav-outline-primary a.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }
  .main-nav .btn-nav .sub-menu {
    border: 0; }
    .main-nav .btn-nav .sub-menu a {
      margin: 0;
      margin-top: -1px;
      text-align: left; }

.js .top-navigation .dropdown-toggle {
  display: none; }

#layout-site-map-navigation {
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  padding: 2rem 0 2rem;
  overflow-y: auto;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transform: translate(330px, 0px);
  -webkit-transform: translate(330px, 0px);
  -o-transform: translate(330px, 0px);
  -ms-transform: translate(330px, 0px);
  z-index: 1001;
  background: #fff; }
  #layout-site-map-navigation.show {
    -webkit-box-shadow: -4px -1px 10px 3px rgba(0, 0, 0, 0.3);
            box-shadow: -4px -1px 10px 3px rgba(0, 0, 0, 0.3);
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px); }
  #layout-site-map-navigation .menu-item-type-title h3 {
    font-size: 1.2rem; }
  #layout-site-map-navigation .main-nav {
    padding: 0 2rem 2rem; }
    #layout-site-map-navigation .main-nav a {
      line-height: 1;
      font-size: 1rem;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 98%; }
    #layout-site-map-navigation .main-nav li,
    #layout-site-map-navigation .main-nav ul ul a {
      width: 98%; }
  #layout-site-map-navigation ul ul {
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden; }
  #layout-site-map-navigation ul ul.toggled-on {
    display: block;
    visibility: visible; }
  #layout-site-map-navigation li.menu-item-has-children ul a {
    padding: 0.58594rem 1.17188rem;
    font-size: 90%; }
    #layout-site-map-navigation li.menu-item-has-children ul a + .dropdown-toggle {
      line-height: 1; }
  #layout-site-map-navigation li.menu-item-has-children ul ul a {
    padding-left: 1.5625rem; }

.toggledsitemenu {
  max-width: 100%;
  overflow-x: hidden; }
  .toggledsitemenu .layout-container,
  .toggledsitemenu .parallax-mirror {
    transform: translate(-300px, 0px) !important;
    -webkit-transform: translate(-300px, 0px) !important;
    -o-transform: translate(-300px, 0px) !important;
    -ms-transform: translate(-300px, 0px) !important; }
  .toggledsitemenu:not(.show-fixed-top-nav) .site-map-toggler.aux-toggler.sitenav-hidden {
    visibility: visible;
    display: block; }

/*
.header_cnav_ctitle .top-navigation,
.header_ctitle_cnav .top-navigation {
	padding-left: $navbar-height + 1;
}
*/
.top-navigation {
  text-align: right;
  padding-right: 4.125rem; }
  .top-navigation .menu-item-has-children a .icon,
  .top-navigation .page_item_has_children a .icon {
    display: inline-block;
    margin: 0 0.25rem;
    position: relative;
    top: -1px; }
  .top-navigation .menu-item-has-children ul a .icon,
  .top-navigation .page_item_has_children ul a .icon {
    position: absolute;
    margin: 0;
    right: 0.19531rem;
    top: 1.09375rem;
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg); }
  .top-navigation ul li.menu-item-has-children:before,
  .top-navigation ul li.menu-item-has-children:after,
  .top-navigation ul li.page_item_has_children:before,
  .top-navigation ul li.page_item_has_children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 0.64062rem;
    bottom: -1px;
    width: 0;
    z-index: 1002; }
  .top-navigation ul li.menu-item-has-children.focus:before,
  .top-navigation ul li.menu-item-has-children:hover:before,
  .top-navigation ul li.menu-item-has-children.focus:after,
  .top-navigation ul li.menu-item-has-children:hover:after,
  .top-navigation ul li.page_item_has_children.focus:before,
  .top-navigation ul li.page_item_has_children:hover:before,
  .top-navigation ul li.page_item_has_children.focus:after,
  .top-navigation ul li.page_item_has_children:hover:after {
    display: block; }
  .top-navigation ul ul.sub-menu li.menu-item-has-children.focus:before,
  .top-navigation ul ul.sub-menu li.menu-item-has-children:hover:before,
  .top-navigation ul ul.sub-menu li.menu-item-has-children.focus:after,
  .top-navigation ul ul.sub-menu li.menu-item-has-children:hover:after,
  .top-navigation ul ul.sub-menu li.page_item_has_children.focus:before,
  .top-navigation ul ul.sub-menu li.page_item_has_children:hover:before,
  .top-navigation ul ul.sub-menu li.page_item_has_children.focus:after,
  .top-navigation ul ul.sub-menu li.page_item_has_children:hover:after {
    display: none; }
  .top-navigation ul ul {
    border: 1px solid #e9ecef; }
    .top-navigation ul ul li a {
      width: 16em;
      text-overflow: ellipsis;
      overflow: hidden; }
  .top-navigation ul li.menu-item-has-children:before,
  .top-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #aeb9c4; }
  .top-navigation ul li.menu-item-has-children:after,
  .top-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff; }
  .top-navigation .item-type-icon {
    float: right; }
    .top-navigation .item-type-icon a {
      line-height: 3.125rem;
      padding: 0 0.78125rem 0 0;
      text-align: center; }
      .top-navigation .item-type-icon a .icon {
        height: 1.5625rem;
        width: 1.5625rem; }

.social-contact-top .social-navigation {
  position: relative;
  margin-bottom: 0;
  z-index: 1000; }
  .social-contact-top .social-navigation ul {
    font-size: 0.75rem;
    line-height: 48px; }
    .social-contact-top .social-navigation ul a {
      padding: 0 12px; }
      .social-contact-top .social-navigation ul a .icon {
        height: 1.3125rem;
        width: 1.3125rem; }
    @media (min-width: 768px) {
      .social-contact-top .social-navigation ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .social-contact-top .social-navigation ul li:last-child a {
          padding-right: 0; } }
    @media (min-width: 992px) {
      .social-contact-top .social-navigation ul {
        line-height: 1.875rem; } }

.social-navigation {
  margin-bottom: 2rem; }
  .social-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .social-navigation ul li {
      display: inline-block; }
      .social-navigation ul li a {
        display: inline-block;
        padding: 0.75em; }
        .social-navigation ul li a .icon {
          height: 1.5em;
          width: 1.5em; }

.inner-content-nav {
  display: none; }

.parallax.show-fixed-top-nav .inner-content-nav {
  display: block; }

@media (min-width: 992px) {
  .show-fixed-top-nav .inner-content-nav {
    display: block; }
  .show-fixed-top-nav.fixed-top-nav {
    /*
			&.page-template-front-widgets,
			&.has-header-image.hm-top{
				.layout-header{

			  }
			}
			*/ }
    .show-fixed-top-nav.fixed-top-nav .site-map-toggler.aux-toggler {
      display: none; }
    .show-fixed-top-nav.fixed-top-nav .layout-header {
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_ctitle_cnav .site-header, .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_cnav_ctitle .site-header, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_ctitle_cnav .site-header, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_cnav_ctitle .site-header {
      padding: 1rem 0; }
      .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_ctitle_cnav .site-header .site-branding, .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_cnav_ctitle .site-header .site-branding, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_ctitle_cnav .site-header .site-branding, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_cnav_ctitle .site-header .site-branding {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin: 0;
        text-align: left; }
      .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_ctitle_cnav .site-header .site-navigation, .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_cnav_ctitle .site-header .site-navigation, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_ctitle_cnav .site-header .site-navigation, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_cnav_ctitle .site-header .site-navigation {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_ctitle_cnav .site-header .site-navigation .top-navigation, .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down).header_cnav_ctitle .site-header .site-navigation .top-navigation, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_ctitle_cnav .site-header .site-navigation .top-navigation, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav.header_cnav_ctitle .site-header .site-navigation .top-navigation {
          text-align: right; }
    .show-fixed-top-nav.fixed-top-nav:not(.scrolling-down) .layout-header, .show-fixed-top-nav.fixed-top-nav.always-fixed-top-nav .layout-header {
      opacity: 1;
      position: fixed !important;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.scrolling-down.show-fixed-top-nav .site-map-toggler.aux-toggler,
.site-map-toggler.aux-toggler,
.scrolling-down.show-fixed-bot-nav.show-fixed-top-nav .aux-scroll-top-navigation,
.scrolling-down.show-fixed-bot-nav .aux-scroll-top-navigation,
.aux-scroll-top-navigation {
  top: 1rem;
  right: 1rem;
  position: fixed;
  visibility: hidden;
  display: none;
  background: none;
  z-index: 1001;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.show-fixed-top-nav .site-map-toggler.aux-toggler {
  visibility: visible;
  display: block; }

.show-fixed-top-nav #layout-site-map-navigation.show .nav-menu li:first-child {
  padding-right: 3.875rem; }

.show-fixed-bot-nav.show-fixed-top-nav .aux-scroll-top-navigation {
  bottom: 1rem;
  top: auto;
  display: block;
  visibility: visible;
  background: #495057; }
  .show-fixed-bot-nav.show-fixed-top-nav .aux-scroll-top-navigation a {
    padding: 1.2rem 0.8rem;
    display: block; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.layout-breadcrumb {
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto; }
  .layout-breadcrumb #breadcrumbs,
  .layout-breadcrumb #breadcrumbs .delimiter {
    font-size: 0.75rem;
    line-height: 1.5; }

/*--------------------------------------------------------------
## pagination
--------------------------------------------------------------*/
.site-main .navigation {
  border-top: 1px solid #6c757d;
  padding: 1.2em 0 1.2em;
  text-align: center; }
  .site-main .navigation .nav-links {
    width: 100%; }
    .site-main .navigation .nav-links .page-numbers {
      font-size: 1em;
      line-height: 1;
      display: none;
      border: 1px solid;
      padding: 0.60em; }
      @media (min-width: 768px) {
        .site-main .navigation .nav-links .page-numbers {
          display: inline-block; } }
      .site-main .navigation .nav-links .page-numbers.current, .site-main .navigation .nav-links .page-numbers.dots {
        border: none; }
      .site-main .navigation .nav-links .page-numbers.prev, .site-main .navigation .nav-links .page-numbers.next {
        display: inline-block;
        float: left;
        font-size: 2em;
        line-height: 1;
        padding: 0;
        border: 0; }
      .site-main .navigation .nav-links .page-numbers.next {
        float: right; }
  .site-main .navigation.post-navigation {
    text-align: left; }
    .site-main .navigation.post-navigation .nav-subtitle {
      background: transparent;
      display: block;
      font-size: 80%;
      letter-spacing: 0.1818em;
      margin-bottom: 0.6em;
      text-transform: uppercase;
      text-decoration: none; }
    .site-main .navigation.post-navigation .nav-previous {
      margin-bottom: 1em;
      float: left; }
      .site-main .navigation.post-navigation .nav-previous .nav-title .nav-title-icon-wrapper {
        margin-right: 0.5em; }
    .site-main .navigation.post-navigation .nav-next {
      margin-bottom: 1em;
      float: right;
      text-align: right; }
      .site-main .navigation.post-navigation .nav-next .nav-title .nav-title-icon-wrapper {
        margin-left: 0.5em; }
    @media (min-width: 768px) {
      .site-main .navigation.post-navigation .nav-next,
      .site-main .navigation.post-navigation .nav-previous {
        width: 48%;
        margin-bottom: 0; } }

.page-links {
  clear: both;
  margin: 0 0 1.2em;
  padding: 2em 0; }
  .page-links .page-number {
    display: inline-block;
    padding: 0.5em 1em; }
  .page-links a {
    display: inline-block; }
  .page-links a .page-number {
    font-weight: bolder; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer::after,
.comment-content:before,
.comment-content:after,
.navigation .nav-links:before,
.navigation .nav-links:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.tags-links:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer::after,
.navigation .nav-links:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tags-links:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area:not(.cta-widget-area) .widget h2,
.widget-area:not(.cta-widget-area) .widget .widget-title {
  font-size: 1.2rem; }

.widget-area:not(.cta-widget-area) .widget h3 {
  font-size: 1.1rem; }

.widget-area:not(.cta-widget-area) .widget h4, .widget-area:not(.cta-widget-area) .widget h4, .widget-area:not(.cta-widget-area) .widget h6 {
  font-size: 1rem; }

.widget-area .widget {
  margin: 0 0 2rem; }
  .widget-area .widget select {
    max-width: 100%; }
  .widget-area .widget ul {
    list-style: none; }
  .widget-area .widget .textwidget ul {
    list-style: disc outside; }
    .widget-area .widget .textwidget ul li {
      margin-left: 1.5em; }
  .widget-area .widget ol,
  .widget-area .widget ul {
    line-height: 2;
    margin: 0 0 1.2em;
    padding: 0; }
    .widget-area .widget ol ul,
    .widget-area .widget ol ol,
    .widget-area .widget ul ul,
    .widget-area .widget ul ol {
      margin: 0 0 0.6em 1.5em; }
  .widget-area .widget div > ul,
  .widget-area .widget table,
  .widget-area .widget iframe,
  .widget-area .widget p:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .widget-area {
    font-size: 0.875rem; } }

@media (max-width: 800px) {
  .widget-area.content-widget-area .widget {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; } }

.widget_recent_entries ul li,
.widget_categories ul li {
  line-height: 1.4;
  margin-bottom: 0.6em; }

.tagcloud a,
.tags-links a {
  border: 2px solid #005650;
  color: #005650;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 5px;
  text-decoration: none; }

.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus,
.tags-links a:hover,
.tags-links a:active,
.tags-links a:focus {
  text-decoration: none; }

#secondary .widget_tag_cloud .tagcloud a {
  font-size: 0.75rem !important; }

.page-template-front-widgets .site-content .widget-title {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  margin: 0 auto;
  text-align: center; }

.page-template-front-widgets .site-content .widget-authors-list {
  background: #fff; }
  .page-template-front-widgets .site-content .widget-authors-list .container-fluid {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (min-width: 576px) {
      .page-template-front-widgets .site-content .widget-authors-list .container-fluid .author-list-layout .grid-list-item {
        padding-left: 2rem;
        padding-right: 2rem; }
        .page-template-front-widgets .site-content .widget-authors-list .container-fluid .author-list-layout .grid-list-item .team-position {
          padding-top: 1rem;
          font-size: 0.9rem; }
        .page-template-front-widgets .site-content .widget-authors-list .container-fluid .author-list-layout .grid-list-item .item-title {
          font-size: 1.5rem; } }
  .page-template-front-widgets .site-content .widget-authors-list .borderb {
    border-bottom: 1px solid #e9ecef; }

.page-template-front-widgets .site-content .widget-slide-post-list {
  background: #fff;
  border-bottom: 1px solid #e9ecef; }

.page-template-front-widgets .google-map p {
  margin-bottom: 0.6em; }

.widget-authors-list .grid-list-inner.w32 {
  max-width: 32px;
  margin: 0 auto; }

.widget-authors-list .grid-list-inner.w48 {
  max-width: 48px;
  margin: 0 auto; }

.widget-authors-list .grid-list-inner.w96 {
  max-width: 96px;
  margin: 0 auto; }

.widget-authors-list .grid-list-inner.w128 {
  max-width: 128px;
  margin: 0 auto; }

.widget-authors-list .grid-list-inner.w256 {
  max-width: 256px;
  margin: 0 auto; }

.post-list-layout {
  list-style: none !important;
  margin: 0 0 2rem 0 !important;
  padding: 0 !important; }
  .post-list-layout .grid-list-item {
    margin-left: 0 !important;
    padding-bottom: 2rem;
    line-height: 1.5; }
  .post-list-layout.thumbleft .post-list:before {
    clear: both;
    display: table;
    content: ""; }
  .post-list-layout.thumbleft .post-list .item-img-holder {
    max-width: 30%;
    margin: 0 1.2em 0.75em 0;
    float: left; }
  .post-list-layout.thumbleft .post-list .entry-title {
    clear: none; }
  .post-list-layout.landscape .item-has-img .grid-list-inner {
    position: relative; }
    .post-list-layout.landscape .item-has-img .grid-list-inner .item-img-holder {
      margin-bottom: 0.6em; }
    .post-list-layout.landscape .item-has-img .grid-list-inner .entry-meta {
      position: absolute;
      width: 100%;
      bottom: 0;
      margin: 0;
      padding: 0.6em;
      background: rgba(0, 0, 0, 0.15); }
      .post-list-layout.landscape .item-has-img .grid-list-inner .entry-meta span,
      .post-list-layout.landscape .item-has-img .grid-list-inner .entry-meta a {
        color: #fff;
        text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75); }
  .post-list-layout.landscape .link-more a {
    width: 100%; }
  .post-list-layout .entry-meta {
    margin-bottom: 0.6em; }
    .post-list-layout .entry-meta .cat-links,
    .post-list-layout .entry-meta .byline {
      display: block;
      text-transform: uppercase;
      font-size: 85%;
      line-height: 1.5; }
    .post-list-layout .entry-meta .byline {
      font-size: 75%; }
  .post-list-layout .entry-title {
    font-size: 1.2rem;
    font-weight: normal; }
  .post-list-layout .entry-summary {
    font-size: 90%;
    margin: 0; }
    .post-list-layout .entry-summary .link-more {
      margin-top: 1.2em; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
  padding-bottom: 2rem; }

.page-thumbnail,
.post-thumbnail,
.entry-header,
.entry-footer,
.navigation.pagination,
.navigation.post-navigation {
  margin-bottom: 2rem; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin-bottom: 2rem; }

footer.entry-meta {
  position: relative; }
  footer.entry-meta .format-link {
    display: inline-block;
    margin: 0 1.5rem 0 0;
    float: left;
    text-align: center; }
    footer.entry-meta .format-link a:hover,
    footer.entry-meta .format-link a:active,
    footer.entry-meta .format-link a:focus {
      text-decoration: none; }
  footer.entry-meta .icon-block span {
    display: block;
    margin: 0 0 1.5rem 0;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase; }
  footer.entry-meta .cat-links,
  footer.entry-meta .tags-links {
    display: block;
    margin-bottom: 0.6em;
    line-height: 1.5rem; }
    footer.entry-meta .cat-links a,
    footer.entry-meta .tags-links a {
      display: inline-block;
      text-transform: uppercase;
      line-height: 1.5rem; }
  footer.entry-meta .tags-poi.tags-links {
    display: inline-block;
    margin-right: 5px; }
    footer.entry-meta .tags-poi.tags-links .link-label {
      display: none; }
  footer.entry-meta .cat-links a {
    font-size: 0.875rem;
    margin-right: 0; }
  footer.entry-meta .tags-links a {
    font-size: 0.7rem;
    padding: 2px 5px 0;
    margin: 2px 0; }
  footer.entry-meta .edit-link {
    display: block;
    margin: 1.2em; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.archive-header {
  padding-bottom: 1rem; }
  .archive-header .page-title,
  .archive-header .archive-description {
    margin-bottom: 0.5rem; }

#layout-listing,
#layout-archive,
#layout-archive-taxonomy-list {
  padding-bottom: 2rem; }

.link-content {
  padding: 1rem;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.1); }
  .link-content .link-url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2rem; }
  .link-content p {
    margin: 0; }
  .link-content a:hover,
  .link-content a:focus,
  .link-content a:active {
    text-decoration: none; }

.layout-listing .post-thumbnail {
  position: relative;
  overflow: hidden; }

.nogrid .layout-post-container {
  margin-bottom: 2rem; }
  .nogrid .layout-post-container article {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef; }
    .nogrid .layout-post-container article .grid-inner {
      position: relative; }
      .nogrid .layout-post-container article .grid-inner .post-thumbnail:not(.video-thumbnail) {
        border: 1px solid #6c757d; }

.nogrid:not(.infinite-scroll) .layout-post-container:last-child article {
  border-bottom: none; }

@media (min-width: 992px) {
  .nogrid .entry-meta {
    font-size: 90%;
    margin-bottom: 0.5rem; }
  .nogrid.nogrid-mediaw25 .has-post-thumbnail .grid-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nogrid.nogrid-mediaw25 .has-post-thumbnail .grid-inner .post-thumbnail {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      margin-bottom: 0; }
    .nogrid.nogrid-mediaw25 .has-post-thumbnail .grid-inner .nogrid-inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 75%;
              flex: 0 1 75%;
      padding-left: 2rem; }
  .nogrid.nogrid-mediaw333 .has-post-thumbnail .grid-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nogrid.nogrid-mediaw333 .has-post-thumbnail .grid-inner .post-thumbnail {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.33%;
              flex: 0 1 33.33%;
      margin-bottom: 0; }
    .nogrid.nogrid-mediaw333 .has-post-thumbnail .grid-inner .nogrid-inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 66.67%;
              flex: 0 1 66.67%;
      padding-left: 2rem; }
  .nogrid.nogrid-mediaw50 .has-post-thumbnail .grid-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nogrid.nogrid-mediaw50 .has-post-thumbnail .grid-inner .post-thumbnail {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      margin-bottom: 0; }
    .nogrid.nogrid-mediaw50 .has-post-thumbnail .grid-inner .nogrid-inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      padding-left: 2rem; } }

.grid-layout .layout-listing {
  margin-left: -1rem;
  margin-right: -1rem; }
  .grid-layout .layout-listing .layout-post-container {
    position: relative;
    width: 100%; }
    .grid-layout .layout-listing .layout-post-container article {
      padding: 0 1rem 2rem; }
      .grid-layout .layout-listing .layout-post-container article .grid-inner {
        position: relative;
        padding: 1rem;
        border: 1px solid #6c757d; }
      .grid-layout .layout-listing .layout-post-container article.has-post-thumbnail .entry-title,
      .grid-layout .layout-listing .layout-post-container article.has-post-thumbnail .link-content {
        margin-top: 1rem; }
    .grid-layout .layout-listing .layout-post-container .entry-header {
      margin: 0; }
      .grid-layout .layout-listing .layout-post-container .entry-header .post-thumbnail {
        margin-bottom: 0; }
      .grid-layout .layout-listing .layout-post-container .entry-header + .entry-footer {
        margin-top: 1rem; }
    .grid-layout .layout-listing .layout-post-container .entry-summary {
      font-size: 90%;
      margin-bottom: 2rem; }
      .grid-layout .layout-listing .layout-post-container .entry-summary p:last-child {
        margin-bottom: 0; }
      .grid-layout .layout-listing .layout-post-container .entry-summary .more-text {
        font-weight: bold; }

.grid-layout.grid-row .layout-listing,
.grid-layout.grid-row .infinite-wrap {
  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; }
  .grid-layout.grid-row .layout-listing .grid-sizer,
  .grid-layout.grid-row .infinite-wrap .grid-sizer {
    display: none; }

@media (min-width: 576px) {
  .grid-layout .layout-listing .grid-sizer,
  .grid-layout .layout-listing .layout-post-container {
    width: 50%; }
  .grid-layout .layout-post-container.col2w,
  .grid-layout .layout-post-container.col3w,
  .grid-layout .layout-post-container.col4w,
  .grid-layout .layout-post-container.col5w {
    width: 100%; }
  .grid-layout.grid-4-col .layout-post-container.col2w {
    width: 50%; } }

@media (min-width: 992px) {
  .grid-layout.grid-1-col .grid-sizer {
    width: 100%; }
  .grid-layout.grid-1-col .layout-post-container {
    width: 100%; }
    .grid-layout.grid-1-col .layout-post-container .entry-header .entry-title,
    .grid-layout.grid-1-col .layout-post-container .entry-header .link-title {
      font-size: 1.2rem; }
    .grid-layout.grid-1-col .layout-post-container .entry-header .entry-meta {
      font-size: 75%;
      margin-bottom: 0.5rem; }
    .grid-layout.grid-1-col .layout-post-container.col1w {
      width: 100%; }
    .grid-layout.grid-1-col .layout-post-container.col2w {
      width: 200%; }
    .grid-layout.grid-1-col .layout-post-container.col3w {
      width: 300%; }
    .grid-layout.grid-1-col .layout-post-container.col4w {
      width: 400%; }
    .grid-layout.grid-1-col .layout-post-container.col5w {
      width: 400%; }
    .grid-layout.grid-1-col .layout-post-container.col6w {
      width: 600%; }
  .grid-layout.grid-2-col .grid-sizer {
    width: 50%; }
  .grid-layout.grid-2-col .layout-post-container {
    width: 50%; }
    .grid-layout.grid-2-col .layout-post-container .entry-header .entry-title,
    .grid-layout.grid-2-col .layout-post-container .entry-header .link-title {
      font-size: 1.2rem; }
    .grid-layout.grid-2-col .layout-post-container .entry-header .entry-meta {
      font-size: 75%;
      margin-bottom: 0.5rem; }
    .grid-layout.grid-2-col .layout-post-container.col1w {
      width: 50%; }
    .grid-layout.grid-2-col .layout-post-container.col2w {
      width: 100%; }
    .grid-layout.grid-2-col .layout-post-container.col3w {
      width: 150%; }
    .grid-layout.grid-2-col .layout-post-container.col4w {
      width: 200%; }
    .grid-layout.grid-2-col .layout-post-container.col5w {
      width: 200%; }
    .grid-layout.grid-2-col .layout-post-container.col6w {
      width: 300%; }
  .grid-layout.grid-3-col .grid-sizer {
    width: 33.3%; }
  .grid-layout.grid-3-col .layout-post-container {
    width: 33.3%; }
    .grid-layout.grid-3-col .layout-post-container .entry-header .entry-title,
    .grid-layout.grid-3-col .layout-post-container .entry-header .link-title {
      font-size: 1.2rem; }
    .grid-layout.grid-3-col .layout-post-container .entry-header .entry-meta {
      font-size: 75%;
      margin-bottom: 0.5rem; }
    .grid-layout.grid-3-col .layout-post-container.col1w {
      width: 33.3%; }
    .grid-layout.grid-3-col .layout-post-container.col2w {
      width: 66.6%; }
    .grid-layout.grid-3-col .layout-post-container.col3w {
      width: 99.9%; }
    .grid-layout.grid-3-col .layout-post-container.col4w {
      width: 133.2%; }
    .grid-layout.grid-3-col .layout-post-container.col5w {
      width: 133.2%; }
    .grid-layout.grid-3-col .layout-post-container.col6w {
      width: 199.8%; }
  .grid-layout.grid-4-col .grid-sizer {
    width: 33.3%; }
  .grid-layout.grid-4-col .layout-post-container {
    width: 33.3%; }
    .grid-layout.grid-4-col .layout-post-container .entry-header .entry-title,
    .grid-layout.grid-4-col .layout-post-container .entry-header .link-title {
      font-size: 1.2rem; }
    .grid-layout.grid-4-col .layout-post-container .entry-header .entry-meta {
      font-size: 75%;
      margin-bottom: 0.5rem; }
    .grid-layout.grid-4-col .layout-post-container.col1w {
      width: 33.3%; }
    .grid-layout.grid-4-col .layout-post-container.col2w {
      width: 66.6%; }
    .grid-layout.grid-4-col .layout-post-container.col3w {
      width: 99.9%; }
    .grid-layout.grid-4-col .layout-post-container.col4w {
      width: 133.2%; }
    .grid-layout.grid-4-col .layout-post-container.col5w {
      width: 133.2%; }
    .grid-layout.grid-4-col .layout-post-container.col6w {
      width: 199.8%; }
  .grid-layout.grid-5-col .grid-sizer {
    width: 33.3%; }
  .grid-layout.grid-5-col .layout-post-container {
    width: 33.3%; }
    .grid-layout.grid-5-col .layout-post-container .entry-header .entry-title,
    .grid-layout.grid-5-col .layout-post-container .entry-header .link-title {
      font-size: 1.2rem; }
    .grid-layout.grid-5-col .layout-post-container .entry-header .entry-meta {
      font-size: 75%;
      margin-bottom: 0.5rem; }
    .grid-layout.grid-5-col .layout-post-container.col1w {
      width: 33.3%; }
    .grid-layout.grid-5-col .layout-post-container.col2w {
      width: 66.6%; }
    .grid-layout.grid-5-col .layout-post-container.col3w {
      width: 99.9%; }
    .grid-layout.grid-5-col .layout-post-container.col4w {
      width: 133.2%; }
    .grid-layout.grid-5-col .layout-post-container.col5w {
      width: 133.2%; }
    .grid-layout.grid-5-col .layout-post-container.col6w {
      width: 199.8%; }
  .grid-layout.grid-6-col .grid-sizer {
    width: 33.3%; }
  .grid-layout.grid-6-col .layout-post-container {
    width: 33.3%; }
    .grid-layout.grid-6-col .layout-post-container .entry-header .entry-title,
    .grid-layout.grid-6-col .layout-post-container .entry-header .link-title {
      font-size: 1.2rem; }
    .grid-layout.grid-6-col .layout-post-container .entry-header .entry-meta {
      font-size: 75%;
      margin-bottom: 0.5rem; }
    .grid-layout.grid-6-col .layout-post-container.col1w {
      width: 33.3%; }
    .grid-layout.grid-6-col .layout-post-container.col2w {
      width: 66.6%; }
    .grid-layout.grid-6-col .layout-post-container.col3w {
      width: 99.9%; }
    .grid-layout.grid-6-col .layout-post-container.col4w {
      width: 133.2%; }
    .grid-layout.grid-6-col .layout-post-container.col5w {
      width: 133.2%; }
    .grid-layout.grid-6-col .layout-post-container.col6w {
      width: 199.8%; } }

@media (min-width: 1200px) {
  .grid-layout.grid-4-col .grid-sizer {
    width: 25%; }
  .grid-layout.grid-4-col .layout-post-container {
    width: 25%; }
    .grid-layout.grid-4-col .layout-post-container.col1w {
      width: 25%; }
    .grid-layout.grid-4-col .layout-post-container.col2w {
      width: 50%; }
    .grid-layout.grid-4-col .layout-post-container.col3w {
      width: 75%; }
    .grid-layout.grid-4-col .layout-post-container.col4w {
      width: 100%; }
    .grid-layout.grid-4-col .layout-post-container.col5w {
      width: 125%; }
    .grid-layout.grid-4-col .layout-post-container.col6w {
      width: 150%; }
  .grid-layout.grid-4-col .entry-header .entry-title {
    font-size: 1.2rem; }
  .grid-layout.grid-5-col .grid-sizer {
    width: 20%; }
  .grid-layout.grid-5-col .layout-post-container {
    width: 20%; }
    .grid-layout.grid-5-col .layout-post-container.col1w {
      width: 20%; }
    .grid-layout.grid-5-col .layout-post-container.col2w {
      width: 40%; }
    .grid-layout.grid-5-col .layout-post-container.col3w {
      width: 60%; }
    .grid-layout.grid-5-col .layout-post-container.col4w {
      width: 80%; }
    .grid-layout.grid-5-col .layout-post-container.col5w {
      width: 100%; }
    .grid-layout.grid-5-col .layout-post-container.col6w {
      width: 120%; }
  .grid-layout.grid-5-col .entry-header .entry-title {
    font-size: 1rem; } }

.grid-layout.grid-masonry #layout-listing {
  padding-bottom: 10rem; }
  .grid-layout.grid-masonry #layout-listing #infinite-handle {
    position: absolute;
    top: auto;
    bottom: 0; }

.grid-layout.grid-masonry .layout-post-container {
  float: left; }

.grid-layout.grid-full-thumbnail .layout-listing, .grid-layout.masonry-colrow .layout-listing {
  margin: 0 -5px; }
  .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article, .grid-layout.masonry-colrow .layout-listing .layout-post-container article {
    padding: 5px; }
    .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article .grid-inner, .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner {
      padding: 0; }
      .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article .grid-inner .entry-meta,
      .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article .grid-inner .entry-header .link-content,
      .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article .grid-inner .entry-summary, .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .entry-meta,
      .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .entry-header .link-content,
      .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .entry-summary {
        display: none; }
      .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article .grid-inner .post-overlay, .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .post-overlay {
        opacity: 1; }
    .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article .entry-title, .grid-layout.masonry-colrow .layout-listing .layout-post-container article .entry-title {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 5%;
      width: 90%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article .entry-title a, .grid-layout.masonry-colrow .layout-listing .layout-post-container article .entry-title a {
        -ms-flex-item-align: center;
            align-self: center; }
    .grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article.has-post-thumbnail .entry-title, .grid-layout.masonry-colrow .layout-listing .layout-post-container article.has-post-thumbnail .entry-title {
      display: none; }

.grid-layout.grid-full-thumbnail .no-post-thumbnail:not(.format-video) .entry-header {
  padding-top: 56.25%; }

.grid-layout.grid-full-thumbnail .layout-listing .layout-post-container .format-video .entry-header .entry-title {
  position: relative;
  top: auto;
  left: auto;
  padding: 1rem;
  width: 100%;
  height: auto;
  display: block; }

.grid-layout.masonry-colrow .layout-listing .layout-post-container article {
  padding: 100% 0 0 0; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner {
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
    .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .entry-header {
      position: relative;
      width: 100%;
      height: 100%; }
      .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .entry-header .post-thumbnail {
        padding-top: 0 !important;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .entry-header .post-thumbnail.video-thumbnail {
        height: 65%; }
        .grid-layout.masonry-colrow .layout-listing .layout-post-container article .grid-inner .entry-header .post-thumbnail.video-thumbnail + .entry-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0 1rem;
          top: 65%;
          height: 35%; }

@media (min-width: 992px) {
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row1h article {
    padding-top: 100%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row1h.col1w article {
    padding-top: 100%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row1h.col2w article {
    padding-top: 50%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row1h.col3w article {
    padding-top: 33.3%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row1h.col4w article {
    padding-top: 25%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row1h.col5w article {
    padding-top: 20%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row1h.col6w article {
    padding-top: 16.66%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row2h article {
    padding-top: 200%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row2h.col1w article {
    padding-top: 200%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row2h.col2w article {
    padding-top: 100%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row2h.col3w article {
    padding-top: 66.6%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row2h.col4w article {
    padding-top: 50%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row2h.col5w article {
    padding-top: 40%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row2h.col6w article {
    padding-top: 33.32%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row3h article {
    padding-top: 300%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row3h.col1w article {
    padding-top: 300%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row3h.col2w article {
    padding-top: 150%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row3h.col3w article {
    padding-top: 99.9%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row3h.col4w article {
    padding-top: 75%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row3h.col5w article {
    padding-top: 60%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row3h.col6w article {
    padding-top: 49.98%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row4h article {
    padding-top: 400%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row4h.col1w article {
    padding-top: 400%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row4h.col2w article {
    padding-top: 200%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row4h.col3w article {
    padding-top: 133.2%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row4h.col4w article {
    padding-top: 100%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row4h.col5w article {
    padding-top: 80%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row4h.col6w article {
    padding-top: 66.64%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row5h article {
    padding-top: 500%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row5h.col1w article {
    padding-top: 500%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row5h.col2w article {
    padding-top: 250%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row5h.col3w article {
    padding-top: 166.5%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row5h.col4w article {
    padding-top: 125%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row5h.col5w article {
    padding-top: 100%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row5h.col6w article {
    padding-top: 83.3%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row6h article {
    padding-top: 600%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row6h.col1w article {
    padding-top: 600%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row6h.col2w article {
    padding-top: 300%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row6h.col3w article {
    padding-top: 199.8%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row6h.col4w article {
    padding-top: 150%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row6h.col5w article {
    padding-top: 120%; }
  .grid-layout.masonry-colrow .layout-listing .layout-post-container.row6h.col6w article {
    padding-top: 99.96%; } }

.grid-layout.grid-full-background .layout-listing {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .grid-layout.grid-full-background .layout-listing .layout-post-container article {
    padding: 0; }
    .grid-layout.grid-full-background .layout-listing .layout-post-container article .grid-inner {
      background: none;
      border: none;
      padding: 0.5rem; }
      .grid-layout.grid-full-background .layout-listing .layout-post-container article .grid-inner .post-thumbnail {
        width: 100%;
        border: 1px solid #e9ecef; }
        .grid-layout.grid-full-background .layout-listing .layout-post-container article .grid-inner .post-thumbnail.video-thumbnail iframe,
        .grid-layout.grid-full-background .layout-listing .layout-post-container article .grid-inner .post-thumbnail.video-thumbnail video {
          float: left; }
        .grid-layout.grid-full-background .layout-listing .layout-post-container article .grid-inner .post-thumbnail:hover .post-overlay {
          opacity: 0; }
          .grid-layout.grid-full-background .layout-listing .layout-post-container article .grid-inner .post-thumbnail:hover .post-overlay .overlay-more {
            display: none; }
    .grid-layout.grid-full-background .layout-listing .layout-post-container article.no-post-thumbnail {
      border: 1px solid #e9ecef;
      margin: 0.5rem; }
      .grid-layout.grid-full-background .layout-listing .layout-post-container article.no-post-thumbnail .link-content {
        margin-bottom: 0.5rem; }
    .grid-layout.grid-full-background .layout-listing .layout-post-container article.has-post-thumbnail .entry-title {
      margin-top: 0.5rem; }
    .grid-layout.grid-full-background .layout-listing .layout-post-container article.has-post-thumbnail .link-content {
      margin-bottom: 0; }
    .grid-layout.grid-full-background .layout-listing .layout-post-container article .link-content {
      margin-top: 0;
      background: #e9ecef; }

/*
	.grid-layout .layout-listing .layout-post-container article.product 
	.grid-layout .layout-listing .layout-post-container article.product .grid-inner .entry-header {
		display: flex;
		flex-direction: column;
	}
	.grid-layout .layout-listing .layout-post-container article.product .grid-inner .entry-header .post-thumbnail {
		width: 100%;
		border: 1px solid #ededed;
	}
	.grid-layout .layout-listing .layout-post-container article.product .grid-inner .entry-header .price {
		margin-top: 0;
		order: 5;
	}
	.grid-layout .layout-listing .layout-post-container article.product .grid-inner .entry-header .entry-title {
		margin-top: 0.5rem;
		font-size: 0.95rem;
		line-height: 1.1rem;
		min-height: 2.3em;
	}
	.grid-layout .layout-listing .layout-post-container article.product .grid-inner .entry-header .entry-title a {
		color: #000;
		display: inline-block;
	}
	*/
.post-thumbnail {
  position: relative; }
  .post-thumbnail .post-img-holder {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    overflow: hidden; }
    .post-thumbnail .post-img-holder img,
    .post-thumbnail .post-img-holder video,
    .post-thumbnail .post-img-holder iframe {
      position: absolute;
      height: auto;
      left: 50%;
      max-width: 1000%;
      min-height: 100%;
      min-width: 100%;
      width: auto;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .post-thumbnail .post-img-holder img,
      .post-thumbnail .post-img-holder video,
      .post-thumbnail .post-img-holder iframe {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: none;
        transform: none; } }
  .post-thumbnail .post-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(17, 17, 17, 0.3);
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .post-thumbnail .post-overlay .overlay-more {
      display: block;
      width: 92%;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      text-align: center;
      -ms-flex-item-align: center;
          align-self: center; }
  .post-thumbnail .entry-format {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10; }
    .post-thumbnail .entry-format.icon-block:before {
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      font-size: 32px;
      padding: 4px;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center; }
  .post-thumbnail:hover .post-overlay {
    opacity: 1; }
  .post-thumbnail:hover .entry-format {
    opacity: 0; }

.desktop .post-thumbnail:hover .post-img-holder {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.desktop .post-thumbnail:hover .post-overlay {
  background: none; }
  .desktop .post-thumbnail:hover .post-overlay .overlay-more {
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75); }

.video-thumbnail video {
  object-fit: cover;
  -o-object-fit: cover; }

.format-image .post-thumbnail .entry-format.icon-block:before {
  font-size: 28px;
  padding: 6px; }

.content-before-widget-area {
  padding-bottom: 2rem; }

.layout-post-container .entry-footer {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }
  .layout-post-container .entry-footer .tags-links {
    display: inline-block;
    margin-bottom: 0;
    max-width: 100%;
    line-height: 1.1; }
    .layout-post-container .entry-footer .tags-links a {
      line-height: 1.1;
      padding: 5px;
      margin: 0 5px 2px 0;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  margin-bottom: 2rem; }
  #comments .comment-content a {
    word-wrap: break-word; }
  #comments .comment-list,
  #comments .comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0; }
  #comments .comment-list li:before {
    display: none; }
  #comments .comment-body {
    margin-left: 65px; }
  #comments .comment-author {
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2; }
  #comments .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px; }
  #comments .comment-author .says {
    display: none; }
  #comments .comment-meta {
    margin-bottom: 1.2em; }
  #comments .comment-metadata {
    font-size: 80%;
    font-weight: 800;
    opacity: 0.95;
    letter-spacing: 0.1818em;
    text-transform: uppercase; }
    #comments .comment-metadata a {
      opacity: 1; }
    #comments .comment-metadata a.comment-edit-link {
      margin-left: 1em; }
  #comments .comment-body {
    margin-bottom: 2.4em; }
  #comments .comment-reply-link {
    font-weight: 800;
    position: relative; }
    #comments .comment-reply-link .icon {
      color: #222;
      left: -2em;
      height: 1em;
      position: absolute;
      top: 0;
      width: 1em; }
  #comments .children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px; }
  #comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #495057;
    padding: 2px; }
  #comments .no-comments {
    display: none; }
  #comments .comment-awaiting-moderation {
    font-style: italic; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation {
  display: none; }

.layout-listing #infinite-handle {
  width: 100%;
  clear: both;
  padding: 4rem 1rem 2rem;
  margin: 0;
  text-align: center; }
  .layout-listing #infinite-handle span {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.5;
    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: 1rem;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
    background-color: #005650;
    border-color: #005650;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    .layout-listing #infinite-handle span:hover {
      color: #fff;
      background-color: #00302c;
      border-color: #002321; }
    .layout-listing #infinite-handle span:focus, .layout-listing #infinite-handle span.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }
    .layout-listing #infinite-handle span.disabled, .layout-listing #infinite-handle span:disabled {
      color: #fff;
      background-color: #005650;
      border-color: #005650; }
    .layout-listing #infinite-handle span:not(:disabled):not(.disabled):active, .layout-listing #infinite-handle span:not(:disabled):not(.disabled).active,
    .show > .layout-listing #infinite-handle span.dropdown-toggle {
      color: #fff;
      background-color: #002321;
      border-color: #001615; }
      .layout-listing #infinite-handle span:not(:disabled):not(.disabled):active:focus, .layout-listing #infinite-handle span:not(:disabled):not(.disabled).active:focus,
      .show > .layout-listing #infinite-handle span.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }
    @media (prefers-reduced-motion: reduce) {
      .layout-listing #infinite-handle span {
        -webkit-transition: none;
        transition: none; } }
    .layout-listing #infinite-handle span:hover, .layout-listing #infinite-handle span:focus {
      text-decoration: none; }
    .layout-listing #infinite-handle span:focus, .layout-listing #infinite-handle span.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
    .layout-listing #infinite-handle span.disabled, .layout-listing #infinite-handle span:disabled {
      opacity: .65; }
    .layout-listing #infinite-handle span:active, .layout-listing #infinite-handle span.active {
      background-image: none; }

span.infinite-loader {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  clear: both;
  height: 80px;
  width: 80px;
  margin: 0 0 0 -40px;
  text-align: center; }
  span.infinite-loader .spinner {
    left: 50% !important;
    top: 0 !important;
    z-index: 999; }

/*--------------------------------------------------------------
# sharing
--------------------------------------------------------------*/
.layout-social-buttons {
  margin-bottom: 2rem;
  text-align: center; }

.singular .sd-social-icon .sd-content ul li a.sd-button.no-text {
  margin-right: 8px; }

.singular .sd-social-icon .sd-content ul li a.sd-button:before {
  font-size: 24px; }

.sd-sharing-enabled .sd-social-icon .sd-button span.share-count {
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  background: #333;
  font-size: 10px;
  padding: 4px 3px;
  width: 1.8em;
  color: #FFF; }

#content div.sharedaddy h3.sd-title {
  margin-bottom: 1.2em; }

#content div.sharedaddy h3.sd-title:before {
  display: none; }

.sd-social.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
  max-width: none; }

/*--------------------------------------------------------------
# Authors & coauthors
--------------------------------------------------------------*/
.layout-authors-bio {
  padding: 0 0 2rem 0; }
  .layout-authors-bio .authors-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.2em;
    border-bottom: 1px solid #6c757d; }

.meta-author {
  position: relative;
  margin: 0 0 2rem 0;
  padding-left: 80px;
  min-height: 80px; }
  .meta-author .author-avatar .avatar {
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    width: 68px;
    padding: 2px; }
  .meta-author h3 {
    font-size: 1.2rem; }
  .meta-author .author-team-position {
    font-size: 1rem;
    font-weight: bold; }
  .meta-author .author-bio {
    font-size: 90%;
    margin-bottom: 1.2em; }
  .meta-author .author-contact-info {
    margin-bottom: 0.6em; }
    .meta-author .author-contact-info span {
      display: none; }
    .meta-author .author-contact-info a {
      display: inline-block;
      font-size: 1.5rem;
      line-height: 1;
      margin-right: 6px; }
    .meta-author .author-contact-info a:hover {
      text-decoration: none; }
  .meta-author.sc-contact-info {
    padding-left: 0;
    margin-top: -1.2rem;
    min-height: auto; }
    .meta-author.sc-contact-info .author-contact-info a {
      font-size: 1.8rem; }

.archive-header .meta-author {
  padding-left: 120px;
  min-height: 120px; }
  .archive-header .meta-author .page-title.author-title {
    margin-bottom: 0.4em; }
  .archive-header .meta-author .author-avatar .avatar {
    height: 110px;
    width: 110px; }

/*--------------------------------------------------------------
# Listae single biz
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Common
--------------------------------------------------------------*/
.biz-contact-form-link,
.biz-query-group-form-link,
.opening-more,
.reviews-more,
.add-review {
  clear: both;
  text-align: center;
  margin: 0 auto 16px; }

.aewidget .button {
  display: block;
  text-align: center;
  width: 75%;
  margin: 1em auto;
  font-size: 1em;
  line-height: 1.5; }

.opening-toggle {
  margin: 16px 0; }

/*--------------------------------------------------------------
 Modal form
--------------------------------------------------------------*/
.modal.modal-fullscreen .modal-dialog {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin: auto; }
  @media (min-width: 800px) {
    .modal.modal-fullscreen .modal-dialog {
      padding: 1rem; } }
  .modal.modal-fullscreen .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none; }
    @media (max-width: 800px) {
      .modal.modal-fullscreen .modal-dialog .modal-content .modal-header {
        padding: 0.8rem; }
        .modal.modal-fullscreen .modal-dialog .modal-content .modal-header h5 {
          font-size: 1rem; }
        .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close {
          padding: 0.8rem;
          margin: -0.8rem -0.8rem -0.8rem auto; } }
    .modal.modal-fullscreen .modal-dialog .modal-content .wrap_aeform_modal {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 99%;
      height: 99%; }
      .modal.modal-fullscreen .modal-dialog .modal-content .wrap_aeform_modal iframe {
        border: 0;
        width: 100%;
        height: 100%; }

.wp-admin .modal.modal-fullscreen,
.logged-in .modal.modal-fullscreen {
  z-index: 100000; }

.mobile .wrap_aeform_modal {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%; }

.is_modal .modal-backdrop.show {
  opacity: 0.7; }

/*--------------------------------------------------------------
 Widget bookings
--------------------------------------------------------------*/
.booking-widget-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #D5D5D5; }

.booking-widget-form li {
  clear: both;
  padding: 0.5em 0 0.5em 2.5%;
  margin: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #D5D5D5; }

.booking-widget-form li:first-child {
  border-top: none; }

.widget_restaurant_bookings input,
.widget_restaurant_bookings select,
.widget_restaurant_booking_slots input,
.widget_restaurant_booking_slots select {
  -webkit-border-radius: 0px;
  -webkit-appearance: none; }

.widget_restaurant_bookings select,
.widget_restaurant_booking_slots select {
  padding: 0 1em; }

/*--------------------------------------------------------------
 Widget Map
--------------------------------------------------------------*/
.widget_restaurant_map .biz-image-map img {
  border: 1px solid rgba(0, 0, 0, 0.3); }

.aewidget ul.biz-social-links .button {
  width: auto; }

/*--------------------------------------------------------------
 SC Map
--------------------------------------------------------------*/
.map-container {
  border: 1px solid rgba(0, 0, 0, 0.3);
  max-width: 99.5%; }

/*--------------------------------------------------------------
 SC reviews
--------------------------------------------------------------*/
.ae-review footer {
  border-top: 1px solid #D5D5D5; }

.ae-review-reply {
  border-top: 1px solid #D5D5D5; }

.ae-review h2 {
  margin-bottom: 0;
  font-size: 20px; }

.ae-review .review-body {
  font-size: 105%; }

.ae-review footer .review-origin {
  margin-right: 32px; }

.ae-review-reply h3 {
  margin: 0;
  font-size: 18px; }

.review-reply-body {
  padding: 16px; }

/*--------------------------------------------------------------
 SC Catalog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Order template
--------------------------------------------------------------*/
.page-template-ae-order.content-inset .layout-footer .footer {
  z-index: 999; }

.page-template-ae-order.rbkor_shooping_cart_mobile_toggled .site-content {
  z-index: 1001 !important; }

.page-template-ae-order.rbkor_shooping_cart_mobile_toggled .aux-scroll-top-navigation {
  display: none; }

.page-template-ae-order.show-fixed-top-nav .site-map-toggler.aux-toggler {
  visibility: hidden;
  display: none; }

@media (max-width: 1020px) {
  .page-template-ae-order.show-fixed-bot-nav .aux-scroll-top-navigation {
    margin-bottom: 4rem; } }

.page-template-ae-order .catalog-modifiers-list {
  display: none; }

.page-template-ae-order.rbkor_shooping_nav_mobile_toggled .layout-header {
  z-index: 998; }

.content-widget-area-xtra.order-nav .rbkor_shooping_nav_widget_wrap .rbkor_navigator_widget {
  padding: 2rem; }

@media (min-width: 1020px) {
  .content-widget-area-xtra.order-nav .rbkor_shooping_nav_widget_wrap .rbkor_navigator_widget {
    right: auto;
    bottom: auto;
    left: auto;
    background: none;
    z-index: auto;
    position: relative;
    padding: 0; }
    .content-widget-area-xtra.order-nav .rbkor_shooping_nav_widget_wrap .rbkor_navigator_widget.collapse {
      display: block; }
    .content-widget-area-xtra.order-nav .rbkor_shooping_nav_widget_wrap .rbkor_navigator_widget .rbkor_navigator {
      padding: 0; }
  .content-widget-area-xtra.order-nav .rbkor_shooping_nav_widget_wrap .toggle-order-nav {
    display: none; } }

/*--------------------------------------------------------------
 Home template
--------------------------------------------------------------*/
.page-template-front-widgets .widget .biz-phone,
.page-template-front-widgets .widget .biz-opening {
  display: block; }

.page-template-front-widgets .widget_restaurant_bookings,
.page-template-front-widgets .widget_restaurant_booking_slots {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #e9ecef; }
  .page-template-front-widgets .widget_restaurant_bookings .widget-title,
  .page-template-front-widgets .widget_restaurant_bookings form,
  .page-template-front-widgets .widget_restaurant_booking_slots .widget-title,
  .page-template-front-widgets .widget_restaurant_booking_slots form {
    width: 100%;
    max-width: 80%;
    padding-top: 0;
    padding-bottom: 2rem;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .page-template-front-widgets .widget_restaurant_bookings .widget-title,
    .page-template-front-widgets .widget_restaurant_bookings form,
    .page-template-front-widgets .widget_restaurant_booking_slots .widget-title,
    .page-template-front-widgets .widget_restaurant_booking_slots form {
      max-width: 92%; }
    .page-template-front-widgets .widget_restaurant_bookings ul::before, .page-template-front-widgets .widget_restaurant_bookings ul::after,
    .page-template-front-widgets .widget_restaurant_booking_slots ul::before,
    .page-template-front-widgets .widget_restaurant_booking_slots ul::after {
      content: "";
      display: table;
      table-layout: fixed; }
    .page-template-front-widgets .widget_restaurant_bookings ul::after,
    .page-template-front-widgets .widget_restaurant_booking_slots ul::after {
      clear: both; }
    .page-template-front-widgets .widget_restaurant_bookings ul li,
    .page-template-front-widgets .widget_restaurant_booking_slots ul li {
      width: 33%;
      float: left;
      clear: none;
      padding: 1em;
      border-top-width: 0;
      border-left-width: 1px;
      border-left-style: solid;
      text-align: center; }
      .page-template-front-widgets .widget_restaurant_bookings ul li:last-child,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li:last-child {
        width: 100%;
        border-left-width: 0;
        border-top-width: 1px;
        position: relative; }
      .page-template-front-widgets .widget_restaurant_bookings ul li:first-child,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li:first-child {
        border-left-width: 0; }
      .page-template-front-widgets .widget_restaurant_bookings ul li label,
      .page-template-front-widgets .widget_restaurant_bookings ul li input,
      .page-template-front-widgets .widget_restaurant_bookings ul li select,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li label,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li input,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li select {
        min-width: 0;
        display: inline-block; }
      .page-template-front-widgets .widget_restaurant_bookings ul li label,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li label {
        margin: 0; }
        .page-template-front-widgets .widget_restaurant_bookings ul li label span,
        .page-template-front-widgets .widget_restaurant_booking_slots ul li label span {
          display: none; }
        .page-template-front-widgets .widget_restaurant_bookings ul li label:before,
        .page-template-front-widgets .widget_restaurant_booking_slots ul li label:before {
          margin-right: 0; }
      .page-template-front-widgets .widget_restaurant_bookings ul li input.button,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li input.button {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-transform: uppercase;
        font-size: 120%; } }
  @media (min-width: 768px) {
    .page-template-front-widgets .widget_restaurant_bookings ul li label:before,
    .page-template-front-widgets .widget_restaurant_booking_slots ul li label:before {
      margin-right: 2px; } }
  @media (min-width: 1200px) {
    .page-template-front-widgets .widget_restaurant_bookings ul,
    .page-template-front-widgets .widget_restaurant_booking_slots ul {
      border-right: 0;
      position: relative; }
      .page-template-front-widgets .widget_restaurant_bookings ul li,
      .page-template-front-widgets .widget_restaurant_bookings ul li:last-child,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li:last-child {
        width: 25%;
        padding: 6px; }
      .page-template-front-widgets .widget_restaurant_bookings ul li:last-child,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li:last-child {
        border: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; }
      .page-template-front-widgets .widget_restaurant_bookings ul li input.button,
      .page-template-front-widgets .widget_restaurant_booking_slots ul li input.button {
        width: 100%;
        min-height: 100%;
        position: absolute;
        left: -1px;
        top: -1px;
        bottom: 0;
        line-height: calc(2em + 6px);
        padding: 0; } }
  @media (min-width: 1600px) {
    .page-template-front-widgets .widget_restaurant_bookings ul li label span,
    .page-template-front-widgets .widget_restaurant_booking_slots ul li label span {
      display: inline-block;
      margin-right: 6px; } }

@media (min-width: 768px) {
  .w960.page-template-front-widgets .widget_restaurant_bookings ul li label span,
  .w960.page-template-front-widgets .widget_restaurant_booking_slots ul li label span {
    display: none;
    margin-right: 0; } }

.w1240.page-template-front-widgets .widget_restaurant_bookings form,
.w1240.page-template-front-widgets .widget_restaurant_booking_slots form,
.w1320.page-template-front-widgets .widget_restaurant_bookings form,
.w1320.page-template-front-widgets .widget_restaurant_booking_slots form {
  max-width: 80%; }

.page-template-front-widgets .layout-widget-catalog {
  position: relative;
  overflow: hidden; }
  .page-template-front-widgets .layout-widget-catalog img,
  .page-template-front-widgets .layout-widget-catalog video,
  .page-template-front-widgets .layout-widget-catalog iframe {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .page-template-front-widgets .layout-widget-catalog img,
    .page-template-front-widgets .layout-widget-catalog video,
    .page-template-front-widgets .layout-widget-catalog iframe {
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
      transform: none; } }

.page-template-front-widgets .layout-widget-catalog-title {
  padding: 2rem;
  position: relative;
  text-align: center;
  color: #fff;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.page-template-front-widgets .catalog-title,
.page-template-front-widgets .catalog-desc,
.page-template-front-widgets .catalog-group-desc {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75);
  border: none; }

.page-template-front-widgets .layout-widget-catalog-content .catalog .catalog-group {
  margin-bottom: 2rem; }

.page-template-front-widgets .layout-widget-catalog-content .catalog-content,
.page-template-front-widgets .layout-widget-catalog-content .catalog-group-content {
  padding: 0;
  margin: 0; }

.page-template-front-widgets .layout-widget-catalog-content .catalog-group-title {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 2rem; }

.page-template-front-widgets .layout-widget-catalog-content .catalog-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item {
    width: 50%;
    margin: 0;
    height: 200px; }
    @media (min-width: 768px) {
      .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item {
        width: 33.3333%;
        height: 250px; } }
    @media (min-width: 1200px) {
      .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item {
        width: 25%; } }
    .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      max-width: none;
      overflow: hidden; }
      .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image a {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
      .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image img,
      .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image video,
      .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image iframe {
        position: absolute;
        height: auto;
        left: 50%;
        max-width: 1000%;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image img,
        .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image video,
        .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item .featured-image iframe {
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transform: none;
          transform: none; } }
  .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item-header {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    margin: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    display: none;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item-header h5 {
      max-width: none;
      background: none; }
    .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item-header .catalog-item-price {
      max-width: none;
      position: relative;
      top: auto;
      right: auto;
      display: block;
      text-align: center;
      background: none; }
  .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content hr,
  .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item-meta,
  .page-template-front-widgets .layout-widget-catalog-content .catalog-group-content .catalog-item-description {
    display: none; }

.page-template-front-widgets.desktop .catalog-item:hover {
  cursor: pointer; }
  .page-template-front-widgets.desktop .catalog-item:hover .catalog-item-header {
    display: block; }

.page-template-front-widgets .layout-widget-catalog-resume {
  margin: 0;
  position: relative; }
  .page-template-front-widgets .layout-widget-catalog-resume .layout-catalog-resume-content {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .page-template-front-widgets .layout-widget-catalog-resume.media-left .catalog-resume-media {
    margin-bottom: 3rem; }
    @media (min-width: 576px) {
      .page-template-front-widgets .layout-widget-catalog-resume.media-left .catalog-resume-media {
        margin-bottom: 0; } }
  .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery .catalog-resume-image {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      width: 50%;
      margin: 0;
      overflow: hidden; }
      .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery .catalog-resume-image img,
      .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery .catalog-resume-image video,
      .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery .catalog-resume-image iframe {
        position: absolute;
        height: auto;
        left: 50%;
        max-width: 1000%;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery .catalog-resume-image img,
        .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery .catalog-resume-image video,
        .page-template-front-widgets .layout-widget-catalog-resume .catalog-resume-gallery .catalog-resume-image iframe {
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transform: none;
          transform: none; } }

.e-h25 {
  height: 25vh; }

.e-h333 {
  height: 33.3vh; }

.e-h5625 {
  height: 56.25vh; }

.e-h75 {
  height: 75vh; }

.e-h100 {
  height: 100vh; }

/*--------------------------------------------------------------
 Order template
--------------------------------------------------------------*/
.listae-order.has-header-image .layout-custom-header .custom-header-extra {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem; }
  .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside {
    width: 600px;
    max-width: 100%;
    background-color: #fff;
    padding: 2rem 2rem;
    border-radius: 0.25rem; }
    .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .custom-logo {
      display: none; }
    .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .cta-widget-area .widget {
      text-align: left;
      margin-bottom: 0;
      font-size: 1rem;
      text-shadow: none !important; }
      .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .cta-widget-area .widget .entry-header .page-title {
        font-size: 1.5em;
        margin-bottom: 1em; }
      .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .cta-widget-area .widget .rbkor_available_order {
        margin-bottom: 1.2em; }
    .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .cta-widget-area .rbkor_available_order {
      text-align: center;
      font-size: 120%; }
    .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .cta-widget-area .rbkor_order_type_msg {
      font-size: 90%; }
      .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .cta-widget-area .rbkor_order_type_msg p {
        margin-bottom: 1em; }
      .listae-order.has-header-image .layout-custom-header .custom-header-extra .layout-header-extra-inside .cta-widget-area .rbkor_order_type_msg p:last-child {
        margin-bottom: 0; }

.listae-order .content-order-type .btn-primary:not(.active) {
  opacity: 0.50; }

.listae-order.w960 .layout-catalog-navigation {
  max-width: 960px; }

.listae-order.w1140 .layout-catalog-navigation {
  max-width: 1140px; }

.listae-order.w1240 .layout-catalog-navigation {
  max-width: 1240px; }

.listae-order.w1320 .layout-catalog-navigation {
  max-width: 1320px; }

.listae-order .layout-catalog-navigation {
  padding-bottom: 2rem;
  position: sticky;
  top: 0;
  z-index: 1000; }
  .listae-order .layout-catalog-navigation .content-catalog-navigation {
    background-color: #fff;
    position: relative; }
    .listae-order .layout-catalog-navigation .content-catalog-navigation:before {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      top: 20px;
      bottom: 0;
      left: 10px;
      right: 10px;
      border-radius: 100px / 10px; }
  .listae-order .layout-catalog-navigation .order-navbar {
    width: 100%;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .listae-order .layout-catalog-navigation .order-navbar::-webkit-scrollbar {
      display: none; }
    .listae-order .layout-catalog-navigation .order-navbar .navbar-nav {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow: auto;
      white-space: nowrap; }
      .listae-order .layout-catalog-navigation .order-navbar .navbar-nav .nav-item {
        margin-right: 0.50em; }
        .listae-order .layout-catalog-navigation .order-navbar .navbar-nav .nav-item .nav-link {
          padding: 0.33em;
          font-size: 75%;
          text-transform: uppercase;
          border-radius: 0.25rem; }
  @media (min-width: 800px) {
    .listae-order .layout-catalog-navigation .content-catalog-navigation:before {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      left: 20px;
      right: 20px; }
    .listae-order .layout-catalog-navigation .content-catalog-navigation .order-navbar .navbar-nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .listae-order .layout-catalog-navigation .content-catalog-navigation .order-navbar .navbar-nav .nav-item {
        margin-bottom: 0.50em; } }
  .listae-order .layout-catalog-navigation .widget-area {
    display: none;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 2.5rem; }
    @media (min-width: 1200px) {
      .listae-order .layout-catalog-navigation .widget-area {
        padding-left: 5rem; } }
    @media (min-width: 800px) {
      .listae-order .layout-catalog-navigation .widget-area {
        display: block; } }
    .listae-order .layout-catalog-navigation .widget-area .alert {
      margin-bottom: 0; }

.listae-order .rbkor_msgs p:last-child {
  margin-bottom: 0; }

.listae-order #rbkor_shooping_cart_widget .widget-title {
  line-height: 2; }

.listae-order #primary .entry-header {
  display: none; }

@media (min-width: 800px) {
  .listae-order #primary .rbkor_msgs {
    display: none !important; } }

.listae-order #secondary {
  z-index: 1010; }

.listae-order.secondary-fixed .layout-catalog-navigation .widget-area div {
  display: none !important; }

@media (max-width: 800px) {
  .listae-order #layout-footer {
    margin-top: -7.125rem; }
    .listae-order #layout-footer .footer {
      background: #f8f9fa;
      color: #6c757d; }
      .listae-order #layout-footer .footer a,
      .listae-order #layout-footer .footer a:hover {
        color: #212529; } }

.listae-order.listae-order-error .alert-danger {
  margin-bottom: 0; }

.listae-order.listae-order-error #primary .entry-header {
  display: block; }

/*--------------------------------------------------------------
# SC
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 SC Child pages & Authors
--------------------------------------------------------------*/
.grid-list-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  .grid-list-layout .grid-list-item {
    width: 100%;
    padding-bottom: 1rem;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .grid-list-layout .grid-list-item .grid-list-inner {
      width: 100%;
      position: relative;
      overflow: hidden;
      border: 1px solid #6c757d; }
      .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder {
        overflow: hidden; }
        .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder img,
        .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder video,
        .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder iframe {
          position: absolute;
          height: auto;
          left: 50%;
          max-width: 1000%;
          min-height: 100%;
          min-width: 100%;
          width: auto;
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder img,
          .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder video,
          .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder iframe {
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transform: none;
            transform: none; } }
        .grid-list-layout .grid-list-item .grid-list-inner .item-img-holder img {
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
      .grid-list-layout .grid-list-item .grid-list-inner a {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 1.5rem;
        z-index: 1; }
        .grid-list-layout .grid-list-item .grid-list-inner a span {
          position: relative;
          display: inline-block;
          max-width: 90%;
          z-index: 2;
          -ms-flex-item-align: center;
              align-self: center;
          text-align: center; }
    .grid-list-layout .grid-list-item .item-title {
      font-size: 1.2rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
  .grid-list-layout.landscape .grid-list-item .grid-list-inner .item-img-holder {
    padding-top: 56.25%; }
  .grid-list-layout.square .grid-list-item .grid-list-inner .item-img-holder {
    padding-top: 100%; }
  .grid-list-layout .item-has-img.grid-list-item .grid-list-inner {
    border: none; }
    .grid-list-layout .item-has-img.grid-list-item .grid-list-inner a {
      color: #fff; }
      .grid-list-layout .item-has-img.grid-list-item .grid-list-inner a span {
        opacity: 0; }
      .grid-list-layout .item-has-img.grid-list-item .grid-list-inner a:hover {
        text-decoration: none;
        text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75); }
        .grid-list-layout .item-has-img.grid-list-item .grid-list-inner a:hover span {
          font-size: 125%;
          opacity: 1; }
  .grid-list-layout.entry-list-layout header {
    margin: 0; }
  .grid-list-layout.grid-full-img .item-has-img.grid-list-item .grid-list-inner a {
    background: rgba(0, 0, 0, 0.15); }
    .grid-list-layout.grid-full-img .item-has-img.grid-list-item .grid-list-inner a span {
      opacity: 1; }
  .grid-list-layout.grid-full-img .item-has-img.grid-list-item .grid-list-inner a:hover {
    background: none; }
  .grid-list-layout.grid-full-img .item-title {
    display: none; }
  .grid-list-layout.grid-wall .grid-list-item {
    padding-bottom: 0; }
  @media (min-width: 576px) {
    .grid-list-layout {
      margin-left: -0.5rem;
      margin-right: -0.5rem; }
      .grid-list-layout .grid-list-item {
        width: 50%;
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
      .grid-list-layout.grid-wall {
        margin-left: 0;
        margin-right: 0; }
        .grid-list-layout.grid-wall .grid-list-item {
          padding-left: 0;
          padding-right: 0; } }
  @media (min-width: 992px) {
    .grid-list-layout.grid-1-col .grid-list-item {
      width: 100%; }
    .grid-list-layout.grid-2-col .grid-list-item {
      width: 50%; }
    .grid-list-layout.grid-3-col .grid-list-item {
      width: 33.3%; }
    .grid-list-layout.grid-4-col .grid-list-item {
      width: 25%; }
    .grid-list-layout.grid-5-col .grid-list-item {
      width: 25%; }
    .grid-list-layout.grid-6-col .grid-list-item {
      width: 25%; }
    .grid-list-layout.ident-title {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
      .grid-list-layout.ident-title .grid-list-item {
        padding-left: 3rem;
        padding-right: 3rem; }
        .grid-list-layout.ident-title .grid-list-item .item-title {
          font-size: 2rem; } }
  @media (min-width: 1200px) {
    .grid-list-layout.grid-5-col .grid-list-item {
      width: 20%; }
      .grid-list-layout.grid-5-col .grid-list-item .grid-list-inner a,
      .grid-list-layout.grid-5-col .grid-list-item .item-title {
        font-size: 1rem; }
    .grid-list-layout.grid-6-col .grid-list-item {
      width: 16.66%; }
      .grid-list-layout.grid-6-col .grid-list-item .grid-list-inner a,
      .grid-list-layout.grid-6-col .grid-list-item .item-title {
        font-size: 1rem; } }
  .grid-list-layout.tax-list-layout {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .grid-list-layout.related-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .grid-list-layout.related-content .grid-list-item .overlay-more {
      display: none; }
    .grid-list-layout.related-content .grid-list-item .item-title {
      font-size: 75%; }
  .grid-list-layout.ident-title .grid-list-item {
    padding-bottom: 3rem; }
    .grid-list-layout.ident-title .grid-list-item .overlay-more {
      display: none; }
    .grid-list-layout.ident-title .grid-list-item .item-title {
      width: 84%;
      min-height: 3em;
      margin: -6rem auto 0;
      padding: 1.5rem 1.5rem 1rem;
      text-align: center;
      position: relative;
      z-index: 2;
      background: #fff; }
    .grid-list-layout.ident-title .grid-list-item .entry-summary {
      width: 84%;
      text-align: center;
      margin: -1px auto 2rem;
      padding: 0 1.5rem 1.5rem;
      position: relative;
      z-index: 2;
      background: #fff; }
      .grid-list-layout.ident-title .grid-list-item .entry-summary .link-more {
        margin-top: 2rem; }

.desktop .grid-list-layout .item-has-img.grid-list-item .grid-list-inner:hover .item-img-holder img {
  left: 0;
  top: 0;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.desktop .grid-list-layout .item-has-img.grid-list-item .grid-list-inner:hover .post-overlay {
  background: none; }
  .desktop .grid-list-layout .item-has-img.grid-list-item .grid-list-inner:hover .post-overlay .overlay-more {
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75); }

.instagram-list-layout.grid-list-layout .grid-list-item .grid-list-inner .item-title {
  font-size: .8rem; }

.instagram-list-layout.grid-list-layout.grid-full-img .item-has-img.grid-list-item .grid-list-inner a {
  background: none; }

.sc-gmap-layout {
  margin-bottom: 2rem;
  width: 100%; }
  .sc-gmap-layout h5,
  .sc-gmap-layout address {
    margin-bottom: 0.3em; }

.author-list-layout .grid-list-item .team-position {
  display: block;
  font-size: 68.75%;
  padding-top: 0.5rem;
  text-transform: uppercase; }
  .author-list-layout .grid-list-item .team-position + .item-title {
    padding-top: 0; }

.author-list-layout.rounded .grid-list-inner {
  border-radius: 50%; }
  .author-list-layout.rounded .grid-list-inner .item-img-holder,
  .author-list-layout.rounded .grid-list-inner img {
    border-radius: 50%; }

.author-list-layout.rounded .team-position,
.author-list-layout.rounded .item-title {
  text-align: center; }

.layout-accordion {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none; }
  .layout-accordion p {
    display: none; }
  .layout-accordion .card-body p {
    display: block; }
  .layout-accordion .card {
    border: none; }
    .layout-accordion .card .show {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.pricelist .header-inverse,
.pricelist .footer-inverse {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.pricelist .card-header {
  padding: 0.75rem 1rem; }
  .pricelist .card-header .btn-link {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.pricelist .card-body {
  font-size: 90%;
  padding: 0 1rem; }
  .pricelist .card-body .row {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .pricelist .card-body .row:last-child {
      border-bottom: none; }
    .pricelist .card-body .row:hover {
      color: #212529;
      background-color: rgba(0, 0, 0, 0.075); }

.pricelist .col-8,
.pricelist .col-2 {
  -ms-flex-item-align: center;
      align-self: center; }

.pricelist .col-2 {
  white-space: nowrap;
  text-align: center; }

.pricelist .icon {
  font-size: 120%; }

@media (min-width: 992px) {
  .slick-slider .carousel-control-prev,
  .slick-slider .carousel-control-next,
  .slide-post-list .carousel-control-prev,
  .slide-post-list .carousel-control-next,
  .slide-img-list .carousel-control-prev,
  .slide-img-list .carousel-control-next {
    width: 10%; } }

@media (min-width: 1200px) {
  .slick-slider .carousel-control-prev,
  .slick-slider .carousel-control-next,
  .slide-post-list .carousel-control-prev,
  .slide-post-list .carousel-control-next,
  .slide-img-list .carousel-control-prev,
  .slide-img-list .carousel-control-next {
    width: 5%; } }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 12px;
  height: 26px;
  background: none; }

.poi-sc .biz-item .biz-phone,
.poi-sc .biz-item .biz-website {
  margin-bottom: 0.50rem; }

/*--------------------------------------------------------------
# Coupons
--------------------------------------------------------------*/
/* Coupons
--------------------------------------------------------------------------------------------------*/
.content-coupon-area #layout-archive .entry-header .entry-meta .meta-price {
  display: block;
  font-size: 1rem;
  line-height: 20px;
  vertical-align: text-bottom;
  margin-bottom: 5px; }

.content-coupon-area #layout-archive .entry-header .entry-meta .meta-price:before {
  display: inline-block;
  content: '\f447';
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  margin: 0 6px 0 0;
  padding: 0;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased; }

.content-coupon-area #layout-archive .entry-header .entry-meta .meta-status {
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase; }

.type-coupon .cc_wrapbottom {
  max-width: 80%;
  margin: 2rem auto;
  text-align: center; }

.type-coupon .cc_formtitle {
  font-size: 18px;
  line-height: 2; }
  .type-coupon .cc_formtitle span {
    display: inline-block;
    margin: 0 6px 0 0;
    width: 2em;
    line-height: 2;
    text-align: center;
    font-weight: 700;
    border-radius: 50%; }

.type-coupon .cc_wrap_payform h3 {
  margin: 24px 0 12px; }

.type-coupon .cc_step {
  margin-bottom: 2rem; }

.type-coupon table.cc_detail_checkout th,
.type-coupon table.cc_detail_checkout td {
  width: 33%;
  text-align: center; }

.type-coupon table.cc_detail_checkout select {
  min-width: 5em;
  width: 5em;
  margin: auto; }

.type-coupon.paying {
  padding-bottom: 48px; }
  .type-coupon.paying header .entry-meta {
    display: none; }
  .type-coupon.paying + .coupon-navigation {
    margin-top: 24px; }

.type-coupon .cc_field_box .form-check-input {
  position: relative;
  margin-left: 0; }

.type-coupon .cc_err {
  font-size: 11px;
  color: #FF0000; }

.widget_coupon_buy .cc_featured {
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid; }
  .widget_coupon_buy .cc_featured p {
    width: 100%;
    margin: 0;
    float: left;
    text-align: center; }
  .widget_coupon_buy .cc_featured p.cc_onehalf {
    width: 50%;
    float: left; }
  .widget_coupon_buy .cc_featured p span {
    display: inline-block;
    padding: 6px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-width: 1px;
    border-top-style: solid; }
  .widget_coupon_buy .cc_featured p:first-child span {
    border-top: none; }
  .widget_coupon_buy .cc_featured p.cc_onehalf.cc_lastcol span {
    border-left-width: 1px;
    border-left-style: solid; }
  .widget_coupon_buy .cc_featured .cc_twolines .cc_label,
  .widget_coupon_buy .cc_featured.cc_availability p.cc_threelines .cc_label {
    display: block; }
  .widget_coupon_buy .cc_featured .cc_price {
    font-size: 18px;
    line-height: 2; }

.widget_coupon_buy .cc_notavailable {
  font-size: 18px;
  text-align: center; }
  .widget_coupon_buy .cc_notavailable + .cc_featured {
    display: none; }

.widget_coupon_paypal p {
  font-size: 12px;
  font-style: italic; }

.widget_coupon_paypal .paypalsecure {
  display: block;
  margin-bottom: 24px; }

/*--------------------------------------------------------------
# CPT common
--------------------------------------------------------------*/
/* CPT Common styles
--------------------------------------------------------------------------------------------------*/
.content-before-widget-area {
  width: 100%; }
  .content-before-widget-area .widget_tag_cloud .tagcloud a {
    font-size: 0.85rem !important; }

.layout-cpt-full-xtra,
.layout-cpt-full-meta {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 85%; }
  .layout-cpt-full-xtra p,
  .layout-cpt-full-meta p {
    margin-bottom: 0.6em; }
  @media (min-width: 800px) {
    .layout-cpt-full-xtra,
    .layout-cpt-full-meta {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.layout-cpt-full-nav,
.layout-cpt-full-content {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 800px) {
    .layout-cpt-full-nav,
    .layout-cpt-full-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      margin-left: 8.33333%; } }

@media (min-width: 800px) {
  .in-sidebar-right.single .layout-cpt-full-nav,
  .in-sidebar-right.single .layout-cpt-full-content {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

@media (min-width: 800px) {
  .in-sidebar-right.single .layout-cpt-full-xtra,
  .in-sidebar-right.single .layout-cpt-full-meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 8.33333%; } }

.layout-cpt-full-meta .cpt-meta-info {
  padding-bottom: 2rem; }
  .layout-cpt-full-meta .cpt-meta-info p:last-child {
    margin-bottom: 0; }
  .layout-cpt-full-meta .cpt-meta-info .tiled-gallery p {
    display: none; }

.layout-cpt-full-meta .link-label {
  display: none; }

.layout-cpt-full-nav .navigation.post-navigation .nav-links {
  font-size: 85%; }
  .layout-cpt-full-nav .navigation.post-navigation .nav-links .nav-subtitle {
    display: none; }

/*--------------------------------------------------------------
# CPT Portfolio
--------------------------------------------------------------*/
/* CPT Portfolio
--------------------------------------------------------------------------------------------------*/
.single-cpt-portfolio header .entry-meta {
  display: none; }

.single-cpt-portfolio .site-main .navigation.post-navigation .nav-next {
  text-align: left;
  float: left; }
  .single-cpt-portfolio .site-main .navigation.post-navigation .nav-next .nav-title .nav-title-icon-wrapper {
    margin-right: 0.5em; }

.single-cpt-portfolio .site-main .navigation.post-navigation .nav-previous {
  float: right;
  text-align: right; }
  .single-cpt-portfolio .site-main .navigation.post-navigation .nav-previous .nav-title .nav-title-icon-wrapper {
    margin-left: 0.5em; }

/*--------------------------------------------------------------
# CPT Coupons
--------------------------------------------------------------*/
/* CPT Coupon
--------------------------------------------------------------------------------------------------*/
.layout-listing .cpt-coupon .posted-on {
  display: none; }

.layout-listing .cpt-coupon .coupon-price {
  font-size: 110%; }
  .layout-listing .cpt-coupon .coupon-price:before {
    display: inline-block;
    content: '\f447';
    font-family: 'Genericons';
    font-weight: normal;
    font-style: normal;
    margin: 0 3px 0 0;
    padding: 0;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased; }

.layout-listing .cpt-coupon .entry-footer .coupon-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 1rem; }

.single-cpt-coupon header .entry-meta {
  display: none; }

.blog .layout-listing .cpt-coupon .posted-on {
  display: inline-block; }

/*--------------------------------------------------------------
# CPT Ree
--------------------------------------------------------------*/
/* CPT Portfolio
--------------------------------------------------------------------------------------------------*/
.grid-layout .layout-listing .layout-post-container .cpt-ree.has-post-thumbnail .meta-ree {
  display: block;
  position: relative;
  margin: 1rem 0 0.5em;
  font-size: 80%;
  opacity: 0.75; }
  .grid-layout .layout-listing .layout-post-container .cpt-ree.has-post-thumbnail .meta-ree + .entry-title {
    margin-top: 0; }

.grid-layout.grid-full-thumbnail .layout-listing .layout-post-container article.has-post-thumbnail .meta-ree,
.grid-layout.masonry-colrow .layout-listing .layout-post-container article.has-post-thumbnail .meta-ree {
  margin: -2rem 0 0 0;
  text-align: center;
  color: #fff;
  opacity: 1;
  z-index: 10; }

.single-cpt-ree header .entry-meta .updated {
  display: inline-block; }

@media (max-width: 800px) {
  .single-cpt-ree .layout-cpt-full-xtra,
  .single-cpt-ree .layout-cpt-full-meta {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.single-cpt-ree .cpt-meta-data {
  margin-bottom: 2rem; }

.single-cpt-ree .cpt-meta-title {
  border-bottom: 1px solid #6c757d; }

.single-cpt-ree .cpt-meta-data {
  font-size: 120%; }
  .single-cpt-ree .cpt-meta-data li {
    margin-bottom: 0.5em; }
    .single-cpt-ree .cpt-meta-data li.streetAddress {
      list-style: none;
      margin-left: -1.5em; }
    .single-cpt-ree .cpt-meta-data li.ree-op {
      text-transform: uppercase;
      font-weight: bold; }
    .single-cpt-ree .cpt-meta-data li.ree-price {
      font-weight: bold; }
  .single-cpt-ree .cpt-meta-data em {
    display: block;
    font-size: 80%; }

/*--------------------------------------------------------------
# CPT Geocoding
--------------------------------------------------------------*/
/* CPT Geocoding
--------------------------------------------------------------------------------------------------*/
.single-cpt-geocoding.grid-layout.grid-masonry #layout-listing {
  padding-bottom: 2rem; }

.single-cpt-geocoding .cpt-geocoding-content-xtra {
  margin-bottom: 2rem; }
  .single-cpt-geocoding .cpt-geocoding-content-xtra .archive-header h2.page-title {
    margin: 0; }
  .single-cpt-geocoding .cpt-geocoding-content-xtra .cpt-geo-childs.tagcloud {
    margin-bottom: 2rem; }
  .single-cpt-geocoding .cpt-geocoding-content-xtra .cpt-geo-term-more {
    clear: both; }
    .single-cpt-geocoding .cpt-geocoding-content-xtra .cpt-geo-term-more::before, .single-cpt-geocoding .cpt-geocoding-content-xtra .cpt-geo-term-more::after {
      display: table;
      clear: both;
      content: ''; }

.layout-post-container .type-cpt-geocoding .entry-meta {
  display: none; }

/*--------------------------------------------------------------
# JP Portfolio
--------------------------------------------------------------*/
/* CPT Portfolio
--------------------------------------------------------------------------------------------------*/
.single-jetpack-portfolio .jetpack-portfolio-widget-area .widget {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important; }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.single-product .images,
.single-product .summary,
.single-product .woocommerce-product-gallery {
  margin-bottom: 2rem; }

.single-product .woocommerce-product-gallery {
  position: relative; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 99;
    text-align: center; }
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
      text-decoration: none;
      background-color: #fff; }
  .single-product .woocommerce-product-gallery img {
    margin: 0; }
  .single-product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1rem; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;
    padding: 0; }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      float: left;
      width: 25%;
      margin-right: 2.5%;
      margin-bottom: 1rem;
      cursor: pointer; }
      .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: 0.5;
        -webkit-transition: all, ease, 0.2s;
        transition: all, ease, 0.2s; }
        .single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          opacity: 1; }
      .single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
        opacity: 1; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 31.5%;
    margin-right: 2.75%; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
      margin-right: 0; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
      clear: both; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 23.5%;
    margin-right: 2%; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
      margin-right: 0; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
      clear: both; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 18%;
    margin-right: 2.5%; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
      margin-right: 0; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
      clear: both; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    width: 15%;
    margin-right: 2%; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n) {
      margin-right: 0; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n+1) {
      clear: both; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .flex-control-thumbs li {
    width: 13%;
    margin-right: 1.5%; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .flex-control-thumbs li:nth-child(7n) {
      margin-right: 0; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .flex-control-thumbs li:nth-child(7n+1) {
      clear: both; }
  .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .flex-control-thumbs li {
    width: 11%;
    margin-right: 1.71%; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .flex-control-thumbs li:nth-child(8n) {
      margin-right: 0; }
    .single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .flex-control-thumbs li:nth-child(8n+1) {
      clear: both; }

.single-product .images .woocommerce-main-image {
  margin-bottom: 1rem;
  display: block; }

.single-product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em; }
  .single-product .images .thumbnails a.zoom.last {
    margin-right: 0; }
  .single-product .images .thumbnails a.zoom.first {
    clear: both; }

@media (min-width: 800px) {
  .single-product .media-left .woocommerce-product-gallery {
    width: 50%;
    float: left;
    margin-right: 3%; }
  .single-product .media-left .summary {
    float: right;
    width: 47%; }
    .single-product .media-left .summary .product_title {
      font-size: 2rem; } }

@media (min-width: 1200px) {
  .single-product.sidebar-no .media-left .woocommerce-product-gallery {
    width: 65%;
    margin-right: 2%; }
  .single-product.sidebar-no .media-left .summary {
    float: right;
    width: 33%; } }

.single-product .woocommerce-product-rating {
  margin-bottom: 0.5rem; }
  .single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 85%; }

.single-product form.cart {
  content: "";
  display: table;
  table-layout: fixed;
  margin-bottom: 1rem;
  padding: 2rem 0; }
  .single-product form.cart .quantity {
    float: left;
    margin-right: -1px;
    width: 5em; }
  .single-product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
    float: none;
    margin-right: 0; }
    .single-product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
      margin-right: 0; }

.single-product .price-row {
  margin-top: 2rem; }

.single-product p.price {
  margin: 0.66667rem 0; }

.single-product .reset_variations {
  margin-left: 1.2em; }

.single-product table.variations {
  margin: 0; }
  .single-product table.variations th,
  .single-product table.variations td {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent; }
  .single-product table.variations .value {
    margin-bottom: 1em; }

.single-product .single_variation .price {
  margin-bottom: 1em;
  display: block;
  font-size: 125%; }

.single-product .variations_button {
  padding-top: 1em; }

.single-product .shop_attributes {
  list-style: none;
  margin: 0;
  padding: 0; }
  .single-product .shop_attributes p,
  .single-product .shop_attributes .label + div {
    display: inline-block;
    margin: 0; }
  .single-product .shop_attributes .label {
    font-weight: 700;
    vertical-align: top; }
  .single-product .shop_attributes .woocommerce-product-details__short-description {
    font-size: 120%;
    margin-bottom: 1rem; }

.single-product .wc-tabs-wrapper {
  clear: both;
  margin-bottom: 2rem; }
  .single-product .wc-tabs-wrapper ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    clear: both; }
    .single-product .wc-tabs-wrapper ul.tabs:before {
      position: absolute;
      content: " ";
      width: 100%;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #e9ecef;
      z-index: 1; }
    .single-product .wc-tabs-wrapper ul.tabs li {
      border: 1px solid #e9ecef;
      display: block;
      position: relative;
      z-index: 0;
      border-radius: 0;
      margin: 0 -1px 0 0;
      padding: 0 1em;
      float: left; }
      .single-product .wc-tabs-wrapper ul.tabs li a {
        display: inline-block;
        padding: .5em 0;
        text-decoration: none; }
      .single-product .wc-tabs-wrapper ul.tabs li.active {
        font-weight: 700;
        background-color: transparent;
        border-bottom-color: #fff;
        z-index: 2; }
      .single-product .wc-tabs-wrapper ul.tabs li:first-child:nth-last-child(1) {
        display: none; }
  .single-product .wc-tabs-wrapper #tab-description h2:first-child {
    display: none; }

.single-product .product_meta {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
  clear: both; }
  .single-product .product_meta .sku_wrapper,
  .single-product .product_meta .cat-links,
  .single-product .product_meta .tags-links {
    display: block;
    margin-bottom: 0.6em;
    line-height: 1.5rem; }
    .single-product .product_meta .sku_wrapper a,
    .single-product .product_meta .cat-links a,
    .single-product .product_meta .tags-links a {
      text-transform: uppercase; }
    .single-product .product_meta .sku_wrapper .sku,
    .single-product .product_meta .cat-links .sku,
    .single-product .product_meta .tags-links .sku {
      font-weight: 700; }
  .single-product .product_meta .tags-links a {
    font-size: 0.7rem;
    padding: 2px 5px 0;
    margin: 2px 0; }

.single-product .att-tabs .product_meta {
  border-bottom: none; }

.single-product .att-tabs .wc-tabs-wrapper {
  border-bottom: 1px solid #e9ecef; }

.single-product .related.products {
  margin-bottom: 2rem; }
  .single-product .related.products .layout-listing {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

/**
 * Reviews
 */
#reviews {
  margin: 0 auto 2rem;
  max-width: 960px; }
  #reviews #comments {
    padding-bottom: 2rem; }
  #reviews .woocommerce-Reviews-title {
    margin-bottom: 2rem;
    font-size: 1.5rem; }
  #reviews .comment-reply-title {
    display: none; }
  #reviews .commentlist {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef; }
    #reviews .commentlist li {
      padding: 0.5rem;
      margin-bottom: 1rem;
      clear: both;
      border-bottom: 1px solid #e9ecef; }
      #reviews .commentlist li .comment_container {
        position: relative;
        margin-left: 65px; }
        #reviews .commentlist li .comment_container .avatar {
          height: 50px;
          left: -65px;
          position: absolute;
          width: 50px; }
        #reviews .commentlist li .comment_container .comment-text .meta {
          margin-bottom: 1em; }
          #reviews .commentlist li .comment_container .comment-text .meta strong {
            line-height: 1; }
          #reviews .commentlist li .comment_container .comment-text .meta time {
            display: block;
            opacity: 0.5;
            font-size: 85%; }
          #reviews .commentlist li .comment_container .comment-text .meta .verified {
            font-style: normal; }
          #reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
            display: none; }
        #reviews .commentlist li .comment_container .comment-text .star-rating {
          float: right; }
      #reviews .commentlist li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      #reviews .commentlist li ul.children {
        margin: 0;
        padding-top: 1rem; }
  #reviews #review_form_wrapper {
    padding-bottom: 1rem; }
    #reviews #review_form_wrapper p.stars {
      margin-top: .15em; }

/*
* Xtra layour
*/
.xtra-product-att {
  clear: both;
  padding: 1rem 0 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef; }
  .xtra-product-att .xtra-att {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .xtra-product-att .xtra-att h3 {
      font-size: 1.25rem;
      margin-bottom: 0.3em; }
    .xtra-product-att .xtra-att .icon {
      width: 48px;
      height: 48px;
      color: #6c757d; }
    .xtra-product-att .xtra-att .att-opt {
      font-size: 0.8125rem; }

/*
* Perfect brands plugin
*/
.pwb-single-product-brands {
  margin-bottom: 1rem; }

.pwb-text-before-brands-links {
  font-weight: 700; }

@media (max-width: 767.98px) {
  .woocommerce.grid-layout .products .layout-listing .grid-sizer,
  .woocommerce.grid-layout .products .layout-listing .layout-post-container {
    width: 50%; } }

@media (min-width: 992px) {
  .woocommerce.grid-layout .layout-listing .layout-post-container .product .entry-header .entry-title {
    font-size: 95%; } }

.woocommerce .woocommerce-products-header {
  padding-bottom: 1rem; }
  .woocommerce .woocommerce-products-header .page-title,
  .woocommerce .woocommerce-products-header .term-description {
    margin-bottom: 0.5rem; }

.woocommerce .content-before-widget-area {
  padding-bottom: 0; }
  .woocommerce .content-before-widget-area .widget {
    margin: 0 0 0.5rem; }

.woocommerce .woocommerce-result-count {
  line-height: calc(1.5em + 0.75rem + 2px); }

.woocommerce .woocommerce-ordering {
  margin-bottom: 2rem; }

@media (min-width: 800px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    margin-bottom: 2rem;
    float: right; }
  .woocommerce .woocommerce-result-count {
    float: left; } }

.woocommerce.grid-layout.grid-masonry #layout-listing {
  padding-bottom: 0; }

.woocommerce .layout-listing .layout-post-container .product .entry-header .entry-title {
  font-size: 90%;
  min-height: 2.6em; }

.woocommerce .layout-listing .layout-post-container .product .entry-header .star-rating {
  margin-bottom: 0.5rem; }

.woocommerce .layout-listing .layout-post-container .product .entry-header .price {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 1.618; }
  .woocommerce .layout-listing .layout-post-container .product .entry-header .price:before {
    display: inline-block;
    content: '\f447';
    font-family: 'Genericons';
    font-weight: normal;
    font-style: normal;
    margin: 0 3px 0 0;
    padding: 0;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased; }

.woocommerce .layout-listing .layout-post-container .product .entry-header + .entry-footer.xtra-meta {
  margin-top: 0.5rem; }

.woocommerce .layout-listing .layout-post-container .product .entry-header + .entry-footer:not(.xtra-meta) {
  display: none; }

.woocommerce .layout-listing .layout-post-container .product .onsale {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  font-size: 10px;
  padding: 1.25em 3px;
  background-color: #005650;
  color: #fff;
  border-radius: 50%; }

.woocommerce .layout-listing .layout-post-container .product.outofstock .entry-header::before {
  content: '';
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: red;
  z-index: 100; }

.woocommerce .grid-inner .price {
  font-size: 90%; }

.widget-area .widget .product_list_widget {
  line-height: 1.6;
  list-style: none;
  margin-left: 0;
  border-top: 1px solid #e9ecef; }
  .widget-area .widget .product_list_widget li {
    padding: 1em 0;
    border-bottom: 1px solid #e9ecef;
    width: 100%;
    content: "";
    display: table;
    table-layout: fixed; }
    .widget-area .widget .product_list_widget li img {
      max-width: 20%;
      float: right;
      margin-left: 2%; }
    .widget-area .widget .product_list_widget li > a {
      display: block;
      text-decoration: none; }
      .widget-area .widget .product_list_widget li > a + span {
        font-size: 90%; }

.widget-area .widget.widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }
  .widget-area .widget.widget_shopping_cart .product_list_widget li {
    padding-left: 2em;
    position: relative; }
    .widget-area .widget.widget_shopping_cart .product_list_widget li a.remove {
      position: absolute;
      top: 1em;
      left: 0;
      opacity: 1; }

.widget-area .widget.widget_shopping_cart p.total,
.widget-area .widget.widget_shopping_cart p.buttons {
  padding: 1rem 0;
  margin: 0;
  text-align: center; }

.widget-area .widget.widget_shopping_cart p.total {
  border-bottom: 1px solid #e9ecef; }

.widget-area .widget.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.5rem; }
  .widget-area .widget.widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0; }

.widget-area .widget .widget_product_categories .current-cat a {
  font-weight: 600; }

.widget-area .widget .wc-layered-nav-term {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0.5em 0; }
  .widget-area .widget .wc-layered-nav-term .btn {
    padding-right: 2.2em; }
  .widget-area .widget .wc-layered-nav-term .count {
    position: absolute;
    top: 0;
    right: 0.36em;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
    z-index: 1;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    padding: 0 2px;
    border: 1px solid #e9ecef;
    border-radius: 50%; }

.widget-area .widget .pwb-filter-products li {
  display: inline-block;
  margin-right: 0.5em; }

.widget_product_categories .cat-item {
  display: inline-block;
  margin: 0 0.5em 0.5em 0; }
  .widget_product_categories .cat-item a {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .widget_product_categories .cat-item a {
        -webkit-transition: none;
        transition: none; } }
    .widget_product_categories .cat-item a:hover {
      color: #212529;
      text-decoration: none; }
    .widget_product_categories .cat-item a:focus, .widget_product_categories .cat-item a.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
    .widget_product_categories .cat-item a.disabled, .widget_product_categories .cat-item a:disabled {
      opacity: 0.65; }

.wpgs-layout {
  position: relative; }
  .wpgs-layout .slick-disabled {
    display: none !important; }
  .wpgs-layout .woocommerce-product-gallery {
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .wpgs-layout .woocommerce-product-gallery .wpgs-for {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }
      .wpgs-layout .woocommerce-product-gallery .wpgs-for .wpgs-for-item {
        position: relative; }
        .wpgs-layout .woocommerce-product-gallery .wpgs-for .wpgs-for-item .wpgs-lightbox {
          position: absolute;
          display: inline-block;
          top: 1rem;
          right: 2.5rem;
          font-size: 2em;
          width: 1em;
          height: 1em;
          color: #fff;
          background: rgba(0, 0, 0, 0.33);
          z-index: 990; }
          .wpgs-layout .woocommerce-product-gallery .wpgs-for .wpgs-for-item .wpgs-lightbox svg.icon {
            vertical-align: top;
            top: auto; }
    .wpgs-layout .woocommerce-product-gallery .wpgs-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-left: -0.5rem; }
      .wpgs-layout .woocommerce-product-gallery .wpgs-nav .wpgs-nav-thumb {
        padding: 0 0.5rem; }
      .wpgs-layout .woocommerce-product-gallery .wpgs-nav .carousel-control-prev {
        margin-left: 0.5rem; }
      .wpgs-layout .woocommerce-product-gallery .wpgs-nav .slick-active img {
        opacity: .7;
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s; }
      .wpgs-layout .woocommerce-product-gallery .wpgs-nav .slick-current img {
        opacity: 1; }
    .wpgs-layout .woocommerce-product-gallery .carousel-control-prev,
    .wpgs-layout .woocommerce-product-gallery .carousel-control-next {
      width: 2.5rem;
      opacity: 1; }
  @media (min-width: 992px) {
    .wpgs-layout.wpgs-off .wpgs-for {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0%; } }
  .wpgs-layout.wpgs-no-controls .wpgs-nav .carousel-control-prev,
  .wpgs-layout.wpgs-no-controls .wpgs-nav .carousel-control-next {
    display: none !important; }

@media (min-width: 992px) {
  .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery .wpgs-for {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 82.5%;
              flex: 0 0 82.5%;
      max-width: 82.5%;
      margin-left: 2.5%; }
    .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery .wpgs-nav {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
      max-width: 15%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-left: 0;
      margin-top: -0.15rem; }
      .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery .wpgs-nav .wpgs-nav-thumb {
        padding: 0.3rem 0; }
      .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery .wpgs-nav .carousel-control-prev {
        width: 100%;
        bottom: auto;
        height: 2rem;
        margin-top: 1rem;
        margin-left: 0; }
        .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery .wpgs-nav .carousel-control-prev .carousel-control-prev-icon {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery .wpgs-nav .carousel-control-next {
        width: 100%;
        top: auto;
        height: 2rem;
        margin-bottom: 1.5rem; }
        .product:not(.gallery-bottom) .wpgs-on .woocommerce-product-gallery .wpgs-nav .carousel-control-next .carousel-control-next-icon {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }

/*--------------------------------------------------------------
bs styles for common element
--------------------------------------------------------------*/
.woocommerce .woocommerce-input-wrapper,
.woocommerce .password-input {
  display: block;
  width: 100%; }

.woocommerce .input-text {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .woocommerce .input-text {
      -webkit-transition: none;
      transition: none; } }
  .woocommerce .input-text::-ms-expand {
    background-color: transparent;
    border: 0; }
  .woocommerce .input-text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00d6c7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
  .woocommerce .input-text::-webkit-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .woocommerce .input-text::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .woocommerce .input-text:-ms-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .woocommerce .input-text::-ms-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .woocommerce .input-text::placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .woocommerce .input-text:disabled, .woocommerce .input-text[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.woocommerce select {
  border-radius: 0; }
  .woocommerce select:not([size]):not([multiple]) {
    height: calc(1.5em + 0.75rem + 2px); }
  .woocommerce select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }

.woocommerce .button {
  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: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  @media (prefers-reduced-motion: reduce) {
    .woocommerce .button {
      -webkit-transition: none;
      transition: none; } }
  .woocommerce .button:hover, .woocommerce .button:focus {
    text-decoration: none; }
  .woocommerce .button:focus, .woocommerce .button.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
  .woocommerce .button.disabled, .woocommerce .button:disabled {
    opacity: 0.65; }
  .woocommerce .button:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .woocommerce .button:not(:disabled):not(.disabled):active, .woocommerce .button:not(:disabled):not(.disabled).active {
    background-image: none; }
  .woocommerce .button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .woocommerce .button:focus, .woocommerce .button.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .woocommerce .button.disabled, .woocommerce .button:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .woocommerce .button:not(:disabled):not(.disabled):active, .woocommerce .button:not(:disabled):not(.disabled).active,
  .show > .woocommerce .button.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .woocommerce .button:not(:disabled):not(.disabled):active:focus, .woocommerce .button:not(:disabled):not(.disabled).active:focus,
    .show > .woocommerce .button.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.woocommerce .woocommerce-form-login__submit {
  width: 90%;
  margin: 2rem auto 0; }

.woocommerce abbr.required {
  border-bottom: 0 !important;
  color: red; }
  .woocommerce abbr.required[title] {
    text-decoration: none; }

.button.wc-forward,
.actions .button {
  color: #fff;
  background-color: #005650;
  border-color: #005650; }
  .button.wc-forward:hover,
  .actions .button:hover {
    color: #fff;
    background-color: #00302c;
    border-color: #002321; }
  .button.wc-forward:focus, .button.wc-forward.focus,
  .actions .button:focus,
  .actions .button.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }
  .button.wc-forward.disabled, .button.wc-forward:disabled,
  .actions .button.disabled,
  .actions .button:disabled {
    color: #fff;
    background-color: #005650;
    border-color: #005650; }
  .button.wc-forward:not(:disabled):not(.disabled):active, .button.wc-forward:not(:disabled):not(.disabled).active,
  .show > .button.wc-forward.dropdown-toggle,
  .actions .button:not(:disabled):not(.disabled):active,
  .actions .button:not(:disabled):not(.disabled).active,
  .show >
  .actions .button.dropdown-toggle {
    color: #fff;
    background-color: #002321;
    border-color: #001615; }
    .button.wc-forward:not(:disabled):not(.disabled):active:focus, .button.wc-forward:not(:disabled):not(.disabled).active:focus,
    .show > .button.wc-forward.dropdown-toggle:focus,
    .actions .button:not(:disabled):not(.disabled):active:focus,
    .actions .button:not(:disabled):not(.disabled).active:focus,
    .show >
    .actions .button.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 106, 0.5); }

.button.alt {
  color: #005650;
  border-color: #005650; }
  .button.alt:hover {
    color: #fff;
    background-color: #005650;
    border-color: #005650; }
  .button.alt:focus, .button.alt.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }
  .button.alt.disabled, .button.alt:disabled {
    color: #005650;
    background-color: transparent; }
  .button.alt:not(:disabled):not(.disabled):active, .button.alt:not(:disabled):not(.disabled).active,
  .show > .button.alt.dropdown-toggle {
    color: #fff;
    background-color: #005650;
    border-color: #005650; }
    .button.alt:not(:disabled):not(.disabled):active:focus, .button.alt:not(:disabled):not(.disabled).active:focus,
    .show > .button.alt.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }

a.remove {
  display: block;
  background: #dc3545;
  border-radius: 50%;
  color: white;
  width: 1.2em;
  text-align: center;
  line-height: 1.1;
  padding: 0 0 0.2em 0; }
  a.remove:hover, a.remove:visited, a.remove:focus {
    color: white;
    text-decoration: none; }

/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block; }
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: 0.5rem; }

.woocommerce .entry-content .form-row {
  margin: 0 0.5rem 1rem 0;
  display: block; }
  .woocommerce .entry-content .form-row label {
    display: block; }
  .woocommerce .entry-content .form-row input,
  .woocommerce .entry-content .form-row textarea,
  .woocommerce .entry-content .form-row select {
    width: 100%; }
  .woocommerce .entry-content .form-row input[type=checkbox],
  .woocommerce .entry-content .form-row input[type=radio] {
    width: auto; }
  .woocommerce .entry-content .form-row .button {
    width: 100%; }
  .woocommerce .entry-content .form-row.create-account label {
    display: inline-block; }
  .woocommerce .entry-content .form-row.woocommerce-validated input.input-text {
    -webkit-box-shadow: inset 2px 0 0 #28a745;
            box-shadow: inset 2px 0 0 #28a745; }
  .woocommerce .entry-content .form-row.woocommerce-invalid input.input-text {
    -webkit-box-shadow: inset 2px 0 0 #dc3545;
            box-shadow: inset 2px 0 0 #dc3545; }
  @media (min-width: 800px) {
    .woocommerce .entry-content .form-row.form-row-first {
      width: 48%;
      margin-right: 4%;
      float: left; }
    .woocommerce .entry-content .form-row.form-row-last {
      width: 48%;
      float: left; } }

.form-row-last {
  margin-right: 0 !important; }

.form-row-wide {
  clear: both;
  width: 100%;
  margin-right: 0; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #005650;
  color: #fff;
  z-index: 9999; }
  .demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline; }
    .demo_store a:hover {
      text-decoration: none; }
    .demo_store a.woocommerce-store-notice__dismiss-link {
      display: block; }

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important; }

.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1rem 2rem;
  margin: 0 0 2em;
  position: relative;
  background-color: #e9ecef;
  border-left: 3px solid #495057;
  list-style: none outside;
  clear: both;
  width: auto;
  word-wrap: break-word; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    float: right;
    margin-top: -0.5rem;
    margin-left: 1rem; }
  .woocommerce-message li,
  .woocommerce-error li,
  .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important; }

.woocommerce-error {
  border-left-color: #dc3545 !important; }

table.shop_table_responsive {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  position: relative; }
  table.shop_table_responsive thead {
    display: none; }
  table.shop_table_responsive tbody th {
    display: none; }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both; }
    table.shop_table_responsive tr td[data-title]::before {
      content: attr(data-title) ": ";
      font-weight: 600;
      float: left; }
    table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
      display: none; }
    table.shop_table_responsive tr td.download-actions .button {
      display: block;
      text-align: center; }
  table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right; }
    table.shop_table_responsive.my_account_orders .order-actions::before {
      display: none; }

table.cart {
  margin-bottom: 4rem; }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: none; }
  table.cart thead td,
  table.cart thead th {
    border-bottom: 1px solid #e9ecef; }
  table.cart tbody td:last-child {
    border-bottom: 1px solid #e9ecef; }
  table.cart tbody td.actions {
    border: none; }
  table.cart .product-thumbnail {
    min-height: 2em; }
    table.cart .product-thumbnail img {
      margin: 0 auto;
      max-width: 4rem;
      height: auto;
      display: block; }
    table.cart .product-thumbnail::before {
      display: none; }
  table.cart tr:first-child td.product-remove {
    border-top-width: 0; }
  table.cart td.product-remove {
    padding: 0;
    position: relative; }
    table.cart td.product-remove a.remove {
      position: absolute;
      top: 1em;
      left: 1em;
      padding-bottom: 0.1em; }
  table.cart td.product-quantity .qty {
    width: 100%;
    max-width: 4em;
    display: inline-block;
    text-align: center; }
  table.cart th,
  table.cart td {
    padding: 1rem; }
  table.cart td.product-subtotal {
    padding-bottom: 1rem; }
  table.cart tbody td.actions {
    border-bottom-color: transparent;
    margin-top: 2rem;
    padding-top: 1rem;
    background-color: transparent; }
    table.cart tbody td.actions label {
      display: none; }
    table.cart tbody td.actions .coupon {
      padding-bottom: 1em;
      margin-bottom: 1em; }
    table.cart tbody td.actions input {
      display: block;
      width: 100%;
      margin: 1rem 0; }
      table.cart tbody td.actions input[name='update_cart']:focus {
        outline: none; }
    table.cart tbody td.actions .button {
      width: 100%; }

@media (min-width: 800px) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left; }
    table.shop_table_responsive tr td::before {
      display: none; }
  table.cart th,
  table.cart td {
    padding: 1rem; }
  table.cart tbody td {
    border-bottom: 1px solid #e9ecef; }
  table.cart .quantity {
    text-align: right; }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1rem; }
    table.cart td.product-remove a.remove {
      float: none;
      position: relative;
      top: auto;
      right: auto; }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: inline-block; }
  table.cart .quantity .qty {
    padding: 0.5rem; }
  table.cart tbody td.actions {
    text-align: right; }
    table.cart tbody td.actions label {
      display: none; }
    table.cart tbody td.actions .coupon {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
      display: block;
      float: left; }
      table.cart tbody td.actions .coupon input {
        float: left;
        display: block;
        width: auto;
        margin: 0 -1px 0 0; }
    table.cart tbody td.actions .button {
      width: auto; } }

.cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
  margin-right: 0 !important; }

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
  margin: 0;
  clear: right; }

.cart-collaterals .cart_totals {
  margin-bottom: 2rem; }
  .cart-collaterals .cart_totals th,
  .cart-collaterals .cart_totals td {
    padding: 1rem; }
    .cart-collaterals .cart_totals th .shipping-calculator-button,
    .cart-collaterals .cart_totals td .shipping-calculator-button {
      font-size: 80%;
      text-transform: uppercase;
      margin-bottom: 0.5rem; }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block; }
  @media (min-width: 800px) {
    .cart-collaterals .cart_totals {
      width: 47%;
      float: right; }
      .cart-collaterals .cart_totals td {
        text-align: right; } }

.cart-collaterals .shipping_calculator {
  clear: right; }

table.shop_table {
  margin-bottom: 2rem;
  text-align: left;
  width: 100%; }
  table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid #e9ecef; }
    table.shop_table.woocommerce-checkout-review-order-table th + th,
    table.shop_table.woocommerce-checkout-review-order-table th + td,
    table.shop_table.woocommerce-checkout-review-order-table td + td {
      text-align: right; }
    table.shop_table.woocommerce-checkout-review-order-table td {
      border: 1px solid #e9ecef; }
    table.shop_table.woocommerce-checkout-review-order-table tfoot th {
      border-top: 0;
      text-align: right; }
    table.shop_table.woocommerce-checkout-review-order-table tfoot td {
      font-weight: 700; }
  table.shop_table th {
    font-weight: 700; }
  table.shop_table td,
  table.shop_table th {
    padding: 0.5rem 1rem;
    vertical-align: middle; }
    table.shop_table td small,
    table.shop_table th small {
      font-weight: normal; }

.menu-item-cart .nav-menu-cart-contents .icon {
  top: -1px; }

.menu-item-cart .nav-menu-cart-contents .cart-contents-count {
  -webkit-transform: translate(-4px, -10px);
          transform: translate(-4px, -10px);
  line-height: 1.4;
  border-radius: 50%; }

.top-navigation .menu-search-collapse {
  padding: 9px 10px 10px;
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
  margin-right: 0;
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .top-navigation .menu-search-collapse .btn {
    display: none; }
  .top-navigation .menu-search-collapse .form-control {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5; }

.top-navigation .menu-search-togle {
  position: relative;
  z-index: 2; }
  .top-navigation .menu-search-togle a[aria-expanded="true"] {
    color: #212529 !important; }

#layout-site-map-navigation .main-nav .cart-info,
.site-map-toggler.collapsed::before {
  display: none; }

.woocommerce-cart-items #layout-site-map-navigation .main-nav .cart-info {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 2; }
  .woocommerce-cart-items #layout-site-map-navigation .main-nav .cart-info .nav-menu-cart-contents {
    display: inline; }
  @media (min-width: 992px) {
    .woocommerce-cart-items #layout-site-map-navigation .main-nav .cart-info {
      display: none; } }

@media (max-width: 1199.98px) {
  .woocommerce-cart-items .site-map-toggler.collapsed::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    background-color: red; } }
  @media (max-width: 1199.98px) and (min-width: 992px) {
    .woocommerce-cart-items .site-map-toggler.collapsed::before {
      display: none; } }

.wc-proceed-to-checkout {
  width: 100%;
  margin-bottom: 1rem; }
  .wc-proceed-to-checkout .button {
    display: block;
    text-align: center;
    margin-bottom: 1em; }
    .wc-proceed-to-checkout .button.checkout-button {
      font-size: 120%; }

.woocommerce-shipping-calculator {
  margin: 0; }
  .woocommerce-shipping-calculator > p:first-child {
    margin: 0; }
  .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 1rem; }
    .woocommerce-shipping-calculator .shipping-calculator-form input {
      margin-bottom: 0.5rem;
      text-align: right; }

ul#shipping_method {
  list-style: none;
  margin-left: 0; }
  ul#shipping_method li {
    margin-bottom: 1rem; }
    ul#shipping_method li:last-child {
      margin-bottom: 0; }
  ul#shipping_method input {
    margin-right: 2rem; }

.woocommerce-form-login,
.checkout_coupon {
  margin-bottom: 3rem; }

.woocommerce-form-login {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }
  .woocommerce-form-login .clear + .form-row {
    margin-right: 0; }
    .woocommerce-form-login .clear + .form-row .button {
      margin-bottom: 1rem; }
  .woocommerce-form-login .lost_password {
    font-size: 90%;
    text-align: center; }

.woocommerce-ResetPassword .form-row,
.woocommerce-ResetPassword .form-row.form-row-first {
  width: 100%;
  margin-right: 0; }

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0; }

#ship-to-different-address {
  font-size: 1.5rem;
  margin-bottom: 1em; }

#payment .create-account {
  clear: both; }

#payment .payment_methods > .woocommerce-PaymentMethod input[type=radio],
#payment .payment_methods > .wc_payment_method input[type=radio] {
  position: absolute;
  left: 0;
  top: 0.66667rem; }

#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
  display: block;
  padding: 0.5rem 0 0 2rem;
  cursor: pointer; }

#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative; }
  #payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 2rem; }
  #payment .payment_methods li:last-child:not(.woocommerce-notice) {
    padding-bottom: 0;
    border-bottom: 0; }
  #payment .payment_methods li p {
    margin: 0; }
  #payment .payment_methods li .payment_box {
    padding: 0.5rem;
    font-size: 90%; }
    #payment .payment_methods li .payment_box fieldset {
      border: 0;
      margin: 0;
      padding: 1em 0 0; }
      #payment .payment_methods li .payment_box fieldset label {
        width: auto;
        margin-left: 0; }
      #payment .payment_methods li .payment_box fieldset .form-row {
        margin-bottom: 1em; }
        #payment .payment_methods li .payment_box fieldset .form-row input[type='checkbox'] {
          margin-right: 5px; }
      #payment .payment_methods li .payment_box fieldset #cvv {
        width: 22% !important; }
      #payment .payment_methods li .payment_box fieldset .help {
        width: 75%;
        float: right; }
    #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
      padding-top: 1em;
      margin: 0; }
      #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
        margin-top: 0.5rem; }
        #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
          margin-right: 0.236em; }
    #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
      margin-left: 0; }
    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
      background-repeat: no-repeat;
      background-position: right ms(-2) center;
      background-size: 31px 20px;
      background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/unknown.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/visa.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/mastercard.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/laser.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/diners.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/maestro.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/jcb.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/amex.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
        background-image: url(/wp-content/themes/ae-underscores/../../../assets/images/credit-cards/discover.svg); }

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em; }
  #payment .terms label {
    display: block;
    cursor: pointer; }

#payment .woocommerce-terms-and-conditions {
  padding: 1rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05); }

#payment .place-order {
  padding: 1rem;
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2rem; }
  #payment .place-order .button {
    font-size: 125%;
    width: 100%;
    white-space: pre-wrap; }

.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .woocommerce .star-rating::before {
    content: '\53\53\53\53\53';
    color: #d1d1d1;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    color: #e7711b;
    top: 0;
    position: absolute;
    left: 0; }

.woocommerce p.stars {
  display: inline-block;
  margin: 0; }
  .woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400; }
    .woocommerce p.stars a::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: 'star';
      content: '\53';
      text-indent: 0;
      opacity: 0.25; }
    .woocommerce p.stars a:hover ~ a::before {
      content: '\53';
      opacity: 0.25; }
  .woocommerce p.stars:hover a::before {
    content: '\53';
    color: #e7711b;
    opacity: 1; }
  .woocommerce p.stars.selected a.active::before {
    content: '\53';
    color: #e7711b;
    opacity: 1; }
  .woocommerce p.stars.selected a.active ~ a::before {
    content: '\53';
    opacity: 0.25; }
  .woocommerce p.stars.selected a:not(.active)::before {
    content: '\53';
    color: #e7711b;
    opacity: 1; }

.woocommerce-account .woocommerce-MyAccount-navigation .is-active {
  text-decoration: underline;
  font-weight: bolder; }

.woocommerce-account .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-account .woocommerce-MyAccount-content .u-columns .u-column1.col-1,
  .woocommerce-account .woocommerce-MyAccount-content .u-columns .u-column2.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

/*--------------------------------------------------------------
# BTH common
--------------------------------------------------------------*/
/* cambio tonto */
#layout-uec-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  -webkit-box-shadow: 0 8px 16px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 16px 9px rgba(0, 0, 0, 0.5); }
  #layout-uec-container #layout-uec-banner {
    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: relative;
    padding: 2rem;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.5;
    background-color: #fff; }
    #layout-uec-container #layout-uec-banner .uec-banner-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      #layout-uec-container #layout-uec-banner .uec-banner-text .uec-more-info {
        display: block;
        margin-top: 1.2em;
        font-weight: 700; }
    #layout-uec-container #layout-uec-banner .uec-banner-act {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-top: 1.2em; }
    @media (min-width: 640px) {
      #layout-uec-container #layout-uec-banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left; }
        #layout-uec-container #layout-uec-banner .uec-banner-act {
          margin-top: 0;
          margin-left: 2rem; } }
  #layout-uec-container.uec-banner-block {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none; }
    #layout-uec-container.uec-banner-block #layout-uec-banner {
      margin-top: 4rem;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      max-width: 1120px; }

#uec-preference-panel {
  position: fixed;
  z-index: 1021;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 300px;
  overflow-y: auto;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  -o-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  background: #fff; }
  @media (min-width: 640px) {
    #uec-preference-panel {
      width: 380px; } }
  #uec-preference-panel.show {
    -webkit-box-shadow: -4px -1px 10px 3px rgba(0, 0, 0, 0.3);
            box-shadow: -4px -1px 10px 3px rgba(0, 0, 0, 0.3);
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px); }
  #uec-preference-panel .uec-preference-text {
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1.5; }
  #uec-preference-panel .uec-preference-act {
    padding: 1rem; }
  #uec-preference-panel #uec-cookies-cat {
    font-size: 0.75rem;
    border-left: 0;
    border-right: 0; }
    #uec-preference-panel #uec-cookies-cat .card-header h5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #uec-preference-panel #uec-cookies-cat .card-header h5 .btn-link {
        text-align: left;
        padding-left: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        font-size: .875rem; }
      #uec-preference-panel #uec-cookies-cat .card-header h5 .form-check-toggle {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
        -webkit-transform: scale(0.85);
                transform: scale(0.85); }
  #uec-preference-panel .uec-poweredby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
    padding: 2rem; }
    #uec-preference-panel .uec-poweredby span {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #uec-preference-panel .uec-poweredby a {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 0 1rem; }

/*--------------------------------------------------------------
# WPML
--------------------------------------------------------------*/
.top-widget-area .widget_icl_lang_sel_widget {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 12px; }
  @media (min-width: 768px) {
    .top-widget-area .widget_icl_lang_sel_widget {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: auto;
      right: auto;
      padding: 0; } }
  .top-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
    display: inline-block;
    padding: 0;
    border: 0; }
    .top-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
      margin: 0;
      padding: 0; }
      .top-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
        line-height: 1; }
        .top-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
          padding: 0; }
          .top-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a .wpml-ls-flag {
            height: 12px;
            margin: 6px; }
          .top-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a .wpml-ls-native {
            display: none; }
            @media (min-width: 768px) {
              .top-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a .wpml-ls-native {
                display: inline-block;
                line-height: 1.875rem; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 sb-instagram-feed Plugin
--------------------------------------------------------------*/
.page-template-front-widgets #sb_instagram .sb_instagram_header,
.page-template-front-widgets #sb_instagram .sb_instagram_header a,
.page-template-front-widgets #sb_instagram .sb_instagram_header div,
.page-template-front-widgets #sb_instagram .sbi_header_text .sbi_bio,
.page-template-front-widgets #sb_instagram .sbi_header_text h3,
.page-template-front-widgets #sb_instagram #sbi_load {
  float: none;
  margin: 0 !important;
  padding: 0 !important;
  width: auto; }

.page-template-front-widgets #sb_instagram .sb_instagram_header,
.page-template-front-widgets #sb_instagram #sbi_load {
  padding: 1.2rem 1rem !important;
  margin: 0; }

.page-template-front-widgets #sb_instagram .sb_instagram_header .sbi_header_link {
  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; }

.page-template-front-widgets #sb_instagram .sb_instagram_header .sbi_header_img {
  margin: 0 1em 0 0 !important;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 50px; }
  .page-template-front-widgets #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover {
    width: 100%; }

.page-template-front-widgets #sb_instagram #sbi_load .sbi_load_btn,
.page-template-front-widgets #sb_instagram #sbi_load .sbi_follow_btn a {
  margin-top: 0;
  border-radius: 0; }

/* ekko lightbox */
.ekko-lightbox {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 0 !important; }

.ekko-lightbox-container {
  position: relative; }

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.ekko-lightbox iframe {
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1; }

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.ekko-lightbox-nav-overlay a > :focus {
  outline: none; }

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px; }

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right; }

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none; }

.ekko-lightbox-nav-overlay a:focus {
  outline: none; }

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  text-align: left; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center; }

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
          animation: a 2s infinite ease-in-out; }

.ekko-lightbox-loader > div > div:last-child {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@-webkit-keyframes a {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes a {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.mc4wp-form-fields {
  padding: 0.5rem; }

/*--------------------------------------------------------------
# Vievport effects
--------------------------------------------------------------*/
[data-animation="fade-in"],
[data-animation="fade-in-up"] {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@media print {
  [data-animation="fade-in"],
  [data-animation="fade-in-up"] {
    opacity: 1 !important;
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.viewport-animation.in-viewport[data-animation="fade-in"] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.viewport-animation.in-viewport[data-animation="fade-in-up"] {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*--------------------------------------------------------------
# Slick Slider
--------------------------------------------------------------*/
/* Slider vendor */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------
# Sensei LMS
--------------------------------------------------------------*/
.sensei .input,
.sensei .contact-teacher textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .sensei .input,
    .sensei .contact-teacher textarea {
      -webkit-transition: none;
      transition: none; } }
  .sensei .input::-ms-expand,
  .sensei .contact-teacher textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .sensei .input:focus,
  .sensei .contact-teacher textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00d6c7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
  .sensei .input::-webkit-input-placeholder,
  .sensei .contact-teacher textarea::-webkit-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .sensei .input::-moz-placeholder,
  .sensei .contact-teacher textarea::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .sensei .input:-ms-input-placeholder,
  .sensei .contact-teacher textarea:-ms-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .sensei .input::-ms-input-placeholder,
  .sensei .contact-teacher textarea::-ms-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .sensei .input::placeholder,
  .sensei .contact-teacher textarea::placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .sensei .input:disabled, .sensei .input[readonly],
  .sensei .contact-teacher textarea:disabled,
  .sensei .contact-teacher textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.sensei select {
  border-radius: 0; }
  .sensei select:not([size]):not([multiple]) {
    height: calc(1.5em + 0.75rem + 2px); }
  .sensei select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }

.sensei .button,
.sensei .lesson_button_form input[type="submit"],
.sensei .send_message,
.sensei .sensei-course-filters a,
.sensei .course-start,
.sensei .quiz-submit {
  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: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #005650;
  border-color: #005650; }
  @media (prefers-reduced-motion: reduce) {
    .sensei .button,
    .sensei .lesson_button_form input[type="submit"],
    .sensei .send_message,
    .sensei .sensei-course-filters a,
    .sensei .course-start,
    .sensei .quiz-submit {
      -webkit-transition: none;
      transition: none; } }
  .sensei .button:hover, .sensei .button:focus,
  .sensei .lesson_button_form input[type="submit"]:hover,
  .sensei .lesson_button_form input[type="submit"]:focus,
  .sensei .send_message:hover,
  .sensei .send_message:focus,
  .sensei .sensei-course-filters a:hover,
  .sensei .sensei-course-filters a:focus,
  .sensei .course-start:hover,
  .sensei .course-start:focus,
  .sensei .quiz-submit:hover,
  .sensei .quiz-submit:focus {
    text-decoration: none; }
  .sensei .button:focus, .sensei .button.focus,
  .sensei .lesson_button_form input[type="submit"]:focus,
  .sensei .lesson_button_form input[type="submit"].focus,
  .sensei .send_message:focus,
  .sensei .send_message.focus,
  .sensei .sensei-course-filters a:focus,
  .sensei .sensei-course-filters a.focus,
  .sensei .course-start:focus,
  .sensei .course-start.focus,
  .sensei .quiz-submit:focus,
  .sensei .quiz-submit.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.25); }
  .sensei .button.disabled, .sensei .button:disabled,
  .sensei .lesson_button_form input[type="submit"].disabled,
  .sensei .lesson_button_form input[type="submit"]:disabled,
  .sensei .send_message.disabled,
  .sensei .send_message:disabled,
  .sensei .sensei-course-filters a.disabled,
  .sensei .sensei-course-filters a:disabled,
  .sensei .course-start.disabled,
  .sensei .course-start:disabled,
  .sensei .quiz-submit.disabled,
  .sensei .quiz-submit:disabled {
    opacity: 0.65; }
  .sensei .button:not(:disabled):not(.disabled),
  .sensei .lesson_button_form input[type="submit"]:not(:disabled):not(.disabled),
  .sensei .send_message:not(:disabled):not(.disabled),
  .sensei .sensei-course-filters a:not(:disabled):not(.disabled),
  .sensei .course-start:not(:disabled):not(.disabled),
  .sensei .quiz-submit:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .sensei .button:not(:disabled):not(.disabled):active, .sensei .button:not(:disabled):not(.disabled).active,
  .sensei .lesson_button_form input[type="submit"]:not(:disabled):not(.disabled):active,
  .sensei .lesson_button_form input[type="submit"]:not(:disabled):not(.disabled).active,
  .sensei .send_message:not(:disabled):not(.disabled):active,
  .sensei .send_message:not(:disabled):not(.disabled).active,
  .sensei .sensei-course-filters a:not(:disabled):not(.disabled):active,
  .sensei .sensei-course-filters a:not(:disabled):not(.disabled).active,
  .sensei .course-start:not(:disabled):not(.disabled):active,
  .sensei .course-start:not(:disabled):not(.disabled).active,
  .sensei .quiz-submit:not(:disabled):not(.disabled):active,
  .sensei .quiz-submit:not(:disabled):not(.disabled).active {
    background-image: none; }
  .sensei .button:hover,
  .sensei .lesson_button_form input[type="submit"]:hover,
  .sensei .send_message:hover,
  .sensei .sensei-course-filters a:hover,
  .sensei .course-start:hover,
  .sensei .quiz-submit:hover {
    color: #fff;
    background-color: #005650;
    border-color: #005650; }
  .sensei .button:focus, .sensei .button.focus,
  .sensei .lesson_button_form input[type="submit"]:focus,
  .sensei .lesson_button_form input[type="submit"].focus,
  .sensei .send_message:focus,
  .sensei .send_message.focus,
  .sensei .sensei-course-filters a:focus,
  .sensei .sensei-course-filters a.focus,
  .sensei .course-start:focus,
  .sensei .course-start.focus,
  .sensei .quiz-submit:focus,
  .sensei .quiz-submit.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }
  .sensei .button.disabled, .sensei .button:disabled,
  .sensei .lesson_button_form input[type="submit"].disabled,
  .sensei .lesson_button_form input[type="submit"]:disabled,
  .sensei .send_message.disabled,
  .sensei .send_message:disabled,
  .sensei .sensei-course-filters a.disabled,
  .sensei .sensei-course-filters a:disabled,
  .sensei .course-start.disabled,
  .sensei .course-start:disabled,
  .sensei .quiz-submit.disabled,
  .sensei .quiz-submit:disabled {
    color: #005650;
    background-color: transparent; }
  .sensei .button:not(:disabled):not(.disabled):active, .sensei .button:not(:disabled):not(.disabled).active,
  .show > .sensei .button.dropdown-toggle,
  .sensei .lesson_button_form input[type="submit"]:not(:disabled):not(.disabled):active,
  .sensei .lesson_button_form input[type="submit"]:not(:disabled):not(.disabled).active,
  .show >
  .sensei .lesson_button_form input[type="submit"].dropdown-toggle,
  .sensei .send_message:not(:disabled):not(.disabled):active,
  .sensei .send_message:not(:disabled):not(.disabled).active,
  .show >
  .sensei .send_message.dropdown-toggle,
  .sensei .sensei-course-filters a:not(:disabled):not(.disabled):active,
  .sensei .sensei-course-filters a:not(:disabled):not(.disabled).active,
  .show >
  .sensei .sensei-course-filters a.dropdown-toggle,
  .sensei .course-start:not(:disabled):not(.disabled):active,
  .sensei .course-start:not(:disabled):not(.disabled).active,
  .show >
  .sensei .course-start.dropdown-toggle,
  .sensei .quiz-submit:not(:disabled):not(.disabled):active,
  .sensei .quiz-submit:not(:disabled):not(.disabled).active,
  .show >
  .sensei .quiz-submit.dropdown-toggle {
    color: #fff;
    background-color: #005650;
    border-color: #005650; }
    .sensei .button:not(:disabled):not(.disabled):active:focus, .sensei .button:not(:disabled):not(.disabled).active:focus,
    .show > .sensei .button.dropdown-toggle:focus,
    .sensei .lesson_button_form input[type="submit"]:not(:disabled):not(.disabled):active:focus,
    .sensei .lesson_button_form input[type="submit"]:not(:disabled):not(.disabled).active:focus,
    .show >
    .sensei .lesson_button_form input[type="submit"].dropdown-toggle:focus,
    .sensei .send_message:not(:disabled):not(.disabled):active:focus,
    .sensei .send_message:not(:disabled):not(.disabled).active:focus,
    .show >
    .sensei .send_message.dropdown-toggle:focus,
    .sensei .sensei-course-filters a:not(:disabled):not(.disabled):active:focus,
    .sensei .sensei-course-filters a:not(:disabled):not(.disabled).active:focus,
    .show >
    .sensei .sensei-course-filters a.dropdown-toggle:focus,
    .sensei .course-start:not(:disabled):not(.disabled):active:focus,
    .sensei .course-start:not(:disabled):not(.disabled).active:focus,
    .show >
    .sensei .course-start.dropdown-toggle:focus,
    .sensei .quiz-submit:not(:disabled):not(.disabled):active:focus,
    .sensei .quiz-submit:not(:disabled):not(.disabled).active:focus,
    .show >
    .sensei .quiz-submit.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }

.sensei .sensei-login-submit .button {
  width: 100%;
  margin-bottom: 1rem; }

.sensei .sensei-login-submit a {
  font-size: 90%; }

.sensei #user-course-status-toggle {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 2rem; }
  .sensei #user-course-status-toggle::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .sensei #user-course-status-toggle a {
    display: 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;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    float: left;
    margin-left: -1px;
    margin-bottom: -1px; }
    @media (prefers-reduced-motion: reduce) {
      .sensei #user-course-status-toggle a {
        -webkit-transition: none;
        transition: none; } }
    .sensei #user-course-status-toggle a.active {
      border: 1px solid #ced4da;
      border-bottom: 1px solid #fff; }

.sensei .sensei-message {
  padding: 1rem 2rem;
  margin: 1rem 0 2rem;
  position: relative;
  background-color: #e9ecef;
  border-left: 3px solid #495057;
  list-style: none outside;
  clear: both;
  width: auto;
  word-wrap: break-word; }
  .sensei .sensei-message .button {
    float: right;
    margin-top: -0.5rem;
    margin-left: 1rem; }
  .sensei .sensei-message a {
    text-decoration: underline; }
  .sensei .sensei-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important; }
  .sensei .sensei-message.tick, .sensei .sensei-message.download {
    border-left-color: #28a745; }
  .sensei .sensei-message.alert {
    border-left-color: #ffc107; }

.sensei .sensei-archive-controls .archive-header {
  padding-bottom: 2rem; }
  .sensei .sensei-archive-controls .archive-header .h1 {
    margin-bottom: 2rem; }

.sensei .sensei-archive-controls .sensei-course-filters {
  margin: 0 0 2rem 0;
  padding: 0; }
  .sensei .sensei-archive-controls .sensei-course-filters li {
    list-style: none;
    line-height: calc(1.5em + 0.75rem + 2px);
    display: inline-block;
    margin-right: 0.5rem; }
    .sensei .sensei-archive-controls .sensei-course-filters li a {
      color: #005650;
      border-color: #005650; }
      .sensei .sensei-archive-controls .sensei-course-filters li a:hover {
        color: #fff;
        background-color: #005650;
        border-color: #005650; }
      .sensei .sensei-archive-controls .sensei-course-filters li a:focus, .sensei .sensei-archive-controls .sensei-course-filters li a.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }
      .sensei .sensei-archive-controls .sensei-course-filters li a.disabled, .sensei .sensei-archive-controls .sensei-course-filters li a:disabled {
        color: #005650;
        background-color: transparent; }
      .sensei .sensei-archive-controls .sensei-course-filters li a:not(:disabled):not(.disabled):active, .sensei .sensei-archive-controls .sensei-course-filters li a:not(:disabled):not(.disabled).active,
      .show > .sensei .sensei-archive-controls .sensei-course-filters li a.dropdown-toggle {
        color: #fff;
        background-color: #005650;
        border-color: #005650; }
        .sensei .sensei-archive-controls .sensei-course-filters li a:not(:disabled):not(.disabled):active:focus, .sensei .sensei-archive-controls .sensei-course-filters li a:not(:disabled):not(.disabled).active:focus,
        .show > .sensei .sensei-archive-controls .sensei-course-filters li a.dropdown-toggle:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(0, 86, 80, 0.5); }

.sensei .sensei-archive-controls .sensei-ordering {
  margin-bottom: 2rem; }

@media (min-width: 800px) {
  .sensei .sensei-archive-controls .sensei-course-filters,
  .sensei .sensei-archive-controls .sensei-ordering {
    margin-bottom: 2rem;
    float: right; }
  .sensei .sensei-archive-controls .sensei-course-filters {
    float: left; } }

.sensei .courses .entry-header {
  font-size: 90%;
  color: #6c757d; }
  .sensei .courses .entry-header .course-author a,
  .sensei .courses .entry-header .sensei-course-meta a {
    color: #212529; }

.sensei .courses .sensei-course-meta .course-lesson-count {
  display: inline-block;
  margin-right: .2em; }

.sensei .courses .sensei-course-meta .course-lesson-progress {
  font-style: italic;
  display: block; }

.sensei .course .course-meta {
  margin: 2rem 0; }

.sensei .course .progress.course-completion-rate {
  background-color: transparent;
  font-style: italic;
  margin-bottom: 1rem; }

.sensei .course .meter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef; }
  .sensei .course .meter.red span {
    color: #dc3545;
    text-align: center;
    min-width: 3em;
    font-weight: bold;
    background-color: #fff; }

.sensei .course .meter span {
  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: #005650;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  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: 2rem 2rem; }
  @media (prefers-reduced-motion: reduce) {
    .sensei .course .meter span {
      -webkit-transition: none;
      transition: none; } }

.sensei .sensei-video-embed {
  margin-bottom: 2rem; }

.sensei .modules-title {
  text-align: center;
  margin-bottom: 2rem; }

.sensei .module {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem;
  border-top: 1px solid #e9ecef; }
  .sensei .module header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sensei .module header h2 {
      margin: 0; }

.sensei header .status,
.sensei header .lesson-status {
  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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .sensei header .status,
    .sensei header .lesson-status {
      -webkit-transition: none;
      transition: none; } }
  .sensei header .status.completed,
  .sensei header .lesson-status.completed {
    color: #fff;
    background-color: #28a745; }
    a.sensei header .status.completed:hover, a.sensei header .status.completed:focus, .sensei header .lesson-status.completed:hover, .sensei header .lesson-status.completed:focus {
      color: #fff;
      background-color: #1e7e34; }
    a.sensei header .status.completed:focus, a.sensei header .status.completed.focus, .sensei header .lesson-status.completed:focus, .sensei header .lesson-status.completed.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .sensei header .status.in-progress,
  .sensei header .lesson-status.in-progress {
    color: #fff;
    background-color: #17a2b8; }
    a.sensei header .status.in-progress:hover, a.sensei header .status.in-progress:focus, .sensei header .lesson-status.in-progress:hover, .sensei header .lesson-status.in-progress:focus {
      color: #fff;
      background-color: #117a8b; }
    a.sensei header .status.in-progress:focus, a.sensei header .status.in-progress.focus, .sensei header .lesson-status.in-progress:focus, .sensei header .lesson-status.in-progress.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.sensei .course-lessons .lesson-title h2 {
  margin-bottom: 0.5rem; }

.sensei .course-lessons .lesson-meta span:not(.lesson-status) {
  font-size: 90%;
  margin-right: 1em;
  color: #6c757d; }
  .sensei .course-lessons .lesson-meta span:not(.lesson-status).lesson-author a {
    color: #212529; }

.sensei .sensei-breadcrumb {
  margin-bottom: 2rem; }

.sensei #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sensei #customer_login .col-1,
  .sensei #customer_login .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 800px) {
    .sensei #customer_login .col-1,
    .sensei #customer_login .col-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.sensei .entry-content .form-row {
  margin: 0 0.5rem 1rem 0;
  display: block; }
  .sensei .entry-content .form-row label {
    display: block; }
  .sensei .entry-content .form-row input,
  .sensei .entry-content .form-row textarea,
  .sensei .entry-content .form-row select {
    width: 100%; }
  .sensei .entry-content .form-row input[type=checkbox],
  .sensei .entry-content .form-row input[type=radio] {
    width: auto; }
  .sensei .entry-content .form-row s .button {
    width: 100%; }
  .sensei .entry-content .form-row.create-account label {
    display: inline-block; }

.sensei p.form-row-wide {
  clear: both;
  width: 100%;
  margin-right: 0; }

/*--------------------------------------------------------------
# Flags
--------------------------------------------------------------*/
@font-face {
  font-family: star;
  src: url(/wp-content/themes/ae-underscores/assets/fonts/star/star.eot);
  src: url(/wp-content/themes/ae-underscores/assets/fonts/star/star.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/ae-underscores/assets/fonts/star/star.woff) format("woff"), url(/wp-content/themes/ae-underscores/assets/fonts/star/star.ttf) format("truetype"), url(/wp-content/themes/ae-underscores/assets/fonts/star/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal; }

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

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url(/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.eot);
  src: url(/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.ttf) format("truetype"),
       url(/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.svg#Genericons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

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

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


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




/**

	ae-icon-font Helper CSS

*/


@font-face {
    font-family: 'ae-icon-font';
    src: url(/wp-content/themes/ae-underscores/assets/fonts/ae-icons/./ae-icon-font.eot);
}

@font-face {
    font-family: 'ae-icon-font';
    src:
    	url('data:application/octet-stream;base64,d09GRgABAAAAABUwAA4AAAAAIDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPipJUmNtYXAAAAGIAAAAeAAAAapBOYtHY3Z0IAAAAgAAAAAKAAAACgAAAABmcGdtAAACDAAABZQAAAtwiJCQWWdhc3AAAAegAAAACAAAAAgAAAAQZ2x5ZgAAB6gAAAooAAAMiLOOH1JoZWFkAAAR0AAAADQAAAA2CCIOFGhoZWEAABIEAAAAHgAAACQIqARxaG10eAAAEiQAAAA3AAAASD/vAABsb2NhAAASXAAAACYAAAAmHaYaZG1heHAAABKEAAAAIAAAACAAugvxbmFtZQAAEqQAAAGIAAAC/fXko6twb3N0AAAULAAAAJkAAADOewYYonByZXAAABTIAAAAZQAAAHvdawOFeJxjYGTuZZzAwMrAwVTFtIeBgaEHQjM+YDBkZGJgYGJgZWbACgLSXFMYHF4wvjBjDvqfxRDFHMQwHSjMCJIDAPNlC/p4nGNgYGBmgGAZBkYGEFgC5DGC+SwMHUBajkEAKMLHwPCC6QXbC44XXC/4Xgi/EH8h9ULmheoLwxfGL8z+/wdpfMEIlxcCykuC5Q1g8hIM4n/F/4j/Fv8h/lX8k/hH8Q/iL8Tvid8Vvw21Fw9gZCOkYvgDANStLC8AAAAAAAAAAAAAAAB4nK1WaXMTRxCd1WHLNj6CDxI2gVnGcox2VpjLCBDG7EoW4BzylexCjl1Ldu6LT/wG/ZpekVSRb/y0vB4d2GAnVVQoSv2m9+1M9+ueXpPQksReWI+k3HwpprY2aWTnSUg3bFqO4kPZ2QspU0z+LoiCaLXUvu04JCISgap1hSWC2PfI0iTjQ48yWrYlvWpSbulJd9kaD+qt+vbT0FGO3QklNZuhQ+uRLanCqBJFMu2RkjYtw9VfSVrh5yvMfNUMJYLoJJLGm2EMj+Rn44xWGa3GdhxFkU2WG0WKRDM8iCKPslpin1wxQUD5oBlSXvk0onyEH5EVe5TTCnHJdprf9yU/6R3OvyTieouyJQf+QHZkB3unK/ki0toK46adbEehivB0fSfEI5uT6p/sUV7TaOB2RaYnzQiWyleQWPkJZfYPyWrhfMqXPBrVkoOcCFovc2Jf8g60HkdMiWsmyILujk6IoO6XnKHYY/q4+OO9XSwXIQTIOJb1jkq4EEYpYbOaJG0EOYiSskWV1HpHTJzyOi3iLWG/Tu3oS2e0Sag7MZ6th46tnKjkeDSp00ymTu2k5tGUBlFKOhM85tcBlB/RJK+2sZrEyqNpbDNjJJFQoIVzaSqIZSeWNAXRPJrRm7thmmvXokWaPFDPPXpPb26Fmzs9p+3AP2v8Z3UqpoO9MJ2eDshKfJp2uUnRun56hn8m8UPWAiqRLTbDlMVDtn4H5eVjS47CawNs957zK+h99kTIpIH4G/AeL9UpBUyFmFVQC9201rUsy9RqVotUZOq7IU0rX9ZpAk05Dn1jX8Y4/q+ZGUtMCd/vxOnZEZeeufYlyDSH3GZdj+Z1arFdgM5sz+k0y/Z9nebYfqDTPNvzOh1ha+t0lO2HOi2w/UinY2wvaEGT7jsEchGBXMAGEoGwdRAI20sIhK1CIGwXEQjbIgJhu4RA2H6MQNguIxC2l7Wsmn4qaRw7E8sARYgDoznuyGVuKldTyaUSrotGpzbkKXKrpKJ4Vv0rA/3ikTesgbVAukTW/IpJrnxUleOPrmh508S5Ao5Vf3tzXJ8TD2W/WPhT8L/amqqkV6x5ZHIVeSPQk+NE1yYVj67p8rmqR9f/i4oOa4F+A6UQC0VZlg2+mZDwUafTUA1c5RAzGzMP1/W6Zc3P4fybGCEL6H78NxQaC9yDTllJWe1gr9XXj2W5twflsCdYkmK+zOtb4YuMzEr7RWYpez7yecAVMCqVYasNXK3gzXsS85DpTfJMELcVZYOkjceZILGBYx4wb76TICRMXbWB2imcsIG8YMwp2O+EQ1RvlOVwe6F9Ho2Uf2tX7MgZFU0Q+G32Rtjrs1DyW6yBhCe/1NdAVSFNxbipgEsj5YZq8GFcrdtGMk6gr6jYDcuyig8fR9x3So5lIPlIEatHRz+tvUKd1Ln9yihu3zv9CIJBaWL+9r6Z4qCUd7WSZVZtA1O3GpVT15rDxasO3c2j7nvH2Sdy1jTddE/c9L6mVbeDg7lZEO3bHJSlTC6o68MOG6jLzaXQ6mVckt52DzAsMKDfoRUb/1f3cfg8V6oKo+NIvZ2oH6PPYgzyDzh/R/UF6OcxTLmGlOd7lxOfbtzD2TJdxV2sn+LfwKy15mbpGnBD0w2Yh6xaHbrKDXynBjo90tyO9BDwse4K8QBgE8Bi8InuWsbzKYDxfMYcH+Bz5jBoMofBFnMYbDNnDWCHOQx2mcNgjzkMvmDOOsCXzGEQModBxBwGT5gTADxlDoOvmMPga+Yw+IY59wG+ZQ6DmDkMEuYw2Nd0ayhzixd0F6htUBXowPQTFvewONRUGbK/44Vhf28Qs38wiKk/aro9pP7EC0P92SCm/mIQU3/VdGdI/Y0Xhvq7QUz9wyCmPtMvxnKZwV9GvkuFA8ouNp/z98T7B8IaQLYAAQAB//8AD3icXVZ/bNz0Fff72mf7fD6f7fPZ9/t37OTSXNL74UsTeknT9vqDkqUldG3UdlFUKDQQWCeYhhJUBYTKNlYooTDooKs6rWNQCogfqjbKSiUQg1EYYh0d09SBVHVsfwFjXc7Z8wU0tou/z+/7w87ze+/zeY9iKGrhLHMP+YTiqAAVpAzKPyiENEUWeJYwXZ2QCWWq+AcZJaPklFxbNYcLuRB9K2j//i7Jw8b5f9JPN19/4i3y+AHYeIAMjI095bzlGNDl/P7TZ/BHUWRhYeFmuJdeQ1lUD8U/310IMaSrs6pUanY/lAw9pLCmpZisoUhgVr9S3BUOd4IVu6RLxOxWwm8bWj9jA0kDs6SdyQMpmoSJA2Pv6h3pI/Zo5R8QXBPh+cRK5+8pNgKsl/E0j8XUaAhuUlnReSChhkNkC646l1MsUdt7e0d6yRUURQlo4276Ir2JyqONdWqIalDrqWFqE7WZmqAig/qWb45evfEbV125bs3qlSsGli8tWHFB6OpUqpUBsGvVil3LlHQjpKdAT4DG5hSN5TJZs6ZkzQHQ9H6o5bIBYEPBsoJny3hWKSuZWrmWs9C9wXI1R5eVXK1s5cpG2cJRsq1qpRvMnLad4c0IuSWaB57Zrtnt+WhzJGKC1QsDcqBvZqss7PBs/60qXZJk+FVzJD07sGqG3NK87+hdDePSpZm76o1dA7PTuZk+SQXPDkGGn6RSkRmWn8M3mpE5np2JpNKW7dwQwXkYHrItkNTz4oxXaH4Cy/Clqt95DR6qn6/POLvPNzdC76Hz+FOllOCdESmKRv9R9EXyAqWj79ZQwosrql0ZTaC7OpcDuse0MNC1ksEaLHqAC+WyBnqNFKHmRjakcS2fobuKALblnnQXDdePXK7lA/WXQwRTL5Veulb07+lh9kRO6Q8vayvCtr1jw8sPhEmu+VdJgz+uKqZySztyK46psdtKU4Hdd0fZEWtbb3cHCc7c4uNrxvL9kWMxoRE3Npc33Hjjht2VZEOIHWtjSBi27p4Jks6O+qalI4J+d5rsXxar8u63LdxDVtNlqp3qpqr4beWe7iUZEb8No8xpaCTGUoJOyJp16IdqpVxEUYcaXm5GJImnhLmRBCtjWhmWrNq3i5RDaRI3zrZkBXbti6oeT1yBO9Q4w2hR58PV1wvOA8J134E9noTzbgI+2n1EAULeSRbS6ULyPaIenuyf2+SVNdAD3k1zn21ZtXLs3YmpKQyDB+19A2PxKRWjUlQOEddJBQbFQrvVlk2nErrPg4Yj4DSOzXYDx7oDIecmcQpqtgEKh0C3cCze6XOyzMvCuXOq/ME5OStfUuVzH8hyc/4YHMDrCZRki6A1X9IElt23TxBwaBpZqwkHWrrQfBIuX++w/ycognYeIiadpZZSq5ATBss+CjkhKAEXSoKh4CijBxUc1SJYErigypqYT6aV+/qsDUlCAuPrD5W0BNBLaEho/9W8NKPSjLe0eIe/dUzGVB5w46tTaVQuZ9NZp44zd/00Ti67usy/zsst8b96sli4t/A6nnDeW3zEhYHLp18wPeQMJVIJqota7vLpsqWFbERlKOTTNgR6NccZSAGhXJsm0UW6TpK0B2mimnFpA1MmU7GDSB8W0oeFZGFgGsFT768duLozzMEaSOjFoS1DPSqbzA9vGM5mIdw/2pwZ7b9iE5A7R2e1wHw4gJkh0Rcl/W378lVLNN/hrdZIo0CKQ6PrR4eKpNAYeQGSo/39o84FV8LZ5h0BHTSZzLo39ztgobnwDB0kryKm2ecUAl2dXmBzWQuDoWSyReQ8sMslIwm05Dwq6LTHL4Fzyq/yoo+8wXkDAs+Q/U1bA1oTYUiKahxcywh8mGrxxcIf6P3kYyqCOdqGmMpnElE/62KqziBjSiQAVpG2lFKSGB4FqdIEBWuBDWc92vptR3Z868iOhij5vaiP7zg83vA7p56cnIJPj03dSG71SGZah+ZEOGkKgsjnsxohj4WTeZ/PqUvL4Dd9zgY4LfU5A8u+tOUZegx5n0fWn0Jbdl7ZFWRptKVWKQKr6XVo5VzFtvAmEQ45zLVPAiunlEtJxkBuL1UrVh0qll3FM5iBGucymDs01mUGy3QlwgzrnY1cWCc1dF4S8ACyx349ruNF7lwSP2NDtiZJmuFP+n1SWNBFTVBVTpfiYpzctm7lJJE1ISF41fCamCcEmfHhtfb1q1eIP00UCokfa8vScb+oh/V49/r22ETf5p0BjYSjYaLBSKIA6T3pWgUCQ+vDflOR5LQ3KIjgPEpYFmt9x/aA7C20q3HLn+ehFCp1qFqnKYq9ncNjUcMoJODaZMG/rpCUhjboofzwinLvKPrPxfEJehstov/SiGPVy7g4hpIus2lTtoPojVwVOdEK5aoIbsx6RGm1DMefnZ93Ds3Pvz99QnzlFfHEdGP6WfH0afHZ6QYttnZg5/z855K7cUI6ffor5UuMLdZqLyVTGhV2MRbWNdUvgIuxkJLh3HalpkC1bGMxscDwQs3gyN1HndPk8NHmnQguawhunnHuB3lwZvAgffFocxwGjja/B5O3kbS19ERrkwi42eLUKfIxPYz9kYWIvoa6yeXUyW1Xr6oWcjHZg5yqhDTEgtsK2BXLxJLFcmzQdOueW+wNFSPtoscMuoFv1bcQnmjByaxWsOtxGdjdwbcYuuZmGZ7n2JCGxdFNGvQjZlfr1bks64kH3tS9Ho/XeFOKMvxmDytGN455uphIjGVD8hzzg2CQ5yNAAl6Fz0+EVehhA7Ocn2YUMdKLJMgH3uF5A7z+PZxCB6VYn8jQHuktwRsC1t8ZVWV2gAsKmjfIbaL1YB5+wSteRUgFTOe1kQxHIhebN/88RPuyHs+fJd5Ds+2YUD7YIfoU+TkeiBwdi/My/r8q2SWKsnzKC1J4OOUTOFbyNJhWDFH8i/ya8iELtGEVwBh2d+QS4YBAM62+CnuDBELNhGodXGYP5XASxAmDfZYE6ZZe0hdLwfEvjsPxz49DkkwfnwYAcvuJ288yF+CKCzR9wTlz4S9k7o2DB969D/aWTds2y2aF9IIRC8ZJOBTToiTp5Ad7h8n6vsHa8DD8sJBob08UEFTUlxxxA/0R5lsaGb0POcLu6cjHXY5YhHQSMEiLVyuAKZpGekD6btOQzUt2EbAVZBW3C2xNMIAnZz9cMZf0MMDQwBHiVaQ9vMTTBF6adR6cPQl0PgI7I3mSjjmHIvl85OmWjvJn8O3Zk/zEkJejBc5j+tRGwE84nyItUPjYS/siWcj3mCQLI/hYKQ/ZRft3M/ej/TKVwX5AeLGQjxh+L9rvlhesODWs+x7ECLZkml4u4TQILTLDylqxk8Bp2I8/MnnNvujQY/C881nWedA5M3mwbXZbJv0nsg6aL49psyf3du/8/nVk4kfj8MgNB2F8w+DD8LIz+bu88ziUydyusTu8r8KbUGw+eaCze+teMr29sZOMr21MkOuo/wBhAYLqeJxjYGRgYABiwa/XLsXz23xl4GZ+ARRhuMRWFQShA5T+//2fyfKTGcTnYGACiQIAbXYM9HicY2BkYGAO+p/FEMXyk4Hh/28gCRRBAUIAlB8GIQAAeJxjfsHAwNLJwMDYw8DA/AKCmVygtBpQTh/IFgTiBUAcCcQxULmnQLmfQPYTID2RgQEAlCwLJQAAAAAAADIAhAEiAZAB6AI8AqgDDAM6A4AEIARaBJIFPAWSBfIGRAAAAAEAAAASAG8ACgAAAAAAAgAAABAAcwAAACoLcAAAAAB4nHWRzUrDQBSFz9iqaMWFgrjzrkSRpj8ggiul+LMu0p1gjNMkNc2UybTSZ/At9Bl8Hd/DnSfpIEVoQpLvfnMmcycBsIdvKCyOc14LVthhteA1bOLac43+3nOd/OB5HQ08ed6gf/W8jTO8eW5gHx98g6pvsRrhy7PCoTryvIZddeG5Rn/juU5+9LyOAzX1vEH/7nkbA/XpuYFj9dMzk7lN48TJSe9Uuu3OuTzPxVCleZhJOHWJsYVcydDkTmeZCSIzDnUzjUzeLF1fx9MstMtqmQfaFqnJpRO0l/WdzrUNnX4pVytmcde5oQytGcutX0cm1ox05ILEucllq7W8PnowmGAOixQxEjgITmhP+eyijQ5/jOCZCWFykUqRI0RGE2LKGUk1UrC+4jVkldNqJjJygIj3MbMaTc6NqvHmX65PH/M9GRN2ZWqVH9CXa6dVLew3YNer0nf0eTUjrDp8+dtbgRm76NI6pstd2Kprwe2//Qi/Vzk2oonog+qrOdpLtHiu2P8vpTqOzXicbcFbFoIgFAVQTqKkvcx5OCi0q7EWcJFHLRt9H/22tziIn078NwiBAypI1GigcESLDiecccEVN/S4Y+gWPRtrsqGkEsWXmamazKffCsV9XCOXMDryRb6Np8rpIBfmR+3Y065mdkGn1Mw6ZkptfhY3pbGEJuu4UlYcjDfs5U42tBzIZz1ZUpPldaXYLVxi2oqOJMQXuGsyGAAAAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MjBoQWgOFHonAwMDJzKLmcFlowpjR2DEBoeOiI3MKS4b1UC8XRwNDIwsDh3JIREgJZFAsJGBR2sH4//WDSy9G5kYXAAH0yK4AAAA') format('woff'),
        url(/wp-content/themes/ae-underscores/assets/fonts/ae-icons/./ae-icon-font.ttf) format('truetype'),
		url(/wp-content/themes/ae-underscores/assets/fonts/ae-icons/./ae-icon-font.svg#ae-icon-font) format('svg');
    font-weight: normal;
    font-style: normal;
}


 @font-face {
	font-family:'ae-icon-fonticons';
	src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
	font-weight:normal;
	font-style:normal
}


/**
 * All Genericons
 */

.ae-icon-font,
.ae-icon-fonticons {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'ae-icon-font';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

.ae-icon-fonticons{
	font-family:'ae-icon-fonticons';
}


/**
 * IE7 and IE6 hacks
 */

.ae-icon-font,
.ae-icon-fonticons {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/*ae-icon-font*/

.icon-facilities:before { content: '\e801'; }
.icon-service:before { content: '\e802'; }
.icon-biz:before { content: '\e806'; }
.icon-query-group-menu:before { content: '\e808'; }
.icon-wine:before { content: '\e80a'; }
.icon-map:before { content: '\e80e'; }
.icon-food:before { content: '\e812'; }
.icon-money:before { content: '\e813'; }
.icon-compass:before { content: '\e817'; }
.icon-cartes:before { content: '\e819'; }
.icon-thumbs-up:before { content: '\e81a'; }
.icon-target:before { content: '\e81c'; }
.icon-opinion:before { content: '\e825'; }
.icon-yelp:before { content: '\e830'; }
.icon-opentable:before { content: '\e831'; }
.icon-blogger:before { content: '\e833'; }
.icon-foursquare:before { content: '\e836'; }



/*ae-icon-fonticons*/

.icon-tripadvisor:before {content:'\f000';}
.icon-yelp:before {content:'\f001';}
.icon-spoon:before {content:'\f002';}
.icon-cutlery:before {content:'\f003';}
.icon-crosshairs:before {content:'\f004';}
.icon-coffee:before {content:'\f005';}
.icon-calendar-check-o:before {content:'\f006';}
.icon-calendar:before {content:'\f007';}
.icon-compass:before {content:'\f008';}
.icon-eur:before {content:'\f009';}
.icon-glass:before {content:'\f00a';}
.icon-location-arrow:before {content:'\f00b';}
.icon-money:before {content:'\f00c';}
.icon-users:before {content:'\f00d';}
.icon-wifi:before {content:'\f00e';}
.icon-thumbs-o-up:before {content:'\f00f';}
.icon-smile-o:before {content:'\f010';}
.icon-map-o:before {content:'\f011';}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}
.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}

/* Sharing email errors */
.sd-content .share-email-error .share-email-error-title {
	margin: 0.5em 0;
}
.sd-content .share-email-error .share-email-error-text {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin: 0.5em 0;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	border-radius: 4px;
	color: #2C3338 !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
	text-shadow: none;
	line-height: 23px;
	padding: 4px 11px 3px 9px;
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
	align-items: center;
	display: flex;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 6px 0px 5px;
	min-height: 20px;
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
	position: relative;
	top: 2px;
}

.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
	margin-left: 6px;
}

/* Icon Only */
.sd-social-icon .sd-content ul li a.sd-button>span {
	margin-left: 0;
}

/* Text Only */
.sd-social-text .sd-content ul li a.sd-button span {
	margin-left: 3px;
}

.sd-social-official .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
	line-height: 12px;
	margin-left: 3px;
}


.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 8px 12px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul li.share-mastodon a:before,
.sd-social-text .sd-content ul li.share-mastodon a:before,
.sd-content ul li.share-mastodon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-mastodon a:before,
.sd-social-official .sd-content li.share-mastodon a:before {
	content: '\f10a';
}
.sd-social-official .sd-content li.share-mastodon a:before {
	color: #563ACC;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}


.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul {
	display: flex;
	flex-wrap: wrap;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: flex;
	max-height: 18px;
}

.sd-social-official .sd-content ul>li .option-smart-off {
	margin-right: 8px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-skype {
	min-width: 55px;
}

.sd-social-official .sd-content .share-tumblr iframe {
	max-width: 53px;
	width: unset;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
	max-width: 32px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #1877F2;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #4f94d4;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button {
	background: linear-gradient(to top, #563ACC 0%, #6364FF 100%);
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f0f0f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

.sd-content .share-customize-link {
	margin-top: 8px;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}

@media print {
	.sharedaddy.sd-sharing-enabled {
		display: none;
	}
}
@font-face{font-family:social-logos;src:url(data:application/octet-stream;base64,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) format('woff2');font-weight:400;font-style:normal}.social-logo{font-family:social-logos;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-alt:before{content:"\f102"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__google:before{content:"\f103"}.social-logo__instagram:before{content:"\f215"}.social-logo__link:before{content:"\f109"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__mastodon:before{content:"\f10a"}.social-logo__medium-alt:before{content:"\f106"}.social-logo__medium:before{content:"\f623"}.social-logo__patreon:before{content:"\f105"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo__tiktok-alt:before{content:"\f107"}.social-logo__tiktok:before{content:"\f108"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f202"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__woocommerce:before{content:"\f104"}.social-logo__wordpress:before{content:"\f205"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"}
