@charset "UTF-8";
/* Gradient Mixins */
@import "../../bower_components/swiper/dist/css/swiper.min.css";
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500");
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #ECEDEF;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007396;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #00384a;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.display-1, .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .title h1 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2, .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .title h2 {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3, .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .title h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4, .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .title h4 {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.1;
}

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

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

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: 5px;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #5E6977;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ECEDEF;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

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

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

.figure-caption {
  font-size: 90%;
  color: #5E6977;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #ECEDEF;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.33rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

.col-1 {
  -ms-flex: 0 0 6.25%;
      flex: 0 0 6.25%;
  max-width: 6.25%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  -ms-flex: 0 0 81.25%;
      flex: 0 0 81.25%;
  max-width: 81.25%;
}

.col-14 {
  -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-15 {
  -ms-flex: 0 0 93.75%;
      flex: 0 0 93.75%;
  max-width: 93.75%;
}

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

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

.order-13 {
  -ms-flex-order: 13;
      order: 13;
}

.order-14 {
  -ms-flex-order: 14;
      order: 14;
}

.order-15 {
  -ms-flex-order: 15;
      order: 15;
}

.order-16 {
  -ms-flex-order: 16;
      order: 16;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-sm-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-sm-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .order-sm-13 {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-sm-14 {
    -ms-flex-order: 14;
        order: 14;
  }

  .order-sm-15 {
    -ms-flex-order: 15;
        order: 15;
  }

  .order-sm-16 {
    -ms-flex-order: 16;
        order: 16;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-md-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-md-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-md-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-md-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-md-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-md-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-md-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-md-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .order-md-13 {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-md-14 {
    -ms-flex-order: 14;
        order: 14;
  }

  .order-md-15 {
    -ms-flex-order: 15;
        order: 15;
  }

  .order-md-16 {
    -ms-flex-order: 16;
        order: 16;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-lg-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-lg-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .order-lg-13 {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-lg-14 {
    -ms-flex-order: 14;
        order: 14;
  }

  .order-lg-15 {
    -ms-flex-order: 15;
        order: 15;
  }

  .order-lg-16 {
    -ms-flex-order: 16;
        order: 16;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-xl-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%;
  }

  .col-xl-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .order-xl-13 {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-xl-14 {
    -ms-flex-order: 14;
        order: 14;
  }

  .order-xl-15 {
    -ms-flex-order: 15;
        order: 15;
  }

  .order-xl-16 {
    -ms-flex-order: 16;
        order: 16;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #ECEDEF;
}

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

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

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

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

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

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

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

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

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

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #cef7ee;
}

.table-hover .table-teal:hover {
  background-color: #b8f3e6;
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #b8f3e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #ECEDEF;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

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

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

.form-control, .search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(44, 42, 41, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand, .search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .search-form .search-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #17c9ff;
  outline: none;
}
.form-control::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
  color: #5E6977;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
  color: #5E6977;
  opacity: 1;
}
.form-control::placeholder, .search-form .search-field::placeholder {
  color: #5E6977;
  opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .form-control[readonly], .search-form [readonly].search-field {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), .search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .search-form .input-group-sm > .form-control-plaintext.search-field,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.search-form .input-group-sm > .input-group-btn > .form-control-plaintext.search-submit, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .search-form .input-group-lg > .form-control-plaintext.search-field,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.search-form .input-group-lg > .input-group-btn > .form-control-plaintext.search-submit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.search-form .input-group-sm > .input-group-btn > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.33rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.search-form .input-group-lg > .input-group-btn > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.875rem + 2px);
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #5E6977;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .form-control.is-valid, .search-form .is-valid.search-field,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #7DC855;
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.25);
}
.was-validated .form-control:valid ~ .invalid-feedback, .was-validated .search-form .search-field:valid ~ .invalid-feedback, .search-form .was-validated .search-field:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip,
.was-validated .search-form .search-field:valid ~ .invalid-tooltip,
.search-form .was-validated .search-field:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .search-form .is-valid.search-field ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.search-form .is-valid.search-field ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #7DC855;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(125, 200, 85, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #7DC855;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #7DC855;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.25);
}

.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline, .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check, .search-form .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .search-form label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .search-form .form-group, .search-form label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .search-form .form-control, .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group {
    width: auto;
  }
  .form-inline .form-control-label, .search-form .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check, .search-form .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label, .search-form .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .search-form .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator, .search-form .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback, .search-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .search-form .search-submit {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.btn:focus, .search-form .search-submit:focus, .btn:hover, .search-form .search-submit:hover {
  text-decoration: none;
}
.btn:focus, .search-form .search-submit:focus, .btn.focus, .search-form .focus.search-submit {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 115, 150, 0.25);
}
.btn.disabled, .search-form .disabled.search-submit, .btn:disabled, .search-form .search-submit:disabled {
  opacity: 0.65;
}
.btn:active, .search-form .search-submit:active, .btn.active, .search-form .active.search-submit {
  background-image: none;
}

a.btn.disabled, .search-form a.disabled.search-submit,
fieldset[disabled] a.btn,
fieldset[disabled] .search-form a.search-submit,
.search-form fieldset[disabled] a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007396;
  border-color: #007396;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005670;
  border-color: #004c63;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 150, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007396;
  border-color: #007396;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #005670;
  background-image: none;
  border-color: #004c63;
}

.btn-secondary, .search-form .search-submit {
  color: #fff;
  background-color: #5E6977;
  border-color: #5E6977;
}
.btn-secondary:hover, .search-form .search-submit:hover {
  color: #fff;
  background-color: #4d5662;
  border-color: #47505b;
}
.btn-secondary:focus, .search-form .search-submit:focus, .btn-secondary.focus, .search-form .focus.search-submit {
  box-shadow: 0 0 0 3px rgba(94, 105, 119, 0.5);
}
.btn-secondary.disabled, .search-form .disabled.search-submit, .btn-secondary:disabled, .search-form .search-submit:disabled {
  background-color: #5E6977;
  border-color: #5E6977;
}
.btn-secondary:active, .search-form .search-submit:active, .btn-secondary.active, .search-form .active.search-submit, .show > .btn-secondary.dropdown-toggle, .search-form .show > .dropdown-toggle.search-submit {
  background-color: #4d5662;
  background-image: none;
  border-color: #47505b;
}

.btn-white {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #111;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  background-color: #fff;
  border-color: #fff;
}
.btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  background-color: #ececec;
  background-image: none;
  border-color: #e6e6e6;
}

.btn-teal {
  color: #111;
  background-color: #50E3C2;
  border-color: #50E3C2;
}
.btn-teal:hover {
  color: #111;
  background-color: #2fdeb7;
  border-color: #24dcb3;
}
.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 0 0 3px rgba(80, 227, 194, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  background-color: #50E3C2;
  border-color: #50E3C2;
}
.btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle {
  background-color: #2fdeb7;
  background-image: none;
  border-color: #24dcb3;
}

.btn-success {
  color: #111;
  background-color: #7DC855;
  border-color: #7DC855;
}
.btn-success:hover {
  color: #111;
  background-color: #68ba3c;
  border-color: #63b139;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(125, 200, 85, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #7DC855;
  border-color: #7DC855;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #68ba3c;
  background-image: none;
  border-color: #63b139;
}

.btn-info {
  color: #111;
  background-color: #6acbe0;
  border-color: #6acbe0;
}
.btn-info:hover {
  color: #111;
  background-color: #4ac0d9;
  border-color: #40bcd7;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(106, 203, 224, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #6acbe0;
  border-color: #6acbe0;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #4ac0d9;
  background-image: none;
  border-color: #40bcd7;
}

.btn-warning {
  color: #111;
  background-color: #FAD961;
  border-color: #FAD961;
}
.btn-warning:hover {
  color: #111;
  background-color: #f9d03c;
  border-color: #f8cd30;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(250, 217, 97, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #FAD961;
  border-color: #FAD961;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #f9d03c;
  background-image: none;
  border-color: #f8cd30;
}

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

.btn-light {
  color: #111;
  background-color: #ECEDEF;
  border-color: #ECEDEF;
}
.btn-light:hover {
  color: #111;
  background-color: #d7d9de;
  border-color: #d0d3d8;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(236, 237, 239, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #ECEDEF;
  border-color: #ECEDEF;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #d7d9de;
  background-image: none;
  border-color: #d0d3d8;
}

.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #333;
  border-color: #333;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #202020;
  background-image: none;
  border-color: #1a1a1a;
}

.btn-outline-primary {
  color: #007396;
  background-color: transparent;
  background-image: none;
  border-color: #007396;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007396;
  border-color: #007396;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 150, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007396;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007396;
  border-color: #007396;
}

.btn-outline-secondary {
  color: #5E6977;
  background-color: transparent;
  background-image: none;
  border-color: #5E6977;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #5E6977;
  border-color: #5E6977;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(94, 105, 119, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #5E6977;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5E6977;
  border-color: #5E6977;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:active, .btn-outline-white.active, .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-teal {
  color: #50E3C2;
  background-color: transparent;
  background-image: none;
  border-color: #50E3C2;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #50E3C2;
  border-color: #50E3C2;
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 3px rgba(80, 227, 194, 0.5);
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #50E3C2;
  background-color: transparent;
}
.btn-outline-teal:active, .btn-outline-teal.active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #50E3C2;
  border-color: #50E3C2;
}

.btn-outline-success {
  color: #7DC855;
  background-color: transparent;
  background-image: none;
  border-color: #7DC855;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #7DC855;
  border-color: #7DC855;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(125, 200, 85, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #7DC855;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #7DC855;
  border-color: #7DC855;
}

.btn-outline-info {
  color: #6acbe0;
  background-color: transparent;
  background-image: none;
  border-color: #6acbe0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #6acbe0;
  border-color: #6acbe0;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(106, 203, 224, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6acbe0;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #6acbe0;
  border-color: #6acbe0;
}

.btn-outline-warning {
  color: #FAD961;
  background-color: transparent;
  background-image: none;
  border-color: #FAD961;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #FAD961;
  border-color: #FAD961;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(250, 217, 97, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FAD961;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FAD961;
  border-color: #FAD961;
}

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

.btn-outline-light {
  color: #ECEDEF;
  background-color: transparent;
  background-image: none;
  border-color: #ECEDEF;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #ECEDEF;
  border-color: #ECEDEF;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(236, 237, 239, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ECEDEF;
  background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #ECEDEF;
  border-color: #ECEDEF;
}

.btn-outline-dark {
  color: #333;
  background-color: transparent;
  background-image: none;
  border-color: #333;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-link {
  font-weight: normal;
  color: #007396;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #00384a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #5E6977;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.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(44, 42, 41, 0.15);
  border-radius: 0.25rem;
}

.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: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #ECEDEF;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007396;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #5E6977;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-bottom: 0;
}
.btn-group > .btn:hover, .search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .search-form .btn-group > .search-submit:focus, .btn-group > .btn:active, .search-form .btn-group > .search-submit:active, .btn-group > .btn.active, .search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit,
.btn-group .btn + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form .btn-group .search-submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .search-form .btn-group + .search-submit,
.search-form .btn-group .btn-group + .search-submit,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .search-form .search-submit + .btn,
.search-form .btn-group-vertical .search-submit + .btn,
.btn-group-vertical .search-form .btn + .search-submit,
.search-form .btn-group-vertical .btn + .search-submit,
.btn-group-vertical .search-form .search-submit + .search-submit,
.search-form .btn-group-vertical .search-submit + .search-submit,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .search-form .search-submit + .btn-group,
.search-form .btn-group-vertical .search-submit + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .search-form .btn-group + .search-submit,
.search-form .btn-group-vertical .btn-group + .search-submit,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .search-form .btn-group > .search-submit:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .search-form .btn-group > .search-submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .search-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

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

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

.btn + .dropdown-toggle-split, .search-form .search-submit + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after, .search-form .search-submit + .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .search-form .search-submit, .search-form .btn-group-vertical .search-submit,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .search-form .btn-group-vertical > .search-submit + .btn, .search-form .btn-group-vertical > .btn + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit,
.btn-group-vertical > .btn + .btn-group,
.search-form .btn-group-vertical > .search-submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.search-form .btn-group-vertical > .btn-group + .search-submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .search-form .btn-group-vertical > .search-submit:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .search-form .btn-group-vertical > .search-submit:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .search-form .btn-group-vertical > .search-submit:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .search-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .search-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .search-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle=buttons] > .btn input[type=radio], .search-form [data-toggle=buttons] > .search-submit input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.search-form [data-toggle=buttons] > .search-submit input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.input-group .form-control, .input-group .search-form .search-field, .search-form .input-group .search-field {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .search-form .search-field:focus, .search-form .input-group .search-field:focus, .input-group .form-control:active, .input-group .search-form .search-field:active, .search-form .input-group .search-field:active, .input-group .form-control:hover, .input-group .search-form .search-field:hover, .search-form .input-group .search-field:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child),
.search-form .input-group .search-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(44, 42, 41, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.search-form .input-group-sm > .input-group-btn > .input-group-addon.search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.33rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.search-form .input-group-lg > .input-group-btn > .input-group-addon.search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group .search-form .search-field:not(:last-child), .search-form .input-group .search-field:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.search-form .input-group-btn:not(:last-child) > .search-submit,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.search-form .input-group-btn:not(:last-child) > .btn-group > .search-submit,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.search-form .input-group-btn:not(:first-child) > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.search-form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group .search-form .search-field:not(:first-child), .search-form .input-group .search-field:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.search-form .input-group-btn:not(:first-child) > .search-submit,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.search-form .input-group-btn:not(:first-child) > .btn-group > .search-submit,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.search-form .input-group-btn:not(:last-child) > .search-submit:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.search-form .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child), .search-form .search-field + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .search-form .input-group-btn > .search-submit {
  position: relative;
}
.input-group-btn > .btn + .btn, .search-form .input-group-btn > .search-submit + .btn, .search-form .input-group-btn > .btn + .search-submit, .search-form .input-group-btn > .search-submit + .search-submit {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .search-form .input-group-btn > .search-submit:focus, .input-group-btn > .btn:active, .search-form .input-group-btn > .search-submit:active, .input-group-btn > .btn:hover, .search-form .input-group-btn > .search-submit:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn, .search-form .input-group-btn:not(:last-child) > .search-submit,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn, .search-form .input-group-btn:not(:first-child) > .search-submit,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .search-form .input-group-btn:not(:first-child) > .search-submit:focus, .input-group-btn:not(:first-child) > .btn:active, .search-form .input-group-btn:not(:first-child) > .search-submit:active, .input-group-btn:not(:first-child) > .btn:hover, .search-form .input-group-btn:not(:first-child) > .search-submit:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007396;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ECEDEF, 0 0 0 3px #007396;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #4ad5ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #5E6977;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007396;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(44, 42, 41, 0.15);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #17c9ff;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select:disabled {
  color: #5E6977;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(44, 42, 41, 0.15);
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(44, 42, 41, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  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:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #5E6977;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007396;
}

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -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:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -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%;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  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: 575px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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 {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.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: -ms-flexbox !important;
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(44, 42, 41, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(44, 42, 41, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(44, 42, 41, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(44, 42, 41, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(44, 42, 41, 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(44, 42, 41, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(44, 42, 41, 0.5);
  border-color: rgba(44, 42, 41, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(44, 42, 41, 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(44, 42, 41, 0.5);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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: white;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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(44, 42, 41, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -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 > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(44, 42, 41, 0.03);
  border-bottom: 1px solid rgba(44, 42, 41, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #5E6977;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #5E6977;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007396;
  border-color: #007396;
}
.page-item.disabled .page-link {
  color: #5E6977;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007396;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #00384a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.33rem;
  border-bottom-left-radius: 0.33rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.33rem;
  border-bottom-right-radius: 0.33rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007396;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #004c63;
}

.badge-secondary {
  color: #fff;
  background-color: #5E6977;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #47505b;
}

.badge-white {
  color: #111;
  background-color: #fff;
}
.badge-white[href]:focus, .badge-white[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-teal {
  color: #111;
  background-color: #50E3C2;
}
.badge-teal[href]:focus, .badge-teal[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #24dcb3;
}

.badge-success {
  color: #111;
  background-color: #7DC855;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #63b139;
}

.badge-info {
  color: #111;
  background-color: #6acbe0;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #40bcd7;
}

.badge-warning {
  color: #111;
  background-color: #FAD961;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #f8cd30;
}

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

.badge-light {
  color: #111;
  background-color: #ECEDEF;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d0d3d8;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #003c4e;
  background-color: #cce3ea;
  border-color: #b8d8e2;
}
.alert-primary hr {
  border-top-color: #a6cedb;
}
.alert-primary .alert-link {
  color: #00151b;
}

.alert-secondary {
  color: #31373e;
  background-color: #dfe1e4;
  border-color: #d2d5d9;
}
.alert-secondary hr {
  border-top-color: #c4c8cd;
}
.alert-secondary .alert-link {
  color: #1a1e22;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-teal {
  color: #2a7665;
  background-color: #dcf9f3;
  border-color: #cef7ee;
}
.alert-teal hr {
  border-top-color: #b8f3e6;
}
.alert-teal .alert-link {
  color: #1d5045;
}

.alert-success {
  color: #41682c;
  background-color: #e5f4dd;
  border-color: #dbf0cf;
}
.alert-success hr {
  border-top-color: #cceabc;
}
.alert-success .alert-link {
  color: #2b441d;
}

.alert-info {
  color: #376a74;
  background-color: #e1f5f9;
  border-color: #d5f0f6;
}
.alert-info hr {
  border-top-color: #c0e9f2;
}
.alert-info .alert-link {
  color: #274a51;
}

.alert-warning {
  color: #827132;
  background-color: #fef7df;
  border-color: #fef4d3;
}
.alert-warning hr {
  border-top-color: #fdeeba;
}
.alert-warning .alert-link {
  color: #5d5124;
}

.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: #7b7b7c;
  background-color: #fbfbfc;
  border-color: #fafafb;
}
.alert-light hr {
  border-top-color: #ececf0;
}
.alert-light .alert-link {
  color: #626262;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}

@-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: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007396;
  transition: width 0.6s ease;
}

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

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

.list-group {
  display: -ms-flexbox;
  display: flex;
  -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:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #ECEDEF;
}
.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(44, 42, 41, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #5E6977;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007396;
  border-color: #007396;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #003c4e;
  background-color: #b8d8e2;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #003c4e;
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #003c4e;
  background-color: #a6cedb;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #003c4e;
  border-color: #003c4e;
}

.list-group-item-secondary {
  color: #31373e;
  background-color: #d2d5d9;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #31373e;
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #31373e;
  background-color: #c4c8cd;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #31373e;
  border-color: #31373e;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

a.list-group-item-white,
button.list-group-item-white {
  color: #858585;
}
a.list-group-item-white:focus, a.list-group-item-white:hover,
button.list-group-item-white:focus,
button.list-group-item-white:hover {
  color: #858585;
  background-color: #f2f2f2;
}
a.list-group-item-white.active,
button.list-group-item-white.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-teal {
  color: #2a7665;
  background-color: #cef7ee;
}

a.list-group-item-teal,
button.list-group-item-teal {
  color: #2a7665;
}
a.list-group-item-teal:focus, a.list-group-item-teal:hover,
button.list-group-item-teal:focus,
button.list-group-item-teal:hover {
  color: #2a7665;
  background-color: #b8f3e6;
}
a.list-group-item-teal.active,
button.list-group-item-teal.active {
  color: #fff;
  background-color: #2a7665;
  border-color: #2a7665;
}

.list-group-item-success {
  color: #41682c;
  background-color: #dbf0cf;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #41682c;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #41682c;
  background-color: #cceabc;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #41682c;
  border-color: #41682c;
}

.list-group-item-info {
  color: #376a74;
  background-color: #d5f0f6;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #376a74;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #376a74;
  background-color: #c0e9f2;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #376a74;
  border-color: #376a74;
}

.list-group-item-warning {
  color: #827132;
  background-color: #fef4d3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #827132;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #827132;
  background-color: #fdeeba;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #827132;
  border-color: #827132;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-light {
  color: #7b7b7c;
  background-color: #fafafb;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #7b7b7c;
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #7b7b7c;
  background-color: #ececf0;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #7b7b7c;
  border-color: #7b7b7c;
}

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1b1b;
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #2C2A29;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #2C2A29;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(44, 42, 41, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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: 5px;
  height: 5px;
}
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^=top] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #2C2A29;
}
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^=right] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
}
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #2C2A29;
}
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #2C2A29;
}
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^=left] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #2C2A29;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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(44, 42, 41, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 11px;
}
.popover .arrow::after {
  content: "";
  border-width: 11px;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 10px;
}
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(44, 42, 41, 0.25);
}
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 10px;
}
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow {
  left: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: -11px;
  border-right-color: rgba(44, 42, 41, 0.25);
}
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  left: -10px;
  border-right-color: #fff;
}
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 10px;
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  margin-left: -7px;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(44, 42, 41, 0.25);
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 10px;
}
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow {
  right: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  right: -11px;
  border-left-color: rgba(44, 42, 41, 0.25);
}
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  right: -10px;
  border-left-color: #fff;
}
.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  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: transparent no-repeat center center;
  background-size: 100% 100%;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #5E6977 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #47505b !important;
}

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

a.bg-white:focus, a.bg-white:hover {
  background-color: #e6e6e6 !important;
}

.bg-teal {
  background-color: #50E3C2 !important;
}

a.bg-teal:focus, a.bg-teal:hover {
  background-color: #24dcb3 !important;
}

.bg-success {
  background-color: #7DC855 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #63b139 !important;
}

.bg-info {
  background-color: #6acbe0 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #40bcd7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #5E6977 !important;
}

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

.border-teal {
  border-color: #50E3C2 !important;
}

.border-success {
  border-color: #7DC855 !important;
}

.border-info {
  border-color: #6acbe0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  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-cell {
    display: table-cell !important;
  }

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

  .d-sm-inline-flex {
    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-cell {
    display: table-cell !important;
  }

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

  .d-md-inline-flex {
    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-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    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-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

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

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

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

  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

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

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

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

  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

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

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

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

  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

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

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

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

  .align-items-xl-stretch {
    -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;
  }
}
.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, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 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-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

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

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

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

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

.text-secondary {
  color: #5E6977 !important;
}

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

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

a.text-white:focus, a.text-white:hover {
  color: #e6e6e6 !important;
}

.text-teal {
  color: #50E3C2 !important;
}

a.text-teal:focus, a.text-teal:hover {
  color: #24dcb3 !important;
}

.text-success {
  color: #7DC855 !important;
}

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

.text-info {
  color: #6acbe0 !important;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #5E6977 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

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

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

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

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

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

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

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

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

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

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

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

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

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

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

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

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

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

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

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

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

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

@font-face {
  font-family: "Rosemary";
  src: url("../fonts/ATCRosemary-Regular.eot");
  src: url("../fonts/ATCRosemary-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ATCRosemary-Regular.woff2") format("woff2"), url("../fonts/ATCRosemary-Regular.woff") format("woff"), url("../fonts/ATCRosemary-Regular.svg") format("svg");
}
h1, h2, .h1, .h2 {
  font-weight: 300;
}

body {
  overflow-x: hidden;
  height: 100%;
}

@media (max-width: 768px) {
  html, body {
    width: 100vw !important;
    overflow-x: hidden !important;
  }
}
a, a:hover {
  text-decoration: none;
}

button, button:focus, button:active, button:hover {
  outline: 0;
}

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

/* Custom Buttons */
.btn, .search-form .search-submit {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}
@media (min-width: 576px) {
  .btn, .search-form .search-submit {
    font-size: 0.9375rem;
  }
}
.btn:hover, .search-form .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.btn[disabled], .search-form [disabled].search-submit {
  opacity: 0.25;
}
.btn[disabled]:hover, .search-form [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}

.btn-lg, .btn-group-lg > .btn, .search-form .btn-group-lg > .search-submit {
  letter-spacing: 0.0625rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.7em 1.85em;
}

.btn-gradient {
  background: #fff;
  border-radius: 0.3rem;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 0.7em 1.85em;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 6.25rem;
  transition: all 0.15s ease-in-out;
}
.btn-gradient::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.7em 1.85em;
  border-radius: 6.25rem;
  background: #fff;
  text-align: center;
  z-index: 6;
}
.btn-gradient::before {
  border-radius: 6.25rem;
  content: "";
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  width: calc(100% + (2px * 2));
  height: calc(100% + (2px * 2));
  padding: 0;
  padding: 0.7em 1.85em;
  top: -2px;
  left: -2px;
  position: absolute;
  z-index: 5;
}
.btn-gradient:hover:after {
  background: transparent;
  color: #fff;
}
.btn-gradient:focus, .btn-gradient:hover {
  text-decoration: none;
}
.btn-gradient:focus, .btn-gradient.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 115, 150, 0.25);
}
.btn-gradient.disabled, .btn-gradient:disabled {
  opacity: 0.65;
}
.btn-gradient:active, .btn-gradient.active {
  background-image: none;
}

.btn-gradient-bg {
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
  padding: 0.7em 1.85em;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 6.25rem;
  transition: all 0.15s ease-in-out;
  color: #fff;
}
.btn-gradient-bg:focus, .btn-gradient-bg:hover {
  text-decoration: none;
  color: #fff;
}
.btn-gradient-bg:focus, .btn-gradient-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 115, 150, 0.25);
}
.btn-gradient-bg.disabled, .btn-gradient-bg:disabled {
  opacity: 0.65;
}
.btn-gradient-bg:active, .btn-gradient-bg.active {
  color: #fff;
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
}

.btn-outline-white {
  background: rgba(0, 0, 0, 0.28);
  border-width: 0.125rem;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #007396;
}

/* ANIMATION */
.animated, .image-gallery .gallery-swiper-container .swiper-pagination .swiper-pagination-bullet, .hero.places-hero .events-paperfold.expanded .event:first-of-type, .home .main-header.navbar-fixed-top .menu-button span, .home .main-header.navbar-locked-top .menu-button span, .home .main-header.navbar-fixed-top .nav-search .input-group input, .home .main-header.navbar-locked-top .nav-search .input-group input, .home .main-header, .menu-button span, .navbar-brand img, a, a:hover, .btn-gradient::after {
  transition: all 0.3s ease;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
.empty-warning {
  text-align: center;
}

h2.error {
  margin-bottom: 1.875rem;
}

.search-form label {
  font-weight: normal;
}

.input-group-addon {
  font-size: 1.25rem;
  padding: 0.25rem 0.5rem;
}

.main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .main {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .sidebar-primary .main {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .sidebar {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

.container, .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  width: auto;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-container {
  padding-bottom: 5.75rem;
}
.grid-container #load-more {
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
  border: none;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.425em 1.85em;
  min-width: 15.5em;
  position: relative;
}
@media (min-width: 576px) {
  .grid-container #load-more {
    font-size: 0.9375rem;
  }
}
.grid-container #load-more:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.grid-container #load-more[disabled] {
  opacity: 0.25;
}
.grid-container #load-more[disabled]:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
@media (min-width: 576px) {
  .grid-container #load-more {
    font-size: 1.125rem;
  }
}
.grid-container #load-more:before {
  background: #fff;
  position: absolute;
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
  top: 0.15rem;
  left: 0.15rem;
  border-radius: 2rem;
  content: "";
  opacity: 0;
  transition: 0.15s;
}
.grid-container #load-more:hover {
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
  color: #007396;
}
.grid-container #load-more:hover:before {
  opacity: 1;
}
.grid-container #load-more span {
  position: relative;
}
.grid-container .hidden {
  display: none !important;
  visibility: hidden !important;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

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

.grid-sizer,
.grid-item {
  width: 100%;
  height: 300px;
  padding: 10px;
}
@media (min-width: 576px) {
  .grid-sizer,
.grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-sizer,
.grid-item {
    width: 25%;
  }
}
.grid-sizer .full,
.grid-item .full {
  display: none;
}
@media (min-width: 768px) {
  .grid-sizer:hover:not(.is-expanded),
.grid-item:hover:not(.is-expanded) {
    cursor: pointer;
  }
  .grid-sizer:hover:not(.is-expanded):before,
.grid-item:hover:not(.is-expanded):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    background-color: #1a9598;
    /* Fallback */
    background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
    opacity: 0.8;
    pointer-events: none;
    border-radius: 3px;
  }
}
.grid-sizer.is-expanded,
.grid-item.is-expanded {
  width: 50%;
  height: auto;
}
@media (max-width: 991px) {
  .grid-sizer.is-expanded,
.grid-item.is-expanded {
    width: 100%;
  }
}
.grid-sizer.is-expanded .full,
.grid-item.is-expanded .full {
  display: block;
}
.grid-sizer.is-expanded .excerpt,
.grid-item.is-expanded .excerpt {
  display: none;
}
.grid-sizer.is-expanded .grid-item-close,
.grid-item.is-expanded .grid-item-close {
  display: block;
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  z-index: 2;
}
.grid-sizer.is-expanded .grid-item-content,
.grid-item.is-expanded .grid-item-content {
  min-height: 580px;
}
.grid-sizer.is-expanded .grid-item-content .grid-item-text,
.grid-item.is-expanded .grid-item-content .grid-item-text {
  margin: auto 1.5rem 1.5rem;
  text-align: left;
  -ms-flex-positive: 0;
      flex-grow: 0;
  position: relative;
}
.grid-sizer.is-expanded .grid-item-content .grid-item-text h1,
.grid-item.is-expanded .grid-item-content .grid-item-text h1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
.grid-sizer.is-expanded .grid-item-content .grid-item-text p,
.grid-item.is-expanded .grid-item-content .grid-item-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
.grid-sizer.is-expanded .grid-item-content .grid-item-text p:last-child,
.grid-item.is-expanded .grid-item-content .grid-item-text p:last-child {
  margin-bottom: 0;
}
.grid-sizer.is-expanded .grid-item-content .expand-link,
.grid-item.is-expanded .grid-item-content .expand-link {
  display: none;
}
.grid-sizer.is-expanded .grid-item-content .btn, .grid-sizer.is-expanded .grid-item-content .search-form .search-submit, .search-form .grid-sizer.is-expanded .grid-item-content .search-submit,
.grid-item.is-expanded .grid-item-content .btn,
.grid-item.is-expanded .grid-item-content .search-form .search-submit,
.search-form .grid-item.is-expanded .grid-item-content .search-submit {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
  margin-top: 1.5em;
  margin-right: 1em;
}
@media (min-width: 576px) {
  .grid-sizer.is-expanded .grid-item-content .btn, .grid-sizer.is-expanded .grid-item-content .search-form .search-submit, .search-form .grid-sizer.is-expanded .grid-item-content .search-submit,
.grid-item.is-expanded .grid-item-content .btn,
.grid-item.is-expanded .grid-item-content .search-form .search-submit,
.search-form .grid-item.is-expanded .grid-item-content .search-submit {
    font-size: 0.9375rem;
  }
}
.grid-sizer.is-expanded .grid-item-content .btn:hover, .grid-sizer.is-expanded .grid-item-content .search-form .search-submit:hover, .search-form .grid-sizer.is-expanded .grid-item-content .search-submit:hover,
.grid-item.is-expanded .grid-item-content .btn:hover,
.grid-item.is-expanded .grid-item-content .search-form .search-submit:hover,
.search-form .grid-item.is-expanded .grid-item-content .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.grid-sizer.is-expanded .grid-item-content .btn[disabled], .grid-sizer.is-expanded .grid-item-content .search-form [disabled].search-submit, .search-form .grid-sizer.is-expanded .grid-item-content [disabled].search-submit,
.grid-item.is-expanded .grid-item-content .btn[disabled],
.grid-item.is-expanded .grid-item-content .search-form [disabled].search-submit,
.search-form .grid-item.is-expanded .grid-item-content [disabled].search-submit {
  opacity: 0.25;
}
.grid-sizer.is-expanded .grid-item-content .btn[disabled]:hover, .grid-sizer.is-expanded .grid-item-content .search-form [disabled].search-submit:hover, .search-form .grid-sizer.is-expanded .grid-item-content [disabled].search-submit:hover,
.grid-item.is-expanded .grid-item-content .btn[disabled]:hover,
.grid-item.is-expanded .grid-item-content .search-form [disabled].search-submit:hover,
.search-form .grid-item.is-expanded .grid-item-content [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.grid-sizer.is-expanded .grid-item-content .btn:hover, .grid-sizer.is-expanded .grid-item-content .search-form .search-submit:hover, .search-form .grid-sizer.is-expanded .grid-item-content .search-submit:hover,
.grid-item.is-expanded .grid-item-content .btn:hover,
.grid-item.is-expanded .grid-item-content .search-form .search-submit:hover,
.search-form .grid-item.is-expanded .grid-item-content .search-submit:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}
.grid-sizer.is-expanded .grid-item-content .btn:last-child, .grid-sizer.is-expanded .grid-item-content .search-form .search-submit:last-child, .search-form .grid-sizer.is-expanded .grid-item-content .search-submit:last-child,
.grid-item.is-expanded .grid-item-content .btn:last-child,
.grid-item.is-expanded .grid-item-content .search-form .search-submit:last-child,
.search-form .grid-item.is-expanded .grid-item-content .search-submit:last-child {
  margin-right: 0;
}
.grid-sizer .grid-item-close,
.grid-item .grid-item-close {
  display: none;
}
.grid-sizer .grid-item-content,
.grid-item .grid-item-content {
  color: white;
  text-align: center;
  opacity: 1;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: background-image 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  padding: 15px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.grid-sizer .grid-item-content .grid-item-text,
.grid-item .grid-item-content .grid-item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 50px;
  position: relative;
}
.grid-sizer .grid-item-content .grid-item-text h1,
.grid-item .grid-item-content .grid-item-text h1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
.grid-sizer .grid-item-content .grid-item-text p,
.grid-item .grid-item-content .grid-item-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
.grid-sizer .grid-item-content .expand-link,
.grid-item .grid-item-content .expand-link {
  color: white;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}
@media (min-width: 576px) {
  .grid-sizer .grid-item-content .expand-link,
.grid-item .grid-item-content .expand-link {
    font-size: 1.125rem;
  }
}
.grid-sizer .grid-item-content .expand-link .fa,
.grid-item .grid-item-content .expand-link .fa {
  font-size: 1.5em;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-top: -0.05em;
  line-height: 0.8;
}
.grid-sizer .grid-item-content .link-container,
.grid-item .grid-item-content .link-container {
  position: relative;
}

.hours {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .hours {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.phone {
  font-size: 0.8125rem;
  margin-top: 1.25rem;
}
.phone a {
  color: #fff;
}

.map-parent {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .map-parent {
    width: 100%;
  }
}
.map-parent iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact {
  width: 50%;
  padding: 100px 140px 100px 100px;
  background-color: #5b258a;
  /* Fallback */
  background-image: linear-gradient(-90deg, #852765 0%,#612584 58%,#3023AE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF852765', EndColorStr='#FF3023AE')";
}
@media (max-width: 991px) {
  .contact {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}
.contact h1 {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .contact h1 {
    font-size: 3.375rem;
  }
}
.contact .input-parent {
  margin-top: 20px;
}
.contact .input-parent input {
  background: transparent;
  border: solid 2px white;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  color: white;
}
.contact .input-parent textarea {
  background: transparent;
  border: solid 2px white;
  border-radius: 3px;
  width: 100%;
  color: white;
}
.contact .input-parent label {
  color: white;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 20px;
  width: 100%;
}
.contact .button-parent {
  margin-top: 20px;
}
.contact .button-parent input {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 576px) {
  .contact .button-parent input {
    font-size: 0.9375rem;
  }
}
.contact .button-parent input:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.contact .button-parent input[disabled] {
  opacity: 0.25;
}
.contact .button-parent input[disabled]:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.contact .button-parent input:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}
.contact .wpcf7-response-output {
  color: white;
}
.contact div.wpcf7-mail-sent-ok {
  border: none;
}
.contact div.wpcf7-validation-errors {
  border: none;
}

.featured__heading {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .featured__heading {
    font-size: 0.9375rem;
  }
}
.featured__title {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
  margin-bottom: 0.15em;
}
@media (min-width: 768px) {
  .featured__title {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) {
  .featured__title {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
.featured__excerpt {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .featured__excerpt {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .featured__excerpt {
    -ms-flex: 0 0 46.875%;
        flex: 0 0 46.875%;
    max-width: 46.875%;
  }
}
.featured__index {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  max-width: 37.5%;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  top: 5.75rem;
  right: 30px;
  background-color: #37a5c3;
  /* Fallback */
  background-image: linear-gradient(226deg, #6ACBE0 0%,#037FA5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF6ACBE0', EndColorStr='#FF037FA5')";
  color: #fff;
  padding: 15px;
  box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 1.875rem;
}
.featured__index:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.featured__index > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .featured__index {
    -ms-flex: 0 0 20.8125%;
        flex: 0 0 20.8125%;
    max-width: 20.8125%;
    position: relative;
    top: 0;
    margin-top: -150px;
    margin-right: 26%;
    margin-left: auto !important;
  }
}
.featured__index-num {
  position: absolute;
  font-family: "Rosemary", Georgia, "Times New Roman", Times, serif;
  font-size: 2.75rem;
  letter-spacing: -0.0375em;
  bottom: -0.2em;
  right: -0.2em;
  font-weight: 400;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .featured__index-num {
    font-size: 9.75rem;
    bottom: -40px;
    right: -30px;
  }
}
.featured__nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 1.5rem 0 2.5rem;
}
.featured__nav .swiper-pagination-bullets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.featured__nav .swiper-pagination-bullet {
  margin-right: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #393939;
  /* Fallback */
  background-image: linear-gradient(-180deg, #717171 0%,#000000 97%,#000000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF717171', EndColorStr='#FF000000')";
}
.featured__nav .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.featured__nav .swiper-button-prev, .featured__nav .swiper-button-next {
  position: static;
  height: 1.15rem;
  width: 0.75rem;
  cursor: pointer;
  margin: 0;
}
.featured__nav .swiper-button-prev.swiper-button-disabled, .featured__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.featured__nav .swiper-button-prev {
  margin-right: 1rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ccc'/%3E%3C/svg%3E") no-repeat;
}
.featured__nav .swiper-button-next {
  margin-left: 1rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ccc'%2F%3E%3C%2Fsvg%3E") no-repeat;
}
@media (min-width: 768px) {
  .featured__nav {
    margin: 1rem 0 5rem;
  }
}

.parallax-slider {
  background: #fff;
  padding-bottom: 1.5rem;
}
.parallax-slider .parallax-slider-background-layer {
  position: relative;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container {
  top: 0px;
  width: 100%;
  overflow-x: visible;
  background: #037FA5;
}
@media (min-width: 768px) {
  .parallax-slider .parallax-slider-background-layer .parallax-swiper-container {
    background: none;
  }
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .parallax-slide {
  overflow-x: visible;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner {
  min-height: 144px;
  background-color: #037FA5;
  color: #fff;
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner {
    min-height: 350px;
  }
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .container {
  position: relative;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .btn, .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-form .search-submit, .search-form .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-submit {
  margin-top: 1em;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 576px) {
  .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .btn, .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-form .search-submit, .search-form .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-submit {
    font-size: 0.9375rem;
  }
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .btn:hover, .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-form .search-submit:hover, .search-form .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .btn[disabled], .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-form [disabled].search-submit, .search-form .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner [disabled].search-submit {
  opacity: 0.25;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .btn[disabled]:hover, .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-form [disabled].search-submit:hover, .search-form .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .btn:hover, .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-form .search-submit:hover, .search-form .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .search-submit:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .feature-image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  padding: 0;
  top: -3.32rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.3);
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .feature-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .feature-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .feature-image {
    -ms-flex: 0 0 41.25%;
        flex: 0 0 41.25%;
    max-width: 41.25%;
    position: absolute;
    top: -5rem;
    right: 20px;
  }
}
.parallax-slider .parallax-slider-background-layer .parallax-swiper-container .blue-banner .featured__excerpt a {
  color: #fff;
  text-decoration: underline;
}

.spinner {
  position: relative;
  margin-top: 35px;
  left: 96%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.spinner.hidden {
  display: none;
}
.spinner__circle {
  position: relative;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.spinner__circle-inner, .spinner__circle-gradient {
  position: absolute;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.spinner__circle-inner {
  top: 50%;
  left: 50%;
  background-color: #ecedef;
  border-radius: 100%;
}
.spinner__circle-gradient {
  top: -24px;
  left: 6px;
  background-color: #ecedef;
  background-image: linear-gradient(145deg, #5dbadd, #3c38e1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.alignleft,
.alignright {
  height: auto;
  width: 100% !important;
  margin-bottom: 1.5em;
  text-align: center;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 2.5rem;
    margin-bottom: 0.5em;
    max-width: 50%;
  }

  .alignright {
    float: right;
    margin-left: 2.5rem;
    margin-bottom: 0.5em;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .alignleft {
    margin-left: -20%;
  }

  .alignright {
    margin-right: -20%;
  }
}
.content-column.one_half .alignleft {
  width: calc(100% - 60px);
}
.content-column.one_half .alignright {
  width: calc(100% - 60px);
}

@media (max-width: 575px) {
  .alignleft {
    width: 100%;
    float: none;
  }

  .alignright {
    width: 100%;
    float: none;
  }

  .content-column.one_half .alignleft {
    width: 100%;
  }
  .content-column.one_half .alignright {
    width: 100%;
  }
}
.wp-caption-text {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #5E6977;
  margin-top: 0.25em;
  text-align: left;
}
@media (min-width: 576px) {
  .wp-caption-text {
    font-size: 0.9375rem;
  }
}

.spu-box {
  box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.3) !important;
  padding-top: 2.5rem;
  overflow: visible;
}
.spu-box.with-text {
  background-color: #37a5c3;
  /* Fallback */
  background-image: linear-gradient(180deg, #6ACBE0 0%,#037FA5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF6ACBE0', EndColorStr='#FF037FA5')";
  color: #fff;
}
.spu-box.with-text .spu-close {
  color: #fff !important;
}
@media (min-width: 768px) {
  .spu-box.with-text .spu-close {
    color: #333 !important;
  }
}
@media (min-width: 768px) {
  .spu-box {
    padding-top: 0;
  }
}
.spu-box .spu-container {
  overflow: visible;
}
.spu-box.spu-position-bottom-right {
  max-width: 440px;
}
@media (min-width: 768px) {
  .spu-box.spu-position-bottom-right {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}
.spu-box h1, .spu-box h2, .spu-box h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0.5em !important;
}
@media (min-width: 768px) {
  .spu-box h1, .spu-box h2, .spu-box h3 {
    font-size: 2.125rem;
  }
}
.spu-box .spu-close {
  text-shadow: none !important;
  padding: 0.45em;
  font-size: 2.5rem !important;
}
@media (min-width: 768px) {
  .spu-box .spu-close {
    color: #333 !important;
    right: -0.5em;
    top: -0.5em;
    font-size: 1.5rem !important;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 0.15rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  }
}
.spu-box .btn, .spu-box .search-form .search-submit, .search-form .spu-box .search-submit {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 576px) {
  .spu-box .btn, .spu-box .search-form .search-submit, .search-form .spu-box .search-submit {
    font-size: 0.9375rem;
  }
}
.spu-box .btn:hover, .spu-box .search-form .search-submit:hover, .search-form .spu-box .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.spu-box .btn[disabled], .spu-box .search-form [disabled].search-submit, .search-form .spu-box [disabled].search-submit {
  opacity: 0.25;
}
.spu-box .btn[disabled]:hover, .spu-box .search-form [disabled].search-submit:hover, .search-form .spu-box [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.spu-box .btn:hover, .spu-box .search-form .search-submit:hover, .search-form .spu-box .search-submit:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}
.spu-box .btn-primary.spu-close-popup {
  display: none;
}
.spu-box .form-group, .spu-box .search-form label, .search-form .spu-box label {
  background: #fff;
  color: #333;
  margin: 25px -20px -20px;
  padding: 20px;
}
.spu-box .form-group p, .spu-box .search-form label p, .search-form .spu-box label p {
  font-size: 1rem;
}
.spu-box .mc4wp-response {
  margin-top: 1rem;
}
.spu-box p {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .spu-box p {
    font-size: 1.125rem;
  }
}
.spu-box p:last-child {
  margin-bottom: 0;
}

/* Header Bar */
.main-header {
  background: #fff;
  color: #007396;
  z-index: 1010;
  padding: 2.75rem 2.5rem 0.75rem 2.5rem;
  position: absolute;
  width: 100vw;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .main-header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.admin-bar .main-header {
  top: 46px;
}
@media (min-width: 576px) {
  .admin-bar .main-header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding: 0.9375rem;
    box-shadow: 2px 8px 22px rgba(0, 0, 0, 0.2);
  }
}
.main-header.navbar-fixed-top, .main-header.navbar-locked-top {
  position: fixed;
}
.admin-bar .main-header.navbar-fixed-top, .admin-bar .main-header.navbar-locked-top {
  top: 0;
}
@media (min-width: 576px) {
  .admin-bar .main-header.navbar-fixed-top, .admin-bar .main-header.navbar-locked-top {
    top: 32px;
  }
}
.main-header__logo {
  -ms-flex: 1;
      flex: 1;
  transition: 0.15s;
}
.main-header__logo:hover {
  opacity: 0.75;
}

.navbar-brand {
  margin-top: -1.75rem;
  padding: 0;
  height: auto;
  width: 130px;
  transition: none;
}
@media (min-width: 768px) {
  .navbar-brand {
    height: 74px;
    width: 270px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    height: auto;
    width: 280px;
  }
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    width: 80%;
  }
}

.content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}

.content-overlay {
  position: relative;
}

#content-close {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  z-index: 1011;
}
#content-close.on {
  opacity: 1;
}

/* Menu Button */
#open-button {
  text-align: right;
  cursor: pointer;
  display: block;
  transition: 0.15s;
}
#open-button:hover {
  opacity: 0.75;
}
@media (min-width: 768px) {
  #open-button {
    -ms-flex: 1;
        flex: 1;
  }
}

.menu-button {
  position: relative;
  padding: 0;
  margin-right: 3.1rem;
  border: none;
  background: transparent;
}
.menu-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 4.5px;
  width: 50px;
  background: #007396;
  background: linear-gradient(270deg, #330876, #30cfd0);
  background-size: 400% 400%;
  -webkit-animation: AnimatedGradient 30s ease infinite;
          animation: AnimatedGradient 30s ease infinite;
}
@-webkit-keyframes AnimatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.menu-button span.bar1 {
  margin-top: -8px;
}
.menu-button span.bar2 {
  margin-top: 6px;
}
.menu-button span.bar3 {
  margin-top: 20px;
}
.menu-button .menu-title {
  position: absolute;
  top: -10px;
  left: -93px;
  color: #007396 !important;
  font-size: 1.5rem;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .menu-button .menu-title {
    display: none;
  }
}
.menu-button .menu-title:hover {
  cursor: pointer;
}

/* Close Button */
.close-button {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem;
  border: none;
  z-index: 10001;
  background: transparent;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.15s;
}
@media (min-width: 768px) {
  .close-button {
    width: 2.5rem;
    height: 2.5rem;
    top: 2rem;
    right: 2rem;
  }
}
.close-button span {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.close-button:hover {
  opacity: 0.9;
}

/* Menu */
.menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  height: 100%;
  width: 95%;
  max-width: 400px;
  -webkit-transform: translate3d(102%, 0, 0);
          transform: translate3d(102%, 0, 0);
  transition: 0.5s;
  background-color: #393939;
  /* Fallback */
  background-image: linear-gradient(-180deg, #717171 0%,#000000 97%,#000000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF717171', EndColorStr='#FF000000')";
  overflow: auto;
}
@media (min-width: 768px) {
  .admin-bar .menu-wrap {
    top: 32px;
    height: calc(100% - 32px);
  }
}
.menu-wrap .menu, .menu-wrap .mini-menu {
  position: relative;
  z-index: 10000;
  padding: 2.5rem 1.5rem 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .menu-wrap .menu, .menu-wrap .mini-menu {
    padding: 4.25rem 2.5rem;
  }
}
.menu-wrap .menu ul, .menu-wrap .mini-menu ul {
  margin: 0;
  padding: 0;
}
.menu-wrap .menu ul li, .menu-wrap .mini-menu ul li {
  list-style: none;
  text-align: left;
  line-height: 2;
}
.menu-wrap .menu a, .menu-wrap .mini-menu a {
  color: #fff;
}
.menu-wrap .menu a:hover, .menu-wrap .mini-menu a:hover {
  color: #007396;
}
.menu-wrap .menu li {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .menu-wrap .menu li {
    font-size: 1.5rem;
  }
}
.menu-wrap .mini-menu {
  font-weight: 500;
  padding-top: 0;
}
.menu-wrap .mini-menu li {
  font-size: 0.9375rem;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .menu-wrap .mini-menu li {
    font-size: 0.9375rem;
  }
}
.menu-wrap .menu-social {
  margin-top: -0.25em;
}
@media (min-width: 768px) {
  .menu-wrap .menu-social {
    margin-top: 0;
  }
}
.menu-wrap .menu-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.menu-wrap .menu-social li {
  margin-right: 1.5rem;
}
.menu-wrap .menu-social li:last-child {
  margin-right: 0;
}
.menu-wrap .menu-social li.social-link {
  font-size: 1em;
}
.menu-wrap .menu-social li.social-link a {
  color: #9B9B9B;
}
.menu-wrap .menu-social li.social-link a:hover {
  color: #007396;
}

/* Shown menu */
.show-menu .menu-wrap,
.show-menu .content::before {
  transition-delay: 0s;
}
.show-menu .menu-wrap,
.show-menu .menu,
.show-menu .mini-menu,
.show-menu .close-button,
.show-menu .morph-shape,
.show-menu .content::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.show-menu .menu, .show-menu .mini-menu {
  opacity: 1;
}

/* Nav Search */
.nav-search {
  -ms-flex: 2;
      flex: 2;
  display: none;
}
@media (min-width: 768px) {
  .nav-search {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .nav-search {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0.5rem -15px 0;
    padding: 1rem 15px 0.25rem;
    background: #fff;
  }
}
.nav-search:after {
  border-radius: 50px !important;
}
.nav-search .input-group {
  max-width: 428px;
  margin: 0 auto;
}
.nav-search .input-group input {
  background: transparent;
  border: solid 2px #007396;
  color: #007396;
  font-size: 1.125rem;
  -webkit-appearance: none;
}
.nav-search .input-group input::-webkit-input-placeholder {
  text-align: center;
  color: #007396;
}
.nav-search .input-group input:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: #007396;
}
.nav-search .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: #007396;
}
.nav-search .input-group input:-ms-input-placeholder {
  text-align: center;
  color: #007396;
}
@media (max-width: 767px) {
  .nav-search .input-group input {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .nav-search .input-group input {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .nav-search .input-group input::-webkit-input-placeholder {
    text-align: left;
  }
  .nav-search .input-group input:-ms-input-placeholder {
    text-align: left;
  }
  .nav-search .input-group input::placeholder {
    text-align: left;
  }
}
.nav-search .input-addon-no-bg {
  background: transparent;
  border: solid 2px #007396;
  color: #007396;
  transition: 0.15s;
  cursor: pointer;
}
.nav-search .input-addon-no-bg .fa {
  transition: 0.15s;
}
.nav-search .input-addon-no-bg:hover .fa {
  opacity: 0.75;
}

.nav-search-mobile {
  display: none;
  padding: 0.5rem;
  margin-left: auto;
  margin-right: 1rem;
}
.nav-search-mobile img {
  width: 35px;
}
@media (max-width: 767px) {
  .nav-search-mobile {
    display: block;
  }
}

/* Mobile Header Overrides */
@media (max-width: 767px) {
  .main-header .navbar-brand {
    top: 0px;
    margin-top: 0;
    width: 150px;
  }
  .main-header .burger-wrap {
    position: absolute;
    top: 20px;
    right: -15px;
  }
}
/* Home Header Overrides */
.home .main-header {
  position: absolute;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 767px) {
  .home .main-header .nav-search {
    padding-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  .home .main-header .nav-search .input-group {
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
            filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
  }
  .home .main-header .nav-search .input-group input {
    color: #fff;
    border-color: #fff;
  }
  .home .main-header .nav-search .input-group input::-webkit-input-placeholder {
    color: #fff;
  }
  .home .main-header .nav-search .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  .home .main-header .nav-search .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  .home .main-header .nav-search .input-group input:-ms-input-placeholder {
    color: #fff;
  }
  .home .main-header .nav-search .input-group input:focus, .home .main-header .nav-search .input-group input:hover {
    background: transparent;
  }
  .home .main-header .nav-search .input-group .input-addon-no-bg {
    border-color: #fff;
    color: #fff;
  }
}
.home .main-header .nav-search-mobile {
  -webkit-filter: brightness(0) invert(1) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
          filter: brightness(0) invert(1) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
}
.home .main-header .menu-button {
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
}
.home .main-header .menu-button span {
  background: #fff;
}
.home .main-header .menu-title {
  color: #fff !important;
}
.home .main-header.navbar-fixed-top, .home .main-header.navbar-locked-top {
  position: fixed;
  background: #fff;
  color: #007396;
  box-shadow: 2px 20px 22px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .home .main-header.navbar-fixed-top .nav-search, .home .main-header.navbar-locked-top .nav-search {
    padding-bottom: 0.25rem;
  }
}
.home .main-header.navbar-fixed-top .nav-search-mobile, .home .main-header.navbar-locked-top .nav-search-mobile {
  -webkit-filter: none;
          filter: none;
}
.home .main-header.navbar-fixed-top .nav-search .input-group, .home .main-header.navbar-locked-top .nav-search .input-group {
  -webkit-filter: none;
          filter: none;
}
.home .main-header.navbar-fixed-top .nav-search .input-group input, .home .main-header.navbar-locked-top .nav-search .input-group input {
  color: #007396;
  border-color: #007396;
}
.home .main-header.navbar-fixed-top .nav-search .input-group input::-webkit-input-placeholder, .home .main-header.navbar-locked-top .nav-search .input-group input::-webkit-input-placeholder {
  color: #007396;
}
.home .main-header.navbar-fixed-top .nav-search .input-group input:-moz-placeholder, .home .main-header.navbar-locked-top .nav-search .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #007396;
}
.home .main-header.navbar-fixed-top .nav-search .input-group input::-moz-placeholder, .home .main-header.navbar-locked-top .nav-search .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #007396;
}
.home .main-header.navbar-fixed-top .nav-search .input-group input:-ms-input-placeholder, .home .main-header.navbar-locked-top .nav-search .input-group input:-ms-input-placeholder {
  color: #007396;
}
.home .main-header.navbar-fixed-top .nav-search .input-group .input-addon-no-bg, .home .main-header.navbar-locked-top .nav-search .input-group .input-addon-no-bg {
  border-color: #007396;
  color: #007396;
}
.home .main-header.navbar-fixed-top .menu-button, .home .main-header.navbar-locked-top .menu-button {
  -webkit-filter: none;
          filter: none;
}
.home .main-header.navbar-fixed-top .menu-button span, .home .main-header.navbar-locked-top .menu-button span {
  background: linear-gradient(270deg, #330876, #30cfd0);
  background-size: 400% 400%;
  -webkit-animation: AnimatedGradient 30s ease infinite;
          animation: AnimatedGradient 30s ease infinite;
}
@-webkit-keyframes AnimatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home .main-header.navbar-fixed-top .menu-title, .home .main-header.navbar-locked-top .menu-title {
  color: #007396 !important;
}
.home .main-header .navbar-brand .logo {
  display: none;
}
.home .main-header .navbar-brand .logo-light {
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.9));
}
.home .main-header.navbar-fixed-top .navbar-brand .logo-light {
  display: none;
}
.home .main-header.navbar-fixed-top .navbar-brand .logo, .home .main-header.navbar-locked-top .navbar-brand .logo {
  display: block;
}

/* Home Hero Slider */
.home-hero-slider {
  overflow: hidden;
}
.home-hero-slider .container-fluid {
  width: 100%;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide {
  font-size: 18px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .container-fluid {
  width: auto;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .container-fluid .row {
  min-height: 780px;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content {
  position: relative;
  z-index: 200;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide:before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  opacity: 0.78;
}
@media (min-width: 576px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .btn-lg, .home-hero-slider .home-hero-swiper-container .swiper-slide .btn-group-lg > .btn, .home-hero-slider .home-hero-swiper-container .swiper-slide .search-form .btn-group-lg > .search-submit, .search-form .home-hero-slider .home-hero-swiper-container .swiper-slide .btn-group-lg > .search-submit {
    margin-top: 5vh;
  }
}
@media (min-width: 768px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .btn-lg, .home-hero-slider .home-hero-swiper-container .swiper-slide .btn-group-lg > .btn, .home-hero-slider .home-hero-swiper-container .swiper-slide .search-form .btn-group-lg > .search-submit, .search-form .home-hero-slider .home-hero-swiper-container .swiper-slide .btn-group-lg > .search-submit {
    margin-top: 4.375rem;
  }
}
.home-hero-slider .home-hero-swiper-container .swiper-slide h1.title {
  color: #fff;
  font-weight: 300;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 576px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .row {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
}
@media (min-width: 768px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .row {
    -ms-flex-align: center !important;
        align-items: center !important;
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    height: 48.75rem;
    max-height: 100vh;
  }
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 2.5rem;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  text-align: center;
  margin: auto;
  background: rgba(222, 226, 230, 0.25);
  box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro {
    width: 80%;
    padding: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro {
    -ms-flex: 0 0 16.625%;
        flex: 0 0 16.625%;
    max-width: 16.625%;
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    margin-left: 0;
    margin-bottom: 60px;
  }
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro.opacity-25 {
  background: rgba(173, 181, 189, 0.35);
}
@media (min-width: 576px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro.opacity-25 {
    background: rgba(222, 226, 230, 0.25);
  }
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro.opacity-35 {
  background: rgba(173, 181, 189, 0.5);
}
@media (min-width: 576px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro.opacity-35 {
    background: rgba(222, 226, 230, 0.35);
  }
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro p:last-of-type {
  margin-bottom: 0;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro .cta-link {
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro .cta-link {
    font-size: 0.9375rem;
  }
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro .cta-link:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro .cta-link[disabled] {
  opacity: 0.25;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro .cta-link[disabled]:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro .cta-link:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}
@media (min-width: 768px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    text-align: left;
  }
}
.home-hero-slider .home-hero-swiper-container .swiper-slide h1.title {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide h1.title {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide h1.title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .home-hero-swiper-container .swiper-slide .row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-height: 100vh;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home-hero-slider .home-hero-swiper-container .swiper-slide .content-intro h1.title {
    letter-spacing: 0;
  }
  .home-hero-slider .home-hero-swiper-container .swiper-slide .btn, .home-hero-slider .home-hero-swiper-container .swiper-slide .search-form .search-submit, .search-form .home-hero-slider .home-hero-swiper-container .swiper-slide .search-submit {
    margin-top: 1.25rem;
  }
}

/* Page Headers */
.page-header-wrapper {
  padding-top: 81px;
}
@media (min-width: 576px) {
  .page-header-wrapper {
    padding-top: 124px;
  }
}

.hero {
  position: relative;
  height: 18.75rem;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero {
    height: 12.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.hero .content {
  position: relative;
  z-index: 20;
  max-width: 1180px;
  margin: 0 auto;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #3c879d;
  /* Fallback */
  background-image: linear-gradient(-225deg, #473B7B 0%,#3584A7 51%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF473B7B', EndColorStr='#FF30D2BE')";
  opacity: 0.75;
  z-index: 10;
}
.hero.places-hero {
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 36.25rem;
}
@media (max-width: 767px) {
  .hero.places-hero {
    height: 18.75rem;
    margin-bottom: 11.5rem;
  }
}
.hero.places-hero .paperfold-toggle {
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 1.875rem 0 0.625rem 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .hero.places-hero .paperfold-toggle {
    display: none;
  }
}
.hero.places-hero .events-paperfold {
  width: 80%;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media (max-width: 767px) {
  .hero.places-hero .events-paperfold {
    top: 85%;
    width: 100vw;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero.places-hero .events-paperfold {
    width: 100vw;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero.places-hero .events-paperfold.expanded {
  background: rgba(0, 0, 0, 0.6);
  border: solid 1px #fff;
}
.hero.places-hero .events-paperfold.expanded .event:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hero.places-hero .events-paperfold .event {
  position: relative;
  background-image: linear-gradient(-180deg, #EEE 0%, #D8D8D8 100%);
  box-shadow: 0 26px 14px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 4px;
  color: #222;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.9375rem 0;
  margin-bottom: 0.125rem;
  -ms-flex-align: center;
      align-items: center;
  min-width: 1070px;
  width: 100%;
}
@media (max-width: 991px) {
  .hero.places-hero .events-paperfold .event {
    min-width: 80%;
    width: 100%;
  }
}
.hero.places-hero .events-paperfold .event:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
  border-radius: 4px;
  z-index: 10;
}
.hero.places-hero .events-paperfold .event div {
  position: relative;
  border-right: solid 1px #979797;
  text-align: center;
  z-index: 20;
  padding: 0.3125rem 1rem;
}
.hero.places-hero .events-paperfold .event div:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .hero.places-hero .events-paperfold .event div {
    position: relative;
    border: none;
    text-align: center;
    z-index: 20;
    padding: 1rem;
    font-size: 1.125rem;
  }
  .hero.places-hero .events-paperfold .event div:first-child {
    position: relative;
    padding-top: 0;
  }
  .hero.places-hero .events-paperfold .event div:first-child:after {
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    border-bottom: solid 1px #979797;
    width: 100px;
  }
}
.hero.places-hero .events-paperfold .event .disabled {
  background-color: #5E6977;
  background-image: none;
  cursor: not-allowed;
}
.hero.places-hero .events-paperfold .event .event-date {
  display: block;
  font-size: 0.875rem;
}
.hero.places-hero .events-paperfold .events .event {
  background: #fff;
  border-radius: 0;
  margin-bottom: 0.3125rem;
}
.hero.places-hero .events-paperfold .events .event:nth-child(7) {
  margin-bottom: 0;
}
.hero.places-hero .events-paperfold .events .event:before {
  display: none;
}
.hero.places-hero .events-paperfold .hidden {
  display: none;
}
.hero h1, .hero h2, .hero h3, .hero h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.hero h1 {
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 5.25rem;
    letter-spacing: -0.025em;
  }
}

.single .hero {
  background-position: center top;
}
.single .hero.blue_purple:before {
  background-color: #5b258a;
  /* Fallback */
  background-image: linear-gradient(-135deg, #852765 0%,#612584 58%,#3023AE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF852765', EndColorStr='#FF3023AE')";
}
.single .hero.yellow_orange:before {
  background-color: #f9a23f;
  /* Fallback */
  background-image: linear-gradient(0deg, #FAD961 0%,#F76B1C 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFAD961', EndColorStr='#FFF76B1C')";
}
.single .hero.lpurple_dpurple:before {
  background-color: #994ba7;
  /* Fallback */
  background-image: linear-gradient(-225deg, #C17AFC 0%,#711B51 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFC17AFC', EndColorStr='#FF711B51')";
}
.single .hero.black_gray:before {
  background-color: #393939;
  /* Fallback */
  background-image: linear-gradient(-180deg, #717171 0%,#000000 97%,#000000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF717171', EndColorStr='#FF000000')";
}
.single .hero.teal_turquoise:before {
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
}
.single .hero.dgreen_lgreen:before {
  background-color: #90f1b8;
  /* Fallback */
  background-image: linear-gradient(-225deg, #D0FFAE 0%,#50E3C2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFD0FFAE', EndColorStr='#FF50E3C2')";
}
.single .hero.dgray_lgray:before {
  background-color: #adadb1;
  /* Fallback */
  background-image: linear-gradient(-226deg, #BDBBBE 0%,#9D9EA3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFBDBBBE', EndColorStr='#FF9D9EA3')";
  background-color: rgba(128, 128, 128, 0.25);
  /* Fallback */
  background-image: linear-gradient(-226deg, rgba(255, 255, 255, 0.25) 0%,rgba(254, 254, 254, 0.25) 1%,rgba(0, 0, 0, 0.25) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#40FFFFFF', EndColorStr='#40000000')";
  background-color: rgba(128, 128, 128, 0.3);
  /* Fallback */
  background-image: linear-gradient(-226deg, rgba(255, 255, 255, 0.3) 0%,rgba(0, 0, 0, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DFFFFFF', EndColorStr='#4D000000')";
}
.single .hero.dblue_lblue:before {
  background-color: #37a5c3;
  /* Fallback */
  background-image: linear-gradient(-226deg, #6ACBE0 0%,#037FA5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF6ACBE0', EndColorStr='#FF037FA5')";
}
.single .hero h1 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .single .hero h1 {
    font-size: 3.375rem;
  }
}

.single-tribe_venue .hero {
  background-position: center center;
}

.footer-margins {
  background-color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: auto;
}
@media (min-width: 576px) {
  .footer-margins {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .footer-margins .hidden-md-up {
    display: none;
  }
}

.footer-top {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #333;
}
@media (max-width: 991px) {
  .footer-top {
    padding: 0.9375rem;
  }
}
.footer-top > .row {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .footer-top > .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.footer-top > .row > * {
  margin-bottom: 1.5rem;
  -ms-flex-order: 3;
      order: 3;
}
@media (min-width: 768px) {
  .footer-top > .row > * {
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 0;
  }
}
.footer-top > .row > *.newsletter {
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 768px) {
  .footer-top > .row > *.newsletter {
    -ms-flex-order: 0;
        order: 0;
  }
}
.footer-top > .row > *.social-menu {
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-top > .row > *.social-menu {
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 0;
  }
}
.footer-top .form-group, .footer-top .search-form label, .search-form .footer-top label {
  margin-bottom: 0;
}

.input-addon-no-bg {
  background-color: #fff;
  z-index: 1;
}

.footer-menu {
  margin: 0;
}
.footer-menu li {
  line-height: 2;
}
.footer-menu li a {
  color: #333;
}
.footer-menu li a:hover {
  color: #007396;
}

@media (min-width: 768px) {
  .social-menu {
    margin: 0;
  }
}
.social-menu .row {
  margin-top: 0.9375rem;
}
.social-menu .row a:not(:last-child) {
  padding-right: 1.5625rem;
}
.social-menu .footer-social-icon {
  font-size: 1.4375rem;
  color: #333;
}
.social-menu .footer-social-icon:hover {
  color: #007396;
}

.rounded-gradiant {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background: #fff;
  background-clip: padding-box;
}
.rounded-gradiant:after {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: linear-gradient(224deg, #473B7B 7%, #037FA5 56%, #30D2BE 100%);
  content: "";
  border-radius: 0.25rem;
}
.rounded-gradiant input {
  border: none;
}
.rounded-gradiant .input-addon-no-bg {
  border: none;
}
.rounded-gradiant .mb-2 {
  margin-bottom: 0 !important;
}
.rounded-gradiant button {
  border: none;
  background: transparent;
  color: #9B9B9B;
}

.form-group .cta, .search-form label .cta {
  margin-top: 1rem;
  font-weight: 400;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.gradient-footer {
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
  padding: 0.9em 0;
  color: #fff;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .gradient-footer {
    font-size: 0.9375rem;
  }
}
.gradient-footer p {
  margin: 0;
}
.gradient-footer ul.footer-gradient-menu {
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .gradient-footer ul.footer-gradient-menu {
    text-align: center;
  }
}
.gradient-footer ul.footer-gradient-menu li {
  display: inline;
  text-align: right;
}
.gradient-footer ul.footer-gradient-menu li:not(:last-child) {
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .gradient-footer ul.footer-gradient-menu li {
    display: list-item;
    margin-right: 0 !important;
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}
.gradient-footer ul.footer-gradient-menu li a {
  color: #fff;
}
@media (max-width: 767px) {
  .gradient-footer ul.footer-gradient-menu li a {
    color: #333;
  }
}

.mc4wp-form-fields label {
  font-weight: 500;
}

div[role=document] {
  overflow: hidden;
}

.module-white {
  background-color: #fff;
}

.text-flexible {
  padding-top: 2.875rem;
  padding-bottom: 5.25rem;
  color: #333;
}
.text-flexible .container {
  width: 100%;
}
@media (max-width: 767px) {
  .text-flexible {
    padding-bottom: 3.75rem;
  }
}
.text-flexible h2 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .text-flexible h2 {
    font-size: 3.375rem;
  }
}
.text-flexible.auto-2-col-header-span h2 {
  -webkit-column-span: all;
          column-span: all;
}
.text-flexible p:last-child {
  margin-bottom: 0;
}
.text-flexible.auto-1-col .content {
  text-align: center;
}
.text-flexible.auto-1-col .content p {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .text-flexible.auto-1-col .content p {
    font-size: 1.5rem;
  }
}
.text-flexible.auto-1-col .content .content-column {
  text-align: left;
  padding-right: 1rem;
}
.text-flexible.auto-1-col .content .content-column p {
  font-size: 1rem;
}
.text-flexible.auto-2-col .content, .text-flexible.auto-2-col-header-span .content {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .text-flexible.auto-2-col .content, .text-flexible.auto-2-col-header-span .content {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.text-flexible.man-2-col-header-span .row, .text-flexible.man-2-col .row {
  -ms-flex-pack: center;
      justify-content: center;
}
.text-flexible.module-gradient {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .text-flexible.module-gradient {
    padding: 5rem 0;
  }
}
.text-flexible.blue_purple {
  background-color: #5b258a;
  /* Fallback */
  background-image: linear-gradient(-135deg, #852765 0%,#612584 58%,#3023AE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF852765', EndColorStr='#FF3023AE')";
  color: #fff;
}
.text-flexible.yellow_orange {
  background-color: #f9a23f;
  /* Fallback */
  background-image: linear-gradient(0deg, #FAD961 0%,#F76B1C 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFAD961', EndColorStr='#FFF76B1C')";
  color: #fff;
}
.text-flexible.lpurple_dpurple {
  background-color: #994ba7;
  /* Fallback */
  background-image: linear-gradient(-225deg, #C17AFC 0%,#711B51 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFC17AFC', EndColorStr='#FF711B51')";
  color: #fff;
}
.text-flexible.black_gray {
  background-color: #393939;
  /* Fallback */
  background-image: linear-gradient(-180deg, #717171 0%,#000000 97%,#000000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF717171', EndColorStr='#FF000000')";
  color: #fff;
}
.text-flexible.teal_turquoise {
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
  color: #fff;
}
.text-flexible.dgreen_lgreen {
  background-color: #90f1b8;
  /* Fallback */
  background-image: linear-gradient(-225deg, #D0FFAE 0%,#50E3C2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFD0FFAE', EndColorStr='#FF50E3C2')";
  color: #fff;
}
.text-flexible.dgray_lgray {
  background-color: #adadb1;
  /* Fallback */
  background-image: linear-gradient(-226deg, #BDBBBE 0%,#9D9EA3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFBDBBBE', EndColorStr='#FF9D9EA3')";
  background-color: rgba(128, 128, 128, 0.25);
  /* Fallback */
  background-image: linear-gradient(-226deg, rgba(255, 255, 255, 0.25) 0%,rgba(254, 254, 254, 0.25) 1%,rgba(0, 0, 0, 0.25) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#40FFFFFF', EndColorStr='#40000000')";
  background-color: rgba(128, 128, 128, 0.3);
  /* Fallback */
  background-image: linear-gradient(-226deg, rgba(255, 255, 255, 0.3) 0%,rgba(0, 0, 0, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DFFFFFF', EndColorStr='#4D000000')";
  color: #fff;
}
.text-flexible.dblue_lblue {
  background-color: #37a5c3;
  /* Fallback */
  background-image: linear-gradient(-226deg, #6ACBE0 0%,#037FA5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF6ACBE0', EndColorStr='#FF037FA5')";
  color: #fff;
}
.text-flexible.purple_teal {
  background-color: #3c879d;
  /* Fallback */
  background-image: linear-gradient(-225deg, #473B7B 0%,#3584A7 51%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF473B7B', EndColorStr='#FF30D2BE')";
  color: #fff;
}

@media (max-width: 767px) {
  .places .text-flexible {
    padding-top: 5rem;
  }
}

.image-row {
  padding-bottom: 2.8125rem;
}
.image-row .image-container {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  box-shadow: 0 26px 16px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .image-row .image-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .image-row .image-container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.image-row .image-container .image-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 767px) {
  .image-row .image-container .image-holder {
    position: relative;
    width: 100%;
  }
  .image-row .image-container .image-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .image-row .image-container .image-holder > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .image-row .image-container .image-holder {
    position: relative;
  }
  .image-row .image-container .image-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .image-row .image-container .image-holder > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.image-gallery .gallery-swiper-container {
  background: #fff;
  padding: 3.75rem 0;
}
.image-gallery .gallery-swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-gallery .gallery-swiper-container .swiper-wrapper .swiper-slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.6315789474%;
}
.image-gallery .gallery-swiper-container .swiper-wrapper .swiper-slide > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-gallery .gallery-swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
  opacity: 0.2;
}
.image-gallery .gallery-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.image-gallery .gallery-swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23852765'%2F%3E%3C%2Fsvg%3E");
}
.image-gallery .gallery-swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23852765'%2F%3E%3C%2Fsvg%3E");
}

.image-text {
  color: #333;
  padding: 2.5rem 0;
}
.image-text.bg-bar {
  background-color: #994ba7;
  /* Fallback */
  background-image: linear-gradient(-225deg, #C17AFC 0%,#711B51 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFC17AFC', EndColorStr='#FF711B51')";
  background-color: #fff;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
@media (max-width: 767px) {
  .image-text.bg-bar {
    background-position: 0 10px;
  }
}
.image-text .image-text-container {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.image-text .image-text-container .image-holder {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
}
.image-text .image-text-container .image-holder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.image-text .image-text-container .image-holder > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-text .image-text-container .right {
  -ms-flex-order: 2;
      order: 2;
}
@media (max-width: 767px) {
  .image-text .image-text-container .left {
    -ms-flex-order: 2;
        order: 2;
  }
}
.image-text .image-text-container h2 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .image-text .image-text-container h2 {
    font-size: 3.375rem;
  }
}
.image-text .image-text-container p {
  opacity: 0.8;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.see-taste-hear-slider {
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .see-taste-hear-slider {
    padding-bottom: 5.75rem;
  }
}
.see-taste-hear-slider .news__nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 1.5rem 0 2.5rem;
}
.see-taste-hear-slider .news__nav .swiper-pagination-bullets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.see-taste-hear-slider .news__nav .swiper-pagination-bullet {
  margin-right: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #393939;
  /* Fallback */
  background-image: linear-gradient(-180deg, #717171 0%,#000000 97%,#000000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF717171', EndColorStr='#FF000000')";
}
.see-taste-hear-slider .news__nav .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.see-taste-hear-slider .news__nav .swiper-button-prev, .see-taste-hear-slider .news__nav .swiper-button-next {
  position: static;
  height: 1.15rem;
  width: 0.75rem;
  cursor: pointer;
  margin: 0;
}
.see-taste-hear-slider .news__nav .swiper-button-prev.swiper-button-disabled, .see-taste-hear-slider .news__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.see-taste-hear-slider .news__nav .swiper-button-prev {
  margin-right: 1rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ccc'/%3E%3C/svg%3E") no-repeat;
}
.see-taste-hear-slider .news__nav .swiper-button-next {
  margin-left: 1rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ccc'%2F%3E%3C%2Fsvg%3E") no-repeat;
}
.see-taste-hear-slider .see-taste-hear-swiper-container {
  overflow: visible;
  background: #000;
}
@media (min-width: 768px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container {
    background: none;
  }
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .title {
  color: #fff;
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .title h1 {
  letter-spacing: -0.173125rem;
  line-height: 4.875rem;
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 768px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .large-image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding: 0px;
  margin-left: 0.625rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .large-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .large-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .large-image {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .large-image {
    -ms-flex: 0 0 67.1875%;
        flex: 0 0 67.1875%;
    max-width: 67.1875%;
    box-sizing: border-box;
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    height: auto;
    border-radius: 0.33rem;
  }
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  right: 0;
  padding: 20px;
}
@media (min-width: 576px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
    box-sizing: border-box;
    -ms-flex-item-align: center !important;
        align-self: center !important;
    z-index: 1;
    position: absolute;
    padding: 2.5rem;
    box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.33rem;
  }
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box.black_gray {
  background-color: #393939;
  /* Fallback */
  background-image: linear-gradient(-180deg, #717171 0%,#000000 97%,#000000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF717171', EndColorStr='#FF000000')";
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box h3 {
    font-size: 0.9375rem;
  }
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box h1 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box h1 {
    font-size: 3.375rem;
  }
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box .cta-link {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box .cta-link {
    font-size: 0.9375rem;
  }
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box .cta-link:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box .cta-link[disabled] {
  opacity: 0.25;
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box .cta-link[disabled]:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.see-taste-hear-slider .see-taste-hear-swiper-container .swiper-slide .cta-box .cta-link:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}

.getting-here {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #333;
  padding: 2.5rem 0 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .getting-here {
    padding: 5rem 0;
    margin-bottom: 2.5rem;
  }
}
.getting-here h2 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 768px) {
  .getting-here h2 {
    font-size: 3.375rem;
  }
}
.getting-here .intro {
  font-size: 1.125rem;
  max-width: 720px;
  margin: 0 auto 1.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .getting-here .intro {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .getting-here .intro {
    margin-bottom: 2.5rem;
  }
}
.getting-here .title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .getting-here .title {
    font-size: 0.9375rem;
  }
}
.getting-here .info {
  font-size: 0.9375rem;
}
@media (min-width: 576px) {
  .getting-here .info {
    font-size: 0.9375rem;
  }
}
.getting-here .img-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0px auto;
  margin-bottom: 2.5rem;
  position: relative;
}
.getting-here .img-holder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.getting-here .img-holder > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .getting-here .img-holder {
    margin: auto;
    margin-bottom: 2.5rem;
    position: relative;
  }
  .getting-here .img-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 30.303030303%;
  }
  .getting-here .img-holder > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.getting-here .img-holder iframe {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
}
.getting-here .icon-info-sections {
  display: none;
}
@media (min-width: 992px) {
  .getting-here .icon-info-sections {
    display: -ms-flexbox;
    display: flex;
  }
}
.getting-here .icon-info-sections img {
  max-width: 100%;
  padding: 0 0.33rem;
}
.getting-here .getting-here-accordion {
  display: block;
}
@media (min-width: 992px) {
  .getting-here .getting-here-accordion {
    display: none;
  }
}
.getting-here .getting-here-accordion .accordion-group {
  border-bottom: 1px solid #333;
  margin: 0 -20px;
  padding: 0 20px;
}
.getting-here .getting-here-accordion .accordion-group:last-of-type {
  border-bottom: 0;
}
.getting-here .getting-here-accordion .accordion-group .accordion-toggle .fa {
  font-size: 1.75rem;
  margin-left: auto;
  color: #333;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.15s;
}
.getting-here .getting-here-accordion .accordion-group .accordion-toggle.collapsed .fa {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.getting-here .getting-here-accordion .accordion-group .row {
  padding: 1rem 0;
  margin: 0 -10px;
}
.getting-here .getting-here-accordion .accordion-group .row > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.getting-here .getting-here-accordion .accordion-group .row .accordion-item-title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .getting-here .getting-here-accordion .accordion-group .row .accordion-item-title {
    font-size: 0.9375rem;
  }
}
.getting-here .getting-here-accordion .accordion-group .row .icon img {
  max-width: 35px;
}
.getting-here .getting-here-accordion .accordion-group .accordion-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.new-district {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 620px;
}
@media (min-width: 768px) {
  .new-district {
    min-height: 500px;
  }
}
.new-district h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .new-district h3 {
    font-size: 0.9375rem;
  }
}
.new-district h1 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .new-district h1 {
    font-size: 3.375rem;
  }
}
.new-district p {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .new-district p {
    font-size: 1.125rem;
  }
}
.new-district .cta-box {
  color: #fff;
  line-height: 1.6;
  background-image: linear-gradient(-134deg, #3023AE 0%, #852765 100%);
  box-shadow: 0 0.75rem 1.75rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 1.5rem;
  margin: 0 20px;
  position: relative;
  top: -1.5rem;
}
@media (min-width: 768px) {
  .new-district .cta-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    left: 0;
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .new-district .cta-box {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
    top: -2.5rem;
  }
}
.new-district .cta-box .btn, .new-district .cta-box .search-form .search-submit, .search-form .new-district .cta-box .search-submit {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .new-district .cta-box .btn, .new-district .cta-box .search-form .search-submit, .search-form .new-district .cta-box .search-submit {
    font-size: 0.9375rem;
  }
}
.new-district .cta-box .btn:hover, .new-district .cta-box .search-form .search-submit:hover, .search-form .new-district .cta-box .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.new-district .cta-box .btn[disabled], .new-district .cta-box .search-form [disabled].search-submit, .search-form .new-district .cta-box [disabled].search-submit {
  opacity: 0.25;
}
.new-district .cta-box .btn[disabled]:hover, .new-district .cta-box .search-form [disabled].search-submit:hover, .search-form .new-district .cta-box [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.new-district .cta-box .btn:hover, .new-district .cta-box .search-form .search-submit:hover, .search-form .new-district .cta-box .search-submit:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}

.text-block {
  padding: 5.75rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .text-block {
    text-align: left;
    padding: 9.375rem 0;
  }
}
.text-block .gradientText {
  font-family: "Rosemary", Georgia, "Times New Roman", Times, serif;
  background: linear-gradient(-225deg, #473B7B 0%,#3584A7 51%,#30D2BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-block h1 {
  font-family: "Rosemary", Georgia, "Times New Roman", Times, serif;
  background: linear-gradient(-225deg, #473B7B 0%,#3584A7 51%,#30D2BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .text-block h1 {
    font-size: 5.25rem;
    letter-spacing: -0.025em;
  }
}
.text-block p {
  font-size: 1.125rem;
  color: #097299;
}
@media (min-width: 576px) {
  .text-block p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .text-block p {
    padding-top: 10px;
  }
}

.discover {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .discover {
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .discover {
    padding: 12.5rem;
  }
}
.discover h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 3.25rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 50px;
}
.discover p {
  font-size: 1.125rem;
  color: #333;
}

.give-back {
  background-color: #5b258a;
  /* Fallback */
  background-image: linear-gradient(-135deg, #852765 0%,#612584 58%,#3023AE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF852765', EndColorStr='#FF3023AE')";
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  margin: 1.875rem auto;
  color: #fff;
  text-align: center;
}
.give-back h3 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .give-back h3 {
    font-size: 3.375rem;
  }
}
.give-back p {
  opacity: 0.8;
  line-height: 1.5625rem;
}
.give-back .input-group .input-group-addon:not(:last-child) {
  background: #fff;
  border: none;
}
.give-back .input-group input {
  border: solid 1px #fff;
}
.give-back .btn, .give-back .search-form .search-submit, .search-form .give-back .search-submit {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  color: #fff;
  margin-top: 1em;
}
@media (min-width: 576px) {
  .give-back .btn, .give-back .search-form .search-submit, .search-form .give-back .search-submit {
    font-size: 0.9375rem;
  }
}
.give-back .btn:hover, .give-back .search-form .search-submit:hover, .search-form .give-back .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.give-back .btn[disabled], .give-back .search-form [disabled].search-submit, .search-form .give-back [disabled].search-submit {
  opacity: 0.25;
}
.give-back .btn[disabled]:hover, .give-back .search-form [disabled].search-submit:hover, .search-form .give-back [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.give-back .btn:hover, .give-back .search-form .search-submit:hover, .search-form .give-back .search-submit:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}

.blank-container {
  background: #fff;
  padding: 1.875rem;
}

#sponsors {
  text-align: left;
}

.single article.post .container-fluid {
  background-color: #fff;
  padding: 2.5rem 0;
}
.single article.post .container-fluid .article-body {
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto;
}
.single article.post .container-fluid h1, .single article.post .container-fluid h2, .single article.post .container-fluid h3, .single article.post .container-fluid h4 {
  font-weight: 300;
  margin-top: 1.875rem;
  color: #333;
}
.single article.post .container-fluid h1 {
  font-size: 3.25rem;
}
.single article.post .container-fluid p, .single article.post .container-fluid ul, .single article.post .container-fluid li, .single article.post .container-fluid div {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .single article.post .container-fluid .content-column {
    padding-right: 0.9375rem;
  }
}
.single article.post .container-fluid .image-text-feature {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4.6875rem 0;
  margin: 6.25rem 0;
}
.single article.post .container-fluid .image-text-feature.left {
  background-position: left center;
}
.single article.post .container-fluid .image-text-feature.left .row {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.single article.post .container-fluid .image-text-feature.right {
  background-position: right center;
}
.single article.post .container-fluid .image-text-feature .feature-text {
  padding: 5rem 8.4375rem;
  color: #fff;
}
.single article.post .container-fluid .image-text-feature .feature-text h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 0;
}
.single article.post .container-fluid .image-text-feature .feature-text h5 {
  font-size: 0.875rem;
  font-weight: 500;
}
.single article.post .container-fluid .image-text-feature .feature-text p {
  color: #fff;
}
.single article.post .container-fluid .image-text-feature .feature-text.blue_purple {
  background-color: #5b258a;
  /* Fallback */
  background-image: linear-gradient(-135deg, #852765 0%,#612584 58%,#3023AE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF852765', EndColorStr='#FF3023AE')";
}
.single article.post .container-fluid .image-text-feature .feature-text.yellow_orange {
  background-color: #f9a23f;
  /* Fallback */
  background-image: linear-gradient(0deg, #FAD961 0%,#F76B1C 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFAD961', EndColorStr='#FFF76B1C')";
}
.single article.post .container-fluid .image-text-feature .feature-text.lpurple_dpurple {
  background-color: #994ba7;
  /* Fallback */
  background-image: linear-gradient(-225deg, #C17AFC 0%,#711B51 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFC17AFC', EndColorStr='#FF711B51')";
}
.single article.post .container-fluid .image-text-feature .feature-text.black_gray {
  background-color: #393939;
  /* Fallback */
  background-image: linear-gradient(-180deg, #717171 0%,#000000 97%,#000000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF717171', EndColorStr='#FF000000')";
}
.single article.post .container-fluid .image-text-feature .feature-text.teal_turquoise {
  background-color: #1a9598;
  /* Fallback */
  background-image: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF045871', EndColorStr='#FF30D2BE')";
}
.single article.post .container-fluid .image-text-feature .feature-text.dgreen_lgreen {
  background-color: #90f1b8;
  /* Fallback */
  background-image: linear-gradient(-225deg, #D0FFAE 0%,#50E3C2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFD0FFAE', EndColorStr='#FF50E3C2')";
}
.single article.post .container-fluid .image-text-feature .feature-text.dgray_lgray {
  background-color: #adadb1;
  /* Fallback */
  background-image: linear-gradient(-226deg, #BDBBBE 0%,#9D9EA3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFBDBBBE', EndColorStr='#FF9D9EA3')";
  background-color: rgba(128, 128, 128, 0.25);
  /* Fallback */
  background-image: linear-gradient(-226deg, rgba(255, 255, 255, 0.25) 0%,rgba(254, 254, 254, 0.25) 1%,rgba(0, 0, 0, 0.25) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#40FFFFFF', EndColorStr='#40000000')";
  background-color: rgba(128, 128, 128, 0.3);
  /* Fallback */
  background-image: linear-gradient(-226deg, rgba(255, 255, 255, 0.3) 0%,rgba(0, 0, 0, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DFFFFFF', EndColorStr='#4D000000')";
}
.single article.post .container-fluid .image-text-feature .feature-text.dblue_lblue {
  background-color: #37a5c3;
  /* Fallback */
  background-image: linear-gradient(-226deg, #6ACBE0 0%,#037FA5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF6ACBE0', EndColorStr='#FF037FA5')";
}
@media (max-width: 767px) {
  .single article.post .container-fluid .image-text-feature {
    padding: 7.5rem 1.25rem 0;
    margin: 3.75rem 0;
  }
  .single article.post .container-fluid .image-text-feature.left, .single article.post .container-fluid .image-text-feature.right {
    background-position: center top;
  }
  .single article.post .container-fluid .image-text-feature.left .row, .single article.post .container-fluid .image-text-feature.right .row {
    -ms-flex-pack: flex-center;
        justify-content: flex-center;
  }
  .single article.post .container-fluid .image-text-feature .feature-text {
    padding: 3.125rem 1.25rem;
  }
  .single article.post .container-fluid .image-text-feature .feature-text h3 {
    margin: 1.875rem 0;
  }
  .single article.post .container-fluid .image-text-feature .feature-text ul {
    padding-left: 1.25rem;
  }
}
.single .new-district {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  text-align: center;
  margin-bottom: 1.875rem;
}
.single .new-district .row {
  height: 100%;
}
.single .new-district h1 {
  font-weight: 400;
  font-family: "Rosemary", Georgia, "Times New Roman", Times, serif;
  font-size: 3rem;
  margin-bottom: 0;
  padding-bottom: 1.875rem;
  background: linear-gradient(224deg, #045871 0%,#045871 7%,#037FA5 56%,#30D2BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .single .new-district h1 {
    font-size: 72px;
  }
}
.single .new-district .btn, .single .new-district .search-form .search-submit, .search-form .single .new-district .search-submit {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}
@media (min-width: 576px) {
  .single .new-district .btn, .single .new-district .search-form .search-submit, .search-form .single .new-district .search-submit {
    font-size: 0.9375rem;
  }
}
.single .new-district .btn:hover, .single .new-district .search-form .search-submit:hover, .search-form .single .new-district .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.single .new-district .btn[disabled], .single .new-district .search-form [disabled].search-submit, .search-form .single .new-district [disabled].search-submit {
  opacity: 0.25;
}
.single .new-district .btn[disabled]:hover, .single .new-district .search-form [disabled].search-submit:hover, .search-form .single .new-district [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}

.tribe-common.tribe-events-view, .tribe-common--breakpoint-medium.tribe-common.tribe-events-view {
  max-width: 1180px;
  margin: 0 auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.tribe-common .tribe-events-l-container, .tribe-common--breakpoint-medium.tribe-common .tribe-events-l-container {
  padding: 0;
  margin: 1.5rem 0;
  min-height: 0;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-l-container, .tribe-common--breakpoint-medium.tribe-common .tribe-events-l-container {
    margin: 2.5rem 0;
  }
}
.tribe-common .tribe-events-header, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  -ms-flex-direction: row;
      flex-direction: row;
  background: none;
}
.tribe-common .tribe-events-header__events-bar, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header__events-bar {
  margin: 0;
  width: 100%;
}
.tribe-common .tribe-events-c-messages__message-icon-svg, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-messages__message-icon-svg {
  margin-right: 1rem;
}
.tribe-common .tribe-events-c-messages, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-messages {
  -ms-flex-order: 1;
      order: 1;
  margin: 1.5rem 0;
}
.tribe-common .tribe-events-c-messages__message, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-messages__message {
  padding: 0;
}
.tribe-common .tribe-events-c-events-bar__search-button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-events-bar__search-button {
  display: none;
}
.tribe-common .tribe-events-c-events-bar__search-filters-container, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-events-bar__search-filters-container {
  border-radius: 0.33rem;
  display: block;
  position: static;
  width: 100%;
  padding: 0;
}
.tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  border: 0.1em solid transparent;
  border-radius: 0.33rem;
  outline: none;
  -webkit-appearance: none;
}
.tribe-common .tribe-common-form-control-text__input:focus, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input:focus {
  border-color: #007396;
}
.tribe-common .tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn {
  border: 0;
}
.tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding: 0.5rem 1rem 0.35rem;
  font-size: 1.125rem;
}
.tribe-common ::-webkit-input-placeholder, .tribe-common--breakpoint-medium.tribe-common ::-webkit-input-placeholder {
  margin-left: 2rem;
}
.tribe-common :-ms-input-placeholder, .tribe-common--breakpoint-medium.tribe-common :-ms-input-placeholder {
  margin-left: 2rem;
}
.tribe-common ::placeholder, .tribe-common--breakpoint-medium.tribe-common ::placeholder {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .tribe-common ::-webkit-input-placeholder, .tribe-common--breakpoint-medium.tribe-common ::-webkit-input-placeholder {
    text-align: center;
  }
  .tribe-common :-ms-input-placeholder, .tribe-common--breakpoint-medium.tribe-common :-ms-input-placeholder {
    text-align: center;
  }
  .tribe-common ::placeholder, .tribe-common--breakpoint-medium.tribe-common ::placeholder {
    text-align: center;
  }
}
.tribe-common .tribe-events-c-search__input-control, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-search__input-control {
  margin: 0;
}
.tribe-common .tribe-events-c-search__input, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-search__input {
  margin: 0;
}
.tribe-common .tribe-events-c-search__button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-search__button {
  font-size: 0;
  border-radius: 0.33rem;
  padding: 0.75rem;
  margin: 0;
  width: auto;
  background: none;
  position: absolute;
  right: 0.25rem;
  top: 0;
}
.tribe-common .tribe-events-c-search__button:before, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-search__button:before {
  content: "\f002";
  font: normal normal normal 1.25rem FontAwesome;
  transition: 0.15s;
}
.tribe-common .tribe-events-c-search__button:hover:before, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-search__button:hover:before {
  color: #007396;
}
.tribe-common .tribe-events-c-view-selector__button, .tribe-common .tribe-events-c-events-bar__views, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-view-selector__button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-events-bar__views {
  display: none;
}
.tribe-common .filters, .tribe-common--breakpoint-medium.tribe-common .filters {
  width: 100%;
  margin: 0.75rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .tribe-common .filters, .tribe-common--breakpoint-medium.tribe-common .filters {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin: 20px 0 0.75rem;
  }
}
.tribe-common .tribe-events-header__top-bar, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header__top-bar {
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-header__top-bar, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header__top-bar {
    max-width: 440px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.tribe-common .tribe-events-header__top-bar:last-child, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header__top-bar:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.tribe-common .tribe-events-header__top-bar .tribe-events-c-top-bar__nav, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header__top-bar .tribe-events-c-top-bar__nav {
  display: none !important;
}
.tribe-common .tribe-events-c-top-bar__today-button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-top-bar__today-button {
  display: none !important;
}
.tribe-common .tribe-events-c-top-bar__datepicker-container, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-top-bar__datepicker-container {
  width: 100%;
}
.tribe-common .tribe-events-c-top-bar__datepicker, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-top-bar__datepicker {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.5rem 1rem 0.55rem;
  background: #fff;
  border-radius: 0.33rem;
}
.tribe-common .tribe-events-c-top-bar__datepicker button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-top-bar__datepicker button {
  outline: none;
  background: none;
  border: 0;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  color: #333;
}
.tribe-common .tribe-events-c-top-bar__datepicker button .horizontal-drop-indicator, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-top-bar__datepicker button .horizontal-drop-indicator {
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 0.33em;
  content: "";
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
  transition: 0.25s ease-in-out;
  width: 0;
  vertical-align: middle;
  position: absolute;
  margin-top: 0.2em;
  right: 1rem;
}
.tribe-common .datepicker, .tribe-common--breakpoint-medium.tribe-common .datepicker {
  font-size: 0.9375rem;
}
@media (max-width: 991px) {
  .tribe-common .datepicker, .tribe-common--breakpoint-medium.tribe-common .datepicker {
    left: 0 !important;
  }
}
@media (min-width: 768px) {
  .tribe-common .datepicker, .tribe-common--breakpoint-medium.tribe-common .datepicker {
    min-width: 300px;
    left: 0 !important;
  }
}
.tribe-common .datepicker .day, .tribe-common--breakpoint-medium.tribe-common .datepicker .day {
  line-height: 0.5;
}
.tribe-common .datepicker .prev, .tribe-common--breakpoint-medium.tribe-common .datepicker .prev {
  padding-left: 10px;
}
.tribe-common .datepicker .next, .tribe-common--breakpoint-medium.tribe-common .datepicker .next {
  padding-right: 10px;
}
.tribe-common .tribe_events_filters_close_filters, .tribe-common--breakpoint-medium.tribe-common .tribe_events_filters_close_filters {
  display: none;
}
.tribe-common #tribe_events_filters_wrapper label.tribe-events-filters-label, .tribe-common--breakpoint-medium.tribe-common #tribe_events_filters_wrapper label.tribe-events-filters-label {
  display: none;
}
.tribe-common .tribe-events-c-events-bar__search-container, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-events-bar__search-container {
  display: block;
  position: static;
  -ms-flex: 1;
      flex: 1;
  padding: 0;
}
.tribe-common .tribe-common-c-btn.tribe-events-c-search__button, .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn.tribe-events-c-search__button {
  margin-top: 0;
}
.tribe-common .tribe-events-c-events-bar__filter-button-container, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-events-bar__filter-button-container {
  display: none;
}
.tribe-common .tribe-filter-bar--horizontal, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -ms-flex: 2;
      flex: 2;
  position: static;
  display: block;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal {
    margin-left: 1rem;
  }
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container {
  position: static;
  -ms-flex: 1;
      flex: 1;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container {
    display: -ms-flexbox;
    display: flex;
  }
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter {
  -ms-flex: 1;
      flex: 1;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter {
    margin-top: 0;
    margin-right: 1rem;
  }
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter:last-child, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter:last-child {
  margin-right: 0;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar__filters, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar__filters {
  -ms-flex: 1;
      flex: 1;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar__filters, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar__filters {
    display: -ms-flexbox;
    display: flex;
  }
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper {
  visibility: visible;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle {
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0.33rem;
  border: none;
  outline: none;
  padding: 0.5rem 1rem 0.55rem;
  color: #2C2A29;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle .tribe-filter-bar-c-filter__container, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle .tribe-filter-bar-c-filter__container {
  padding: 0;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle-text, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle-text {
  font-size: 1.125rem;
  font-weight: 400;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle-plus-icon, .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle-minus-icon, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle-plus-icon, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .tribe-filter-bar-c-filter__toggle-minus-icon {
  display: none;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .horizontal-drop-indicator, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .horizontal-drop-indicator {
  font-size: 1.125rem;
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 0.33em;
  content: "";
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
  transition: 0.25s ease-in-out;
  width: 0;
  vertical-align: middle;
  position: absolute;
  margin-top: 0.2em;
  right: 1rem;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .horizontal-drop-indicator:before, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper .horizontal-drop-indicator:before {
  border-color: #333 transparent transparent;
  border-width: 0.33em;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container {
  bottom: 0.2em;
  width: 100%;
  border-radius: 0.33rem;
  background: #fff;
  padding: 0.5rem 1rem 0.55rem;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container {
    overflow: auto;
    max-height: 23.75rem;
  }
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filters-legend, .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filters-close, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filters-legend, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filters-close {
  display: none;
}
.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__toggle-selections, .tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar__actions, .tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__remove-button, .tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__toggle-label-colon, .tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar__selected-filters-header, .tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar__selected-filters-list-container, .tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__toggle-icon, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__toggle-selections, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar__actions, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__remove-button, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__toggle-label-colon, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar__selected-filters-header, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar__selected-filters-list-container, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters .tribe-filter-bar-c-filter__toggle-icon {
  display: none;
}
.tribe-common .tribe-filter-bar--horizontal #tribe_events_filters_form, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal #tribe_events_filters_form {
  padding-top: 0;
  display: block;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal #tribe_events_filters_form, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal #tribe_events_filters_form {
    display: -ms-flexbox;
    display: flex;
  }
}
.tribe-common .tribe-filter-bar--horizontal #tribe_events_filters_form > *, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal #tribe_events_filters_form > * {
  -ms-flex: 1;
      flex: 1;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-events-filters-content, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-events-filters-content {
  background: none;
  border: 0;
}
.tribe-common .tribe-filter-bar--horizontal .tribe_events_filter_item, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe_events_filter_item {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal .tribe_events_filter_item, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe_events_filter_item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.tribe-common .tribe-filter-bar--horizontal .tribe_events_filter_item:last-of-type, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe_events_filter_item:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-events-filters-group-heading, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-events-filters-group-heading {
  font-size: 1.125rem;
  font-weight: 400;
  height: auto;
  padding: 0.75rem 1rem 0.8rem;
  background: #fff;
  border-radius: 0.33rem;
  outline: none;
}
.tribe-common .tribe-filter-bar--horizontal h3, .tribe-common .tribe-filter-bar--horizontal input, .tribe-common .tribe-filter-bar--horizontal label, .tribe-common .tribe-filter-bar--horizontal select, .tribe-common .tribe-filter-bar--horizontal ul, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal h3, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal input, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal label, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal select, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal ul {
  font-size: 0.9375rem;
  line-height: normal;
}
.tribe-common .tribe-filter-bar--horizontal li, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal li {
  background: none;
  border-bottom: 0;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide {
  border: 1px solid #e0e0e0;
  border-radius: 0.33rem;
  box-shadow: none;
  text-align: left;
  background: #fff;
}
@media (min-width: 768px) {
  .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide {
    width: 100%;
    max-width: none;
  }
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide ul li, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide ul li {
  padding: 0.5rem 1rem;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide ul li:first-child, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide ul li:first-child {
  padding-top: 1rem;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide ul li:last-child, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide ul li:last-child {
  padding-bottom: 1rem;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide input[type=checkbox], .tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide input[type=radio], .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide input[type=checkbox], .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slide input[type=radio] {
  margin-right: 0.75em;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-filter-status, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-filter-status {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  color: #333;
  position: absolute;
  top: 0.45rem;
  line-height: 1.5;
  background: #fff;
  width: calc(100% - 4rem);
  max-height: 1.5em;
  overflow: hidden;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-events-filter-count, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-events-filter-count {
  color: #333;
  padding: 0.25em;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.85rem;
}
.tribe-common .tribe-filter-bar--horizontal .tribe_events_filters_reset, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe_events_filters_reset {
  display: none;
}
.tribe-common .tribe-filter-bar--horizontal .tribe-events-filters-mobile-controls, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe-events-filters-mobile-controls {
  margin: 0;
  margin-top: 0.5rem;
  text-align: center;
}
.tribe-common .tribe-filter-bar--horizontal .tribe_events_filters_toggle, .tribe-common .tribe-filter-bar--horizontal .tribe_events_filters_show_filters, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe_events_filters_toggle, .tribe-common--breakpoint-medium.tribe-common .tribe-filter-bar--horizontal .tribe_events_filters_show_filters {
  display: none;
}
.tribe-common #tribe_events_filter_item_filterbar_venue .tribe-events-filter-group li:last-child:after, .tribe-common--breakpoint-medium.tribe-common #tribe_events_filter_item_filterbar_venue .tribe-events-filter-group li:last-child:after {
  display: block;
  content: "Please note: Only venues with events are listed here.";
  border-top: 1px solid #ced4da;
  padding-top: 1em;
  margin-top: 1em;
  color: #5E6977;
  font-style: italic;
  font-size: 0.9375rem;
}
.tribe-common .custom-reset, .tribe-common--breakpoint-medium.tribe-common .custom-reset {
  width: 100%;
  text-align: center;
}
.tribe-common .tribe-events-calendar-list-nav, .tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list-nav {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-calendar-list-nav, .tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list-nav {
    margin-top: 1rem;
  }
}
.tribe-common .tribe-events-calendar-list-nav + .tribe-events-calendar-list-nav, .tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list-nav + .tribe-events-calendar-list-nav {
  display: none;
}
.tribe-common .tribe-events-c-nav__list, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list {
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-c-nav__list-item, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item {
    width: 25%;
  }
}
.tribe-common .tribe-events-c-nav__list-item .fa, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item .fa {
  font-size: 1.75em;
  padding-bottom: 0.15em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.15em;
}
.tribe-common .tribe-events-c-nav__list-item a, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item a {
  color: #333;
}
.tribe-common .tribe-events-c-nav__list-item a:hover, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item a:hover {
  color: #007396;
}
.tribe-common .tribe-events-c-nav__list-item--today, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item--today {
  display: none;
}
.tribe-common .tribe-events-c-nav__list-item button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item button {
  border: none;
  background: none;
}
.tribe-common .tribe-events-header + .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header + .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item {
  display: none;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-header + .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item, .tribe-common--breakpoint-medium.tribe-common .tribe-events-header + .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item {
    display: -ms-flexbox;
    display: flex;
  }
}
.tribe-common .tribe-events-c-nav__list-item--prev a, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item--prev a {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.tribe-common .tribe-events-c-nav__list-item--next a, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item--next a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.tribe-common .tribe-events-c-nav__list-item--next a .fa, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__list-item--next a .fa {
  margin-left: 0.15em;
}
.tribe-common button[disabled], .tribe-common--breakpoint-medium.tribe-common button[disabled] {
  display: none;
}
.tribe-common .events-found, .tribe-common--breakpoint-medium.tribe-common .events-found {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
  margin: 1.5rem auto 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tribe-common .events-found, .tribe-common--breakpoint-medium.tribe-common .events-found {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) {
  .tribe-common .events-found, .tribe-common--breakpoint-medium.tribe-common .events-found {
    width: 50%;
  }
}
.tribe-common .tribe-events-c-nav__today, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-nav__today {
  border-color: transparent;
}
.tribe-common .tribe-events-c-ical, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-ical {
  display: none;
}
.tribe-common .tribe-events-view-loader, .tribe-common--breakpoint-medium.tribe-common .tribe-events-view-loader {
  background: rgba(236, 237, 239, 0.5);
}
.tribe-common .tribe-events-c-subscribe-dropdown, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown {
  margin-right: auto;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__button {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}
@media (min-width: 576px) {
  .tribe-common .tribe-events-c-subscribe-dropdown__button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__button {
    font-size: 0.9375rem;
  }
}
.tribe-common .tribe-events-c-subscribe-dropdown__button:hover, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__button:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button[disabled], .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__button[disabled] {
  opacity: 0.25;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button[disabled]:hover, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__button[disabled]:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button button, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__button button {
  background: none;
  border: none;
  outline: none;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button--active, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__button--active {
  background: #fff;
}
.tribe-common .tribe-events-c-subscribe-dropdown__content, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__content {
  background: #fff;
  margin-top: -1em;
  padding-bottom: 1em;
  border: 1px solid #e0e0e0;
  border-radius: 0.33rem;
}
.tribe-common .tribe-events-c-subscribe-dropdown__container, .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-subscribe-dropdown__container {
  display: none;
}

.upcoming-events, .tribe-events-calendar-list, .similar-events {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .upcoming-events, .tribe-events-calendar-list, .similar-events {
    padding: 5rem 0;
  }
}
.upcoming-events .event-query-controls, .tribe-events-calendar-list .event-query-controls, .similar-events .event-query-controls {
  margin: 70px 0 30px 0;
}
.upcoming-events .event-query-controls select, .tribe-events-calendar-list .event-query-controls select, .similar-events .event-query-controls select {
  border: none;
}
@media (max-width: 991px) {
  .upcoming-events .event-query-controls select, .tribe-events-calendar-list .event-query-controls select, .similar-events .event-query-controls select {
    margin-bottom: 10px;
  }
}
.upcoming-events .event-query-controls input, .tribe-events-calendar-list .event-query-controls input, .similar-events .event-query-controls input {
  border: none;
}
.upcoming-events .event-query-controls #when-down-icon, .tribe-events-calendar-list .event-query-controls #when-down-icon, .similar-events .event-query-controls #when-down-icon {
  cursor: pointer;
}
.upcoming-events .event-query-controls .input-addon-no-bg, .tribe-events-calendar-list .event-query-controls .input-addon-no-bg, .similar-events .event-query-controls .input-addon-no-bg {
  border: none;
}
.upcoming-events .event-query-controls #searchButton, .tribe-events-calendar-list .event-query-controls #searchButton, .similar-events .event-query-controls #searchButton {
  background-color: #50E3C2;
  color: #fff;
  cursor: pointer;
}
.upcoming-events #loadMoreButton, .tribe-events-calendar-list #loadMoreButton, .similar-events #loadMoreButton {
  color: #007396;
  cursor: pointer;
}
.upcoming-events #loadMoreButton:hover, .tribe-events-calendar-list #loadMoreButton:hover, .similar-events #loadMoreButton:hover {
  color: #fff;
}
.upcoming-events h2, .tribe-events-calendar-list h2, .similar-events h2 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
  margin: 0 auto 0.75em;
  text-align: center;
  max-width: 65%;
}
@media (min-width: 768px) {
  .upcoming-events h2, .tribe-events-calendar-list h2, .similar-events h2 {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) {
  .upcoming-events h2, .tribe-events-calendar-list h2, .similar-events h2 {
    max-width: none;
  }
}
.upcoming-events .card-wrapper, .upcoming-events .card-container > *, .tribe-events-calendar-list .card-wrapper, .tribe-events-calendar-list .card-container > *, .similar-events .card-wrapper, .similar-events .card-container > * {
  margin-bottom: 1.25rem;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .upcoming-events .card-wrapper, .upcoming-events .card-container > *, .tribe-events-calendar-list .card-wrapper, .tribe-events-calendar-list .card-container > *, .similar-events .card-wrapper, .similar-events .card-container > * {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 33.3125%;
        flex: 0 0 33.3125%;
    max-width: 33.3125%;
  }
}
.upcoming-events .card, .tribe-events-calendar-list .card, .similar-events .card {
  height: 100%;
}
.upcoming-events .card, .upcoming-events .tribe-related-events > li, .tribe-events-calendar-list .card, .tribe-events-calendar-list .tribe-related-events > li, .similar-events .card, .similar-events .tribe-related-events > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.upcoming-events .card:hover, .upcoming-events .tribe-related-events > li:hover, .tribe-events-calendar-list .card:hover, .tribe-events-calendar-list .tribe-related-events > li:hover, .similar-events .card:hover, .similar-events .tribe-related-events > li:hover {
  box-shadow: 2px 2px 22px #a4a4a4;
  transition: 0.3s ease;
}
.upcoming-events .card .image-holder, .upcoming-events .tribe-related-events > li .image-holder, .tribe-events-calendar-list .card .image-holder, .tribe-events-calendar-list .tribe-related-events > li .image-holder, .similar-events .card .image-holder, .similar-events .tribe-related-events > li .image-holder {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.upcoming-events .card .image-holder:before, .upcoming-events .tribe-related-events > li .image-holder:before, .tribe-events-calendar-list .card .image-holder:before, .tribe-events-calendar-list .tribe-related-events > li .image-holder:before, .similar-events .card .image-holder:before, .similar-events .tribe-related-events > li .image-holder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 72.4637681159%;
}
.upcoming-events .card .image-holder > .content, .upcoming-events .tribe-related-events > li .image-holder > .content, .tribe-events-calendar-list .card .image-holder > .content, .tribe-events-calendar-list .tribe-related-events > li .image-holder > .content, .similar-events .card .image-holder > .content, .similar-events .tribe-related-events > li .image-holder > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.upcoming-events .card .card-block, .upcoming-events .card .tribe-related-event-info, .upcoming-events .tribe-related-events > li .card-block, .upcoming-events .tribe-related-events > li .tribe-related-event-info, .tribe-events-calendar-list .card .card-block, .tribe-events-calendar-list .card .tribe-related-event-info, .tribe-events-calendar-list .tribe-related-events > li .card-block, .tribe-events-calendar-list .tribe-related-events > li .tribe-related-event-info, .similar-events .card .card-block, .similar-events .card .tribe-related-event-info, .similar-events .tribe-related-events > li .card-block, .similar-events .tribe-related-events > li .tribe-related-event-info {
  padding: 1.25rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 0;
}
.upcoming-events .card .card-block .card-title, .upcoming-events .card .tribe-related-event-info .card-title, .upcoming-events .tribe-related-events > li .card-block .card-title, .upcoming-events .tribe-related-events > li .tribe-related-event-info .card-title, .tribe-events-calendar-list .card .card-block .card-title, .tribe-events-calendar-list .card .tribe-related-event-info .card-title, .tribe-events-calendar-list .tribe-related-events > li .card-block .card-title, .tribe-events-calendar-list .tribe-related-events > li .tribe-related-event-info .card-title, .similar-events .card .card-block .card-title, .similar-events .card .tribe-related-event-info .card-title, .similar-events .tribe-related-events > li .card-block .card-title, .similar-events .tribe-related-events > li .tribe-related-event-info .card-title {
  color: #2C2A29;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.upcoming-events .card .card-block .card-title a, .upcoming-events .card .tribe-related-event-info .card-title a, .upcoming-events .tribe-related-events > li .card-block .card-title a, .upcoming-events .tribe-related-events > li .tribe-related-event-info .card-title a, .tribe-events-calendar-list .card .card-block .card-title a, .tribe-events-calendar-list .card .tribe-related-event-info .card-title a, .tribe-events-calendar-list .tribe-related-events > li .card-block .card-title a, .tribe-events-calendar-list .tribe-related-events > li .tribe-related-event-info .card-title a, .similar-events .card .card-block .card-title a, .similar-events .card .tribe-related-event-info .card-title a, .similar-events .tribe-related-events > li .card-block .card-title a, .similar-events .tribe-related-events > li .tribe-related-event-info .card-title a {
  color: #2C2A29;
}
.upcoming-events .card .card-date, .upcoming-events .tribe-related-events > li .card-date, .tribe-events-calendar-list .card .card-date, .tribe-events-calendar-list .tribe-related-events > li .card-date, .similar-events .card .card-date, .similar-events .tribe-related-events > li .card-date {
  margin-bottom: auto;
}
.upcoming-events .card .tribe-events-calendar-list__event-venue, .upcoming-events .tribe-related-events > li .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .card .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .tribe-related-events > li .tribe-events-calendar-list__event-venue, .similar-events .card .tribe-events-calendar-list__event-venue, .similar-events .tribe-related-events > li .tribe-events-calendar-list__event-venue {
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: auto;
}
.upcoming-events .card .tribe-events-calendar-list__event-venue span, .upcoming-events .tribe-related-events > li .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-list .card .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-list .tribe-related-events > li .tribe-events-calendar-list__event-venue span, .similar-events .card .tribe-events-calendar-list__event-venue span, .similar-events .tribe-related-events > li .tribe-events-calendar-list__event-venue span {
  display: block;
}
.upcoming-events .card .btn, .upcoming-events .card .search-form .search-submit, .search-form .upcoming-events .card .search-submit, .upcoming-events .tribe-related-events > li .btn, .upcoming-events .tribe-related-events > li .search-form .search-submit, .search-form .upcoming-events .tribe-related-events > li .search-submit, .tribe-events-calendar-list .card .btn, .tribe-events-calendar-list .card .search-form .search-submit, .search-form .tribe-events-calendar-list .card .search-submit, .tribe-events-calendar-list .tribe-related-events > li .btn, .tribe-events-calendar-list .tribe-related-events > li .search-form .search-submit, .search-form .tribe-events-calendar-list .tribe-related-events > li .search-submit, .similar-events .card .btn, .similar-events .card .search-form .search-submit, .search-form .similar-events .card .search-submit, .similar-events .tribe-related-events > li .btn, .similar-events .tribe-related-events > li .search-form .search-submit, .search-form .similar-events .tribe-related-events > li .search-submit {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  margin-top: 1.25em;
}
@media (min-width: 576px) {
  .upcoming-events .card .btn, .upcoming-events .card .search-form .search-submit, .search-form .upcoming-events .card .search-submit, .upcoming-events .tribe-related-events > li .btn, .upcoming-events .tribe-related-events > li .search-form .search-submit, .search-form .upcoming-events .tribe-related-events > li .search-submit, .tribe-events-calendar-list .card .btn, .tribe-events-calendar-list .card .search-form .search-submit, .search-form .tribe-events-calendar-list .card .search-submit, .tribe-events-calendar-list .tribe-related-events > li .btn, .tribe-events-calendar-list .tribe-related-events > li .search-form .search-submit, .search-form .tribe-events-calendar-list .tribe-related-events > li .search-submit, .similar-events .card .btn, .similar-events .card .search-form .search-submit, .search-form .similar-events .card .search-submit, .similar-events .tribe-related-events > li .btn, .similar-events .tribe-related-events > li .search-form .search-submit, .search-form .similar-events .tribe-related-events > li .search-submit {
    font-size: 0.9375rem;
  }
}
.upcoming-events .card .btn:hover, .upcoming-events .card .search-form .search-submit:hover, .search-form .upcoming-events .card .search-submit:hover, .upcoming-events .tribe-related-events > li .btn:hover, .upcoming-events .tribe-related-events > li .search-form .search-submit:hover, .search-form .upcoming-events .tribe-related-events > li .search-submit:hover, .tribe-events-calendar-list .card .btn:hover, .tribe-events-calendar-list .card .search-form .search-submit:hover, .search-form .tribe-events-calendar-list .card .search-submit:hover, .tribe-events-calendar-list .tribe-related-events > li .btn:hover, .tribe-events-calendar-list .tribe-related-events > li .search-form .search-submit:hover, .search-form .tribe-events-calendar-list .tribe-related-events > li .search-submit:hover, .similar-events .card .btn:hover, .similar-events .card .search-form .search-submit:hover, .search-form .similar-events .card .search-submit:hover, .similar-events .tribe-related-events > li .btn:hover, .similar-events .tribe-related-events > li .search-form .search-submit:hover, .search-form .similar-events .tribe-related-events > li .search-submit:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.upcoming-events .card .btn[disabled], .upcoming-events .card .search-form [disabled].search-submit, .search-form .upcoming-events .card [disabled].search-submit, .upcoming-events .tribe-related-events > li .btn[disabled], .upcoming-events .tribe-related-events > li .search-form [disabled].search-submit, .search-form .upcoming-events .tribe-related-events > li [disabled].search-submit, .tribe-events-calendar-list .card .btn[disabled], .tribe-events-calendar-list .card .search-form [disabled].search-submit, .search-form .tribe-events-calendar-list .card [disabled].search-submit, .tribe-events-calendar-list .tribe-related-events > li .btn[disabled], .tribe-events-calendar-list .tribe-related-events > li .search-form [disabled].search-submit, .search-form .tribe-events-calendar-list .tribe-related-events > li [disabled].search-submit, .similar-events .card .btn[disabled], .similar-events .card .search-form [disabled].search-submit, .search-form .similar-events .card [disabled].search-submit, .similar-events .tribe-related-events > li .btn[disabled], .similar-events .tribe-related-events > li .search-form [disabled].search-submit, .search-form .similar-events .tribe-related-events > li [disabled].search-submit {
  opacity: 0.25;
}
.upcoming-events .card .btn[disabled]:hover, .upcoming-events .card .search-form [disabled].search-submit:hover, .search-form .upcoming-events .card [disabled].search-submit:hover, .upcoming-events .tribe-related-events > li .btn[disabled]:hover, .upcoming-events .tribe-related-events > li .search-form [disabled].search-submit:hover, .search-form .upcoming-events .tribe-related-events > li [disabled].search-submit:hover, .tribe-events-calendar-list .card .btn[disabled]:hover, .tribe-events-calendar-list .card .search-form [disabled].search-submit:hover, .search-form .tribe-events-calendar-list .card [disabled].search-submit:hover, .tribe-events-calendar-list .tribe-related-events > li .btn[disabled]:hover, .tribe-events-calendar-list .tribe-related-events > li .search-form [disabled].search-submit:hover, .search-form .tribe-events-calendar-list .tribe-related-events > li [disabled].search-submit:hover, .similar-events .card .btn[disabled]:hover, .similar-events .card .search-form [disabled].search-submit:hover, .search-form .similar-events .card [disabled].search-submit:hover, .similar-events .tribe-related-events > li .btn[disabled]:hover, .similar-events .tribe-related-events > li .search-form [disabled].search-submit:hover, .search-form .similar-events .tribe-related-events > li [disabled].search-submit:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}

@media (min-width: 768px) {
  .upcoming-events .card-container > * {
    margin-bottom: 0;
  }
}
.upcoming-events .tribe-events-widget-link {
  display: none;
}
.upcoming-events .tribe-events-back {
  margin: 1.5em 0 -1em;
}
.upcoming-events .tribe-events-back > a {
  margin-bottom: 0;
}

.tribe-events-single ul.tribe-related-events {
  margin: 0 auto 2.5rem;
  max-width: 1180px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tribe-events-single ul.tribe-related-events {
    display: -ms-flexbox;
    display: flex;
  }
}
.tribe-events-single ul.tribe-related-events > li {
  background: #fff;
  border: 1px solid rgba(44, 42, 41, 0.125);
  text-align: center;
  margin-bottom: 1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .tribe-events-single ul.tribe-related-events > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.tribe-events-single ul.tribe-related-events > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.tribe-events-single ul.tribe-related-events > li .tribe-related-events-thumbnail {
  margin-bottom: 0;
}
.tribe-events-single ul.tribe-related-events > li .tribe-related-events-thumbnail img {
  object-fit: cover;
  width: 333px;
  height: 200px;
}
@media (min-width: 576px) {
  .tribe-events-single ul.tribe-related-events > li .tribe-related-events-thumbnail img {
    width: 600px;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .tribe-events-single ul.tribe-related-events > li .tribe-related-events-thumbnail img {
    width: 375px;
    height: 250px;
  }
}
.tribe-events-single ul.tribe-related-events > li .tribe-related-event-info {
  display: block;
  width: auto;
  padding: 1.25rem;
}
.tribe-events-single ul.tribe-related-events > li .tribe-related-event-info .recurringinfo {
  margin: 0;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.tribe-events-single ul.tribe-related-events > li .tribe-related-event-info .recurringinfo .event-is-recurring {
  display: none;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title a {
  color: #333;
}

.tribe-events-header__breadcrumbs {
  display: none;
}

.tribe_events-template-default #tribe-events-pg-template {
  max-width: 1600px;
  padding: 0;
}

.page-template-template-event-detail .page-header {
  display: none;
}

.event-container {
  padding-bottom: 2.5rem;
  box-shadow: 2px 2px 50px #a4a4a4;
  margin-top: 81px;
}
@media (min-width: 768px) {
  .event-container {
    margin-top: 124px;
  }
}
.event-container .event-detail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: auto;
}
.event-container .event-detail .centered-title-content {
  text-align: center;
  background-color: white;
  margin: 170px 20px 0;
  padding: 1.5rem;
  max-width: 1180px;
}
@media (min-width: 768px) {
  .event-container .event-detail .centered-title-content {
    margin: 500px 10% 0px;
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .event-container .event-detail .centered-title-content {
    margin: 500px auto 0;
    max-width: 980px;
  }
}
.event-container .event-detail .centered-title-content h1 {
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .event-container .event-detail .centered-title-content h1 {
    font-size: 3.375rem;
  }
}
.event-container .event-detail .centered-title-content p {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #333;
}
.event-container .event-detail .centered-title-content .btn-outline-white {
  border-color: #007396;
  border-width: 1px;
  color: #007396;
  background: none;
}
.event-container .event-detail .centered-title-content .btn-outline-white:hover {
  color: #fff;
  background: #007396;
}
.event-container .event-detail .centered-title-content .tribe-events-event-categories-label {
  display: none;
}
.event-container .event-detail .centered-title-content .tribe-country-name {
  display: none;
}
.event-container .event-detail abbr {
  text-decoration: none;
}
.event-container .event-description {
  padding: 20px calc(1.5rem + 20px);
  margin: 0 auto;
  max-width: 1180px;
}
@media (min-width: 768px) {
  .event-container .event-description {
    padding: 0 calc(150px + 2.5rem);
  }
}
.event-container .event-description p {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.75;
  position: relative;
}

.similar-events {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.similar-events .centered-title-content {
  text-align: center;
  padding: 70px 13% 55px;
}
.similar-events .centered-title-content h1 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 300;
  color: #333;
  letter-spacing: -0.125rem;
  line-height: 3.9375rem;
  margin-bottom: 1.875rem;
}
.similar-events .centered-title-content p {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 1rem;
  line-height: 1.875rem;
}
.similar-events .similar-event {
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
}
.similar-events .similar-event .similar-event-text {
  text-align: center;
  width: 100%;
  padding: 0px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.similar-events .similar-event .similar-event-text .spacer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.similar-events .similar-event .similar-event-text .similar-event-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.similar-events .similar-event .similar-event-text .similar-event-title h3 {
  position: relative;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
}
.similar-events .similar-event .similar-event-text a {
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 30px;
}

.tribe-events-nav-previous a, .tribe-events-nav-next a, .tribe-events-back a {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.7em 1.85em 0.6em;
  line-height: 1;
  border: 0.15rem solid currentColor;
  border-radius: 2em;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .tribe-events-nav-previous a, .tribe-events-nav-next a, .tribe-events-back a {
    font-size: 0.9375rem;
  }
}
.tribe-events-nav-previous a:hover, .tribe-events-nav-next a:hover, .tribe-events-back a:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.tribe-events-nav-previous a[disabled], .tribe-events-nav-next a[disabled], .tribe-events-back a[disabled] {
  opacity: 0.25;
}
.tribe-events-nav-previous a[disabled]:hover, .tribe-events-nav-next a[disabled]:hover, .tribe-events-back a[disabled]:hover {
  border-color: currentcolor;
  background: transparent;
  color: currentcolor;
}
@media (min-width: 768px) {
  .tribe-events-nav-previous a, .tribe-events-nav-next a, .tribe-events-back a {
    margin-right: 1em;
  }
}
.tribe-events-nav-previous a:last-child, .tribe-events-nav-next a:last-child, .tribe-events-back a:last-child {
  margin-right: 0;
}

.single-tribe_events .tribe-events-cal-links {
  display: none;
}

#tribe-events-footer {
  margin: 2.5rem auto 0;
  max-width: 1180px;
}

.tribe-events-sub-nav {
  padding: 0;
}

.tribe-events-nav-previous {
  text-align: left;
}

.tribe-events-nav-next {
  text-align: right;
}

.tribe-events-back {
  text-align: center;
  margin-bottom: 0;
}

body#tinymce {
  margin: 12px !important;
}

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