@charset "UTF-8";
/*
FS Base Theme - Main Styles
*/
.vertical-align-wrap {
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.vertical-align-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.force-full-width-wrapper {
  position: relative;
}

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1;
}

.btn.btn-inverse {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}
.btn.btn-inverse.btn:hover, .btn.btn-inverse.btn:focus, .btn.btn-inverse.btn:active {
  background-color: #575757;
  color: #ffffff;
}

.btn.btn-shape-square {
  border-radius: 0;
}

.btn.btn-style-outline {
  background-color: transparent;
}

/*

WP-Bootstrap

*/
/* wp-specific classes */
/*

WP-Bootstrap

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(203.2, 236.52, 213);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(158.8, 220.68, 177);
}

.table-hover .table-success:hover {
  background-color: rgb(184.4051792829, 229.8148207171, 197.7609561753);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(184.4051792829, 229.8148207171, 197.7609561753);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

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

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #46BD69;
}

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

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

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

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

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #46BD69;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #46BD69;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #46BD69;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(107.5896414343, 202.4103585657, 135.4780876494);
  background-color: rgb(107.5896414343, 202.4103585657, 135.4780876494);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(70, 189, 105, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #46BD69;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #46BD69;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #46BD69;
  box-shadow: 0 0 0 0.2rem rgba(70, 189, 105, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #46BD69;
  border-color: #46BD69;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(58.0458167331, 162.7041832669, 88.827689243);
  border-color: rgb(54.6932270916, 153.3067729084, 83.6972111554);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(58.0458167331, 162.7041832669, 88.827689243);
  border-color: rgb(54.6932270916, 153.3067729084, 83.6972111554);
  box-shadow: 0 0 0 0.2rem rgba(97.75, 198.9, 127.5, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #46BD69;
  border-color: #46BD69;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(54.6932270916, 153.3067729084, 83.6972111554);
  border-color: rgb(51.3406374502, 143.9093625498, 78.5667330677);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97.75, 198.9, 127.5, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

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

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

.btn-outline-success {
  color: #46BD69;
  border-color: #46BD69;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #46BD69;
  border-color: #46BD69;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 189, 105, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #46BD69;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #46BD69;
  border-color: #46BD69;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 189, 105, 0.5);
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.badge-success {
  color: #fff;
  background-color: #46BD69;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(54.6932270916, 153.3067729084, 83.6972111554);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 189, 105, 0.5);
}

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(36.4, 98.28, 54.6);
  background-color: rgb(218, 241.8, 225);
  border-color: rgb(203.2, 236.52, 213);
}
.alert-success hr {
  border-top-color: rgb(184.4051792829, 229.8148207171, 197.7609561753);
}
.alert-success .alert-link {
  color: rgb(22.6162162162, 61.0637837838, 33.9243243243);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(36.4, 98.28, 54.6);
  background-color: rgb(203.2, 236.52, 213);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(36.4, 98.28, 54.6);
  background-color: rgb(184.4051792829, 229.8148207171, 197.7609561753);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(36.4, 98.28, 54.6);
  border-color: rgb(36.4, 98.28, 54.6);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #46BD69 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(54.6932270916, 153.3067729084, 83.6972111554) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #46BD69 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    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;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #46BD69 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(47.9880478088, 134.5119521912, 73.4362549801) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.posts-feed .loader:before,
.providers-results .loader:before,
.providers-widget .loader:before,
.locations-results .loader:before,
#wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single:after,
.chosen-container-single .chosen-single:after,
.select-selected.select-arrow-active:after,
.select-selected:after,
.slick-prev:before,
.slick-next:before,
.slick-prev,
.slick-next,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.posts-feed .loader:before,
.providers-results .loader:before,
.providers-widget .loader:before,
.locations-results .loader:before, #wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .chosen-single:after, #wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single:after, .chosen-container-single .chosen-single:after, .select-selected.select-arrow-active:after, .select-selected:after, .slick-prev:before, .slick-next:before, .slick-prev, .slick-next {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.posts-feed .fa-pull-left.loader:before,
.providers-results .fa-pull-left.loader:before,
.providers-widget .fa-pull-left.loader:before,
.locations-results .fa-pull-left.loader:before,
#wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .fa-pull-left.chosen-single:after,
.chosen-container-active.chosen-with-drop .fa-pull-left.chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .chosen-container-single .fa-pull-left.chosen-single:after,
.chosen-container-single .fa-pull-left.chosen-single:after,
.fa-pull-left.select-selected:after,
.fa-pull-left.slick-prev:before,
.fa-pull-left.slick-next:before,
.fa-pull-left.slick-prev,
.fa-pull-left.slick-next,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.posts-feed .fa-pull-right.loader:before,
.providers-results .fa-pull-right.loader:before,
.providers-widget .fa-pull-right.loader:before,
.locations-results .fa-pull-right.loader:before,
#wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .fa-pull-right.chosen-single:after,
.chosen-container-active.chosen-with-drop .fa-pull-right.chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .chosen-container-single .fa-pull-right.chosen-single:after,
.chosen-container-single .fa-pull-right.chosen-single:after,
.fa-pull-right.select-selected:after,
.fa-pull-right.slick-prev:before,
.fa-pull-right.slick-next:before,
.fa-pull-right.slick-prev,
.fa-pull-right.slick-next,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin, .posts-feed .loader:before,
.providers-results .loader:before,
.providers-widget .loader:before,
.locations-results .loader:before {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse, #wrapper .gform_wrapper.gravity-theme .ginput_container_select.loading .chosen-container-active.chosen-with-drop .chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .ginput_container_select.loading .chosen-container-single .chosen-single:after {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.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-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

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

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

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

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

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

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

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

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

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

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

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

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

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

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

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

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-solid-900.eot");
  src: url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.posts-feed .loader:before,
.providers-results .loader:before,
.providers-widget .loader:before,
.locations-results .loader:before,
#wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single:after,
.chosen-container-single .chosen-single:after,
.select-selected.select-arrow-active:after,
.select-selected:after,
.slick-prev:before,
.slick-next:before,
.slick-prev,
.slick-next {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-brands-400.eot");
  src: url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-regular-400.eot");
  src: url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../../../../custom-fs-theme/bower_components/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@-webkit-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 32px;
  margin: 15px auto -20px auto;
  display: none;
  -webkit-animation: bounce-arrow 2s infinite ease-in-out;
  -moz-animation: bounce-arrow 2s infinite ease-in-out;
  -o-animation: bounce-arrow 2s infinite ease-in-out;
  animation: bounce-arrow 2s infinite ease-in-out;
}

.rev_slider .tp-caption.arrow {
  display: none;
}

@media (min-width: 768px) {
  .rev_slider .tp-caption.arrow {
    display: block;
  }
}
.social {
  list-style: none;
}
.social li {
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .social li {
    float: left;
  }
}
.social li i {
  display: inline-block;
  color: #333;
  width: 44px;
  text-align: center;
}
.social li i:hover, .social li i:focus, .social li i:active {
  color: #808080;
  text-decoration: none;
}
.social li i {
  font-size: 25px;
}
@media (min-width: 768px) {
  .social li i {
    font-size: 18px;
    padding-right: 20px;
  }
}
.social li a {
  font-size: 14px;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  color: #333;
}
.social li a:hover, .social li a:focus, .social li a:active {
  color: #808080;
  text-decoration: none;
}
@media (max-width: 767px) {
  .social li span {
    display: none;
  }
}
.social {
  letter-spacing: 0.32px;
}

/*

WP-Bootstrap - Layout

*/
/* layout */
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important;
}

.nav-container {
  padding-left: 0;
  padding-right: 0;
}

#inner-header {
  width: 100%;
}

input, textarea, select, .uneditable-input {
  margin-bottom: 0;
}

.navbar-search {
  padding-left: 0;
}

#content {
  padding: 10px 0 0;
}

.more-link {
  white-space: nowrap;
}

.footer-links {
  float: right;
  margin-bottom: 18px;
}

.footer-links .menu {
  list-style-type: none;
  margin-left: 0;
}

.footer-links .menu li {
  float: left;
  margin-left: 10px;
}

/*

WP-Bootstrap - Navbar

*/
@media (min-width: 768px) {
  .admin-bar .fixed-top {
    top: 32px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  body.fixed {
    padding-top: 87px;
  }
}

@media (max-width: 767px) {
  .shadow {
    box-shadow: none;
  }
}

body.transparent .featured-full {
  padding-top: 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

.nav a, .navbar a {
  text-decoration: none;
}

.sidebar-nav.location.wait-time-menu li {
  min-width: 160px;
}

.home .navbar-default.flyout-nav,
.home .navbar-default {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.navbar-default.flyout-nav,
.navbar-default {
  z-index: 6;
}
.navbar-default.flyout-nav .navbar-header,
.navbar-default .navbar-header {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .navbar-default.flyout-nav .dropdown-menu,
  .navbar-default .dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    box-shadow: none !important;
    border: none;
    padding-left: 15px;
    font-size: 0.95rem;
  }
}

.navbar-toggler {
  right: 15px;
  position: absolute;
}

.navbar-default, .affixed .navbar-default.affix {
  background: #FFFFFF;
}
.navbar-default .navbar-nav > li > a, .affixed .navbar-default.affix .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .affixed .navbar-default.affix .navbar-nav > li > a:hover, .affixed .navbar-default.affix .navbar-nav > li > a:focus {
  color: #808080;
}
.navbar-default .navbar-nav > li > a.active, .affixed .navbar-default.affix .navbar-nav > li > a.active {
  background-color: #eee;
  color: #333;
}
.navbar-default .navbar-nav > li > a.active:hover, .navbar-default .navbar-nav > li > a.active:focus, .affixed .navbar-default.affix .navbar-nav > li > a.active:hover, .affixed .navbar-default.affix .navbar-nav > li > a.active:focus {
  color: #808080;
}
.navbar-default .navbar-nav > .btn, .affixed .navbar-default.affix .navbar-nav > .btn {
  border: 1px solid #333;
  background: transparent;
  color: #333;
}
.navbar-default .navbar-nav > .btn:hover, .navbar-default .navbar-nav > .btn:focus, .affixed .navbar-default.affix .navbar-nav > .btn:hover, .affixed .navbar-default.affix .navbar-nav > .btn:focus {
  color: #FFFFFF;
  background: #333;
}
.navbar-default .nav-top,
.navbar-default .nav-top-tablet, .affixed .navbar-default.affix .nav-top,
.affixed .navbar-default.affix .nav-top-tablet {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #0F5568;
  overflow: hidden;
  width: 100%;
  justify-content: normal;
  align-items: initial;
}
@media (max-width: 991px) {
  .navbar-default .nav-top,
  .navbar-default .nav-top-tablet, .affixed .navbar-default.affix .nav-top,
  .affixed .navbar-default.affix .nav-top-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-default .nav-top .navbar-nav,
  .navbar-default .nav-top-tablet .navbar-nav, .affixed .navbar-default.affix .nav-top .navbar-nav,
  .affixed .navbar-default.affix .nav-top-tablet .navbar-nav {
    float: left;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-default .nav-top .navbar-nav,
  .navbar-default .nav-top-tablet .navbar-nav, .affixed .navbar-default.affix .nav-top .navbar-nav,
  .affixed .navbar-default.affix .nav-top-tablet .navbar-nav {
    margin-right: 10px;
    margin-left: 0px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .navbar-default .nav-top .navbar-nav,
  .navbar-default .nav-top-tablet .navbar-nav, .affixed .navbar-default.affix .nav-top .navbar-nav,
  .affixed .navbar-default.affix .nav-top-tablet .navbar-nav {
    margin-right: 25px;
  }
}
.navbar-default .nav-top .navbar-nav,
.navbar-default .nav-top-tablet .navbar-nav, .affixed .navbar-default.affix .nav-top .navbar-nav,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav {
  margin-top: 0;
}
.navbar-default .nav-top .navbar-nav > li,
.navbar-default .nav-top-tablet .navbar-nav > li, .affixed .navbar-default.affix .nav-top .navbar-nav > li,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li {
  margin-right: 0;
  font-size: 11px;
  margin-right: -5px;
  /* max-width:130px;*/
}
@media (max-width: 992px) {
  .navbar-default .nav-top .navbar-nav > li,
  .navbar-default .nav-top-tablet .navbar-nav > li, .affixed .navbar-default.affix .nav-top .navbar-nav > li,
  .affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li {
    width: 50%;
    max-width: 50%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .navbar-default .nav-top .navbar-nav > li,
  .navbar-default .nav-top-tablet .navbar-nav > li, .affixed .navbar-default.affix .nav-top .navbar-nav > li,
  .affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li {
    margin-right: 10px;
  }
}
.navbar-default .nav-top .navbar-nav > li:first-child,
.navbar-default .nav-top-tablet .navbar-nav > li:first-child, .affixed .navbar-default.affix .nav-top .navbar-nav > li:first-child,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li:first-child {
  margin-left: -8px;
}
.navbar-default .nav-top .navbar-nav > li > a,
.navbar-default .nav-top-tablet .navbar-nav > li > a, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li > a {
  padding: 15px 10px;
  display: inline-block;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.22px;
  text-align: left;
  font-size: 13px;
  padding: 15px 5px;
}
@media (min-width: 1200px) {
  .navbar-default .nav-top .navbar-nav > li > a,
  .navbar-default .nav-top-tablet .navbar-nav > li > a, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a,
  .affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li > a {
    font-size: 15px;
    padding: 15px 10px;
  }
}
.navbar-default .nav-top .navbar-nav > li > a,
.navbar-default .nav-top-tablet .navbar-nav > li > a, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li > a {
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.navbar-default .nav-top .navbar-nav > li > a:hover, .navbar-default .nav-top .navbar-nav > li > a:focus, .navbar-default .nav-top .navbar-nav > li > a:active,
.navbar-default .nav-top-tablet .navbar-nav > li > a:hover,
.navbar-default .nav-top-tablet .navbar-nav > li > a:focus,
.navbar-default .nav-top-tablet .navbar-nav > li > a:active, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a:hover, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a:focus, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a:active,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li > a:hover,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li > a:focus,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > li > a:active {
  color: #8DD0D8;
}
.navbar-default .nav-top .navbar-nav > .active > a,
.navbar-default .nav-top-tablet .navbar-nav > .active > a, .affixed .navbar-default.affix .nav-top .navbar-nav > .active > a,
.affixed .navbar-default.affix .nav-top-tablet .navbar-nav > .active > a {
  background-color: transparent;
}

.navbar-inverse, .affixed .navbar-inverse.affix {
  background: #333;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  transition: all ease 0.25s;
  border: none;
}
.navbar-inverse .navbar-nav > li > a, .affixed .navbar-inverse.affix .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a:focus {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active, .affixed .navbar-inverse.affix .navbar-nav > li > a.active {
  background-color: #eee;
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active:hover, .navbar-inverse .navbar-nav > li > a.active:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a.active:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a.active:focus {
  color: #e9e9e9;
}
.navbar-inverse .navbar-nav > li > a.active > .btn, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active > .btn:hover, .navbar-inverse .navbar-nav > li > a.active > .btn:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn:focus {
  color: #333;
  background: #FFFFFF;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
  background: transparent;
  padding: 0px 15px;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    background: transparent;
    padding: 0px;
  }
}

.navbar-nav {
  margin: 0;
  clear: both;
}

:hover {
  transition: border, color, background-color 0.2s ease-in-out;
}

.no-affix {
  background-color: #fff;
}

.no-affix.fixed-top {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53);
}

.affixed.fixed-top {
  position: absolute;
  top: 0;
}

.no-affix.navbar-default .navbar-nav > li > a {
  color: #333;
}

.no-affix a.navbar-brand:before {
  opacity: 1;
}

.logo-option {
  overflow: hidden;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.logo-affix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.affix .logo-affix {
  opacity: 1;
}

a.navbar-brand:before {
  display: block;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  width: 46px;
  height: 45px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: rgba(231, 231, 231, 0.4);
}

@media (min-width: 768px) {
  .mobile .navbar-toggle {
    display: none;
  }
  .tablet .navbar-toggle {
    display: none;
  }
}
.icon-chev-down {
  background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2219px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2019%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3Edown%20copy%202%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Homepage---DT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Desktop-HD---Opt2---Menu-Open%22%20transform%3D%22translate%28-1220.000000%2C%20-972.000000%29%22%20fill%3D%22%23000000%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Menu---2---search%22%20transform%3D%22translate%28-3.000000%2C%20-1.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Nav---links%22%20transform%3D%22translate%28893.000000%2C%20526.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22angle2%22%20transform%3D%22translate%28339.500000%2C%20452.500000%29%20rotate%2890.000000%29%20translate%28-339.500000%2C%20-452.500000%29%20translate%28334.000000%2C%20443.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7467708%2C9.06554878%20L2.046%2C0.26854878%20C1.9215625%2C0.142731707%201.77833333%2C0.0797073171%201.61654167%2C0.0797073171%20C1.45475%2C0.0797073171%201.31152083%2C0.142731707%201.18708333%2C0.26854878%20L0.2536875%2C1.21252439%20C0.129020833%2C1.33834146%200.0669166667%2C1.48292683%200.0669166667%2C1.6467439%20C0.0669166667%2C1.81056098%200.129020833%2C1.95514634%200.2536875%2C2.08096341%20L7.591375%2C9.5%20L0.2536875%2C16.9192683%20C0.129020833%2C17.0450854%200.0669166667%2C17.1899024%200.0669166667%2C17.3532561%20C0.0669166667%2C17.5170732%200.129020833%2C17.6618902%200.2536875%2C17.7877073%20L1.18708333%2C18.7312195%20C1.31152083%2C18.8572683%201.45475%2C18.9198293%201.61654167%2C18.9198293%20C1.77833333%2C18.9198293%201.9215625%2C18.8570366%202.046%2C18.7312195%20L10.7465417%2C9.93421951%20C10.8709792%2C9.80840244%2010.9330833%2C9.66358537%2010.9330833%2C9.5%20C10.9330833%2C9.33641463%2010.8712083%2C9.19159756%2010.7467708%2C9.06554878%20L10.7467708%2C9.06554878%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .navbar-default .icon-chev-down,
  .transparent .navbar-default.affix .icon-chev-down {
    background-image: url(../../../images/chevron-down-dark.svg);
  }
  .navbar-inverse .icon-chev-down, .transparent .navbar-default .icon-chev-down {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2219px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2019%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3Edown%20copy%202%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Homepage---DT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Desktop-HD---Opt2---Menu-Open%22%20transform%3D%22translate%28-1220.000000%2C%20-972.000000%29%22%20fill%3D%22%23000000%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Menu---2---search%22%20transform%3D%22translate%28-3.000000%2C%20-1.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Nav---links%22%20transform%3D%22translate%28893.000000%2C%20526.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22angle2%22%20transform%3D%22translate%28339.500000%2C%20452.500000%29%20rotate%2890.000000%29%20translate%28-339.500000%2C%20-452.500000%29%20translate%28334.000000%2C%20443.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7467708%2C9.06554878%20L2.046%2C0.26854878%20C1.9215625%2C0.142731707%201.77833333%2C0.0797073171%201.61654167%2C0.0797073171%20C1.45475%2C0.0797073171%201.31152083%2C0.142731707%201.18708333%2C0.26854878%20L0.2536875%2C1.21252439%20C0.129020833%2C1.33834146%200.0669166667%2C1.48292683%200.0669166667%2C1.6467439%20C0.0669166667%2C1.81056098%200.129020833%2C1.95514634%200.2536875%2C2.08096341%20L7.591375%2C9.5%20L0.2536875%2C16.9192683%20C0.129020833%2C17.0450854%200.0669166667%2C17.1899024%200.0669166667%2C17.3532561%20C0.0669166667%2C17.5170732%200.129020833%2C17.6618902%200.2536875%2C17.7877073%20L1.18708333%2C18.7312195%20C1.31152083%2C18.8572683%201.45475%2C18.9198293%201.61654167%2C18.9198293%20C1.77833333%2C18.9198293%201.9215625%2C18.8570366%202.046%2C18.7312195%20L10.7465417%2C9.93421951%20C10.8709792%2C9.80840244%2010.9330833%2C9.66358537%2010.9330833%2C9.5%20C10.9330833%2C9.33641463%2010.8712083%2C9.19159756%2010.7467708%2C9.06554878%20L10.7467708%2C9.06554878%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E);
  }
}
.caret {
  border: none;
  width: 15px;
  height: 7px;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  background-size: contain;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .caret {
    float: right;
  }
}

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

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

.navbar-brand {
  width: 163px;
  margin-bottom: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .fixed-top {
    position: relative;
  }
}

@media (min-width: 1025px) {
  ul#navigation li:hover > ul, ul#navigation ul li.focus > ul {
    display: block;
  }
  ul#navigation li.menu-item-has-children:hover > a .caret {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .nav > li.mobile-only {
    display: none;
  }
  .logo-affix {
    opacity: 0;
  }
  body.transparent {
    padding-top: 0;
  }
  .transparent .navbar-default {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    border: none;
  }
  .transparent .fixed-top {
    position: fixed;
  }
  .affixed .navbar-default, .transparent .navbar-default {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .affixed .navbar-default .navbar-nav > li > a, .transparent .navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
  }
  .affixed .navbar-default .navbar-nav > li > a:hover, .affixed .navbar-default .navbar-nav > li > a:focus, .transparent .navbar-default .navbar-nav > li > a:hover, .transparent .navbar-default .navbar-nav > li > a:focus {
    color: #e9e9e9;
    background-color: transparent;
  }
  .affixed .navbar-default .navbar-nav > li > a.active, .transparent .navbar-default .navbar-nav > li > a.active {
    background-color: #eee;
  }
  .affixed .navbar-default .navbar-nav > li > a.active:hover, .affixed .navbar-default .navbar-nav > li > a.active:focus, .transparent .navbar-default .navbar-nav > li > a.active:hover, .transparent .navbar-default .navbar-nav > li > a.active:focus {
    color: #e9e9e9;
    background-color: transparent;
  }
  .affixed .navbar-default .navbar-nav > .btn, .transparent .navbar-default .navbar-nav > .btn {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
  }
  .affixed .navbar-default .navbar-brand, .transparent .navbar-default .navbar-brand {
    color: #FFFFFF;
  }
  .affixed .navbar-default.affix {
    border-bottom: 1px solid rgba(91, 91, 91, 0.17);
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.07);
  }
  .affixed .navbar-default.affix .navbar-brand {
    color: #333;
  }
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-nav > li:first-child {
    margin-left: -15px;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #EFEFEF;
  }
  .no-affix .navbar-default .navbar-collapse {
    border-color: transparent;
    background: transparent;
  }
  .fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border-color: #e7e7e7;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .affixed .navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #FFFFFF;
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
  .no-affix .navbar-default .navbar-nav > .active > a:after, .affix.navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #333;
  }
  .affixed .navbar-inverse.navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #FFFFFF;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .container-sm .navbar-brand, .navbar > .container-md .navbar-brand, .navbar > .container-lg .navbar-brand, .navbar > .container-xl .navbar-brand {
    margin-left: 0;
  }
  .affixed.fixed-top.affix {
    top: 0;
  }
  #nav-container ul ul {
    float: left;
    margin: 0;
    position: absolute;
    left: -999em;
    z-index: 99999;
    padding: 0;
  }
  #nav-container li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  #nav-container ul ul ul {
    left: -999em;
    top: 0;
  }
  #nav-container ul ul li:last-child a {
    border-bottom: none;
  }
  #nav-container ul ul a {
    white-space: normal;
  }
  #nav-container ul ul li {
    margin-bottom: 0;
    background: none;
  }
  #nav-container ul ul a {
    padding: 10px 10px;
  }
  #nav-container ul ul .caret {
    display: none;
  }
  #nav-container ul ul ul a:after {
    content: none;
  }
  #nav-container ul ul a:after {
    content: none;
  }
  #nav-container ul ul a:hover,
  #nav-container ul ul li.focus > a {
    background-color: #efefef;
  }
  #nav-container ul ul li.menu-item-has-children > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: \f0da;
    position: absolute;
    display: block;
    color: #434343;
    width: 14px;
    height: 14px;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 7.5px;
    margin-top: -8px;
  }
  #nav-container ul ul li:hover a:after,
  #nav-container ul ul li.focus > a:after {
    color: inherit;
  }
  #nav-container ul li:hover > ul,
  #nav-container ul li.focus > ul {
    left: auto;
  }
  #nav-container ul ul li:hover > ul,
  #nav-container ul ul li.focus > ul {
    left: 100%;
  }
  #nav-container .menu-item-has-children > a,
  #nav-container .page_item_has_children > a {
    padding-right: 26px;
    display: flex;
    align-items: center;
  }
  #nav-container li .menu-item-has-children > a,
  #nav-container li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }
  #nav-container ul li:hover > ul, #nav-container ul li.focus > ul {
    left: auto;
  }
}
@media (min-width: 1024px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .container-sm .navbar-brand, .navbar > .container-md .navbar-brand, .navbar > .container-lg .navbar-brand, .navbar > .container-xl .navbar-brand {
    margin-left: 0;
  }
  .navbar-brand {
    width: 164px;
    height: 69px;
    margin-top: 0;
    margin-top: -6px;
  }
  .affixed.fixed-top.affix {
    position: relative;
    top: 0;
  }
  .affix.navbar-default .navbar-nav > li > a {
    color: #333;
  }
  .affix.navbar-inverse .navbar-nav > li > a {
    color: #777;
  }
  .affixed.fixed-top.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #EFEFEF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53);
  }
  .affix.navbar-default .navbar-nav > li > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    color: #C5C5C5;
    background: transparent;
  }
  .affix.navbar-default .navbar-nav > .active > a,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
  }
  .affixed.fixed-top.affix {
    position: fixed;
  }
}
@keyframes hideBg {
  90% {
    background: inherit;
  }
  100% {
    background: none;
  }
}
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
@media (min-width: 768px) {
  header .flyout-nav.navbar-default .container, header .flyout-nav.navbar-default .container-fluid, header .flyout-nav.navbar-default .container-sm, header .flyout-nav.navbar-default .container-md, header .flyout-nav.navbar-default .container-lg, header .flyout-nav.navbar-default .container-xl {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
}
.navbar-default .container {
  position: relative;
}
@media (max-width: 767px) {
  .navbar-default .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#sidebar-wrapper .navbar-nav > li {
  float: none;
}

.dropdown-menu > li > a {
  white-space: wrap;
}

body {
  overflow-x: hidden;
}

.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
.navbar-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar-default .navbar-form {
  border-color: transparent;
  box-shadow: none;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

@media (max-width: 1024px) {
  #wrapper.toggled .sidebar-nav-right.no-expand {
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper.toggled .sidebar-nav-right .navbar-wrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  #wrapper.toggled .sidebar-nav-right .navbar-wrapper {
    width: 320px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #wrapper.toggled .sidebar-nav-right .navbar-wrapper {
    width: 510px;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  #wrapper.toggled .sidebar-nav-right .navbar-wrapper {
    width: 600px;
  }
}
.full-flyout-menu #wrapper.toggled .navbar-wrapper {
  right: 0;
}
.full-flyout-menu #wrapper .navbar-wrapper {
  overflow: hidden;
  width: 100%;
  top: 0;
}
.full-flyout-menu #wrapper .navbar-wrapper {
  right: -100%;
}
.full-flyout-menu #wrapper .navbar-wrapper {
  overflow: hidden;
}

#wrapper.toggled .navbar-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .mobile .side-navbar.navbar-wrapper {
    transition: width 0.5s ease;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .tablet .side-navbar.navbar-wrapper {
    transition: width 0.5s ease;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  #wrapper.toggled .mobile .side-navbar.navbar-wrapper {
    visibility: visible;
  }
}

@media (max-width: 991px) {
  #wrapper.toggled .tablet .side-navbar.navbar-wrapper {
    visibility: visible;
    box-shadow: -1px -1px 8px 0px rgba(0, 0, 0, 0.2);
  }
}

.mobile .sidebar-nav,
.tablet .sidebar-nav {
  transition: none;
}
@media (min-width: 768px) {
  .mobile .sidebar-nav,
  .tablet .sidebar-nav {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mobile .sidebar-nav,
  .tablet .sidebar-nav {
    padding-left: 10%;
  }
}
@media (min-width: 1025px) {
  .mobile .sidebar-nav,
  .tablet .sidebar-nav {
    padding-left: 10%;
  }
}
@media (min-width: 1200px) {
  .mobile .sidebar-nav,
  .tablet .sidebar-nav {
    padding-left: 30%;
  }
}
.mobile .sidebar-nav,
.tablet .sidebar-nav {
  width: 100%;
}

.side-navbar.navbar-wrapper {
  background: #fff;
  width: 0;
  z-index: 1031;
  position: fixed;
}
.side-navbar.navbar-wrapper::-webkit-scrollbar {
  display: none;
}

.sidebar-nav-right .side-navbar.navbar-wrapper {
  height: 100%;
  right: 250px;
  margin-right: -250px;
  bottom: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .sidebar-nav-right .side-navbar.navbar-wrapper {
    right: 600px;
    margin-right: -600px;
  }
}
@media (min-width: 768px) {
  .sidebar-nav-right .side-navbar.navbar-wrapper {
    overflow: visible;
  }
}

.sidebar-nav-full .side-navbar.navbar-wrapper {
  height: 100%;
  width: 100%;
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}

.navbar-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #5AC5CC;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li > a:hover, .navbar-wrapper .navbar-inverse .navbar-nav > li > a:focus, .navbar-wrapper .navbar-inverse .navbar-nav > li > a:active {
  color: #aed1e2;
  text-decoration: none;
}

.mobile .navbar-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #5AC5CC;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.96px;
  display: flex;
}
@media (min-width: 768px) {
  .mobile .navbar-wrapper .navbar-inverse .navbar-nav > li > a {
    color: #5AC5CC;
    flex-direction: column;
  }
}
.mobile .navbar-wrapper .navbar-inverse .navbar-nav > li > a.show {
  background-color: #F6F6F6;
}

.tablet .navbar-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #5AC5CC;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.96px;
  display: flex;
}
@media (min-width: 992px) {
  .tablet .navbar-wrapper .navbar-inverse .navbar-nav > li > a {
    color: #5AC5CC;
    flex-direction: column;
  }
}
.tablet .navbar-wrapper .navbar-inverse .navbar-nav > li > a:hover, .tablet .navbar-wrapper .navbar-inverse .navbar-nav > li > a:focus, .tablet .navbar-wrapper .navbar-inverse .navbar-nav > li > a:active {
  color: #0F5568;
  text-decoration: none;
}
.tablet .navbar-wrapper .navbar-inverse .navbar-nav > li > a.show {
  background-color: #F6F6F6;
}

@media (max-width: 991px) {
  .sidebar-nav .dropdown-menu {
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .sidebar-nav .dropdown-menu {
    background-color: #0F5568;
    border-radius: 0;
    border: none;
    margin-top: 0;
  }
  .sidebar-nav .dropdown-menu > li {
    position: relative;
  }
  .sidebar-nav .dropdown-menu > li:after {
    background: url(../../../images/dropdown-divider.png) repeat-x;
    width: 100%;
    height: 2px;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sidebar-nav .dropdown-menu > li:last-child:after {
    display: none;
  }
  .sidebar-nav .dropdown-menu > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    color: #5AC5CC;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-nav .dropdown-menu > li > a:after {
    background: url(../../../images/chev-right-dropdown.svg) no-repeat;
    width: 5px;
    height: 9px;
    display: inline-block;
    content: "";
    transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  }
  .sidebar-nav .dropdown-menu > li > a:hover, .sidebar-nav .dropdown-menu > li > a:focus, .sidebar-nav .dropdown-menu > li > a:active {
    background-color: #368a9f;
    color: #fff;
  }
  .sidebar-nav .dropdown-menu > li > a:hover:after, .sidebar-nav .dropdown-menu > li > a:focus:after, .sidebar-nav .dropdown-menu > li > a:active:after {
    background: url(../../../images/chev-right-dropdown-hover.svg) no-repeat;
  }
  .sidebar-nav .dropdown-menu {
    border-top: 3px solid #5AC5CC;
  }
  .sidebar-nav .dropdown-menu .px-2 {
    padding-left: 1rem !important;
  }
  .sidebar-nav .dropdown-menu .px-2 {
    padding-right: 1rem !important;
  }
}
.navbar-wrapper .navbar-inverse .navbar-nav > li > a.dropdown-toggle {
  margin-bottom: 0;
  padding-right: 0.9rem !important;
  padding-left: 0.6rem !important;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li > a.dropdown-toggle:focus, .navbar-wrapper .navbar-inverse .navbar-nav > li > a.dropdown-toggle:hover, .navbar-wrapper .navbar-inverse .navbar-nav > li > a.dropdown-toggle:active {
  outline: 0;
}

.sidebar-nav-full .navbar-wrapper .navbar-inverse .navbar-nav > li > a {
  margin-bottom: 0;
}
.sidebar-nav-full .sidebar-nav li a {
  padding-left: 15px;
}

.navbar-wrapper .navbar-inverse {
  background: none;
}

.navbar-wrapper .navbar-inverse .navbar-nav > .active > a {
  color: #5AC5CC;
}
.navbar-wrapper .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-wrapper .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #5AC5CC;
}

.flyout-nav .caret {
  float: right;
  border: none;
  width: 18px;
  height: 10px;
  transition: all 0.45s ease;
  transform-origin: center;
  display: block;
}
.flyout-nav .show .caret {
  transform: rotate(180deg);
  background-image: url(../../../images/chev-down-teal-hover.svg);
}
.flyout-nav .caret {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  right: 3px;
  bottom: 23px;
}
@media (max-width: 991px) {
  .flyout-nav .caret {
    width: 15px;
    height: 8px;
    position: absolute;
    right: -3px;
    top: 29px;
  }
}
.flyout-nav .caret {
  background-image: url(../../../images/chev-down-teal.svg);
}
.flyout-nav a:hover .caret {
  background-image: url(../../../images/chev-down-teal-hover.svg);
}

.bg-sidebar-wrapper-1 {
  background: #fff;
}

.bg-sidebar-wrapper-2 {
  background: #fff;
}

@media (max-width: 767px) {
  .bg-sidebar.bg-sidebar-wrapper-2 {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .mobile .bg-sidebar {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .tablet .bg-sidebar {
    padding-top: 0px;
    padding-bottom: 35px;
  }
}

.sidebar-menu-title {
  font-style: italic;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  .sidebar-menu-title {
    padding-left: 20px;
  }
}
.sidebar-menu-title {
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media (max-width: 375px) {
  .sidebar-menu-title {
    font-size: 15px !important;
    margin-bottom: 24px !important;
  }
}
.sidebar-menu-title {
  display: block;
}

.bg-sidebar .navbar-form,
.hero-form {
  margin-left: 13px;
}
@media (max-width: 767px) {
  .bg-sidebar .navbar-form,
  .hero-form {
    margin-left: 6px;
    margin-bottom: 20px;
  }
}
.bg-sidebar .navbar-form,
.hero-form {
  margin-bottom: 40px;
  width: 500px;
}

@media (max-width: 767px) {
  .bg-sidebar .navbar-form {
    width: 365px;
  }
}
@media (max-width: 320px) {
  .bg-sidebar .navbar-form {
    width: 310px;
  }
}

.bg-sidebar .navbar-form input,
.hero-form input {
  height: 52px;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form input,
  .hero-form input {
    height: 60px;
  }
}

.bg-sidebar .navbar-form input[type=search],
.hero-form input[type=search] {
  /* Enter a condition, s: */
  font-style: italic;
  font-weight: 200;
  font-size: 12px;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form input[type=search],
  .hero-form input[type=search] {
    font-size: 16px !important;
  }
}
.bg-sidebar .navbar-form input[type=search],
.hero-form input[type=search] {
  color: #7d7d7d;
  letter-spacing: 0;
  line-height: 25px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  border: none;
}

.bg-sidebar .navbar-form button,
.hero-form button {
  background: #66BE6C;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #66BE6C;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  height: 52px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form button,
  .hero-form button {
    height: 60px;
    font-size: 32px;
    padding: 0 15px;
  }
}
.bg-sidebar .navbar-form button,
.hero-form button {
  transition: all 0.35s ease;
}

.bg-sidebar .navbar-form button:hover,
.bg-sidebar .navbar-form button:active,
.bg-sidebar .navbar-form button:focus,
.hero-form button:hover,
.hero-form button:active,
.hero-form button:focus {
  background: #76ca7c;
  padding-bottom: 4px;
}

.bg-sidebar .navbar-form .form-group,
.hero-form .form-group {
  width: 100%;
  max-width: 360px;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form .form-group,
  .hero-form .form-group {
    max-width: 456px;
    padding: 0px 10px !important;
  }
}
.bg-sidebar .navbar-form .form-group,
.hero-form .form-group {
  position: relative;
}

.tp-caption .hero-form {
  font-family: "Roboto", sans-serif !important;
}

.hero-form input[type=search] {
  font-size: 14px !important;
}
@media (max-width: 375px) {
  .hero-form input[type=search] {
    font-size: 13px !important;
  }
}
.hero-form input[type=search] {
  line-height: 18px !important;
  padding: 26px 11px !important;
}
@media (min-width: 768px) {
  .hero-form input[type=search] {
    font-size: 18px !important;
    padding: 0px 20px !important;
    height: 70px !important;
  }
}

.hero-form .sidebar-menu-title, .phone-title {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center !important;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .hero-form .sidebar-menu-title {
    margin-bottom: 0 !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .hero-form .helpful-links ul li:last-child {
    margin-bottom: 23px !important;
  }
}

.hero-form {
  display: block !important;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.hero-form {
  margin: 0 auto !important;
}

.hero-form .form-group {
  max-width: 385px;
  margin: 10px auto 0 auto !important;
}
@media (min-width: 768px) {
  .hero-form .form-group {
    max-width: 584px;
  }
}
@media (max-width: 375px) {
  .hero-form .form-group {
    max-width: 375px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 auto !important;
  }
}
.hero-form .form-group {
  display: block !important;
}

.hero-form button {
  padding: 0px 25px;
  height: 52px;
}
@media (min-width: 768px) {
  .hero-form button {
    height: 70px !important;
  }
}
@media (max-width: 375px) {
  .hero-form button {
    right: 0px;
  }
}

/*-------------------------------*/
/*       Right Left Adj.         */
/*-------------------------------*/
.sidebar-nav-right,
.sidebar-nav {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-wrapper, .sidebar-nav-right #sidebar-wrapper {
  left: auto;
}

.navbar-default .navbar-wrapper .navbar-nav > .open > a {
  background-color: transparent;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.mobile .sidebar-nav,
.tablet .sidebar-nav {
  width: auto;
}
@media (max-width: 320px) {
  .mobile .sidebar-nav,
  .tablet .sidebar-nav {
    width: 320px;
  }
}

.sidebar-nav-full .sidebar-nav {
  text-align: center;
  width: 100%;
}
@media (max-width: 320px) {
  .sidebar-nav-full .sidebar-nav {
    width: 100%;
  }
}
.sidebar-nav-full.transparent .toggled .navbar-default {
  z-index: 1032;
}
.sidebar-nav-full.transparent .toggled .navbar-default .navbar-brand {
  display: none;
}

@media (max-width: 767px) {
  .mobile .sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
  }
  .mobile .sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
  }
  .mobile .sidebar-nav li:first-child a {
    background-color: transparent;
    color: #ffffff;
  }
  .mobile .sidebar-nav li:hover:before {
    transition: width 0.2s ease-in;
    width: 100%;
  }
  .mobile .sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .mobile .sidebar-nav li a {
    padding: 10px 15px 10px 20px;
  }
}
@media (max-width: 767px) {
  .mobile .sidebar-nav li.open:hover before {
    transition: width 0.2s ease-in;
    width: 100%;
  }
  .mobile .sidebar-nav .dropdown-menu.show {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    clear: both;
    background: 0 0;
    display: block;
    top: initial;
    left: initial;
    float: left;
    min-width: auto;
    width: 100%;
    padding: 0;
    z-index: 0;
    margin-left: 15px;
  }
}
.mobile .sidebar-nav-full .sidebar-nav li a {
  display: inline-block;
}
.mobile .sidebar-nav-full.affixed .navbar-default.affix {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

.tablet .nav-top-tablet {
  display: none;
}
@media (max-width: 767px) {
  .tablet .top_navigation {
    flex-direction: row;
    padding-top: 44px;
  }
}
@media (max-width: 991px) {
  .tablet .nav-top-tablet {
    padding-top: 0;
  }
  .tablet .nav-top-tablet .container {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .tablet .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .tablet .top_navigation {
    justify-content: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #447e8b;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) and (max-width: 991px) and (min-width: 768px) {
  .tablet .top_navigation {
    width: 80%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .tablet .top_navigation {
    width: 94%;
  }
}
@media (max-width: 991px) {
  .tablet .nav-search {
    display: none;
  }
  .tablet .wait-time-menu .schedule-app-widget, .tablet .wait-time-menu .urgent-care-widget {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #447e8b;
    padding-bottom: 20px;
  }
  .tablet .wait-time-menu {
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tablet .wait-time-menu {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .tablet .wait-time-menu .urgent-care-widget {
    border-bottom: none;
  }
  .tablet .wait-time-menu .urgent {
    margin-bottom: 5px;
  }
  .tablet .wait-time-menu li {
    margin-bottom: 20px;
    width: 100%;
  }
  .tablet .wait-time-menu li .btn {
    font-size: 14px;
    max-width: 220px;
    width: 100%;
    margin-left: 10px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tablet .nav-top-tablet {
    display: block;
  }
  .tablet .nav-top-tablet .inner-widget {
    color: #fff;
  }
  .tablet .menu-ico a:before {
    margin-right: 10px;
  }
  .tablet .sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .tablet .sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
  }
  .tablet .sidebar-nav li:first-child a {
    background-color: transparent;
    color: #5AC5CC;
  }
  .tablet .sidebar-nav li:hover:before {
    transition: width 0.2s ease-in;
    width: 100%;
  }
  .tablet .sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    font-weight: 400;
    color: #5AC5CC;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .tablet .sidebar-nav li a {
    padding: 10px 15px 10px 20px;
  }
}
@media (max-width: 991px) {
  .tablet .sidebar-nav li.open:hover before {
    transition: width 0.2s ease-in;
    width: 100%;
  }
  .tablet .sidebar-nav .dropdown-menu {
    margin-bottom: 15px;
  }
  .tablet .sidebar-nav .dropdown-menu.show {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    clear: both;
    background: 0 0;
    display: block;
    top: initial;
    left: initial;
    float: left;
    min-width: auto;
    width: 100%;
    padding: 0;
    z-index: 0;
    margin-left: 15px;
  }
}
.tablet .sidebar-nav-full .sidebar-nav li a {
  display: inline-block;
}
.tablet .sidebar-nav-full.affixed .navbar-default.affix {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background: transparent;
  color: #aed1e2;
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
@media (min-width: 768px) {
  .toggled .hamburger {
    right: 525px;
  }
}
@media (min-width: 1024px) {
  .toggled .hamburger {
    right: 615px;
  }
}

@media (min-width: 768px) {
  .sidebar-nav-full .toggled .hamburger {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .sidebar-nav-full .toggled .hamburger {
    right: 30px;
  }
}

.side-navbar-full .shadow {
  box-shadow: none !important;
}

.hamburger.is-open .menu-text {
  visibility: hidden;
}

.menu-text {
  font-size: 8px;
  text-transform: uppercase;
  color: #949494;
  position: absolute;
  bottom: -9px;
  left: 0px;
  text-align: center;
  letter-spacing: 2.1px;
  font-weight: 500;
  display: none;
}

.hamburger {
  transition: all 0.5s ease;
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  position: fixed;
  width: 30px;
  right: 24px;
  top: 15px;
  z-index: 1002;
  z-index: 1033;
}
@media (min-width: 768px) {
  .hamburger {
    right: 30px;
    top: 15px;
  }
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}

.alert-active .hamburger {
  top: 58px;
}
.alert-active .hamburger.is-open {
  top: 12px;
}

@media (min-width: 768px) {
  .sidebar-nav-full .hamburger .hamburger {
    right: 30px;
    top: 38px;
  }
}

@media (min-width: 768px) {
  .mobile .hamburger {
    display: none;
  }
  .mobile.sidebar-nav-right .side-navbar.navbar-wrapper {
    right: 0;
    right: initial;
    margin-right: 0;
    position: relative;
    width: 80%;
    background: transparent;
  }
  .mobile .navbar-nav {
    width: 100%;
    justify-content: space-between;
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .mobile.sidebar-nav-right .side-navbar.navbar-wrapper {
    width: 83%;
  }
}

@media (max-width: 991px) {
  .tablet .navbar-brand {
    height: 60px;
  }
  .tablet .navbar-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .tablet .hamburger {
    display: none;
  }
  .tablet.sidebar-nav-right .side-navbar.navbar-wrapper {
    right: 0;
    right: initial;
    margin-right: 0;
    position: relative;
    width: 80%;
    background: transparent;
  }
  .tablet .navbar-nav {
    width: 100%;
    justify-content: space-between;
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .tablet.sidebar-nav-right .side-navbar.navbar-wrapper {
    width: 83%;
  }
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 3px;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 3px;
}
.hamburger.is-closed:hover .menu-text {
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:focus .hamb-top, .hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #949494;
  top: 5px;
}
.hamburger.is-closed:focus .hamb-middle, .hamburger.is-closed .hamb-middle {
  background-color: #949494;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed:focus .hamb-bottom, .hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #949494;
  bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  right: 0;
  position: absolute;
  width: 100%;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #fff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #313B42;
  opacity: 0.8;
  z-index: 6;
  transition: opacity 0.35s ease-in-out;
  overflow: hidden;
}

@media (min-width: 768px) {
  .navbar-nav > li:first-child {
    margin-left: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-family: 600;
    font-size: 12px;
    color: #5AC5CC;
    letter-spacing: 0;
    line-height: 40px;
  }
}
.side-navbar-full .sidebar-nav .dropdown-menu.show {
  margin-left: 0;
}

.side-navbar-full .shadow {
  box-shadow: none;
}

.side-navbar-full .navbar-nav > li:first-child {
  margin-left: 0px;
}

.side-navbar-full .navbar-nav .nav-link {
  justify-content: center;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.navbar-inverse {
  background-color: transparent;
  background: transparent;
  border-color: transparent;
}

@media (min-width: 768px) {
  .toggled .full-flyout-menu .hamburger {
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .toggled .full-flyout-menu .hamburger {
    right: 40px;
  }
}

.hamburger.is-open .menu-text {
  visibility: hidden;
}

.admin-bar .hamburger {
  top: 47px;
}

.hamburger.is-closed.affix,
.hamburger.is-open.affix {
  right: 10px;
}
.hamburger.is-closed.affix:after,
.hamburger.is-open.affix:after {
  transition: opacity 0.7s ease-in-out;
  opacity: 0.6;
}

.hamburger.is-open.affix {
  right: 40px;
}
.hamburger.is-open.affix:after {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hamburger.is-closed.affix:hover {
  right: 20px;
}

.side-navbar-full .navbar {
  margin: 0;
  padding: 0;
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.side-navbar-full .navbar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin: 0;
  background: rgba(27, 92, 108, 0.98);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04) translateY(9999px);
  transform: scale(0.04) translateY(9999px);
  overflow: hidden;
}
.toggled .side-navbar-full .navbar {
  top: 0;
}
.toggled .side-navbar-full .navbar:before {
  animation: menu-animation 0.8s ease-out forwards;
}

.toggled .side-navbar-full ul.navbar-nav {
  visibility: visible;
}
.side-navbar-full ul.navbar-nav {
  position: fixed;
  top: 50%;
  min-width: 270px;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color: white;
}
.side-navbar-full ul.navbar-nav li.active a,
.side-navbar-full ul.navbar-nav li.active a:hover,
.side-navbar-full ul.navbar-nav li.active a:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.side-navbar-full ul.navbar-nav li {
  float: none;
  line-height: 20px;
}
.side-navbar-full ul.navbar-nav li a {
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 1.2;
  padding: 10px 15px 10px 15px;
  text-align: center;
}
.side-navbar-full ul.navbar-nav li.sub-element a {
  font-size: 16px;
  letter-spacing: 1.84px;
}
@media (min-width: 768px) {
  .side-navbar-full ul.navbar-nav li.sub-element a {
    font-size: 20px;
    letter-spacing: 1.24px;
  }
}
@media (min-width: 1025px) {
  .side-navbar-full ul.navbar-nav li.sub-element a {
    font-size: 25px;
  }
}
.side-navbar-full ul.navbar-nav li.sub-element a {
  color: #939597;
  text-align: center;
}
.side-navbar-full ul.navbar-nav li {
  opacity: 0;
  text-align: center;
  transform: translate3d(0, 36px, 0);
}
.side-navbar-full ul.navbar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: rgb(24.96, 85.0488888889, 99.84);
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.14s ease-out;
  z-index: -1;
}
.side-navbar-full ul.navbar-nav li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.side-navbar-full ul.navbar-nav li:hover:after {
  opacity: 1;
  padding: 0 20px;
  transform: translate(0px, 6px);
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
}
.toggled .side-navbar-full ul.navbar-nav li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(1) {
  transition-delay: 0.45s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(2) {
  transition-delay: 0.55s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(3) {
  transition-delay: 0.65s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(4) {
  transition-delay: 0.75s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(5) {
  transition-delay: 0.85s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(6) {
  transition-delay: 0.95s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(7) {
  transition-delay: 1.05s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(8) {
  transition-delay: 1.15s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(9) {
  transition-delay: 1.25s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(10) {
  transition-delay: 1.35s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(11) {
  transition-delay: 1.45s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(12) {
  transition-delay: 1.55s;
}
.toggled .side-navbar-full ul.navbar-nav li:nth-child(13) {
  transition-delay: 1.65s;
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/*

WP-Bootstrap - Post Styles

*/
#main p.meta {
  font-style: italic;
  color: #808080;
}

#main article {
  margin-bottom: 18px;
  padding: 0 0 9px;
}

#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}

p.tags {
  line-height: 20px;
  font-size: 12px;
}

p.tags a {
  border-bottom: none;
  color: #007bff;
}

p.tags a:hover, p.tags a:focus {
  border-bottom: none;
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

div[id*=attachment_] {
  max-width: 100%;
  height: 100%;
}

#main .hero-unit img {
  margin-bottom: 1em;
}

#main article img {
  height: auto;
  max-width: 100%;
}

.aligncenter, div.aligncenter {
  margin: 5px auto 5px auto;
  display: block;
}

.alignleft, div.alignleft {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.alignright, div.alignright {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
  float: right;
}

.alignnone, div.alignnone {
  margin-top: 5px;
  margin-bottom: 5px;
}

.wp-caption-text {
  font-style: italic;
  color: #777;
}

.archive #main .post h3 {
  line-height: 30px;
  margin-bottom: 10px;
}

video {
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}

/*

WP-Bootstrap - Pages

*/
#featured-carousel .item {
  width: 970px;
  height: 600px;
}

.carousel-caption p {
  display: none;
}

.page-template-page-homepage-php #main article {
  border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
  padding: 1em;
}

.hero-unit h1 {
  font-size: 3em;
}

/*

WP-Bootstrap - Comments
test
*/
#comments {
  line-height: 24px;
  margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children {
  list-style-type: none;
  padding-left: 0;
}

.comment .vcard > div {
  margin-top: 8px;
  padding: 0 10px;
}

ol.commentlist time {
  font-size: 0.8em;
  color: #eeeeee;
}

ol.commentlist div.comment-author {
  position: relative;
}

ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}

ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px;
}

ol.commentlist li.bypostauthor {
  background-color: #dddddd;
}

ol.commentlist ul.children li {
  background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa;
}

ol.commentlist article {
  border-bottom: none !important;
}

a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

#cancel-comment-reply-link {
  margin-left: 1em;
}

#comment-nav ul {
  list-style-type: none;
  margin: 0;
}

#comment-form-elements {
  list-style-type: none;
  margin: 0;
}

.comment-form label {
  display: block;
}

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  height: auto;
}

.form-allowed-tags code {
  white-space: normal;
}

.comment .vcard .avatar {
  padding-right: 0;
}

.comment .vcard .comment-text {
  margin-left: 0;
}

img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd;
}

ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0;
}

#pings {
  margin-bottom: 9px;
}

ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0;
}

ol.commentlist #respond {
  padding: 5px 10px;
}

/*

WP-Bootstrap - Image Attachments

*/
.attachment #main .post_content img {
  max-width: 100%;
}

.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important;
}

.attachment-img {
  margin-bottom: 18px;
}

.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px;
}

#gallery-nav {
  list-style-type: none;
  margin-left: 0;
}

li.next a, li.previous a {
  position: relative;
}

li.next a:hover:before {
  content: "←";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before {
  content: "→";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/*

WP-Bootstrap - Widgets

*/
.widget {
  margin-bottom: 18px;
}

.widgettitle {
  margin-bottom: 9px;
}

#tag-cloud {
  margin-bottom: 18px;
  line-height: 160%;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover {
  color: #ffffff;
  text-decoration: none;
}

#tag-cloud a {
  white-space: pre;
  text-transform: uppercase;
}

/* change default form padding for search */
.widget_search form {
  padding-left: 0;
}
/* calendar widget */
#calendar_wrap {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child {
  border-bottom: none;
}

#wp-calendar td {
  text-align: center;
  padding: 8px 0;
}

blockquote.pull-left {
  padding-right: 15px;
}

/*

WP-Bootstrap - Gallery

*/
.thumbnails {
  padding-left: 0;
  list-style-type: none;
}

.gallery-item .thumbnail {
  display: inline-block;
  border-width: 0;
}

.slick-slide {
  padding: 10px;
}
.slick-slide:active, .slick-slide:focus {
  outline: 0;
}

.multiple-items.align-center {
  text-align: center;
}

.multiple-items.align-center img {
  margin: 0 auto;
}

.multiple-items.align-right {
  text-align: right;
}

.multiple-items.align-right img {
  margin: 0 0 0 auto;
}

.multiple-items a:focus {
  outline: 0;
}

.slick-prev, .slick-next {
  height: auto;
  width: auto;
  top: 50%;
}
.slick-prev:before, .slick-next:before {
  opacity: 1;
  display: block;
  color: #333333;
  font-size: 30px;
  transition: 0.25s opacity ease;
}
.slick-prev, .slick-prev:disabled:hover, .slick-next, .slick-next:disabled:hover {
  background-color: transparent !important;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.8;
}

.style2 .slick-dots li, .style2 .slick-dots li button {
  width: 20px;
  height: 20px;
}
.style2 .slick-dots li button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  padding: 2px;
}
.style2 .slick-dots li.slick-active button:before {
  border: 3px solid #333;
  border-radius: 50%;
}

.style1 .slick-dots li {
  width: 16px;
  height: 16px;
}
.style1 .slick-dots li button {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.style1 .slick-dots li.slick-active button {
  border: 1px solid #ccc;
}
.style1 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 15px;
  height: 15px;
  bottom: 0;
  right: 0;
  color: #333;
  font-family: "slick";
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: black;
  opacity: 0.5;
}

.slick-dots {
  position: relative;
  bottom: initial;
  margin-top: 25px;
}

.slick-next:before {
  content: "\f054";
}

.slick-prev:before {
  content: "\f053";
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.75;
}

.slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover {
  background-color: transparent !important;
}

@-webkit-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 32px;
  margin: 15px auto -20px auto;
  display: none;
  -webkit-animation: bounce-arrow 2s infinite ease-in-out;
  -moz-animation: bounce-arrow 2s infinite ease-in-out;
  -o-animation: bounce-arrow 2s infinite ease-in-out;
  animation: bounce-arrow 2s infinite ease-in-out;
}

.rev_slider .tp-caption.arrow {
  display: none;
}

@media (min-width: 768px) {
  .rev_slider .tp-caption.arrow {
    display: block;
  }
}
ul, ol {
  padding-left: 16px;
}

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1;
}

.featured-full .container {
  height: 250px;
}

.page-header {
  border-bottom: none;
  margin-top: 2rem;
}

.featured-full .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}

.featured-full h2, .featured-full h1 {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.featured-full .page-header p {
  color: #fff;
  margin-top: 15px;
}

.featured-header {
  text-align: left;
}

.featured-header.center {
  text-align: center;
}

.featured-header.right {
  text-align: right;
}

#main {
  transition: all 0.5s;
}

.filter-menu {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #sidebar1, #main article.no-title {
    padding-top: 65px;
  }
}
@media (min-width: 992px) {
  .lity-container {
    padding: 20px;
  }
}
/*accordion tab styles*/
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-size: 24px;
  color: #0F5568;
  font-weight: 600;
  border-bottom: solid 2px #73A4BE !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border: 0px;
}

.vc_tta-panel-body {
  margin-top: 30px;
}

.vc_tta-panel-body .wpb_text_column {
  margin-bottom: 40px;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #0F5568;
  padding-bottom: 30px;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .vc_tta-panel-heading:hover {
  background-color: #FFF !important;
}

.vc_tta-panel-title a {
  padding: 30px 40px 30px 0px !important;
}

span.vc_tta-title-text {
  color: #0F5568;
  padding-bottom: 20px;
}

.vc_tta-panel-body {
  padding: 0px 0 0px 0 !important;
}

i.vc_tta-controls-icon-chevron:before {
  background-image: url(../../../images/tab-chev.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 20px;
  height: 10px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border: 0 !important;
}

.vc_active i.vc_tta-controls-icon-chevron:before {
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}

.vc_tta-panel-body {
  /*List styling for services provided https://cullmanmedical.wpengine.com/location/surgical-arts/*/
}
.vc_tta-panel-body ul {
  list-style: none;
  padding-left: 0px;
}
.vc_tta-panel-body ul li::before {
  content: "•";
  color: #5AC5CC;
  font-weight: bold;
  display: inline-block;
  width: 25px;
}
.vc_tta-panel-body li {
  padding-bottom: 10px;
}

.gfield_checkbox,
.gfield_radio .gchoice {
  position: relative;
  padding-left: 35px;
}
.gfield_checkbox label:after,
.gfield_radio .gchoice label:after {
  content: "";
  background: transparent;
  border: 1px solid #E6E6E6;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: 0;
}
.gfield_checkbox label:before,
.gfield_radio .gchoice label:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 15px;
  border: solid #46BD69;
  border-width: 0 2px 2px 0;
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

.gfield_radio .gchoice {
  margin-bottom: 10px;
}
.gfield_radio .gchoice label:after {
  content: "";
  background: transparent;
  border: 1px solid #E6E6E6;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: 0;
}
.gfield_radio .gchoice label:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: none;
  left: 5px;
  top: 4px;
  transform: none;
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
  background: #5AC5CC;
  border-radius: 100%;
}

.radio label,
.checkbox label {
  margin-bottom: 10px;
}

.checkbox input[type=checkbox] {
  position: relative;
  display: inline-block;
  float: left;
  left: 0;
}

input[type=checkbox]:not(.cm-hipaa-forms-privacy-agree),
input[type=radio] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}
input[type=checkbox]:not(.cm-hipaa-forms-privacy-agree) + label,
input[type=radio] + label {
  cursor: pointer;
}
input[type=checkbox]:not(.cm-hipaa-forms-privacy-agree) + label:after,
input[type=radio] + label:after {
  border: 1px solid #E6E6E6;
  content: "";
  background: transparent;
  width: 24px;
  height: 24px;
  transition: all 35ms;
}
input[type=checkbox]:not(.cm-hipaa-forms-privacy-agree):checked + label:before,
input[type=radio]:checked + label:before {
  opacity: 1;
  top: 3px;
}
input[type=checkbox]:not(.cm-hipaa-forms-privacy-agree):checked + label:after,
input[type=radio]:checked + label:after {
  background: transparent;
}

input[type=radio] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=radio]:checked + label:before {
  opacity: 1;
  top: 5px;
}

.gform_wrapper.gravity-theme .radio-inline .gfield-choice-input + label {
  max-width: initial !important;
}

.radio-inline .gchoice {
  margin-bottom: 22px;
  margin-right: 86px;
}
@media (min-width: 1200px) {
  .radio-inline .gchoice {
    margin-right: 86px;
  }
}
.radio-inline .gchoice {
  float: left;
  display: inline-block;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-focus-input {
  display: none;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

@media (min-width: 641px) {
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
}
.select-selected, #wrapper .gform_wrapper.gravity-theme select {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 16px;
  color: #747474;
  padding: 8px 16px;
  background-color: #fff;
  position: relative;
  line-height: 30px;
}

#wrapper .gform_wrapper.gravity-theme .select-selected {
  height: 49px;
}

#wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
  line-height: 1.5;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  color: #66BE6C;
  content: "\f078";
  top: 16px;
  right: 25px;
  width: 0;
  height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  content: "\f077";
}

/*style the arrow inside the select element:*/
#wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b, .chosen-single div b {
  display: none;
}

#wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single:after, .chosen-container-single .chosen-single:after {
  position: absolute;
  color: #5AC5CC;
  content: "\f078";
  top: 14px;
  right: 9px;
  background: none;
}

/*point the arrow upwards when the select box is open (active):*/
#wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .chosen-single:after {
  border-color: transparent transparent #fff transparent;
  content: "\f077";
}

#wrapper .gform_wrapper.gravity-theme .chosen-container .chosen-results li,
.chosen-container .chosen-results li {
  font-weight: 400;
  padding: 8px 16px;
  line-height: 1.2;
  font-size: 16px;
  margin-left: -4px !important;
}

#wrapper .gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: rgba(102, 191, 109, 0.18);
  background-color: rgba(90, 197, 204, 0.18);
  color: #747474;
}

.chosen-container-single .chosen-single,
.chosen-container-single .chosen-single {
  position: initial;
}

.select-selected.select-arrow-active {
  border-bottom-color: transparent;
  border-radius: 4px 4px 0px 0px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #747474;
  cursor: pointer;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 92%;
  left: 5px;
  right: 0;
  z-index: 99;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-right: 16px;
  border-radius: 0px 0px 4px 4px;
}

.gfield .select-items {
  right: 16px;
}

#wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single,
#wrapper .gform_wrapper.gravity-theme .gfield_select,
.chosen-container-single .chosen-single {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  font-weight: 400;
  color: #B7B7B7;
  box-shadow: none;
  padding: 10px 16px;
  height: 45px;
}

#wrapper .gform_wrapper.gravity-theme .ginput_container_select.loading .chosen-single {
  color: #b3b3b3;
  background: #fbfbfb;
  transition: 0.35s ease-in-out;
}
#wrapper .gform_wrapper.gravity-theme .ginput_container_select.loading .chosen-container-active.chosen-with-drop .chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .ginput_container_select.loading .chosen-container-active.chosen-with-drop .chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .ginput_container_select.loading .chosen-container-single .chosen-single:after {
  transform-origin: 50%;
  content: "\f110";
}

#wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px 4px 0px 0px;
}

#wrapper .gform_wrapper.gravity-theme .chosen-container .chosen-drop,
.chosen-container .chosen-drop {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 1px 4px 2px -2px rgba(116, 116, 116, 0.67);
}

.gfield .select-items, .custom-select .select-items {
  left: 0px;
  margin-right: 0;
}

.select-items div {
  padding: 8px 16px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(102, 191, 109, 0.18);
}

@media only screen and (min-width: 641px) {
  body #wrapper .gform_wrapper.gravity-theme select.medium.gfield_select + div.chosen-container-multi[style],
  body #wrapper .gform_wrapper.gravity-theme select.medium.gfield_select + div.chosen-container-single[style],
  div.chosen-container-multi[style],
  div.chosen-container-single[style] {
    width: 100% !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: none !important;
  }
}
.custom-select .ginput_address_country {
  position: relative;
}

#content .full-width-left-section,
#content .full-width-right-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 767px) {
  #content .full-width-left-section,
  #content .full-width-right-section {
    background: none;
  }
}
#content .full-width-left-section .vc_single_image-wrapper,
#content .full-width-right-section .vc_single_image-wrapper {
  display: block;
}
#content .full-width-left-section .row,
#content .full-width-right-section .row {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #content .full-width-left-section .row,
  #content .full-width-right-section .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #content .full-width-left-section,
  #content .full-width-right-section {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #content .full-width-left-section .full-width-left-section-img,
  #content .full-width-left-section .full-width-right-section-img,
  #content .full-width-right-section .full-width-left-section-img,
  #content .full-width-right-section .full-width-right-section-img {
    padding-left: 0;
    padding-right: 0;
  }
}
#content .full-width-left-section img,
#content .full-width-right-section img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #content .full-width-left-section img,
  #content .full-width-right-section img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #content .full-width-left-section .row [class^=col-],
  #content .full-width-right-section .row [class^=col-] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #content .full-width-left-section .row [class^=col-]:first-child,
  #content .full-width-right-section .row [class^=col-]:first-child {
    padding-right: 0;
  }
  #content .full-width-left-section .row [class^=col-]:last-child,
  #content .full-width-right-section .row [class^=col-]:last-child {
    padding-left: 0;
  }
}
#content .full-width-left-section .wpb_content_element,
#content .full-width-right-section .wpb_content_element {
  margin-bottom: 0;
}
#content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
#content .full-width-right-section .full-width-right-column,
#content .full-width-right-section .full-width-left-column {
  align-self: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
  #content .full-width-right-section .full-width-right-column,
  #content .full-width-right-section .full-width-left-column {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
#content .full-width-right-section .full-width-right-column .vc_column-inner,
#content .full-width-right-section .full-width-left-column .vc_column-inner {
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #5AC5CC;
}
@media (min-width: 992px) {
  #content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
  #content .full-width-right-section .full-width-right-column .vc_column-inner,
  #content .full-width-right-section .full-width-left-column .vc_column-inner {
    background: none;
    padding-right: 0px;
    padding-left: 75px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 500px;
  }
}
#content .full-width-left-section .full-width-left-column,
#content .full-width-left-section .full-width-right-column,
#content .full-width-right-section .full-width-left-column,
#content .full-width-right-section .full-width-right-column {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  #content .full-width-left-section .full-width-left-column,
  #content .full-width-left-section .full-width-right-column,
  #content .full-width-right-section .full-width-left-column,
  #content .full-width-right-section .full-width-right-column {
    padding-right: 70px;
  }
}
#content .full-width-left-section .full-width-left-column .h6,
#content .full-width-left-section .full-width-right-column .h6,
#content .full-width-right-section .full-width-left-column .h6,
#content .full-width-right-section .full-width-right-column .h6 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1299px) {
  #content .full-width-left-section .full-width-left-column h3, #content .full-width-left-section .full-width-left-column .h3,
  #content .full-width-left-section .full-width-right-column h3,
  #content .full-width-left-section .full-width-right-column .h3,
  #content .full-width-right-section .full-width-left-column h3,
  #content .full-width-right-section .full-width-left-column .h3,
  #content .full-width-right-section .full-width-right-column h3,
  #content .full-width-right-section .full-width-right-column .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  #content .full-width-left-section .full-width-left-column p,
  #content .full-width-left-section .full-width-right-column p,
  #content .full-width-right-section .full-width-left-column p,
  #content .full-width-right-section .full-width-right-column p {
    font-size: 15px;
    line-height: 22px;
  }
}
#content .full-width-left-section .full-width-left-column .vc_column-inner .vc_btn3-container,
#content .full-width-left-section .full-width-right-column .vc_column-inner .vc_btn3-container,
#content .full-width-right-section .full-width-left-column .vc_column-inner .vc_btn3-container,
#content .full-width-right-section .full-width-right-column .vc_column-inner .vc_btn3-container {
  margin-top: 25px;
}
#content .full-width-left-section .full-width-left-column .vc_column-inner hr,
#content .full-width-left-section .full-width-right-column .vc_column-inner hr,
#content .full-width-right-section .full-width-left-column .vc_column-inner hr,
#content .full-width-right-section .full-width-right-column .vc_column-inner hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .full-width-left-section .full-width-left-column .vc_column-inner,
#content .full-width-left-section .full-width-right-column .vc_column-inner,
#content .full-width-right-section .full-width-left-column .vc_column-inner,
#content .full-width-right-section .full-width-right-column .vc_column-inner {
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #5AC5CC;
}
@media (min-width: 992px) {
  #content .full-width-left-section .full-width-left-column .vc_column-inner,
  #content .full-width-left-section .full-width-right-column .vc_column-inner,
  #content .full-width-right-section .full-width-left-column .vc_column-inner,
  #content .full-width-right-section .full-width-right-column .vc_column-inner {
    background: none;
    max-width: 350px;
  }
}
#content .full-width-left-section h4, #content .full-width-left-section .h4,
#content .full-width-right-section h4,
#content .full-width-right-section .h4 {
  margin: 0;
  margin-top: 8px;
}
#content .full-width-left-section p,
#content .full-width-right-section p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content .full-width-left-section p,
  #content .full-width-right-section p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content .full-width-left-section .vc_btn3-container,
  #content .full-width-right-section .vc_btn3-container {
    margin-top: 20px;
  }
}
#content .full-width-left-section h3,
#content .full-width-right-section h3 {
  margin-top: 0;
  margin-bottom: 1.1rem;
}
@media (min-width: 992px) {
  #content .full-width-left-section h3,
  #content .full-width-right-section h3 {
    margin-bottom: 2.1rem;
  }
}

@media (max-width: 767px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #content .full-width-right-section .row .wpb_column:last-child img {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background: none !important;
  }
  #content .full-width-right-section .row .wpb_column:last-child img {
    display: block !important;
  }
}
#content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
  padding: 35px 20px 35px 40px;
}
@media (min-width: 1200px) {
  #content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
    padding: 15px 0px 15px 0;
  }
}

@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
#content .full-width-left-section .row .wpb_column:first-child .vc_column-inner {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:first-child .wpb_single_image .vc_figure {
  display: block;
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper .wpb_content_element {
  height: 100%;
}
@media (max-width: 767px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #content .full-width-left-section .row .wpb_column:first-child img {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background: none !important;
  }
  #content .full-width-left-section .row .wpb_column:first-child img {
    display: block !important;
  }
}
#content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .wpb_single_image .vc_figure {
  display: block;
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper .wpb_content_element {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
  padding: 35px 20px 30px;
}
@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
    padding: 15px 0px 15px 0;
  }
}
@media (max-width: 767px) {
  #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
    width: 100%;
  }
}
#content .full-width-left-section .row .wpb_column:last-child {
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:last-child {
    padding-left: 44px;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .full-width-left-bg-style-2.wpb_column {
    padding-right: 45px;
  }
}

.full-width-right-bg > .vc_column-inner,
.full-width-left-bg > .vc_column-inner {
  padding: 27px 40px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .full-width-right-bg > .vc_column-inner,
  .full-width-left-bg > .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.full-width-right-bg > .vc_column-inner,
.full-width-left-bg > .vc_column-inner {
  position: relative;
}
.full-width-right-bg .wpb_content_element,
.full-width-left-bg .wpb_content_element {
  margin-bottom: 16px;
}
.full-width-right-bg .h4,
.full-width-left-bg .h4 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .full-width-left-bg .vc_btn3-container.vc_btn3-right {
    text-align: left;
  }
  .full-width-left-bg .vc_btn3-container.vc_btn3-right .vc_btn3-style-flat {
    margin-top: 20px;
  }
}

.full-width-style2 .h3 {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

.wpb_content_element.full-width-right-bg > .wpb_wrapper,
.wpb_content_element.full-width-left-bg > .wpb_wrapper {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative;
}

.full-width-right-bg.teal,
.full-width-left-bg.teal,
.full-width-right-bg.navy,
.full-width-left-bg.navy {
  color: #fff;
}
.full-width-right-bg.teal .h4, .full-width-right-bg.teal .h5, .full-width-right-bg.teal h4, .full-width-right-bg.teal h5, .full-width-right-bg.teal .h3, .full-width-right-bg.teal h3, .full-width-right-bg.teal .h2, .full-width-right-bg.teal h2,
.full-width-left-bg.teal .h4,
.full-width-left-bg.teal .h5,
.full-width-left-bg.teal h4,
.full-width-left-bg.teal h5,
.full-width-left-bg.teal .h3,
.full-width-left-bg.teal h3,
.full-width-left-bg.teal .h2,
.full-width-left-bg.teal h2,
.full-width-right-bg.navy .h4,
.full-width-right-bg.navy .h5,
.full-width-right-bg.navy h4,
.full-width-right-bg.navy h5,
.full-width-right-bg.navy .h3,
.full-width-right-bg.navy h3,
.full-width-right-bg.navy .h2,
.full-width-right-bg.navy h2,
.full-width-left-bg.navy .h4,
.full-width-left-bg.navy .h5,
.full-width-left-bg.navy h4,
.full-width-left-bg.navy h5,
.full-width-left-bg.navy .h3,
.full-width-left-bg.navy h3,
.full-width-left-bg.navy .h2,
.full-width-left-bg.navy h2 {
  color: #FFFFFF;
}
.full-width-right-bg.teal p, .full-width-right-bg.teal li,
.full-width-left-bg.teal p,
.full-width-left-bg.teal li,
.full-width-right-bg.navy p,
.full-width-right-bg.navy li,
.full-width-left-bg.navy p,
.full-width-left-bg.navy li {
  color: #fff;
}
.full-width-right-bg.teal a,
.full-width-left-bg.teal a,
.full-width-right-bg.navy a,
.full-width-left-bg.navy a {
  font-weight: 700;
  color: #fff;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.full-width-right-bg.teal a:hover, .full-width-right-bg.teal a:focus, .full-width-right-bg.teal a:active,
.full-width-left-bg.teal a:hover,
.full-width-left-bg.teal a:focus,
.full-width-left-bg.teal a:active,
.full-width-right-bg.navy a:hover,
.full-width-right-bg.navy a:focus,
.full-width-right-bg.navy a:active,
.full-width-left-bg.navy a:hover,
.full-width-left-bg.navy a:focus,
.full-width-left-bg.navy a:active {
  color: #8DD0D8;
  text-decoration: none;
}
.full-width-right-bg.teal a.green,
.full-width-left-bg.teal a.green,
.full-width-right-bg.navy a.green,
.full-width-left-bg.navy a.green {
  color: #00A1B1;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.full-width-right-bg.teal a.green:hover, .full-width-right-bg.teal a.green:focus, .full-width-right-bg.teal a.green:active,
.full-width-left-bg.teal a.green:hover,
.full-width-left-bg.teal a.green:focus,
.full-width-left-bg.teal a.green:active,
.full-width-right-bg.navy a.green:hover,
.full-width-right-bg.navy a.green:focus,
.full-width-right-bg.navy a.green:active,
.full-width-left-bg.navy a.green:hover,
.full-width-left-bg.navy a.green:focus,
.full-width-left-bg.navy a.green:active {
  color: #8DD0D8;
  text-decoration: none;
}

.full-width-right-bg.teal a.green,
.full-width-left-bg.teal a.green {
  color: #0D2D4E;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.full-width-right-bg.teal a.green:hover, .full-width-right-bg.teal a.green:focus, .full-width-right-bg.teal a.green:active,
.full-width-left-bg.teal a.green:hover,
.full-width-left-bg.teal a.green:focus,
.full-width-left-bg.teal a.green:active {
  color: #005596;
  text-decoration: none;
}

.wpb_content_element.full-width-left-bg.teal > .wpb_wrapper,
.wpb_content_element.full-width-right-bg.teal > .wpb_wrapper {
  background-color: #5AC5CC;
}

.full-width-left-bg.teal > .vc_column-inner,
.full-width-right-bg.teal > .vc_column-inner,
.full-width-left-bg.teal-bg > .vc_column-inner,
.full-width-right-bg.teal-bg > .vc_column-inner {
  background-color: #5AC5CC;
}

.wpb_content_element.full-width-left-bg.light-blue > .wpb_wrapper,
.wpb_content_element.full-width-right-bg.light-blue > .wpb_wrapper {
  background-color: #EBEBEB;
}

.full-width-left-bg.light-blue > .vc_column-inner,
.full-width-right-bg.light-blue > .vc_column-inner {
  background-color: #EBEBEB;
}

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

.full-width-left-bg.teal > .vc_column-inner,
.full-width-right-bg.teal > .vc_column-inner {
  background-color: #5AC5CC;
}

.full-width-left-bg.navy > .vc_column-inner,
.full-width-right-bg.navy > .vc_column-inner {
  background-color: #5AC5CC;
}

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

.wpb_content_element.full-width-left-bg > .wpb_wrapper,
.wpb_content_element.full-width-right-bg > .wpb_wrapper {
  position: relative;
}

.wpb_content_element.full-width-left-bg > .wpb_wrapper {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

.wpb_content_element.full-width-style2 > .wpb_wrapper {
  padding: 50px 40px;
}

.wpb_content_element.full-width-style2 > .vc_column-inner {
  padding: 50px 40px;
}

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px;
}
.wpb_content_element.full-width-style2.full-width-right-bg > .wpb_wrapper {
  padding-right: 0px;
  padding-left: 80px;
}

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px;
}
.wpb_content_element.full-width-style2.full-width-right-bg > .vc_column-inner {
  padding-right: 0px;
  padding-left: 80px;
}

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px;
}
.wpb_content_element.full-width-style2.full-width-left-bg > .wpb_wrapper {
  padding-left: 0px;
  padding-right: 80px;
}

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px;
}
.wpb_content_element.full-width-style2.full-width-left-bg > .vc_column-inner {
  padding-left: 0px;
  padding-right: 80px;
}

@media (min-width: 768px) {
  .full-width-right-bg > .vc_column-inner:before {
    left: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-right-bg > .vc_column-inner:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    left: 99.5%;
    z-index: -1;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    left: 103.5%;
  }
}
@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

@media (max-width: 767px) {
  .full-width-right-bg > .vc_column-inner,
  .full-width-left-bg > .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-width-left-bg.full-width-left-bg-style-3 > .vc_column-inner {
  padding: 30px 45px 30px 15px;
}
@media (min-width: 768px) {
  .full-width-left-bg.full-width-left-bg-style-3 > .vc_column-inner {
    padding: 50px 65px 50px 0;
  }
}

.full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
  padding: 30px 15px 30px 45px;
}
@media (min-width: 768px) {
  .full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
    padding: 50px 0 50px 65px;
  }
}
.full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner .wpb_content_element {
  margin-bottom: 0 !important;
}

.wpb_content_element.full-width-right-bg-sm.teal > .wpb_wrapper {
  padding: 27px 0px 20px 40px;
}

#content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
  background: transparent;
  background-image: url(../../../images/bg-pattern-1-navy.png);
}
@media (min-width: 768px) {
  #content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
  #content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
  #content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
  #content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
    background: none;
  }
}

#content .full-width-left-section.teal-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.teal-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.teal-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.teal-bg .full-width-left-column .vc_column-inner {
  background: transparent;
  background-color: #5AC5CC;
}
@media (min-width: 768px) {
  #content .full-width-left-section.teal-bg .full-width-left-column .vc_column-inner,
  #content .full-width-right-section.teal-bg .full-width-right-column .vc_column-inner,
  #content .full-width-left-section.teal-bg .full-width-right-column .vc_column-inner,
  #content .full-width-right-section.teal-bg .full-width-left-column .vc_column-inner {
    background: none;
  }
}

#content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
  background: transparent;
  background-color: #EBEBEB;
}
@media (min-width: 768px) {
  #content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
  #content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
  #content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
  #content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
    background: none;
  }
}

.top-menu-middle .widget {
  margin-bottom: 0px;
}

.nav-top .wait-time-menu li {
  min-width: 145px;
}
.nav-top .location li {
  color: #fff;
}
.nav-top .er-widget:before {
  width: 37px;
  height: 34px;
}
.nav-top .location.wait-time-menu .wait-time-widget {
  font-size: 12px;
}
.nav-top .location {
  font-size: 12px;
  flex-wrap: nowrap;
}
.nav-top .location.wait-time-menu .wait-time-widget span {
  font-size: 28px;
}
.nav-top .location.wait-time-menu .btn-default {
  font-size: 14px;
  text-transform: none;
}
@media (min-width: 1200px) {
  .nav-top .location.wait-time-menu .btn-default {
    font-size: 15px;
  }
}
.nav-top .location.wait-time-menu .btn-default {
  margin-top: 0px;
  height: 44px;
  padding-top: 13px;
}
.nav-top .location li {
  line-height: 1.5;
  /* Replace apt schedule with careers link  min-width: 268px;*/
  margin-left: 0px;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .nav-top .location li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nav-top .location li {
  border-left: 1px solid #447E8B;
}
.nav-top .location li:last-child {
  border-right: 1px solid #447E8B;
}
.nav-top .location li.bill-pay {
  padding-left: 30px;
  padding-right: 10px;
}
.nav-top .location {
  padding-top: 0;
}
.nav-top .location.wait-time-menu .er-widget {
  padding-left: 43px;
}
.nav-top li.emergency-dept {
  border-right: 1px solid #fff;
  padding-right: 25px;
}
.nav-top .btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #5AC5CC;
  border-radius: 5px;
  font-weight: 800;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
}
.nav-top .inner-widget {
  float: left;
  margin-top: 3px;
  line-height: 1.4;
  margin-right: 15px;
}

.schedule-widget .inner-widget,
.urgent-care-widget .inner-widget {
  position: relative;
}

.schedule-app-widget,
.urgent-care-widget {
  padding-left: 47px;
  display: flex;
  align-items: center;
  position: relative;
}

.schedule-app-widget .btn-primary {
  margin-top: 16px;
}

/* Replace apt schedule with careers link 
.schedule-app-widget .inner-widget:before{
  background: url(../../../images/cal-ico.svg) no-repeat;
}
.schedule-app-widget .inner-widget:before{
  display: block;
  content: '';
  width: 42px;
  height: 42px;
  float: left;
  position: absolute;
  left: -47px;
  bottom: -5px;
}
*/
.schedule-app-widget .inner-widget:before {
  background: url(../../../images/careers-ico.png) no-repeat;
}

.patient-portal .schedule-app-widget .inner-widget:before {
  background: url(../../../images/patient-portal-ic.png) no-repeat;
  width: 40px;
  height: 34px;
  left: -48px;
}

.bill-pay .schedule-app-widget .inner-widget:before {
  background: url(../../../images/ic-bill-pay-teal.png) no-repeat;
  width: 40px;
  height: 35px;
  left: -48px;
}

.schedule-app-widget .inner-widget:before {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  float: left;
  position: absolute;
  left: -38px;
}

.schedule-widget .inner-widget a {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.urgent-care-widget .inner-widget a {
  display: block;
  margin-top: 0px;
  color: #5AC5CC;
}

.patient-portal .schedule-widget .inner-widget a {
  display: block;
  margin-top: 0px;
  color: #5AC5CC;
}
.patient-portal .inner-widget {
  margin-right: -10px;
}

.schedule-widget .inner-widget a:hover, .urgent-care-widget .inner-widget a:hover {
  color: #8DD0D8;
}

.important-links .icon-menu li.ico-schedule {
  display: none;
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    margin: auto;
  }
}
.urgent-care-widget .inner-widget:before {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  float: left;
  position: absolute;
  left: -47px;
  bottom: -5px;
}

.urgent-care-widget .inner-widget:before {
  background: url(../../../images/bandaid-circle-icon.png) no-repeat;
  width: 37px !important;
  height: 37px !important;
  background-size: 100%;
  bottom: 0px;
}

.urgent-care-widget span {
  text-transform: lowercase;
}

li.bill-pay .schedule-widget .inner-widget a {
  margin-top: 1px;
  margin-left: -5px;
}

.bill-pay .schedule-widget .inner-widget a {
  color: #5AC5CC;
}

.bill-pay .schedule-widget .inner-widget a:hover {
  color: #8DD0D8;
}

.gform_wrapper .top_label .gfield_label, #loginform label {
  color: #0F5568;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 600;
}

@media (min-width: 768px) {
  body .gform_wrapper ul li.gfield {
    margin-top: 40px;
  }
}

.gform_wrapper input, .gform_wrapper textarea, #loginform input, #loginform textarea,
.gform_wrapper.gf_browser_ie input,
.gform_wrapper.gf_browser_ie textarea {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 50px;
  color: #5C5C5C;
  padding: 14px 11px;
}
.gform_wrapper .gform_button, .gform_wrapper .button,
.gform_wrapper .gform_footer input.button, #loginform .gform_button, #loginform .button,
#loginform .gform_footer input.button,
.gform_wrapper.gf_browser_ie .gform_button,
.gform_wrapper.gf_browser_ie .button,
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding-left: 24px;
  padding-right: 24px;
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 13px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  text-align: center;
  border-radius: 5px;
  height: 78px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #5AC5CC;
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  margin-top: 30px;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:active, .gform_wrapper .gform_button:focus, .gform_wrapper .button:hover, .gform_wrapper .button:active, .gform_wrapper .button:focus,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:active,
.gform_wrapper .gform_footer input.button:focus, #loginform .gform_button:hover, #loginform .gform_button:active, #loginform .gform_button:focus, #loginform .button:hover, #loginform .button:active, #loginform .button:focus,
#loginform .gform_footer input.button:hover,
#loginform .gform_footer input.button:active,
#loginform .gform_footer input.button:focus,
.gform_wrapper.gf_browser_ie .gform_button:hover,
.gform_wrapper.gf_browser_ie .gform_button:active,
.gform_wrapper.gf_browser_ie .gform_button:focus,
.gform_wrapper.gf_browser_ie .button:hover,
.gform_wrapper.gf_browser_ie .button:active,
.gform_wrapper.gf_browser_ie .button:focus,
.gform_wrapper.gf_browser_ie .gform_footer input.button:hover,
.gform_wrapper.gf_browser_ie .gform_footer input.button:active,
.gform_wrapper.gf_browser_ie .gform_footer input.button:focus {
  background-color: #39b2ba;
  color: #fff;
}
.gform_wrapper textarea, #loginform textarea,
.gform_wrapper.gf_browser_ie textarea {
  height: auto;
}

#wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  padding: 14px 11px;
  height: 45px;
}

body #wrapper .gform_wrapper .gfield_radio,
body #wrapper .gform_wrapper .gfield_checkbox {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body #wrapper .gform_wrapper .gfield_radio,
  body #wrapper .gform_wrapper .gfield_checkbox {
    margin-top: 43px;
  }
}

@media (max-width: 767px) {
  body #wrapper .gform_wrapper.gravity-theme .ginput_complex fieldset, .gform_wrapper.gravity-theme .ginput_complex span {
    flex: none;
  }
}

body #wrapper .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  font-size: 15px;
}
body #wrapper .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.alert-text {
  color: #d44242;
}

body #wrapper .gform_wrapper.gravity-theme .gfield_label {
  position: relative;
  font-weight: 600;
}
body #wrapper .gform_wrapper .gfield_radio li label {
  line-height: 1.7;
  font-size: 0.975em;
}
body #wrapper .gform_wrapper .gfield_radio li input[type=radio] {
  height: 20px;
}
@media (min-width: 768px) {
  body #wrapper .bill-pay-4-col .gfield_radio {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 202px;
  }
}
body #wrapper .bill-pay-4-col .gfield_radio .gchoice {
  position: relative;
}
@media (min-width: 768px) {
  body #wrapper .bill-pay-4-col .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 25%;
  }
}
body #wrapper .bill-pay-4-col .gfield_radio .gchoice {
  margin-bottom: 22px;
  height: 24px;
}
body #wrapper .gfield_checkbox {
  position: relative;
}
body #wrapper .gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-weight: 600;
  font-size: 13px;
  color: #5C5C5C;
  letter-spacing: 0;
  text-align: left;
}

#wrapper .gform_wrapper.gravity-theme .gfield_header_item,
#wrapper .gform_wrapper.gravity-theme .gform_fileupload_rules,
#wrapper .gform_wrapper.gravity-theme .ginput_complex label {
  padding-top: 5px;
  font-weight: 600;
  font-size: 13px;
  color: #5C5C5C;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  #wrapper .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), #wrapper .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
#wrapper .gform_wrapper .gfield_required {
  color: #E16868;
  display: inline-block;
  font-size: 16px;
  padding-left: 0.125em;
}
#wrapper .required-txt {
  font-style: italic;
  font-size: 14px;
  color: #747474;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 30px;
}
#wrapper .required-txt .red {
  color: #E16868;
  font-size: 16px;
}
#wrapper .gsection {
  padding-top: 25px;
  margin-bottom: 28px;
  border-bottom: 2px solid #73A4BE;
}

#field_2_3 label > .gfield_required:before {
  content: "(Patient's Account or Statement Number)";
  display: inline-block;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
}
@media (min-width: 1200px) {
  #field_2_3 label > .gfield_required:before {
    font-size: 14px;
  }
}
#field_2_3 label > .gfield_required:before {
  color: #5C5C5C;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #gform_fields_1 .gfield_label {
    margin-bottom: 2px;
  }
  #field_1_4 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 6;
    grid-column: span 6;
    grid-column: 7/-1;
  }
  #field_1_4 textarea {
    height: 141px;
  }
  #field_1_1 {
    grid-row-start: 1;
  }
  #field_1_3 {
    grid-row-start: 2;
  }
  #field_1_2 {
    grid-row-start: 3;
  }
  #field_1_5 {
    grid-row-start: 3;
  }
  #field_1_5 .gfield_label {
    display: none;
  }
}
.gfield_label.screen-reader-text {
  line-height: 0;
}

#gform_wrapper_1 .gform_footer {
  padding: 0;
  margin: 0;
}

.cards .vc_column-inner {
  background: #EBEBEB;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .cards .vc_column-inner {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.cards .vc_column-inner {
  height: 100%;
}
.cards p {
  font-size: 18px;
  color: #5C5C5C;
  letter-spacing: 0;
}
.cards .h3:after {
  display: block;
  height: 3px;
  width: 50px;
  content: "";
  background: #5AC5CC;
  margin: 0 auto;
  margin-top: 15px;
}
.cards.cards-style1 > .vc_column-inner {
  position: relative;
}
.cards.cards-style1 .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding-bottom: 35px;
}
.cards.cards-style1 .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cards.cards-style1 .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child .arrow-button {
  margin-bottom: 0;
}
.cards.cards-style1 .wpb_single_image .vc_single_image-wrapper {
  margin-top: -50%;
  margin-bottom: 25px;
}
.cards.cards-style1 .wpb_single_image .vc_single_image-wrapper:before {
  content: " ";
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
}
.cards.cards-style1 {
  padding-top: 85px;
  margin-bottom: 155px;
}
@media (max-width: 767px) {
  .cards.cards-style1 .wpb_column {
    margin-bottom: 185px;
  }
  .cards.cards-style1 .wpb_column:last-child {
    margin-bottom: 0;
  }
}
.cards.about-cards {
  padding-top: 135px;
}
.cards.about-cards .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding-bottom: 0px;
}
.cards.about-cards .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {
  position: relative;
}
@media (max-width: 767px) {
  .cards.cards-style2 > .wpb_column {
    margin-bottom: 35px;
  }
}
.cards.cards-style2 .h4 {
  font-weight: 600;
  color: #0F5568;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .cards.cards-style2 .h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cards.cards-style2 .h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.cards.cards-style2 .h4 {
  margin-bottom: 20px !important;
}
.cards.cards-style2 .wpb_content_element {
  margin-bottom: 0;
}
.cards.cards-style2 .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 5px;
  height: 100%;
}
.cards.cards-style2 .wpb_single_image img {
  border-radius: 5px 5px 0 0;
}
@media (min-width: 992px) {
  .cards.cards-style2 .wpb_single_image img {
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 992px) {
  .cards.cards-style2 .col-sm-7,
  .cards.cards-style2 .col-lg-7 {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.cards.cards-style2 .col-sm-5 > .vc_column-inner,
.cards.cards-style2 .col-lg-5 > .vc_column-inner {
  border-radius: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cards.cards-style2 .col-sm-5,
  .cards.cards-style2 .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cards.cards-style2 .col-sm-5 .vc_column-inner > .wpb_wrapper,
.cards.cards-style2 .col-lg-5 .vc_column-inner > .wpb_wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .cards.cards-style2 .col-sm-5 .vc_column-inner > .wpb_wrapper,
  .cards.cards-style2 .col-lg-5 .vc_column-inner > .wpb_wrapper {
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 5px;
  }
  .cards.cards-style2 .col-sm-5 .vc_column-inner > .wpb_wrapper .h4,
  .cards.cards-style2 .col-lg-5 .vc_column-inner > .wpb_wrapper .h4 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .cards.cards-style2 .col-sm-5 .vc_column-inner > .wpb_wrapper,
  .cards.cards-style2 .col-lg-5 .vc_column-inner > .wpb_wrapper {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 5px;
  }
}
.cards.cards-style2 .col-sm-5 .vc_column-inner > .wpb_wrapper,
.cards.cards-style2 .col-lg-5 .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.cards.cards-style2 .btn {
  background: #0F5568;
  border-radius: 10px;
  height: 42px;
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .cards.cards-style2 .btn {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards.cards-style2 .btn {
    height: 36px;
    font-size: 12px;
  }
}
.cards.cards-style2 .btn {
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cards.cards-style2 .btn:hover, .cards.cards-style2 .btn:active, .cards.cards-style2 .btn:focus {
  background-color: #447E8B;
}

.home .cards.cards-style2 .btn {
  text-transform: none;
}

.card-horiz .row > .wpb_column:first-child .vc_column-inner {
  height: 100%;
}
@media (max-width: 767px) {
  .card-horiz .row > .wpb_column:first-child .vc_column-inner {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .card-horiz .row > .wpb_column:first-child .vc_column-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .card-horiz .row > .wpb_column:first-child .vc_column-inner img {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .card-horiz .row > .wpb_column:first-child .vc_column-inner {
    background: none !important;
  }
  .card-horiz .row > .wpb_column:first-child .vc_column-inner img {
    display: block !important;
  }
}
.card-horiz h3, .card-horiz .h3 {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 39px;
}
.card-horiz .teal-dark-bg h3, .card-horiz .teal-dark-bg .h3, .card-horiz .teal-dark-bg p, .card-horiz .teal-dark-bg li {
  color: #fff;
}
.card-horiz .teal-dark-bg .vc_column-inner, .card-horiz .teal-dark-bg .vc_column-inner:before {
  background: #0F5568 !important;
}
.card-horiz .wpb_single_image {
  margin-bottom: 0;
}
.card-horiz .wpb_column:first-child {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .card-horiz .wpb_column:first-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
.card-horiz .wpb_column:last-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .card-horiz .wpb_column:last-child {
    padding-right: 0;
  }
}
.card-horiz .wpb_column:last-child > .vc_column-inner {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .card-horiz .wpb_column:last-child > .vc_column-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
.card-horiz .wpb_column:last-child > .vc_column-inner {
  display: flex;
  align-items: center;
}
.card-horiz .wpb_column:last-child > .vc_column-inner .wpb_wrapper {
  flex: 1 1 auto;
  margin-bottom: -25px;
}
.card-horiz .vc_wp_custommenu {
  margin-bottom: 0;
  width: 100%;
}
.card-horiz .widget_nav_menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.card-horiz .widget_nav_menu ul li a {
  color: #5AC5CC;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 1200px) {
  .card-horiz .widget_nav_menu ul li a {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }
}
.card-horiz .widget_nav_menu ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.card-horiz .widget_nav_menu ul li a:after {
  width: 12px;
  height: 21px;
  content: "";
  display: inline-block;
  transform-origin: 50%;
  transition: all 0.25s ease;
  background-size: cover;
  background-image: url(../../../images/teal-chev-right-hover.svg);
  background-image: url(../../../images/teal-chev-right.svg);
  background-repeat: no-repeat;
  float: right;
  margin-top: 2px;
}
.card-horiz .widget_nav_menu ul li a {
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.card-horiz .widget_nav_menu ul li a:hover:after, .card-horiz .widget_nav_menu ul li a:focus:after, .card-horiz .widget_nav_menu ul li a:active:after {
  background-image: url(../../../images/teal-chev-right-hover.svg);
}
.card-horiz .widget_nav_menu ul li a:hover:hover, .card-horiz .widget_nav_menu ul li a:hover:active, .card-horiz .widget_nav_menu ul li a:hover:focus {
  color: #4CB1B8;
}
.card-horiz .widget_nav_menu ul li {
  border-bottom: 1px solid #447E8B;
}
.card-horiz .widget_nav_menu ul li:last-child {
  border-bottom: none;
}

.card-horiz-no-image .wpb_column:first-child {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .card-horiz-no-image .wpb_column:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .card-horiz-no-image .wpb_column:last-child {
    padding-right: 0 !important;
  }
}

.top-align .wpb_column:first-child > .vc_column-inner {
  min-height: 350px;
}
.top-align .wpb_column:last-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .top-align .wpb_column:last-child > .vc_column-inner {
    padding-top: 50px;
  }
}
.top-align .wpb_column:last-child > .vc_column-inner {
  align-items: flex-start;
}

@media (min-width: 992px) {
  .card-horiz .wpb_column:first-child {
    width: 51.1%;
  }
}
.card-horiz .wpb_column:last-child {
  padding-left: 0;
}
@media (min-width: 992px) {
  .card-horiz .wpb_column:last-child {
    width: 48.9%;
  }
}

@media (min-width: 992px) {
  .card-horiz-2 .wpb_column:first-child {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .card-horiz-2 .wpb_column:last-child {
    width: 41.6666666667%;
  }
}
.card-horiz-2 .wpb_column:last-child > .vc_column-inner {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .card-horiz-2 .wpb_column:last-child > .vc_column-inner {
    padding-top: 50px;
    padding-bottom: 45px;
    padding-right: 0px;
    padding-left: 60px;
  }
}
.card-horiz-2 .wpb_column:last-child > .vc_column-inner {
  display: block;
}
.card-horiz-2 .wpb_column:last-child > .vc_column-inner .wpb_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card-horiz-2 .wpb_column:last-child > .vc_column-inner .wpb_wrapper > .wpb_text_column {
  flex: 1 1 auto;
}
.card-horiz-2 .wpb_column:last-child > .vc_column-inner .wpb_wrapper > .wpb_text_column:last-child {
  margin-bottom: -25px;
}

.card-horiz-menu .wpb_column:last-child > .vc_column-inner {
  padding-right: 0px;
  padding-left: 0px;
}
.card-horiz-menu .wpb_column:last-child > .vc_column-inner .wpb_content_element {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .card-horiz-menu .wpb_column:last-child > .vc_column-inner .wpb_content_element {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.card-horiz-menu .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu {
  padding-left: 0;
  padding-right: 0;
}
.card-horiz-menu .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .card-horiz-menu .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.card-horiz-menu .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a {
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.card-horiz-menu .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a:hover, .card-horiz-menu .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a:focus, .card-horiz-menu .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a:active {
  color: #fff;
  background-color: rgba(0, 177, 187, 0.2);
}

.card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner {
  padding-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner {
    padding-right: 0px;
    padding-left: 50px;
  }
}
.card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner .wpb_content_element {
  padding: 0;
}
.card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu {
  padding-left: 0;
  padding-right: 0;
}
.card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a {
  padding-left: 15px;
  padding-right: 15px;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a:hover, .card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a:focus, .card-horiz-menu.card-horiz-2 .wpb_column:last-child > .vc_column-inner .vc_wp_custommenu ul li a:active {
  color: #fff;
  background-color: rgba(0, 177, 187, 0.2);
}

.pagination {
  padding-left: 0;
  margin-left: 0;
}
.pagination > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #5AC5CC;
  padding: 3px 9px;
  margin-right: 6px;
  letter-spacing: 0.37px;
  text-align: center;
}
@media (min-width: 768px) {
  .pagination > li > a {
    margin-right: 14px;
  }
}
.pagination > li > a {
  border-radius: 0;
}
.pagination > .disabled > a,
.pagination > li > a {
  border-color: transparent;
}
.pagination > .active > a,
.pagination .page-item.active .page-link {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #0F5568;
  border-radius: 0;
}
.pagination li:before {
  display: none;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  border-color: transparent;
  color: #4CB1B8;
}
.pagination li.next,
.pagination li.prev {
  display: none;
}
.pagination li.next a:hover:before {
  display: none;
}
.pagination li.prev-page {
  margin-right: 0;
}
.pagination li.prev-page a {
  background: transparent;
  border: none !important;
}
.pagination-wrapper .col-sm-12 {
  justify-content: center;
  display: flex;
}

.services-feed {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .services-feed {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .services-feed .arrow-button {
    background: #0F5568;
    width: 56px;
    height: 56px;
  }
  .services-feed .arrow-button:before {
    height: 42px;
    width: 42px;
    left: 7px;
    right: 0;
    bottom: 0;
    top: 7px;
  }
  .services-feed .arrow-button:after {
    width: 42px;
    height: 42px;
    left: 7px;
    right: 0;
    bottom: 0;
    top: 7px;
  }
}

.row .services-list:before, .row .services-list:after {
  content: normal;
}
.row .services-list {
  display: flex;
  flex-wrap: wrap;
}
.row .services-list a.link-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.services-list .column {
  letter-spacing: 0.58px;
  line-height: 38px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.25px;
  line-height: 25px;
  width: 50%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .services-list .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.grid-sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-sizer {
    width: 50%;
  }
}

.services-list .column {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .services-list .column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.more-locations {
  width: 100%;
  flex: none;
  border-top: 1px solid #E6E6E6;
  overflow: hidden;
}

.service-sidebar .services-list .column {
  padding-top: 8px;
  padding-bottom: 8px;
}

.services-list .column .card-inner .vertical-align-wrap {
  width: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .services-list .column .card-inner .vertical-align-wrap {
    right: 11px;
  }
}
.services-list .column .card-inner .vertical-align-wrap {
  display: flex;
  align-items: center;
}

.services-list .column p {
  font-size: 14px;
  color: #747474;
  line-height: 18px;
  margin-bottom: 0;
  display: none;
}

.services-list .column .inner-content {
  padding: 0;
}

.services-list .img-wrapper {
  height: auto;
}

.services-list .column .inner {
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  width: 100%;
  position: relative;
  background-color: #FAFAFA;
  display: flex;
  flex-wrap: wrap;
  transition: background 0.15s ease-in-out;
}

.services-list .column .card-inner {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding-right: 100px;
  padding-left: 24px;
  min-height: 100px;
}
@media (min-width: 992px) {
  .services-list .column .card-inner {
    min-height: 150px;
  }
}
.services-list .column .card-inner {
  width: 100%;
}

.services-list .column.custom .inner span {
  font-size: 17px;
}

.services-list .column .inner img {
  margin-right: 24px;
}
@media (max-width: 991px) {
  .services-list .column .inner img {
    max-width: 60px;
    max-height: 60px;
  }
}

.services-list .column .inner h4 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-bottom: 0;
  font-weight: 300;
  color: #0F5568;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .services-list .column .inner h4 {
    font-size: 24px;
    line-height: 29px;
  }
}

.location-heading {
  float: left;
  padding-left: 23px;
  font-weight: 700;
  font-size: 16px;
  color: #0F5568;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 8px;
}

.services-available-locations {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
  float: left;
}
.services-available-locations li {
  border-bottom: 1px solid #E6E6E6;
}
.services-available-locations li:last-child {
  border-bottom: none;
}
.services-available-locations li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.services-available-locations li a {
  font-weight: 300;
  font-size: 18px;
  color: #0F5568;
  letter-spacing: 0;
  line-height: 29px;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.services-available-locations li a:hover, .services-available-locations li a:focus, .services-available-locations li a:active {
  color: #447E8B;
  text-decoration: none;
}

.service-callout h4 {
  margin: 0;
  clear: both;
}

.services-list .arrow-button {
  margin-bottom: 0 !important;
  background: #0F5568;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.services-list a:hover,
.services-list a:focus,
.services-list a:active {
  text-decoration: none;
}

.services-list .inner.hover .arrow-button,
.team-list .hover .provider-content-inner .arrow-button {
  background-color: #447E8B;
}
.services-list .inner.hover:before,
.team-list .hover .provider-content-inner:before {
  opacity: 1;
}

body .top-header {
  transition: all 0.25s ease;
  overflow: hidden;
  margin-bottom: -1px;
}
body .top-header .widget {
  margin-bottom: 0;
}
body .alert,
body .alert-inner {
  position: relative;
}
body .alert .col-sm-12,
body .alert-inner .col-sm-12 {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  /*padding:8px 10px;*/
  font-size: 13px;
}
body .alert .col-sm-12 p,
body .alert-inner .col-sm-12 p {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  float: left;
  font-weight: 600;
}
body .alert.vc_message_box,
body .alert-inner.vc_message_box {
  padding: 10px 15px;
  margin: 0px;
  border: 0;
  border-radius: 0;
}
body .alert .vc_message_box-icon,
body .alert-inner .vc_message_box-icon {
  float: left;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  position: relative;
}
body .alert.vc_color-success,
body .alert-inner.vc_color-success {
  background-color: #4aa955 !important;
}
body .alert.vc_color-info,
body .alert-inner.vc_color-info {
  background-color: #59c5cc !important;
}
body .alert.vc_color-warning,
body .alert-inner.vc_color-warning {
  background-color: #e8c109 !important;
}
body .alert.vc_color-danger,
body .alert-inner.vc_color-danger {
  background-color: #E16868 !important;
}
body .alert .fas, body .alert .posts-feed .loader:before, .posts-feed body .alert .loader:before,
body .alert .providers-results .loader:before,
.providers-results body .alert .loader:before,
body .alert .providers-widget .loader:before,
.providers-widget body .alert .loader:before,
body .alert .locations-results .loader:before,
.locations-results body .alert .loader:before, body .alert .slick-prev, body .alert .slick-next, body .alert .slick-next:before, body .alert .slick-prev:before, body .alert .select-selected:after, body .alert #wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single:after, #wrapper .gform_wrapper.gravity-theme .chosen-container-single body .alert .chosen-single:after, body .alert .chosen-container-single .chosen-single:after, .chosen-container-single body .alert .chosen-single:after, body .alert #wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single:after, #wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop body .alert .chosen-single:after,
body .alert .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop body .alert .chosen-single:after,
body .alert-inner .fas,
body .alert-inner .posts-feed .loader:before,
.posts-feed body .alert-inner .loader:before,
body .alert-inner .providers-results .loader:before,
.providers-results body .alert-inner .loader:before,
body .alert-inner .providers-widget .loader:before,
.providers-widget body .alert-inner .loader:before,
body .alert-inner .locations-results .loader:before,
.locations-results body .alert-inner .loader:before,
body .alert-inner .slick-prev,
body .alert-inner .slick-next,
body .alert-inner .slick-next:before,
body .alert-inner .slick-prev:before,
body .alert-inner .select-selected:after,
body .alert-inner #wrapper .gform_wrapper.gravity-theme .chosen-container-single .chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .chosen-container-single body .alert-inner .chosen-single:after,
body .alert-inner .chosen-container-single .chosen-single:after,
.chosen-container-single body .alert-inner .chosen-single:after,
body .alert-inner #wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single:after,
#wrapper .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop body .alert-inner .chosen-single:after,
body .alert-inner .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop body .alert-inner .chosen-single:after {
  font-size: 1.3em;
}
body .alert a, body .alert a:link, body .alert a:active, body .alert a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
}
body .alert a:hover {
  text-decoration: underline;
}
body .alert p {
  font-size: 14px;
  letter-spacing: 0.2px;
}
body .alert.vc_color-success p, body .alert.vc_color-info p, body .alert.vc_color-warning p, body .alert.vc_color-danger p {
  color: #fff;
}
body .alert.vc_color-success a, body .alert.vc_color-success a:link, body .alert.vc_color-success a:active, body .alert.vc_color-success a:visited, body .alert.vc_color-info a, body .alert.vc_color-info a:link, body .alert.vc_color-info a:active, body .alert.vc_color-info a:visited, body .alert.vc_color-warning a, body .alert.vc_color-warning a:link, body .alert.vc_color-warning a:active, body .alert.vc_color-warning a:visited, body .alert.vc_color-danger a, body .alert.vc_color-danger a:link, body .alert.vc_color-danger a:active, body .alert.vc_color-danger a:visited {
  color: #FFF;
  text-decoration: none;
  border-bottom: 0;
}
body .alert.vc_color-success a:hover, body .alert.vc_color-info a:hover, body .alert.vc_color-warning a:hover, body .alert.vc_color-danger a:hover {
  text-decoration: underline;
}
body .alert.vc_color-success .fas:before, body .alert.vc_color-success .posts-feed .loader:before, .posts-feed body .alert.vc_color-success .loader:before,
body .alert.vc_color-success .providers-results .loader:before,
.providers-results body .alert.vc_color-success .loader:before,
body .alert.vc_color-success .providers-widget .loader:before,
.providers-widget body .alert.vc_color-success .loader:before,
body .alert.vc_color-success .locations-results .loader:before,
.locations-results body .alert.vc_color-success .loader:before, body .alert.vc_color-success .slick-prev:before, body .alert.vc_color-success .slick-next:before, body .alert.vc_color-info .fas:before, body .alert.vc_color-info .posts-feed .loader:before, .posts-feed body .alert.vc_color-info .loader:before,
body .alert.vc_color-info .providers-results .loader:before,
.providers-results body .alert.vc_color-info .loader:before,
body .alert.vc_color-info .providers-widget .loader:before,
.providers-widget body .alert.vc_color-info .loader:before,
body .alert.vc_color-info .locations-results .loader:before,
.locations-results body .alert.vc_color-info .loader:before, body .alert.vc_color-info .slick-prev:before, body .alert.vc_color-info .slick-next:before, body .alert.vc_color-warning .fas:before, body .alert.vc_color-warning .posts-feed .loader:before, .posts-feed body .alert.vc_color-warning .loader:before,
body .alert.vc_color-warning .providers-results .loader:before,
.providers-results body .alert.vc_color-warning .loader:before,
body .alert.vc_color-warning .providers-widget .loader:before,
.providers-widget body .alert.vc_color-warning .loader:before,
body .alert.vc_color-warning .locations-results .loader:before,
.locations-results body .alert.vc_color-warning .loader:before, body .alert.vc_color-warning .slick-prev:before, body .alert.vc_color-warning .slick-next:before, body .alert.vc_color-danger .fas:before, body .alert.vc_color-danger .posts-feed .loader:before, .posts-feed body .alert.vc_color-danger .loader:before,
body .alert.vc_color-danger .providers-results .loader:before,
.providers-results body .alert.vc_color-danger .loader:before,
body .alert.vc_color-danger .providers-widget .loader:before,
.providers-widget body .alert.vc_color-danger .loader:before,
body .alert.vc_color-danger .locations-results .loader:before,
.locations-results body .alert.vc_color-danger .loader:before, body .alert.vc_color-danger .slick-prev:before, body .alert.vc_color-danger .slick-next:before {
  color: #FFF !important;
}
body .alert.vc_color-success .close, body .alert.vc_color-info .close, body .alert.vc_color-warning .close, body .alert.vc_color-danger .close {
  color: #FFF;
  display: inline-block;
  margin-left: 10px;
  font-weight: 100;
  font-size: 24px;
  opacity: 1;
}
body .alert.vc_color-success .close:hover, body .alert.vc_color-info .close:hover, body .alert.vc_color-warning .close:hover, body .alert.vc_color-danger .close:hover {
  opacity: 0.7;
}
body .alert .col-sm-12 {
  color: unset;
}
body .alert .vc_message_box-icon {
  width: 24px;
  /*margin-top:-10px;
  height:10px;*/
}
body .alert .vc_message_box {
  margin: 0px !important;
}
@media (max-width: 767px) {
  body .alert .col-sm-12 p {
    width: 80%;
  }
  body .alert .col-sm-12 {
    font-size: 13px;
  }
  body .alert .col-sm-12 p {
    font-size: 13px;
  }
  body .alert.vc_color-success .close, body .alert.vc_color-info .close, body .alert.vc_color-warning .close, body .alert.vc_color-danger .close {
    font-size: 20px;
  }
}

.news-blog-arc {
  padding-top: 0px;
}
.news-blog-arc .col-sm-6:first-child {
  padding-right: 0;
  padding-left: 0px;
  margin-right: -1px;
}
.news-blog-arc .col-sm-6:last-child {
  padding-left: 0;
}
.news-blog-arc .video-category.col-sm-6:first-child {
  padding-left: 30px;
}
.news-blog-arc .news-img {
  position: relative;
}
.news-blog-arc .category-meta {
  position: absolute;
  left: 0;
  background-color: #5AC5CC;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: sideways-lr;
  text-transform: uppercase;
  display: inline-flex;
  height: 100%;
  width: 43px;
  padding: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.news-blog-arc .category-meta span {
  font-weight: 700;
  font-size: 24px;
  color: #FEFEFE;
  letter-spacing: 0.05px;
  transform-origin: 50%;
  transform: rotate(-180deg);
}
.news-blog-arc .item h4 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.26px;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .news-blog-arc .item h4 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 58px;
  }
}
.news-blog-arc .news-copy {
  display: flex;
  align-items: center;
  background: #0F5568;
}
.news-blog-arc span.date-time {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #5AC5CC;
  font-weight: 600;
  margin-top: 0px;
  text-align: left;
}
.news-blog-arc .inner-content {
  box-shadow: none;
  background-color: transparent;
  padding: 0px;
  box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
  width: 95%;
  position: relative;
  margin: 30px auto 30px auto !important;
}
.news-blog-arc img {
  border-radius: 0px;
  margin: 0;
}
.news-blog-arc .add-mom-blog > a {
  position: relative;
}
.news-blog-arc .add-mom-blog > a:before {
  content: "";
  background: url(../../../images/mom-blog-ic-2.svg) no-repeat;
  width: 133px;
  height: 63px;
  display: block;
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 20px;
}
@media (max-width: 767px) {
  .news-blog-arc .add-mom-blog > a:before {
    right: 0px;
  }
}
.news-blog-arc .btn-default, .news-blog-arc .btn-default:active, .news-blog-arc .btn-default:link, .news-blog-arc .btn-default:visited {
  color: #FFF;
  background-color: #5AC5CC;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  margin: 0;
  display: block;
  border: 0;
  text-transform: none;
  letter-spacing: normal;
  padding: 14px 20px;
  text-align: center;
  height: 42px;
  font-weight: 800;
  font-size: 17px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
}
.news-blog-arc .btn-default:hover {
  background-color: #39b2ba;
}
.news-blog-arc .featured_b {
  margin-bottom: 45px;
}
.news-blog-arc .featured_b .inner-wrapper {
  background-color: rgba(59, 193, 203, 0.1);
  position: relative;
  padding-top: 65px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .news-blog-arc .featured_b .inner-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.news-blog-arc .featured_b .inner-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 1280%;
  top: 0;
  background-color: rgba(59, 193, 203, 0.1);
}
.news-blog-arc .featured_b .inner-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  height: 100%;
  width: 1280%;
  top: 0;
  background-color: rgba(59, 193, 203, 0.1);
}
@media (min-width: 992px) {
  .news-blog-arc .featured_b.item .inner-content > .row {
    display: flex;
  }
  .news-blog-arc .featured_b.item .inner-content > .row .news-copy {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
.news-blog-arc .featured_b.item {
  text-align: left;
}
.news-blog-arc .featured_b.item .news-copy {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .news-blog-arc .featured_b.item .news-copy {
    padding-right: 0;
  }
}
.news-blog-arc .featured_b.item .news-copy-inner {
  padding: 30px 20px;
}
@media (min-width: 900px) {
  .news-blog-arc .featured_b.item .news-copy-inner {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .news-blog-arc .featured_b.item .news-copy-inner {
    padding-left: 40px;
  }
}
.news-blog-arc .featured_b.item p {
  font-weight: 300;
  font-size: 17px;
  color: #757575;
  letter-spacing: -0.18px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 24px;
}
.news-blog-arc .not-featured p {
  display: none;
}
.news-blog-arc .not-featured h4 {
  margin-top: 0px;
}
@media (min-width: 900px) {
  .news-blog-arc .not-featured .news-img {
    width: 33.3333333333%;
  }
}
.news-blog-arc .not-featured img {
  border-left: solid 14px #5AC5CC;
}
@media (min-width: 900px) {
  .news-blog-arc .not-featured img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }
}
.news-blog-arc .not-featured .news-copy-inner {
  padding: 30px 20px;
}
@media (min-width: 900px) {
  .news-blog-arc .not-featured .news-copy-inner {
    padding: 15px 10px;
  }
}
@media (min-width: 1200px) {
  .news-blog-arc .not-featured .news-copy-inner {
    padding: 30px 40px;
  }
}
.news-blog-arc .not-featured .inner-wrapper {
  box-shadow: none;
  background-color: transparent;
  padding: 0px;
  box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
}
.news-blog-arc .not-featured.item {
  margin-top: 35px;
  background: #FFF;
}
@media (max-width: 560px) {
  .news-blog-arc .not-featured.item {
    margin-top: 35px;
    border: 0;
  }
}
.news-blog-arc .not-featured .btn-default {
  margin: 10px 0 0 0;
}

p.lg-left {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 300;
}

.center-img {
  text-align: center;
}
.center-img img {
  margin: 0px auto 20px auto;
}

.full-width-copy .excerpt-container {
  display: none;
}

.pagination-wrapper {
  text-align: center;
}

.pagination {
  margin-top: 80px;
  padding-left: 0;
  margin-left: 0;
}
.pagination > li {
  border-radius: 0;
}
.pagination > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #5AC5CC;
  padding: 3px 9px;
  margin-right: 6px;
  letter-spacing: 0.37px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .pagination > li > a {
    margin-right: 14px;
  }
}
.pagination > li > a {
  border-radius: 0;
}
.pagination > li:first-child > a {
  border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus > .disabled > a,
.pagination > li > a {
  border-color: transparent;
  background-color: transparent;
}
.pagination > .active > a {
  background-color: #5AC5CC;
  border-color: #5AC5CC;
  color: #fff;
  border-radius: 0;
}
.pagination li:before {
  display: none;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  border-color: transparent;
}
.pagination li.next,
.pagination li.prev {
  display: none;
}
.pagination li.next a:hover:before {
  display: none;
}
.pagination li.prev-page {
  margin-right: 0;
}
.pagination li.prev-page a {
  background: transparent;
  border: none;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #5C5C5C;
}

#main {
  transition: none;
}

#sidebar1, #main article.no-title {
  padding-top: 0;
}

a {
  color: #5AC5CC;
  text-decoration: none;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #4CB1B8;
  text-decoration: none;
}

.wpb_text_column ul.teal-list,
.services-provided-section ul {
  list-style: none;
  padding-left: 20px;
}
.wpb_text_column ul.teal-list li:before,
.services-provided-section ul li:before {
  content: "•";
  color: #5AC5CC;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.services-provided-section .vc_tta-panel-body ul {
  padding-left: 20px;
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
.page-template-fullpage #content {
  padding: 0;
}

.center {
  text-align: center;
}

.row [class^=col-],
.form-group.col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

h1, .h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 45px;
  color: #0D2D4E;
  line-height: 56px;
  margin-bottom: 2.8rem;
}

.post_content a[href^="tel:"] {
  color: #5C5C5C;
  font-weight: 700;
}

.post_content .location-text a[href^="tel:"] {
  color: #fff;
  font-weight: 700;
}

.featured-full a[href^="tel:"] {
  color: #fff;
  font-weight: 600;
}

.grey-bg > .wpb_column > .vc_column-inner {
  background: #EBEBEB;
}

.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
}
.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent;
}
.wpb-js-composer .services-provided-section .vc_tta-panel-heading:hover,
.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.services-provided-section .row > .col-sm-12 > .vc_column-inner {
  background: #EBEBEB;
  padding: 40px 30px;
}
@media (min-width: 1200px) {
  .services-provided-section .row > .col-sm-12 > .vc_column-inner {
    padding: 60px 50px;
  }
}
.services-provided-section .h2-sm {
  font-weight: 600;
  margin-bottom: 26px !important;
}
.services-provided-section .col-sm-12 .wpb_content_element {
  margin-bottom: 0;
}
.services-provided-section ul {
  list-style: none;
  padding-left: 16px;
}
.services-provided-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.services-provided-section ul li:before {
  content: "•";
  color: #5AC5CC;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

.provider-filter-wrapper,
.locations-filter-wrapper {
  background: #EBEBEB;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .provider-filter-wrapper,
  .locations-filter-wrapper {
    padding: 45px 40px;
  }
  .provider-filter-wrapper .col-sm-1,
  .locations-filter-wrapper .col-sm-1 {
    padding-right: 7px;
  }
  .provider-filter-wrapper .col-sm-11,
  .locations-filter-wrapper .col-sm-11 {
    padding-left: 7px;
  }
}
.provider-filter-wrapper img,
.locations-filter-wrapper img {
  margin: 0 auto;
  display: block;
  margin-bottom: 25px !important;
}
.provider-filter-wrapper .h3-sm,
.locations-filter-wrapper .h3-sm {
  font-weight: 600;
  font-size: 24px;
  color: #0F5568;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: -6px;
}
.provider-filter-wrapper p,
.locations-filter-wrapper p {
  margin-bottom: 25px !important;
}

.provider-filter-wrapper .h3-sm {
  margin-top: 0;
}
.provider-filter-wrapper p {
  margin-bottom: 0 !important;
}

.search-name-wrapper {
  position: relative;
}

.search-name-wrapper .fa {
  position: absolute;
  right: 6px;
  color: #5AC5CC;
  top: 13px;
  opacity: 0;
  font-size: 18px;
  transition: opacity 0.25s ease;
}

.search-name-wrapper .fa-times-circle {
  opacity: 0;
  font-size: 18px;
  color: #a9a9a9;
  right: 6px;
  color: #5AC5CC;
  top: 13px;
  transition: opacity 0.15s ease;
}

.search-name-wrapper .active .fa-refresh {
  opacity: 1;
}

.search-name-wrapper.not-empty .close {
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}

.important-links > .wpb_column > .vc_column-inner {
  padding-top: 50px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .important-links > .wpb_column > .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.important-links h4 {
  font-weight: 500;
  font-size: 18px;
  color: #5AC5CC;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}
.important-links p {
  font-size: 18px;
  color: #5C5C5C;
  letter-spacing: 0;
  text-align: center;
}
.important-links .icon-menu li a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #5AC5CC;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 7px;
  height: 100%;
}
@media (max-width: 767px) {
  .important-links .icon-menu li a {
    flex-wrap: wrap;
    justify-content: center;
    width: 134px;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (min-width: 768px) {
  .important-links .icon-menu li a {
    flex-direction: column;
  }
}
.important-links .icon-menu li a {
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  border-radius: 5px;
}
.important-links .icon-menu li a:hover, .important-links .icon-menu li a:focus, .important-links .icon-menu li a:active {
  color: #fff;
  background-color: rgba(16, 85, 104, 0.8);
}
.important-links .icon-menu .menu {
  width: 100%;
  justify-content: space-evenly;
  padding-top: 0px;
  flex-direction: row;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 767px) {
  .important-links .icon-menu .menu {
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .important-links .icon-menu .menu {
    flex-wrap: nowrap;
  }
}
.important-links .icon-menu li {
  float: none;
  display: flex;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .important-links .icon-menu li {
    justify-content: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 25px;
  }
  .important-links .icon-menu li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .important-links .icon-menu li {
    flex-direction: column;
    flex: 0 0 23%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.important-links .icon-menu li {
  padding-left: 0;
  list-style: none;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .important-links .icon-menu li {
    margin-top: 0px;
  }
}
.important-links .icon-menu li > a:before,
.important-links .icon-menu li > a:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 62px;
  height: 70px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .important-links .icon-menu li > a:before,
  .important-links .icon-menu li > a:after {
    width: 85px;
    height: 92px;
    margin-bottom: 15px;
  }
}
.important-links .icon-menu li > a {
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.important-links .icon-menu li > a:after {
  opacity: 0;
}
.important-links .icon-menu li > a:hover:after, .important-links .icon-menu li > a:focus:after, .important-links .icon-menu li > a:active:after {
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  opacity: 1;
}
.important-links .icon-menu li > a:hover:before, .important-links .icon-menu li > a:focus:before, .important-links .icon-menu li > a:active:before {
  opacity: 0;
}
.important-links .icon-menu li > a:after {
  top: 7px;
  position: absolute;
}
.important-links .ico-schedule > a:before {
  background-image: url(../../../images/ico-schedule.svg);
}
.important-links .ico-pay-bill > a:before {
  background-image: url(../../../images/ico-pay-bill.svg);
}
.important-links .ico-patient-portal > a:before {
  background-image: url(../../../images/ico-patient-portal.svg);
}
.important-links .ico-pre-reg > a:before {
  background-image: url(../../../images/ico-pre-reg.svg);
}
.important-links .ico-schedule > a:after {
  background-image: url(../../../images/ico-schedule-hover.svg);
}
.important-links .ico-pay-bill > a:after {
  background-image: url(../../../images/ico-pay-bill-hover.svg);
}
.important-links .ico-patient-portal > a:after {
  background-image: url(../../../images/ico-patient-portal-hover.svg);
}
.important-links .ico-pre-reg > a:after {
  background-image: url(../../../images/ico-pre-reg-hover.svg);
}

h2, .h2 {
  margin-top: 0;
  font-weight: 700;
  color: #0F5568;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 33px;
    color: #5AC5CC;
    letter-spacing: 0;
    line-height: 30px;
  }
}

.h2.headline {
  line-height: 45px;
  font-weight: 700;
}

.h2-sm {
  font-weight: 600;
  font-size: 24px;
  color: #0F5568;
  letter-spacing: 0;
}

.single-provider .h2-sm {
  font-weight: 600;
}

.semibold {
  font-weight: 600;
}

p {
  line-height: 25px;
}

.p-lg {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.btm-sep:after {
  display: block;
  height: 3px;
  width: 63px;
  content: "";
  background: #447E8B;
  margin-top: 18px;
}

.single-location .btm-sep:after {
  margin-top: 14px;
}

.teal-dark {
  color: #0F5568;
}

h3, .h3 {
  font-weight: 600;
  font-size: 24px;
  color: #0F5568;
  letter-spacing: 0;
  line-height: 30px;
}

h4, .h4 {
  font-weight: 600;
  font-size: 24px;
  color: #0F5568;
  letter-spacing: 0;
  line-height: 26px;
}

h5, .h5 {
  font-weight: 600;
  font-size: 18px;
  color: #0F5568;
  letter-spacing: 0;
}

.headline-center-borders {
  display: flex;
  position: relative;
  white-space: nowrap;
}
.headline-center-borders:before {
  content: "";
  display: flex;
  background: url(../../../images/headline-border.png) no-repeat;
  background-position: left -4px;
  width: 100%;
  height: 56px;
  margin-right: 10px;
}
.headline-center-borders:after {
  content: "";
  display: flex;
  background: url(../../../images/headline-border.png) no-repeat;
  background-position: right -4px;
  width: 100%;
  height: 56px;
  margin-left: 12px;
}
.headline-center-borders {
  text-align: center;
  color: #0F5568;
}

body .wpb_content_element {
  margin-bottom: 20px;
}
body .no-margin-top {
  margin-top: 0;
}
body .no-margin-bottom {
  margin-bottom: 0;
}
body .margin-xs-bottom {
  margin-bottom: 6px;
}
body .margin-sm-bottom {
  margin-bottom: 12px;
}
body .margin-md-bottom {
  margin-bottom: 20px;
}
body .margin-md-bottom2 {
  margin-bottom: 25px;
}
body .margin-lg-bottom {
  margin-bottom: 30px;
}
body .margin-xl-bottom {
  margin-bottom: 35px;
}
body .margin-xxl-bottom {
  margin-bottom: 50px;
}
body .padding-xs-top {
  padding-top: 6px;
}
body .padding-sm-top {
  padding-top: 12px;
}
body .padding-md-top {
  padding-top: 20px;
}
body .padding-lg-top {
  padding-top: 30px;
}
body .padding-xl-top {
  padding-top: 35px;
}
body .padding-xxl-top {
  padding-top: 60px;
}
body .margin-xs-top {
  margin-top: 6px;
}
body .margin-sm-top {
  margin-top: 12px;
}
body .margin-md-top {
  margin-top: 20px;
}
body .margin-md-top2 {
  margin-top: 25px;
}
body .margin-lg-top {
  margin-top: 30px;
}
body .margin-xl-top {
  margin-top: 35px;
}
body .margin-xxl-top {
  margin-top: 50px;
}
body .padding-xs-top {
  padding-top: 6px;
}
body .padding-sm-top {
  padding-top: 12px;
}
body .padding-md-top {
  padding-top: 20px;
}
body .padding-lg-top {
  padding-top: 30px;
}
body .padding-xl-top {
  padding-top: 35px;
}
body .padding-xxl-top {
  padding-top: 60px;
}

#content {
  padding: 0;
}

.teal-bg {
  background: #4CB1B8;
}
.teal-bg p, .teal-bg .h2 {
  color: #fff;
}

.teal {
  color: #5AC5CC;
}

.teal-dark {
  color: #0F5568;
}

.semibold {
  font-weight: 600;
}

.breadcrumbs .container {
  display: flex;
  align-items: center;
}
.breadcrumbs {
  background-color: #EBEBEB;
}
.breadcrumbs #breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .breadcrumbs #breadcrumbs {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
.breadcrumbs p {
  float: left;
  font-weight: 600;
  font-size: 11px;
}
@media (min-width: 768px) {
  .breadcrumbs p {
    font-size: 13px;
  }
}
.breadcrumbs p {
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #5C5C5C;
}
.breadcrumbs p .breadcrumb_last {
  color: #707070;
  margin-left: 3px;
}
.breadcrumbs p a {
  color: #5AC5CC;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.breadcrumbs p a:hover, .breadcrumbs p a:focus, .breadcrumbs p a:active {
  color: #4CB1B8;
  text-decoration: none;
}
.breadcrumbs p a {
  margin-left: 3px;
  margin-right: 3px;
}
.breadcrumbs p a:first-child {
  margin-left: 0;
}

.arrow-button {
  background: #5AC5CC;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-bottom: -51px !important;
}
.arrow-button:before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 100%;
  left: 7px;
  right: 0;
  bottom: 0;
  top: 7px;
}
.arrow-button:after {
  content: "";
  background: url(../../../images/arrow-white.svg) no-repeat;
  background-position: center;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 7px;
  right: 0;
  bottom: 0;
  top: 7px;
  transition: left 0.5 ease-in-out;
}
.arrow-button:hover, .arrow-button:active, .arrow-button:focus {
  background-color: #4CB1B8;
}

a.arrow-button {
  z-index: 5;
}

.collapse-toggle.arrow-button:after {
  background: url(../../../images/plus-white.svg) no-repeat;
  background-position: center;
}

.expanded .collapse-toggle.arrow-button:after {
  background: url(../../../images/minus-white.svg) no-repeat;
  background-position: center;
}

.error404 #main {
  margin-top: 125px;
  margin-bottom: 125px;
}
.error404 input[type=text] {
  height: 50px;
}
.error404 .btn {
  border-radius: 0 5px 5px 0;
}

@media (min-width: 768px) {
  .col-6-exp-gutters .col-sm-6:nth-child(1),
  .col-6-exp-gutters .col-md-6:nth-child(1) {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .col-6-exp-gutters .col-sm-6:nth-child(1),
  .col-6-exp-gutters .col-md-6:nth-child(1) {
    padding-right: 48px;
  }
}
@media (min-width: 768px) {
  .col-6-exp-gutters .col-sm-6:nth-child(2),
  .col-6-exp-gutters .col-md-6:nth-child(2) {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .col-6-exp-gutters .col-sm-6:nth-child(2),
  .col-6-exp-gutters .col-md-6:nth-child(2) {
    padding-left: 48px;
  }
}

.light-grey-bg {
  background: #EBEBEB;
  position: relative;
}

.btn-ico > .btn {
  display: inline-flex;
  align-items: center;
}
.btn-ico > .btn:before {
  margin-right: 25px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pay-bill-ico > .btn:before {
  width: 27px;
  height: 19px;
  background-image: url(../../../images/pay-bill-ico.svg);
}

.btn {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  border: none;
  padding: 10px 25px;
  height: 50px;
  background-color: #5AC5CC;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #4CB1B8;
  color: #fff;
}

.btn-lg, .btn-group-lg > .btn {
  height: 78px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  line-height: 1.1;
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (min-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn {
    line-height: 1.5;
    font-size: 24px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .btn-lg, .btn-group-lg > .btn {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.dark-teal > .btn {
  background-color: #0F5568;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.dark-teal > .btn:hover, .dark-teal > .btn:active, .dark-teal > .btn:focus {
  background-color: #447E8B;
  color: #fff;
}

@media (min-width: 1200px) {
  .callout .col-sm-3 {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .callout .col-sm-9 {
    width: 78%;
  }
}
.callout .col-sm-8 .vc_column-inner {
  padding-right: 15px;
}
.callout .h4 {
  margin-bottom: 13px;
}
.callout .light-grey-bg:before {
  content: "";
  height: 100%;
  width: 250px;
  background: #EBEBEB;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -170px;
  z-index: -1;
}
.callout .light-grey-bg {
  padding-top: 38px;
  padding-bottom: 38px;
}
@media (max-width: 767px) {
  .callout .light-grey-bg {
    padding-top: 108px;
  }
}
.callout .p-lg {
  line-height: 26px;
}
.callout > .row {
  display: flex;
  align-items: center;
}
.callout > .row .wpb_single_image {
  margin-bottom: 0;
}
.callout .btn {
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 767px) {
  .callout .btn {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .callout .wpb_single_image.vc_align_left {
    text-align: center;
    margin-bottom: -80px;
    z-index: 2;
    position: relative;
  }
  .callout .wpb_single_image.vc_align_left img {
    width: 80%;
  }
}

#content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  background: #5AC5CC;
  padding: 28px 50px;
}
#content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
#content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .btn-default {
  background-color: #0F5568;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  text-transform: uppercase;
}
#content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .btn-default:hover, #content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .btn-default:active, #content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .btn-default:focus {
  background-color: #447E8B;
  color: #fff;
}
#content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .btn-default {
  line-height: 1.8;
}
#content .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat p {
  margin-bottom: 22px;
}

.row-o-content-middle .wpb_column {
  display: flex;
  align-items: center;
}
.row-o-content-middle .wpb_column .wpb_content_element:last-child {
  margin-bottom: 0;
}

.section-lg2 {
  margin-top: 43px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .section-lg2 {
    margin-top: 113px;
    margin-bottom: 125px;
  }
}

.section-lg {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .section-lg {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}

.section-sm {
  margin-top: 42px;
  margin-bottom: 42px;
}

.posts-feed .row,
.providers-results .row,
.providers-widget .row,
.locations-results .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .posts-feed .row,
  .providers-results .row,
  .providers-widget .row,
  .locations-results .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.posts-feed .col,
.providers-results .col,
.providers-widget .col,
.locations-results .col {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .posts-feed .col,
  .providers-results .col,
  .providers-widget .col,
  .locations-results .col {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.posts-feed,
.providers-results,
.providers-widget,
.locations-results {
  transition: height 0.5s ease;
  position: relative;
  min-height: 500px;
}
.posts-feed .loader:before,
.providers-results .loader:before,
.providers-widget .loader:before,
.locations-results .loader:before {
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-duration: 1.5s;
  content: "\f110";
  font-size: 34px;
  color: #dfedf0;
  position: absolute;
  left: 50%;
  top: 30px;
}
@media (min-width: 768px) {
  .posts-feed .loader:before,
  .providers-results .loader:before,
  .providers-widget .loader:before,
  .locations-results .loader:before {
    top: 60px;
  }
}
.posts-feed article,
.providers-results article,
.providers-widget article,
.locations-results article {
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-play-state: paused;
}

.providers-widget article {
  animation: none;
  opacity: 1;
}

.providers-widget {
  min-height: auto;
  margin-bottom: -20px !important;
}

.posts-feed.loaded:before,
.providers-results.loaded:before,
.locations-results.loaded:before {
  opacity: 0;
}
.posts-feed.loaded article,
.providers-results.loaded article,
.locations-results.loaded article {
  animation-play-state: running;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.provider_filters {
  margin-left: -10px;
  margin-right: -10px;
}
.provider_filters .form-group {
  padding-left: 5px;
  padding-right: 5px;
}

.search-field input {
  height: 43px;
  border: none;
  margin-top: 1px;
  font-size: 14px;
  font-weight: 400;
}
.search-field input, .search-field input::placeholder {
  color: #B7B7B7;
}

.providers-results article,
.providers-results .row > div,
.providers-widget article,
.providers-widget .row > div,
.available-locations article,
.available-locations .row > div {
  display: flex;
}
@media (max-width: 767px) {
  .providers-results article,
  .providers-results .row > div,
  .providers-widget article,
  .providers-widget .row > div,
  .available-locations article,
  .available-locations .row > div {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.providers-results,
.providers-widget,
.available-locations {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .providers-results,
  .providers-widget,
  .available-locations {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
.providers-results .row,
.providers-widget .row,
.available-locations .row {
  margin-bottom: 155px;
}
.providers-results .col:nth-child(3n+3) .provider-inner:after,
.providers-results .col:nth-child(3n+3) .location-inner:after, .providers-results .col:last-child .provider-inner:after,
.providers-results .col:last-child .location-inner:after,
.providers-widget .col:nth-child(3n+3) .provider-inner:after,
.providers-widget .col:nth-child(3n+3) .location-inner:after,
.providers-widget .col:last-child .provider-inner:after,
.providers-widget .col:last-child .location-inner:after,
.available-locations .col:nth-child(3n+3) .provider-inner:after,
.available-locations .col:nth-child(3n+3) .location-inner:after,
.available-locations .col:last-child .provider-inner:after,
.available-locations .col:last-child .location-inner:after {
  display: none;
}
.providers-results .provider-info-wrapper,
.providers-widget .provider-info-wrapper,
.available-locations .provider-info-wrapper {
  margin-bottom: 34px;
}
.providers-results .provider-inner,
.providers-results .location-inner,
.providers-widget .provider-inner,
.providers-widget .location-inner,
.available-locations .provider-inner,
.available-locations .location-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.providers-results .provider-inner > a,
.providers-results .location-inner > a,
.providers-widget .provider-inner > a,
.providers-widget .location-inner > a,
.available-locations .provider-inner > a,
.available-locations .location-inner > a {
  flex: none;
}
.providers-results .provider-inner .content-inner,
.providers-results .location-inner .content-inner,
.providers-widget .provider-inner .content-inner,
.providers-widget .location-inner .content-inner,
.available-locations .provider-inner .content-inner,
.available-locations .location-inner .content-inner {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .providers-results .provider-inner .content-inner,
  .providers-results .location-inner .content-inner,
  .providers-widget .provider-inner .content-inner,
  .providers-widget .location-inner .content-inner,
  .available-locations .provider-inner .content-inner,
  .available-locations .location-inner .content-inner {
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .providers-results .provider-inner .content-inner,
  .providers-results .location-inner .content-inner,
  .providers-widget .provider-inner .content-inner,
  .providers-widget .location-inner .content-inner,
  .available-locations .provider-inner .content-inner,
  .available-locations .location-inner .content-inner {
    padding: 30px 30px;
  }
}
.providers-results .provider-inner .content-inner,
.providers-results .location-inner .content-inner,
.providers-widget .provider-inner .content-inner,
.providers-widget .location-inner .content-inner,
.available-locations .provider-inner .content-inner,
.available-locations .location-inner .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.providers-results .provider-inner .provider-btn-wrapper,
.providers-results .provider-inner .location-btn-wrapper,
.providers-results .location-inner .provider-btn-wrapper,
.providers-results .location-inner .location-btn-wrapper,
.providers-widget .provider-inner .provider-btn-wrapper,
.providers-widget .provider-inner .location-btn-wrapper,
.providers-widget .location-inner .provider-btn-wrapper,
.providers-widget .location-inner .location-btn-wrapper,
.available-locations .provider-inner .provider-btn-wrapper,
.available-locations .provider-inner .location-btn-wrapper,
.available-locations .location-inner .provider-btn-wrapper,
.available-locations .location-inner .location-btn-wrapper {
  width: 100%;
}
.providers-results .provider-inner,
.providers-results .location-inner,
.providers-widget .provider-inner,
.providers-widget .location-inner,
.available-locations .provider-inner,
.available-locations .location-inner {
  background-color: #EBEBEB;
}
.providers-results .provider-inner .h3-sm,
.providers-results .location-inner .h3-sm,
.providers-widget .provider-inner .h3-sm,
.providers-widget .location-inner .h3-sm,
.available-locations .provider-inner .h3-sm,
.available-locations .location-inner .h3-sm {
  font-weight: 600;
  font-size: 18px;
}
.providers-results .provider-inner .h3-sm a,
.providers-results .location-inner .h3-sm a,
.providers-widget .provider-inner .h3-sm a,
.providers-widget .location-inner .h3-sm a,
.available-locations .provider-inner .h3-sm a,
.available-locations .location-inner .h3-sm a {
  color: #0F5568;
}
.providers-results .provider-inner .h3-sm,
.providers-results .location-inner .h3-sm,
.providers-widget .provider-inner .h3-sm,
.providers-widget .location-inner .h3-sm,
.available-locations .provider-inner .h3-sm,
.available-locations .location-inner .h3-sm {
  letter-spacing: 0;
  line-height: 27px;
}
.providers-results .provider-inner .h4,
.providers-results .location-inner .h4,
.providers-widget .provider-inner .h4,
.providers-widget .location-inner .h4,
.available-locations .provider-inner .h4,
.available-locations .location-inner .h4 {
  font-weight: 600;
  font-size: 16px;
  color: #0F5568;
  letter-spacing: 0;
  line-height: 27px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .providers-results .provider-inner .h4,
  .providers-results .location-inner .h4,
  .providers-widget .provider-inner .h4,
  .providers-widget .location-inner .h4,
  .available-locations .provider-inner .h4,
  .available-locations .location-inner .h4 {
    line-height: 20px;
    font-size: 15px;
  }
}
.providers-results .provider-inner .btn,
.providers-results .location-inner .btn,
.providers-widget .provider-inner .btn,
.providers-widget .location-inner .btn,
.available-locations .provider-inner .btn,
.available-locations .location-inner .btn {
  font-weight: 800;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  background-color: #0F5568;
}
.providers-results .provider-inner .btn:before,
.providers-results .location-inner .btn:before,
.providers-widget .provider-inner .btn:before,
.providers-widget .location-inner .btn:before,
.available-locations .provider-inner .btn:before,
.available-locations .location-inner .btn:before {
  position: absolute;
  left: 16px;
}
.providers-results .provider-inner .btn,
.providers-results .location-inner .btn,
.providers-widget .provider-inner .btn,
.providers-widget .location-inner .btn,
.available-locations .provider-inner .btn,
.available-locations .location-inner .btn {
  height: 50px;
  padding-left: 48px;
}
@media (min-width: 1200px) {
  .providers-results .provider-inner .btn,
  .providers-results .location-inner .btn,
  .providers-widget .provider-inner .btn,
  .providers-widget .location-inner .btn,
  .available-locations .provider-inner .btn,
  .available-locations .location-inner .btn {
    padding-left: 36px;
  }
}
.providers-results .provider-inner .btn,
.providers-results .location-inner .btn,
.providers-widget .provider-inner .btn,
.providers-widget .location-inner .btn,
.available-locations .provider-inner .btn,
.available-locations .location-inner .btn {
  padding-right: 25px;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .providers-results .provider-inner .btn,
  .providers-results .location-inner .btn,
  .providers-widget .provider-inner .btn,
  .providers-widget .location-inner .btn,
  .available-locations .provider-inner .btn,
  .available-locations .location-inner .btn {
    line-height: 1;
  }
}
.providers-results .provider-inner .btn,
.providers-results .location-inner .btn,
.providers-widget .provider-inner .btn,
.providers-widget .location-inner .btn,
.available-locations .provider-inner .btn,
.available-locations .location-inner .btn {
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.providers-results .provider-inner .btn:hover, .providers-results .provider-inner .btn:active, .providers-results .provider-inner .btn:focus,
.providers-results .location-inner .btn:hover,
.providers-results .location-inner .btn:active,
.providers-results .location-inner .btn:focus,
.providers-widget .provider-inner .btn:hover,
.providers-widget .provider-inner .btn:active,
.providers-widget .provider-inner .btn:focus,
.providers-widget .location-inner .btn:hover,
.providers-widget .location-inner .btn:active,
.providers-widget .location-inner .btn:focus,
.available-locations .provider-inner .btn:hover,
.available-locations .provider-inner .btn:active,
.available-locations .provider-inner .btn:focus,
.available-locations .location-inner .btn:hover,
.available-locations .location-inner .btn:active,
.available-locations .location-inner .btn:focus {
  background-color: #447E8B;
  color: #fff;
}
.providers-results .provider-inner .btn-ico-appt,
.providers-results .location-inner .btn-ico-appt,
.providers-widget .provider-inner .btn-ico-appt,
.providers-widget .location-inner .btn-ico-appt,
.available-locations .provider-inner .btn-ico-appt,
.available-locations .location-inner .btn-ico-appt {
  display: flex;
  align-items: center;
}
.providers-results .provider-inner .btn-ico-appt:before,
.providers-results .location-inner .btn-ico-appt:before,
.providers-widget .provider-inner .btn-ico-appt:before,
.providers-widget .location-inner .btn-ico-appt:before,
.available-locations .provider-inner .btn-ico-appt:before,
.available-locations .location-inner .btn-ico-appt:before {
  justify-content: flex-start;
  content: "";
  width: 33px;
  height: 26px;
  display: flex;
  background: url(../../../images/btn-ico-appt.svg) no-repeat;
  background-size: contain;
  align-self: center;
  flex: 1;
  top: 0;
  height: 100%;
  background-position: center;
}
.providers-results .provider-inner .btn-ico-checkin,
.providers-results .location-inner .btn-ico-checkin,
.providers-widget .provider-inner .btn-ico-checkin,
.providers-widget .location-inner .btn-ico-checkin,
.available-locations .provider-inner .btn-ico-checkin,
.available-locations .location-inner .btn-ico-checkin {
  display: flex;
  align-items: center;
}
.providers-results .provider-inner .btn-ico-checkin:before,
.providers-results .location-inner .btn-ico-checkin:before,
.providers-widget .provider-inner .btn-ico-checkin:before,
.providers-widget .location-inner .btn-ico-checkin:before,
.available-locations .provider-inner .btn-ico-checkin:before,
.available-locations .location-inner .btn-ico-checkin:before {
  justify-content: flex-start;
  content: "";
  width: 33px;
  height: 26px;
  display: flex;
  background: url(../../../images/check-in-ico.svg) no-repeat;
  background-size: contain;
  align-self: center;
  flex: 1;
  top: 0;
  height: 100%;
  background-position: center;
}
.providers-results .provider-inner .btn-ico-info,
.providers-results .location-inner .btn-ico-info,
.providers-widget .provider-inner .btn-ico-info,
.providers-widget .location-inner .btn-ico-info,
.available-locations .provider-inner .btn-ico-info,
.available-locations .location-inner .btn-ico-info {
  display: flex;
  align-items: center;
}
.providers-results .provider-inner .btn-ico-info:before,
.providers-results .location-inner .btn-ico-info:before,
.providers-widget .provider-inner .btn-ico-info:before,
.providers-widget .location-inner .btn-ico-info:before,
.available-locations .provider-inner .btn-ico-info:before,
.available-locations .location-inner .btn-ico-info:before {
  content: "";
  width: 33px;
  height: 26px;
  display: block;
  background: url(../../../images/btn-ico-info.svg) no-repeat;
  background-size: contain;
  align-self: center;
  flex: 1;
  top: 0;
  height: 100%;
  background-position: center;
}
.providers-results .provider-inner .btn-ico-profile,
.providers-results .location-inner .btn-ico-profile,
.providers-widget .provider-inner .btn-ico-profile,
.providers-widget .location-inner .btn-ico-profile,
.available-locations .provider-inner .btn-ico-profile,
.available-locations .location-inner .btn-ico-profile {
  display: inline-flex;
  align-items: center;
}
.providers-results .provider-inner .btn-ico-profile:before,
.providers-results .location-inner .btn-ico-profile:before,
.providers-widget .provider-inner .btn-ico-profile:before,
.providers-widget .location-inner .btn-ico-profile:before,
.available-locations .provider-inner .btn-ico-profile:before,
.available-locations .location-inner .btn-ico-profile:before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url(../../../images/btn-ico-profile.svg) no-repeat;
  background-size: contain;
  align-self: center;
  flex: 1;
  top: 0;
  height: 100%;
  background-position: center;
}
.providers-results .provider-inner .availability,
.providers-results .location-inner .availability,
.providers-widget .provider-inner .availability,
.providers-widget .location-inner .availability,
.available-locations .provider-inner .availability,
.available-locations .location-inner .availability {
  margin-bottom: 36px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .providers-results .provider-inner .availability,
  .providers-results .location-inner .availability,
  .providers-widget .provider-inner .availability,
  .providers-widget .location-inner .availability,
  .available-locations .provider-inner .availability,
  .available-locations .location-inner .availability {
    margin-bottom: 46px;
    margin-top: 30px;
  }
}
.providers-results .provider-inner .availability,
.providers-results .location-inner .availability,
.providers-widget .provider-inner .availability,
.providers-widget .location-inner .availability,
.available-locations .provider-inner .availability,
.available-locations .location-inner .availability {
  display: inline-flex;
  align-items: center;
}
.providers-results .provider-inner .availability:before,
.providers-results .location-inner .availability:before,
.providers-widget .provider-inner .availability:before,
.providers-widget .location-inner .availability:before,
.available-locations .provider-inner .availability:before,
.available-locations .location-inner .availability:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../../../images/avail-on-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}
.providers-results .provider-inner .availability,
.providers-results .location-inner .availability,
.providers-widget .provider-inner .availability,
.providers-widget .location-inner .availability,
.available-locations .provider-inner .availability,
.available-locations .location-inner .availability {
  font-size: 16px;
  color: #5C5C5C;
  letter-spacing: 0;
  line-height: 1.1;
}
.providers-results .provider-inner .avail-off:before,
.providers-results .location-inner .avail-off:before,
.providers-widget .provider-inner .avail-off:before,
.providers-widget .location-inner .avail-off:before,
.available-locations .provider-inner .avail-off:before,
.available-locations .location-inner .avail-off:before {
  background-image: url(../../../images/avail-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.providers-results .provider-inner,
.providers-widget .provider-inner,
.available-locations .provider-inner {
  padding-top: 83px;
}
@media (min-width: 567px) and (max-width: 767px) {
  .providers-results .provider-inner,
  .providers-widget .provider-inner,
  .available-locations .provider-inner {
    padding-top: 113px;
  }
}
.providers-results .provider-inner img,
.providers-widget .provider-inner img,
.available-locations .provider-inner img {
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  margin-top: -66%;
}
@media (min-width: 480px) {
  .providers-results .provider-inner img,
  .providers-widget .provider-inner img,
  .available-locations .provider-inner img {
    margin-top: -34%;
  }
}
@media (min-width: 768px) {
  .providers-results .provider-inner img,
  .providers-widget .provider-inner img,
  .available-locations .provider-inner img {
    margin-top: -58%;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  .providers-results .provider-inner img,
  .providers-widget .provider-inner img,
  .available-locations .provider-inner img {
    margin-top: -86%;
  }
}
.providers-results .provider-inner img,
.providers-widget .provider-inner img,
.available-locations .provider-inner img {
  margin-bottom: 0;
  max-width: 226px !important;
}
@media (min-width: 567px) and (max-width: 767px) {
  .providers-results .provider-inner img,
  .providers-widget .provider-inner img,
  .available-locations .provider-inner img {
    max-width: 170px !important;
  }
}
.providers-results .provider-inner img,
.providers-widget .provider-inner img,
.available-locations .provider-inner img {
  width: 100%;
}

.available-locations .row > div {
  display: flex;
  margin-bottom: 48px !important;
}
@media (max-width: 767px) {
  .available-locations .row > div {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px !important;
  }
}

#content #main .provider-row {
  margin-bottom: -155px;
}
#content #main .provider-row article {
  margin-bottom: 155px;
}
@media (min-width: 768px) {
  #content #main .provider-row article {
    min-height: 440px;
  }
}
#content #main .provider-row article {
  flex: 0 0 100%;
}
@media (min-width: 567px) and (max-width: 767px) {
  #content #main .provider-row article {
    flex: 0 0 50%;
  }
}

#content #main .providers-widget .provider-row {
  margin-bottom: -155px;
}
@media (min-width: 768px) {
  #content #main .providers-widget .provider-row article {
    margin-bottom: 125px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  #content .col-list .wpb_content_element {
    margin-bottom: 0;
  }
}

.providers-results > .row:first-child {
  margin-top: 195px;
}

.providers-widget {
  margin-top: 100px;
}

@media (min-width: 992px) {
  .provider-inner:after,
  .locations-results .location-inner:after {
    height: 100%;
    width: 2px;
    background: url(../../../images/vert-dotted-sep.png) repeat-y;
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    top: 0;
    background-repeat: repeat-y;
  }
}
.locations-results .available-locations .row {
  margin-bottom: 46px;
}

.locations-results {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .locations-results {
    margin-top: 126px;
  }
}

.available-locations {
  margin-top: 0px;
}
.available-locations a[href^="tel:"] {
  color: #5C5C5C;
  font-weight: 500;
}
.available-locations .location-address,
.available-locations .location-phone {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.available-locations .location-info-wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}
.available-locations .location-info-wrapper .location-address {
  margin-top: 20px;
}
.available-locations img {
  margin: 0;
}

.phone-section {
  margin-bottom: 105px;
}
.phone-section strong {
  font-weight: 600;
}
.phone-section .row .row .wpb_content_element {
  margin-bottom: 30px;
}

.menu-ico > a {
  position: relative;
}
.menu-ico > a:hover:after, .menu-ico > a:focus:after, .menu-ico > a:active:after {
  opacity: 1;
  transition: opacity 0.16s ease-in-out;
}

.menu-ico > a:before,
.menu-ico > a:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 46px;
  height: 40px;
  margin-bottom: 4px;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  border: none;
  padding: 0;
  margin-left: 0;
}

.menu-ico > a:after {
  position: absolute;
  top: 10px;
}
@media (min-width: 992px) {
  .menu-ico > a:after {
    top: 15px;
  }
}

.providers-ico > a:before {
  background-image: url(../../../images/provider-icon.svg);
}
.providers-ico > a:after {
  background-image: url(../../../images/provider-icon-hover.svg);
  opacity: 0;
}

.locations-ico > a:before {
  background-image: url(../../../images/locations-icon.svg);
}
.locations-ico > a:after {
  background-image: url(../../../images/locations-icon-hover.svg);
  opacity: 0;
}

.services-ico > a:before {
  background-image: url(../../../images/services-icon.svg);
}
.services-ico > a:after {
  background-image: url(../../../images/services-icon-hover.svg);
  opacity: 0;
}

.patients-ico > a:before {
  background-image: url(../../../images/patients-icon.svg);
}
.patients-ico > a:after {
  background-image: url(../../../images/patients-icon-hover.svg);
  opacity: 0;
}

.about-ico > a:before {
  background-image: url(../../../images/about-icon.svg);
}
.about-ico > a:after {
  background-image: url(../../../images/about-icon-hover.svg);
  opacity: 0;
}

.search-ico > a:before {
  width: 46px;
  height: 30px;
  background-image: url(../../../images/search-ico.svg);
}

.nav-search {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .nav-search {
    margin-left: 33px;
  }
}

.nav-search:before,
.nav-search:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../../images/search-ico.svg);
}

.nav-search {
  position: relative;
}
.nav-search:after {
  background-image: url(../../../images/search-ico-hover.svg);
  opacity: 0;
  top: 0;
  position: absolute;
}
.nav-search:hover:after, .nav-search:focus:after, .nav-search:active:after {
  opacity: 1;
  transition: opacity 0.16s ease-in-out;
}

.tablet-show {
  display: block;
}
@media (min-width: 992px) {
  .tablet-show {
    display: none;
  }
}

.mobile-show {
  display: block;
}
@media (min-width: 992px) {
  .mobile-show {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rev-left-bg {
    position: relative;
  }
  .rev-left-bg:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
  .rev-right-bg {
    position: relative;
  }
  .rev-right-bg:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
  .rev-left-bg:before,
  .green-bg-right:before {
    background-color: #5AC5CC;
  }
  .container.rev-left-bg:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .pagination-wrapper {
    margin-top: 100px;
  }
}

.page-item.active .page-link {
  border: none;
}

.page-item.disabled .page-link {
  border: none;
}

.featured-full .container {
  min-height: 225px;
}
@media (min-width: 768px) {
  .featured-full .container {
    min-height: 225px;
  }
}

.featured-full .page-header {
  margin-top: 0;
  margin-left: inherit;
  margin-right: inherit;
}
.featured-full {
  background: #4CB1B8;
}
.featured-full .headline:after {
  margin: 18px auto;
}
.featured-full .headline, .featured-full p {
  text-align: center;
}
.featured-full p {
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .featured-full p {
    font-size: 18px;
    line-height: 27px;
  }
}

#main article {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-wrapper {
  background-color: #0F5568;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding-bottom: 60px;
}

.footer-wrapper, .footer-wrapper a, .footer-wrapper .widget_nav_menu ul li a {
  color: #ffffff;
}

.footer-wrapper a, .footer-wrapper .widget_nav_menu ul li a {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #5AC5CC;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.footer-wrapper a:hover, .footer-wrapper a:active, .footer-wrapper a:focus, .footer-wrapper .widget_nav_menu ul li a:hover, .footer-wrapper .widget_nav_menu ul li a:active, .footer-wrapper .widget_nav_menu ul li a:focus {
  color: #4CB1B8;
}

@media (min-width: 992px) {
  .footer-wrapper .widget_nav_menu ul li {
    float: left;
    padding-right: 15px;
  }
  .footer-wrapper .widget_nav_menu ul li:after {
    width: 1px;
    height: 15px;
    background: #D8D8D8;
    display: inline-block;
    content: "";
    margin-bottom: -2px;
    margin-left: 15px;
  }
  .footer-wrapper .widget_nav_menu ul li:last-child:after {
    display: none;
  }
}

.footer-wrapper .widget_nav_menu {
  display: block;
  margin-bottom: 25px;
}

.footer-wrapper .widget_nav_menu ul li.menu-heading a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 15px;
}

footer {
  color: #fff;
}

footer a, footer a:hover {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer .widgettitle {
  margin-bottom: 30px;
}

.icon-footer-logo {
  display: block;
  height: 64px;
  width: 64px;
}

footer h4 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #E6E9ED;
}

footer ul {
  color: #B8C0C9;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 767px) {
  footer ul {
    text-align: center;
  }
}

footer .navbar-brand {
  width: 80px;
  background-size: cover;
  height: 80px;
}

footer .social {
  float: none;
  display: inline-block;
}
@media (min-width: 768px) {
  footer .social {
    float: right;
  }
}

footer .custom-html-widget {
  text-align: center;
}

footer .social li {
  /* float: left; */
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
@media (min-width: 992px) {
  footer .social li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  footer .social li:last-child {
    margin-right: 0;
  }
}

footer .social li i {
  color: #5AC5CC;
  font-size: 20px;
  letter-spacing: 0;
  padding-right: 0;
  width: auto;
  margin-left: 10px;
}

footer .social li i:hover {
  color: #4CB1B8;
}

footer .widget_nav_menu a {
  font-size: 14px;
  color: #5AC5CC;
  letter-spacing: 0;
  text-decoration: none;
}

#inner-footer {
  padding-top: 30px;
}

@media (max-width: 767px) {
  footer .widget_media_image {
    text-align: center;
  }
}
.attribution {
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-left: 95px;
  margin-top: -33px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .attribution {
    font-size: 13px;
    padding-bottom: 15px;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }
}

.hesperiden.tparrows {
  height: 100% !important;
  width: 122px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.25) !important;
  display: flex !important;
  align-items: center !important;
}
.hesperiden.tparrows:hover {
  background: rgba(255, 255, 255, 0.35) !important;
}
.hesperiden.tparrows:before {
  width: 50px;
  height: 36px;
  content: "" !important;
  display: flex;
  position: absolute;
}

.hesperiden.tparrows.tp-leftarrow:before {
  background: url(../../../images/hero-arrow-left.svg) no-repeat !important;
  left: 30px;
}

.hesperiden.tparrows.tp-rightarrow:before {
  background: url(../../../images/hero-arrow-right.svg) no-repeat !important;
  right: 30px;
}

rs-module .hesperiden .tp-bullet {
  background: #e2e2e2 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}
rs-module .hesperiden .tp-bullet.selected {
  background: #50bdc5 !important;
}

@media (min-width: 768px) {
  #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
    transform: translate(-218px, -42px) !important;
  }
}
@media (min-width: 992px) {
  #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
    transform: translate(-323px, -42px) !important;
  }
}
@media (min-width: 1024px) {
  #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
    transform: translate(-294px, -42px) !important;
  }
}
@media (min-width: 1200px) {
  #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
    transform: translate(-323px, -42px) !important;
  }
}

.watermark-bg,
.home #content {
  position: relative;
}
@media (min-width: 1200px) {
  .watermark-bg:before,
  .home #content:before {
    background-image: url(../../../images/watermark.svg);
    background-repeat: no-repeat;
    left: -360px;
    position: absolute;
    content: "";
    display: block;
    height: 1200px;
    width: 1200px;
    top: -160px;
    background-position: center;
    z-index: -1;
  }
}

.watermark-bg:before {
  top: -250px;
}

/*bianca*/
.single-provider h1 {
  color: #0F5568;
  font-size: 33px;
  margin: 0px;
}
@media (max-width: 991px) {
  .single-provider h1 {
    line-height: 1.1;
    margin-top: 25px;
    text-align: center;
    font-size: 26px;
  }
}
.single-provider h2 {
  font-size: 18px;
}
.single-provider .h3-sm {
  font-size: 16px;
  font-weight: 700;
  margin: 7px 0 25px 0;
}
@media (max-width: 991px) {
  .single-provider .h3-sm {
    text-align: center;
  }
}
.single-provider .h2-sm {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 991px) {
  .single-provider .h2-sm {
    margin-bottom: 20px;
  }
}
.single-provider .main {
  padding: 0 10px;
}
.single-provider .thumb-container {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-provider img.thumb {
  width: 226px !important;
  border-radius: 100%;
  border: solid 10px #F6F6F6;
  border-radius: 50%;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
  .single-provider img.thumb {
    max-width: 100%;
  }
}
.single-provider #content .p-container {
  border: solid 10px #5AC5CC;
  padding: 40px 15px 40px 15px;
  width: 100%;
  margin: 40px 0 30px 0;
}
.single-provider #content .p-container p, .single-provider #content .p-container .bio, .single-provider #content .p-container .bio-summary {
  color: #373737;
  font-size: 18px;
  line-height: 27px;
}
.single-provider #content .p-container .bio {
  height: 80px;
  transition: height 0.3s ease-in-out;
}
.single-provider #content .p-container .bio.show {
  height: auto;
}
.single-provider #content .p-container .bio.collapse:not(.show) {
  display: block;
  overflow: hidden;
}
.single-provider #content .p-container .phone-container {
  border-bottom: solid 1px #4CB1B8;
  padding: 0 0px 15px 0px;
  margin: 0 auto 15px auto;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .single-provider #content .p-container .phone-container {
    max-width: 190px;
  }
}
.single-provider #content .p-container .phone-container {
  text-align: center;
  height: 50px;
}
.single-provider #content .p-container .phone:before {
  background-image: url(../../../images/call-provider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  content: "";
  width: 38px;
  height: 38px;
  margin-right: 7px;
}
.single-provider #content .p-container a.phone {
  color: #0F5568;
  font-size: 20px;
  font-weight: 900;
  width: 100%;
  display: inline-flex;
  text-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .single-provider #content .p-container a.phone {
    justify-content: center;
  }
}
.single-provider #content .p-container a.phone:hover {
  color: #0c3d4a;
}
.single-provider #content .p-container .btn-ico-appt {
  background-color: #0F5568;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  display: block;
  max-width: 190px;
  margin: 20px auto 15px auto;
  text-transform: none;
}
.single-provider #content .p-container .btn-ico-appt:hover {
  background-color: #0c3d4a;
}
@media (max-width: 1024px) {
  .single-provider #content .p-container .phone-container {
    margin-top: 30px;
    text-align: left;
  }
}
@media (max-width: 1024px) and (max-width: 991px) {
  .single-provider #content .p-container .phone-container {
    text-align: center;
  }
}
.single-provider .read-more-container {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  line-height: 0.1em;
  margin-bottom: 21px;
}
.single-provider .read-more-container a {
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: -21px !important;
}
.single-provider .read-more-container a:after {
  background-image: url(../../../images/down-chev-provider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 15px;
  height: 10px;
  margin: 10px auto 0 auto;
  transform: none;
}
.single-provider .read-more-container a.expanded:after {
  transform: rotate(180deg) !important;
  min-height: 10px;
}
.single-provider .read-more-container a, .single-provider .read-more-container a:link, .single-provider .read-more-container a:active, .single-provider .read-more-container a:visited {
  background: #fff;
  color: #0F5568;
}
.single-provider .read-more-container a:hover {
  color: #447E8B;
}
.single-provider {
  /*   .fa-chevron-down{
        content:'\f078';
        color:$teal;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        clear:both;
        font-size:12px;
        text-align:center;
        width:100%;
        margin-top:10px;

      }*/
}
.single-provider .down-chev-provider-container {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .single-provider .contact {
    margin-top: 20px;
  }
}
.single-provider .contact .h3-sm {
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.single-provider .wp-video, .single-provider video.wp-video-shortcode, .single-provider .mejs-container, .single-provider .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.single-provider .mejs-container {
  padding-top: 56.25%;
}
.single-provider .wp-video, .single-provider video.wp-video-shortcode {
  max-width: 100% !important;
}
.single-provider video.wp-video-shortcode {
  position: relative;
}
.single-provider .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-provider .mejs-controls {
  display: none;
}
.single-provider .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.single-provider .video-container {
  padding-top: 0px;
}
.single-provider .locations-container {
  margin-top: 70px;
}
.single-provider .education-container {
  margin-top: 70px;
}
.single-provider .wpb-js-composer .vc_tta-container {
  margin-bottom: 0;
}
.single-provider .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, .single-provider .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-size: 24px;
  color: #0F5568;
  font-weight: 600;
  border-bottom: solid 2px #73A4BE;
}
.single-provider .vc_tta-panel-body {
  margin-top: 30px;
}
.single-provider .vc_tta-panel-body .wpb_text_column {
  margin-bottom: 40px;
}
.single-provider .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .single-provider .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.single-provider .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #0F5568;
  padding-bottom: 30px;
}
.single-provider .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .single-provider .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .single-provider .vc_tta-panel-heading:hover {
  background-color: #FFF !important;
}
.single-provider .vc_tta-panel-title a {
  padding: 30px 40px 30px 0px !important;
}
.single-provider span.vc_tta-title-text {
  color: #0F5568;
  padding-bottom: 20px;
}
.single-provider .vc_tta-panel .vc_tta-panel-body {
  padding: 0px 0 40px 0 !important;
}
.single-provider .vc_tta-panel:last-child .vc_tta-panel-body {
  padding: 0px 0 0px 0 !important;
}
.single-provider .dotted {
  background-image: url(../../../images/dotted-border.png);
  background-repeat: repeat;
  /* background-size: contain;*/
  background-position: center;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.single-provider h4.subhead {
  color: #5C5C5C;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}
.single-provider span.subject-title {
  color: #0F5568;
  font-weight: 600;
}
.single-provider span.year {
  color: #0F5568;
  font-weight: 800;
}
.single-provider .vc_tta-panels-container p {
  line-height: 22px;
}
.single-provider i.vc_tta-controls-icon-chevron:before {
  background-image: url(../../../images/tab-chev.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 20px;
  height: 10px;
  transform: none !important;
  border: 0px !important;
}
.single-provider .vc_active i.vc_tta-controls-icon-chevron:before {
  transform: rotate(180deg) !important;
}
.single-provider .education-ic .vc_tta-title-text:before {
  background-image: url(../../../images/education-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 46px;
  height: 26px;
  float: left;
  margin-right: 10px;
  top: 50%;
  position: relative;
}
.single-provider .certifications-ic .vc_tta-title-text:before {
  background-image: url(../../../images/certification-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  width: 40px;
  height: 45px;
  float: left;
  margin-right: 10px;
  display: block;
  top: 50%;
  position: relative;
  margin-top: -10px;
}
.single-provider .medical-ic .vc_tta-title-text:before {
  background-image: url(../../../images/medical-trainiing-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  width: 46px;
  height: 25px;
  float: left;
  margin-right: 10px;
  display: block;
  margin-top: 3px;
}
.single-provider .honors-ic .vc_tta-title-text:before {
  background-image: url(../../../images/honor-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  width: 30px;
  height: 45px;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
  display: block;
}
.single-provider .group {
  padding-top: 20px;
}

.single-location .h2 {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .single-location .h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.single-location .location-text p {
  margin-bottom: 0px !important;
  font-size: 18px;
}
.single-location .location-text p.street {
  font-weight: 600;
}
.single-location .location-text p.hours {
  font-weight: 600;
  margin-top: 25px !important;
  display: block;
}
.single-location .post_content .section-lg {
  margin-top: 75px;
}
.single-location .location-info {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .single-location .location-info .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-location .location-info {
  text-align: left;
}
.single-location .location-info h2 {
  text-align: left;
}
.single-location .location-info .left > .vc_column-inner {
  padding: 20px 30px;
}
@media (min-width: 1200px) {
  .single-location .location-info .left > .vc_column-inner {
    padding: 30px 40px;
  }
}
.single-location .location-info .vc_column-inner {
  height: 100%;
}
.single-location .location-info .wpb_single_image {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .single-location .location-info .wpb_column:last-child .vc_column-inner {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .single-location .location-info .wpb_column:last-child .vc_column-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .single-location .location-info .wpb_column:last-child .vc_column-inner img {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .single-location .location-info .wpb_column:last-child .vc_column-inner {
    background-image: none !important;
  }
  .single-location .location-info .wpb_column:last-child .vc_column-inner img {
    display: block !important;
  }
}
.single-location .location-info p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .single-location .location-info p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
  }
}
.single-location .btn-ico-appt2 {
  background-color: #0F5568;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  display: block;
  max-width: 190px;
  margin: 25px 0 15px 0;
  text-transform: none;
  min-width: 227px;
}
.single-location .btn-ico-appt2:hover {
  background-color: #0c3d4a;
}

.location-menu {
  justify-content: flex-start;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .location-menu .wpb_column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .location-menu .col-sm-2.wpb_column {
    margin-top: 20px;
  }
  .location-menu .col-sm-2.wpb_column .wpb_content_element {
    margin-bottom: 0;
  }
}
.location-menu p {
  line-height: 32px;
}
.location-menu ul.menu {
  list-style-type: none;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .location-menu ul.menu {
    flex-wrap: nowrap;
  }
}
.location-menu ul.menu {
  padding-left: 0;
  display: flex;
  padding-top: 15px;
}
.location-menu ul.menu li {
  padding: 10px;
  /* flex: 0 0 0 60%;*/
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .location-menu ul.menu li {
    width: 170px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .location-menu ul.menu li {
    border-right: solid 1px #4CB1B8;
  }
}
@media (min-width: 1200px) {
  .location-menu ul.menu li {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.location-menu ul.menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.location-menu ul.menu li a {
  color: #FFF;
  flex-direction: column;
  text-align: center;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  border-radius: 3px;
  line-height: 1.4;
  padding: 10px 10px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .location-menu ul.menu li a {
    line-height: 32px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
.location-menu ul.menu li a:hover, .location-menu ul.menu li a:focus, .location-menu ul.menu li a:active {
  background-color: rgba(0, 177, 187, 0.2);
}
.location-menu ul.menu li a:before {
  background-image: url(../../../images/patient-portal-ic.svg);
  height: 42px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.location-menu ul.menu li.patient-portal a:before {
  content: "";
  background-image: url(../../../images/patient-portal-ic.svg);
  height: 42px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto 5px auto;
}
.location-menu ul.menu li.pay-bill a:before {
  content: "";
  background-image: url(../../../images/bill-pay-ic.svg);
  height: 42px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto 5px auto;
}
.location-menu ul.menu li.reg-form a:before {
  content: "";
  background-image: url(../../../images/reg-form-ic.svg);
  height: 42px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto 5px auto;
}
.location-menu ul.menu li.med-records a:before {
  content: "";
  background-image: url(../../../images/med-records-ic.svg);
  height: 42px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto 5px auto;
}

ul.menu .hide-item {
  display: none !important;
}

.location-providers-container {
  width: 100%;
}

h2.blue-headline {
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
  color: #0F5568;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

h2.blue-headline:before {
  content: "";
  background-image: url(../../../images/headline-left.svg);
  height: 3px;
  width: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 28px 1% 5px auto;
  display: flex;
  flex-direction: column;
}

h2.blue-headline:after {
  content: "";
  background-image: url(../../../images/headline-right.svg);
  height: 3px;
  width: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 28px auto 5px 1%;
  display: flex;
  flex-direction: column;
}

.search-results #content,
.page-template-searchpage #content {
  margin-bottom: 40px;
  min-height: 300px;
}

.search-head {
  background-color: #4CB1B8;
  width: 100%;
  padding: 40px 30px 60px 30px;
  margin-bottom: 50px;
}
.search-head h1 {
  color: #fff;
  text-align: center;
}
.search-head .btm-sep:after {
  margin: 18px auto 20px auto;
}
.search-head .btn-default {
  background-color: transparent;
  color: transparent;
  width: 20px;
  height: 20px;
}
.search-head .btn-default:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../../images/search-ico.svg);
  margin-left: -55px;
  margin-top: -3px;
}
.search-head span.input-group-btn {
  width: 0;
}
.search-head .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .search-head .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  max-width: 529px;
  padding: 0.575rem 0.75rem;
  margin: 0 auto;
  z-index: 1;
}
.search-head .input-group {
  max-width: 529px;
  margin: 0 auto;
}
.search-head .btn-check:focus + .btn, .search-head .btn:focus {
  box-shadow: none;
}

.search .form-inline, .page-template-searchpage .form-inline {
  display: block;
}
.search .post_content, .page-template-searchpage .post_content {
  margin-bottom: 50px;
}
.search .col h2, .page-template-searchpage .col h2 {
  font-size: 24px;
  color: #0F5568;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 50px;
}
.search .col p, .page-template-searchpage .col p {
  font-size: 16px;
  line-height: 25px;
}
.search .meta, .page-template-searchpage .meta {
  display: none;
}
.search h3 a, .page-template-searchpage h3 a {
  color: #5AC5CC;
  margin-bottom: 20px;
  font-weight: 400;
}
.search h3 a:hover, .page-template-searchpage h3 a:hover {
  color: #4CB1B8;
  text-decoration: underline;
}
.search #post-not-found h2, .page-template-searchpage #post-not-found h2 {
  display: none;
}
.search .page-header, .page-template-searchpage .page-header {
  margin-top: 0;
}

.page-template-searchpage .col {
  display: none;
}

.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panels-container {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.wpb-js-composer.single-provider #content .vc_tta-container {
  margin-bottom: 65px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .wpb-js-composer.single-provider #content .vc_tta-container {
    margin-bottom: 125px;
    margin-top: 25px;
  }
}

.wpb-js-composer #content .vc_tta-container {
  margin-bottom: 0;
  margin-top: -22px;
}
@media (min-width: 768px) {
  .wpb-js-composer #content .vc_tta-container {
    margin-bottom: 0;
    margin-top: -22px;
  }
}

.column {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .wpb-js-composer #content .vc_tta-panels-container {
    min-height: auto;
  }
}
.wpb-js-composer #content .vc_tta-panels-container {
  min-height: auto;
}

.gforms-section-sm .gsection_title {
  font-size: 16px;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  margin-bottom: 0;
}

#wrapper .gsection.gforms-section-sm {
  border-bottom: none;
  margin-bottom: -32px;
  padding-bottom: 0;
}

#wrapper .gform_wrapper.gravity-theme .gfield_description {
  padding-top: 5px;
  font-weight: 600;
  font-size: 13px;
  color: #5C5C5C;
  letter-spacing: 0;
}

#wrapper .gfield_contains_required.field_description_below.hidden_label .gfield_description:after {
  color: #E16868;
  display: inline-block;
  font-size: 14px;
  padding-left: 0.125em;
  content: "*";
}

.gform_wrapper .cm-hipaa-forms-privacy-agree {
  height: 22px;
}

.cm-hipaa-forms-privacy-statement {
  display: inline-block;
  padding: 5px;
  display: flex;
  align-items: center;
}
.cm-hipaa-forms-privacy-statement .cm-hipaa-privacy-statement {
  margin-left: 10px;
}

.cm-hipaa-forms-submit {
  margin-top: 40px;
  border: none;
  border-radius: 5px;
  height: 78px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #5AC5CC;
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 0;
  text-align: left;
  line-height: 14px;
  -webkit-transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out;
  margin-top: 0px;
  display: inline-flex;
  align-items: center;
}
.cm-hipaa-forms-submit .material-icons {
  margin-right: 4px;
}

.cm-hipaa-form-badge-wrapper {
  text-align: left;
}

.cm-hipaa-forms-submit-wrapper {
  text-align: left;
}

#main .cm-hipaa-form-badge-wrapper img {
  max-width: 238px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    margin: auto;
    max-width: 900px;
  }
}
.urgent-care-widget .inner-widget:before {
  height: 42px;
  width: 42px;
}

/*fix provider cards and filter*/
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    margin: auto;
    max-width: 1200px;
  }
}
.urgent-care-widget .inner-widget:before {
  height: 42px;
  width: 42px;
}

@media (max-width: 489px) {
  .available-locations .provider-inner img, .providers-results .provider-inner img, .providers-widget .provider-inner img {
    margin-top: -40%;
  }
}
@media (max-width: 489px) {
  .available-locations .provider-inner img, .providers-results .provider-inner img, .providers-widget .provider-inner img {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .chosen-container {
    width: 100% !important;
  }
}
@media (max-width: 989px) {
  .search-field {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 989px) {
  .provider-filter-wrapper .col-sm-1 {
    width: 30%;
    max-width: 100%;
    flex: unset;
  }
  .provider-filter-wrapper .col-sm-11 {
    width: 70%;
    max-width: 100%;
    flex: unset;
  }
}
.provider-filter-group {
  margin-top: 30px;
}

a.no-mg-btn {
  margin-top: 0px !important;
}

.location-template-single-location-style-2 h2, .location-template-single-location-style-2 h2.h2 {
  color: #0F5568;
  text-align: center;
  font-size: 36px;
}
.location-template-single-location-style-2 .provider-card {
  max-width: 812px;
  margin: 0 auto;
  padding: 20px;
}
.location-template-single-location-style-2 .provider-card h3 {
  color: #FFF;
  font-size: 35px;
  padding-top: 30px;
}
.location-template-single-location-style-2 .provider-card p {
  color: #FFF;
}
.location-template-single-location-style-2 .provider-card span.title {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}
.location-template-single-location-style-2 .provider-card span.new-patient {
  font-size: 17px;
  color: #5AC5CC;
  display: flex;
  margin-top: 80px;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .location-template-single-location-style-2 .provider-card span.new-patient {
    margin-top: 0px;
  }
}
.location-template-single-location-style-2 .provider-card span.new-patient:before {
  content: "";
  display: block;
  background-image: url(../../../images/new-patient-ic.svg);
  background-size: 100%;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.location-template-single-location-style-2 .provider-card .wpb_single_image {
  margin-bottom: 0px;
}
.location-template-single-location-style-2 .provider-card .column_container {
  padding: 0px;
}
.location-template-single-location-style-2 #content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.location-template-single-location-style-2 #content li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #757575;
}
@media (max-width: 1024px) {
  .location-template-single-location-style-2 #content li {
    font-size: 14px;
  }
}
.location-template-single-location-style-2 #content li:before {
  content: "•";
  color: #5AC5CC;
  font-size: 20px;
  padding-right: 10px;
}
.location-template-single-location-style-2 #content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #757575;
}
@media (max-width: 1024px) {
  .location-template-single-location-style-2 #content p {
    font-size: 14px;
  }
}
.location-template-single-location-style-2 #content .toolbar-menu {
  padding: 20px 0 0 0;
}
.location-template-single-location-style-2 #content .toolbar-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 560px) {
  .location-template-single-location-style-2 #content .toolbar-menu ul {
    display: block;
  }
}
.location-template-single-location-style-2 #content .toolbar-menu li:before {
  content: "";
  padding: 0px;
}
.location-template-single-location-style-2 #content .toolbar-menu li {
  padding: 0 20px;
  text-align: center;
  text-indent: 0em;
  border-left: solid 1px #5AC5CC;
}
@media (max-width: 560px) {
  .location-template-single-location-style-2 #content .toolbar-menu li {
    border-left: 0px;
    margin: 5px 0px;
  }
}
.location-template-single-location-style-2 #content .toolbar-menu li:first-child {
  border-left: 0px;
  padding-left: 0px;
}
.location-template-single-location-style-2 #content .toolbar-menu li:last-child {
  padding-right: 0px;
}
.location-template-single-location-style-2 #content .toolbar-menu a, .location-template-single-location-style-2 #content .toolbar-menu a:link, .location-template-single-location-style-2 #content .toolbar-menu a:active, .location-template-single-location-style-2 #content .toolbar-menu a:visited {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .location-template-single-location-style-2 #content .toolbar-menu a, .location-template-single-location-style-2 #content .toolbar-menu a:link, .location-template-single-location-style-2 #content .toolbar-menu a:active, .location-template-single-location-style-2 #content .toolbar-menu a:visited {
    font-size: 20px;
  }
}
.location-template-single-location-style-2 #content .location-info {
  margin-bottom: 6px;
  margin-top: 30px;
}
.location-template-single-location-style-2 #content .location-info p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2rem;
  /*   @media (max-width: 1024px){
      font-size:20px;
    }*/
}
.location-template-single-location-style-2 #content .location-info {
  /* .wpb_content_element{
     margin-bottom:2rem;
   }*/
}
.location-template-single-location-style-2 #content .location-info .wpb_raw_code {
  margin-bottom: 0px;
  height: 100%;
}
.location-template-single-location-style-2 #content .location-info .wpb_text_column {
  padding-top: 30px;
}
.location-template-single-location-style-2 #content .location-info .embed-responsive {
  min-height: 400px;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.location-template-single-location-style-2 #content .location-info .wpb_wrapper {
  display: flex;
  height: 100%;
  flex: 1;
  flex-flow: column;
}
.location-template-single-location-style-2 #content .location-info .embed-responsive iframe {
  height: 400px;
}
.location-template-single-location-style-2 .testimonial-card {
  padding: 40px 0px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.location-template-single-location-style-2 .testimonial-card span.title {
  font-size: 29px;
  line-height: 30px;
  color: #5AC5CC;
  font-weight: 600;
  display: block;
}
.location-template-single-location-style-2 .testimonial-card h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 30px;
}
.location-template-single-location-style-2 .watermark-bg:before {
  background: transparent;
  background-image: none;
}
.location-template-single-location-style-2 .post_content a[href^="tel:"] {
  font-weight: normal;
  color: #757575;
}
.location-template-single-location-style-2 .post_content a[href^="tel:"]:hover {
  font-weight: 700;
}
@media (max-width: 767px) {
  .location-template-single-location-style-2 .row-fluid {
    display: block;
  }
  .location-template-single-location-style-2 .col-sm-3, .location-template-single-location-style-2 .col-sm-6, .location-template-single-location-style-2 .col-sm-9, .location-template-single-location-style-2 .col-sm-7, .location-template-single-location-style-2 .col-sm-5 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .location-template-single-location-style-2 .testimonial-card .vc_figure, .location-template-single-location-style-2 .testimonial-card img, .location-template-single-location-style-2 .wpb_single_image, .location-template-single-location-style-2 .vc_single_image-wrapper, .location-template-single-location-style-2 .provider-card img, .location-template-single-location-style-2 .provider-card .vc_figure {
    width: 100%;
  }
  .location-template-single-location-style-2 .conditions-we-treat .wpb_text_column {
    margin-bottom: 0px;
  }
  .location-template-single-location-style-2 .padding-xxl-top {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer-wrapper .widget_nav_menu, #nav_menu-2 {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: none;
  }
}
.video-library .col-sm-4, .video-library .col-sm-12 {
  width: 100%;
}
.video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
  color: #FFF;
  width: 100%;
  padding: 50px 20px;
  display: block;
  background-color: #5AC5CC;
  height: 100%;
  width: 100%;
  min-height: 305px;
}
@media (max-width: 998px) {
  .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
    min-height: 405px;
  }
}
@media (max-width: 767px) {
  .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
    min-height: 280px;
  }
}
.video-library a:hover, .video-library span.video-cta:hover {
  color: #FFF;
}
.video-library a:hover {
  background-color: #0F5568;
}
.video-library span.video-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
}
.video-library span.video-cta {
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  display: block;
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.video-library .wpb_text_column {
  text-align: center;
}
.video-library .vc_row {
  display: flex;
}
.video-library .vc_col-sm-4 {
  margin-bottom: 20px;
}
.video-library .add-flex {
  display: flex;
}
.video-library .add-flex .vc_column-inner, .video-library .add-flex .wpb_wrapper, .video-library .add-flex .wpb_text_column {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .video-library .add-flex {
    display: block;
  }
}

/*video lib */
.video-library .col-sm-4, .video-library .col-sm-12 {
  width: 100%;
}
.video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
  color: #FFF;
  width: 100%;
  padding: 50px 20px;
  display: block;
  background-color: #5AC5CC;
  height: 100%;
  width: 100%;
  min-height: 305px;
}
@media (max-width: 998px) {
  .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
    min-height: 405px;
  }
}
@media (max-width: 767px) {
  .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
    min-height: 280px;
  }
}
.video-library a:hover, .video-library span.video-cta:hover {
  color: #FFF;
}
.video-library a:hover {
  background-color: #0F5568;
}
.video-library span.video-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
}
.video-library span.video-cta {
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  display: block;
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.video-library .wpb_text_column {
  text-align: center;
}
.video-library .vc_row {
  display: flex;
}
.video-library .vc_col-sm-4 {
  margin-bottom: 20px;
}
.video-library .add-flex {
  display: flex;
}
.video-library .add-flex .vc_column-inner, .video-library .add-flex .wpb_wrapper, .video-library .add-flex .wpb_text_column {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .video-library .add-flex {
    display: block;
  }
}

.video-library-style-2 .not-featured img {
  min-height: 300px !important;
  border-left: 0px;
}
.video-library-style-2 .news-blog-arc .not-featured .news-img {
  width: 50%;
  flex: 0 0 50%;
  max-width: 100%;
}
.video-library-style-2 .news-copy-inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.video-library-style-2 .news-copy {
  flex-direction: column;
  flex: 1;
  display: flex;
}
@media (max-width: 576px) {
  .video-library-style-2 .col-sm-4 {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .video-library-style-2 .col-sm-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.single-provider .video-ic .vc_tta-title-text:before {
  background-image: url(../../../images/video.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: "";
  width: 46px;
  height: 26px;
  float: left;
  margin-right: 10px;
  top: 50%;
  position: relative;
}

.remove-blue-border .news-blog-arc .not-featured img {
  border-left: 0px;
}

.location-template .news-blog-arc .item {
  max-width: 885px;
  margin: 0 auto;
}
.location-template .news-blog-arc .provider-embed-video {
  width: 100%;
  min-height: 250px;
  display: block;
}
.location-template .video-library-style-2 .not-featured img {
  min-height: 100% !important;
  max-height: 250px;
  object-position: top;
}

/*fix old provider profile*/
.single-provider .p-container .p-wrapper {
  display: flex;
}
.single-provider .col-sm-4 {
  display: none;
}
.single-provider .col-sm-8 {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}

/*provider profile update*/
.single-provider .style-2 #content .p-container {
  background-color: #5AC5CC;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 40px !important;
}
.single-provider .style-2 #content .p-container p, .single-provider .style-2 #content .p-container h1, .single-provider .style-2 #content .p-container h3 {
  color: #FFF;
}
.single-provider .style-2 #content .p-container h1 {
  font-size: 38px;
  font-weight: 600;
}
.single-provider .style-2 #content .p-container h3.h3-sm {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-provider .style-2 #content .p-container p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
.single-provider .style-2 #content .p-container .p-wrapper {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
}

.award-img-wrapper {
  margin-bottom: 15px;
}

.single-provider .style-2 .read-more-container a, .single-provider .style-2 .read-more-container a:link, .single-provider .style-2 .read-more-container a:active, .single-provider .style-2 .read-more-container a:visited {
  background-color: #5AC5CC;
  font-weight: 700;
}

.single-provider .style-2 .row {
  display: flex;
}
.single-provider .style-2 .read-more-container {
  border-color: #0F5568;
}
.single-provider .style-2 .read-more-container a:after {
  background-image: url(../../../images/down-chev-provider-navy.svg);
}
.single-provider .style-2 .col-sm-4 {
  display: block;
}
.single-provider .style-2 .col-sm-8 {
  max-width: 66.66666667%;
  flex: 0 0 66.66666667%;
}
@media (max-width: 767px) {
  .single-provider .style-2 .col-sm-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.single-provider .style-2 .locations-container .column_container > .vc_column-inner {
  padding-top: 40px;
  margin-top: 20px;
  border-top: solid 1px #0F5568;
}
.single-provider .style-2 .locations-container {
  border: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
.single-provider .style-2 .p-wrapper img.thumb {
  min-width: 286px;
  margin-left: -5px;
  padding: 0 5px 0 0;
}
@media (max-width: 767px) {
  .single-provider .style-2 .p-wrapper img.thumb {
    padding: 0px;
    margin: 0px;
  }
}
.single-provider .style-2 .p-wrapper .col-lg-9 {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .single-provider .style-2 .p-wrapper .col-lg-9 {
    padding-left: 0px;
  }
}
.single-provider .style-2 .contact {
  background-color: #0F5568;
  min-width: 286px;
  padding: 30px;
}
.single-provider .style-2 .contact a, .single-provider .style-2 .contact a:active, .single-provider .style-2 .contact a:visited, .single-provider .style-2 .contact a:link, .single-provider .style-2 .contact h3 {
  color: #FFF;
  opacity: 1;
  text-align: center;
}
.single-provider .style-2 .contact a:hover {
  background-color: #4CB1B8;
}
.single-provider .style-2 .contact a.btn {
  text-transform: uppercase;
  margin: 30px auto 0 auto;
  max-width: 235px;
  display: block;
  padding: 17px 25px;
  line-height: 1.1;
}
.single-provider .style-2 .contact .phone-container a:hover {
  background-color: transparent;
  color: #5bc5cc;
}
.single-provider .style-2 .contact .phone-container a {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.single-provider .style-2 .contact .phone-container a:before {
  content: "";
  height: 37px;
  width: 37px;
  display: inline-block;
  margin-right: 5px;
  background-image: url(../../../images/ic-white-phone.svg);
}
.single-provider .style-2 .contact .phone-container:after {
  height: 1px;
  width: 100%;
  content: "";
  display: block;
  background-color: #5AC5CC;
  max-width: 165px;
  margin: 30px auto;
}
.single-provider .style-2 .contact .h3-sm {
  margin: 0px;
}
.single-provider .style-2 .row .col-sm-4 {
  width: 100%;
  max-width: 100%;
}
.single-provider .style-2 .row p {
  font-size: 17px;
  font-weight: 30;
}
.single-provider .style-2 h4.subhead {
  color: #5AC5CC;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 0px;
}
.single-provider .style-2 .dotted {
  display: none;
}
.single-provider .style-2 h3 {
  margin-top: 30px;
}
.single-provider .style-2 h3:first-child {
  margin-top: 0px;
}
.single-provider .style-2 .location-inner img {
  display: none;
}
.single-provider .style-2 .locations-container {
  margin-bottom: 40px;
  /* border-bottom:solid 1px $teal-dark;*/
}

.wpb-js-composer.single-provider #content .vc_tta-container {
  margin-bottom: 60px;
}

.single-provider .style-2 .sidebartitle {
  position: absolute;
  left: 0;
  background-color: #5AC5CC;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: sideways-lr;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 43px;
  padding: 4px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-provider .style-2 .sidebartitle div {
  font-weight: 700;
  font-size: 24px;
  color: #FEFEFE;
  letter-spacing: 0.05px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.single-provider .style-2 .sidebarimg {
  display: none;
}
.single-provider .style-2 img.thumb {
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
}

.single-provider .style-2 #content .p-container {
  padding: 40px 15px 40px 15px;
}
.single-provider .style-2 .col-sm-8 .vc_column-inner {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .single-provider .style-2 #content .p-container .col-lg-9, .single-provider .style-2 #content .p-container .col-lg-3 {
    width: 100%;
  }
  .single-provider .style-2 #content .p-container .p-wrapper {
    display: block;
  }
  .single-provider .style-2 .row {
    display: block;
  }
  .single-provider .style-2 .contact .phone-container a:before {
    display: none;
  }
  .single-provider .style-2 .contact {
    margin-bottom: 40px !important;
  }
  .single-provider .style-2 .available-locations .col-sm-6 {
    width: 100%;
    max-width: 100%;
  }
  .single-provider .style-2 .news-blog-arc .not-featured .news-img, .single-provider .style-2 .news-copy {
    width: 100%;
    max-width: 100%;
  }
  .single-provider .style-2 .news-blog-arc .not-featured img {
    border: 0px;
  }
}
#content .provider-media {
  margin: 0 0 40px 0;
}
#content .provider-media p {
  color: #FFF;
  font-size: 34px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 0px;
}
#content .provider-media .teal-btn button, #content .provider-media .teal-btn a, #content .provider-media a.teal-btn {
  border: 0;
  text-transform: none;
  letter-spacing: normal;
  padding: 11px 22px;
  text-align: center;
  height: 42px;
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 40px;
}
#content .provider-media .news-copy-inner {
  padding: 0px;
}
#content .provider-media .news-copy-inner .wpb_wrapper {
  padding: 30px;
}
#content .provider-media .news-copy-inner .wpb_text_column .wpb_wrapper {
  padding: 0px;
}
#content .provider-media .news-copy-inner .vc_column-inner {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  border-top: 0px !important;
}
#content .provider-media .column_container {
  padding: 0px;
}
@media (max-width: 991px) {
  #content .provider-media .column_container {
    width: 100%;
    max-width: 100%;
  }
}
#content .provider-media .vc_column-inner {
  border-top: 0px !important;
}
#content .provider-media .media img {
  min-height: 350px;
  width: 100%;
  object-fit: cover;
}
#content .provider-media .media .wpb_content_element {
  margin-bottom: 0px;
}
#content .provider-media .media .vc_column-inner {
  margin-top: 0px;
  padding-top: 0px;
}
@media (max-width: 991px) {
  #content .provider-media .media {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #content .provider-media {
    display: block;
  }
}

.single-provider .style-4 .row .col-sm-4 {
  display: none;
}
.single-provider .style-4 .row .col-sm-8 {
  width: 100%;
}

.single-provider .style-3 .p-wrapper {
  display: block !important;
}
.single-provider .style-3 .p-wrapper .bio, .single-provider .style-3 .p-wrapper .read-more-container, .single-provider .style-3 .p-wrapper .bio.collapse:not(.show), .single-provider .style-3 .p-wrapper .more-content {
  display: none;
}
.single-provider .style-3 .p-wrapper .col-lg-3 {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.single-provider .style-3 .p-wrapper .thumb-container {
  margin: 0 auto;
}
.single-provider .style-3 .p-wrapper .col-lg-9 {
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
}
.single-provider .style-3 .p-wrapper .col-lg-9 h1, .single-provider .style-3 .p-wrapper .col-lg-9 h3 {
  text-align: center;
}
.single-provider .style-3 .col-sm-8 .vc_column-inner {
  padding-left: 0px;
}
.single-provider .style-3 .p-container .bio-summary, .single-provider .style-3 .p-container p {
  text-align: center;
}

/*.single-provider .style-3 #content .p-container h3.h3-sm{
  margin-bottom:0px;
}*/
.single-provider .style-3 .col-sm-8 {
  width: 100% !important;
  max-width: 100% !important;
}

.single-provider .style-3 .row .col-sm-4 {
  display: none !important;
}

.single-provider .style-3 .row {
  display: block;
}

.single-provider .style-4 .p-wrapper {
  width: 100%;
}
.single-provider .style-4 .col-lg-9 {
  margin: auto !important;
  padding-left: 6% !important;
  padding-right: 60px;
  max-width: 100%;
}
.single-provider .style-4 .col-lg-3 {
  padding: 0;
  max-width: 100%;
}
.single-provider .style-4 h1 {
  text-align: left;
}
.single-provider .style-4 h3 {
  text-align: left;
}
.single-provider .style-4 .thumb-container {
  margin: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-provider .style-4 .p-wrapper img.thumb {
  padding: 0;
  margin: 0;
}
.single-provider .style-4 #content .p-container {
  padding: 40px 4.4%;
}
.single-provider .style-4 #content .p-container .p-wrapper {
  padding: 0;
  max-width: 100%;
  width: 1110px;
}
.single-provider .style-4 .col-sm-8 .vc_column-inner {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .single-provider .style-4 #content .p-container .p-wrapper h1 {
    text-align: center;
  }
  .single-provider .style-4 #content .p-container .p-wrapper h3 {
    text-align: center;
  }
  .single-provider .style-4 .col-lg-9 {
    margin: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }
  .single-provider .style-4 .thumb-container {
    justify-content: center;
  }
  .single-provider .style-4 .bio, .single-provider .style-4 .read-more-container {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .single-provider .style-4 #content .p-container .p-wrapper {
    width: 690px;
  }
  .single-provider .style-4 .col-lg-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.single-provider .style-5 .bio, .single-provider .style-5 .read-more-container {
  display: none !important;
}
.single-provider .style-5 .thumb-container {
  justify-content: center;
}

/*# sourceMappingURL=styles.css.map */